1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-25 17:39:42 +00:00
openmw/apps
scrawl 98ea184dda Do not assert() for invalid land data in plugins (Bug #3037)
The resizing of LTEX store to the correct number of plugins was done in the load() method, but the load method won't be called if a plugin contains LAND records but doesn't contain LTEX records. For such plugins the Store<ESM::LandTexture>::search() function would then fail an assertion.

(cherry picked from commit 4687c4baad)

# Conflicts:
#	apps/openmw/mwworld/store.cpp
#	apps/openmw/mwworld/store.hpp
2018-10-05 19:02:48 +10:00
..
bsatool Support MSVC 2015. Tested(*) with updated dependencies: 2015-08-12 06:50:22 +10:00
esmtool esmtool fix 2015-12-05 11:25:59 +11:00
essimporter Load methods (for ESM records) accept a deleted flag in ESSImporter 2015-12-05 11:23:24 +11:00
launcher Fix config file priority in the launcher to match OpenMW 2015-07-27 15:12:13 +10:00
mwiniimporter Fix for possibly missing library on windows 2015-06-12 15:22:19 +02:00
niftest Removed now unneeded script 2015-09-08 06:19:08 +10:00
opencs Set editor limits on hard-coded string lengths (Bug #3066) 2015-12-20 15:02:18 +11:00
openmw Do not assert() for invalid land data in plugins (Bug #3037) 2018-10-05 19:02:48 +10:00
openmw_test_suite Adjust tests to work with esm_rewrite branch. 2015-12-05 11:27:12 +11:00
wizard Build fixes for windows 2015-06-15 16:48:18 +02:00
doc.hpp