1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 10:09:43 +00:00
openmw/components/esmloader
elsid 194c11f214
Fix loading order in EsmLoader
Need to load the last present record from a sequence of loaded records. That
means reverse should be called before unique or unique should be applied for
a reversed range. Since unique keeps only the first element from a sub
sequence of equal elements.

Use forEachUnique with reversed range to avoid redundant container
modifications.
2022-04-13 09:33:24 +02:00
..
esmdata.cpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
esmdata.hpp Fix tests on windows 2021-10-21 19:48:31 +02:00
lessbyid.hpp Add ESM data loader 2021-10-17 19:55:29 +02:00
load.cpp Remove redundant include from esm3/esmreader.hpp 2022-04-10 22:16:32 +02:00
load.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
record.hpp Fix loading order in EsmLoader 2022-04-13 09:33:24 +02:00