1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:59:54 +00:00
openmw/components/esm3
2022-04-11 01:55:05 +02:00
..
activespells.cpp Use ESM::NAME instead of const char* and std::string as argument type 2022-02-14 23:40:40 +01:00
activespells.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
aipackage.cpp Use ESM::NAME instead of const char* and std::string as argument type 2022-02-14 23:40:40 +01:00
aipackage.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
aisequence.cpp Use unique_ptr to manage AiPackage lifetime 2022-02-23 00:39:30 +01:00
aisequence.hpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
animationstate.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
animationstate.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
cellid.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
cellid.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
cellref.cpp Fix skip DATA in cell ref loading 2022-04-10 19:16:30 +02:00
cellref.hpp Skip load cell ref when there is no need 2022-04-08 19:16:38 +02:00
cellstate.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
cellstate.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
containerstate.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
containerstate.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
controlsstate.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
controlsstate.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
creaturelevliststate.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
creaturelevliststate.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
creaturestate.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
creaturestate.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
creaturestats.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
creaturestats.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
custommarkerstate.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
custommarkerstate.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
debugprofile.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
debugprofile.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
dialoguestate.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
dialoguestate.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
doorstate.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
doorstate.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
effectlist.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
effectlist.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
esmreader.cpp Skip load cell ref when there is no need 2022-04-08 19:16:38 +02:00
esmreader.hpp Read when need to skip few bytes 2022-04-11 01:55:05 +02:00
esmwriter.cpp Use ESM::NAME instead of const char* and std::string as argument type 2022-02-14 23:40:40 +01:00
esmwriter.hpp Use ESM::NAME instead of const char* and std::string as argument type 2022-02-14 23:40:40 +01:00
filter.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
filter.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
fogstate.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
fogstate.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
globalmap.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
globalmap.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
globalscript.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
globalscript.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
inventorystate.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
inventorystate.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
journalentry.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
journalentry.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
loadacti.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadacti.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
loadalch.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadalch.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
loadappa.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadappa.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
loadarmo.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadarmo.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
loadbody.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadbody.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
loadbook.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadbook.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
loadbsgn.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadbsgn.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
loadcell.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadcell.hpp Skip load cell ref when there is no need 2022-04-08 19:16:38 +02:00
loadclas.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadclas.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
loadclot.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadclot.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
loadcont.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadcont.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
loadcrea.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadcrea.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
loaddial.cpp Base dialogue order solely on mPrev 2022-03-16 18:09:21 +01:00
loaddial.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
loaddoor.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loaddoor.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
loadench.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadench.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
loadfact.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadfact.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
loadglob.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
loadglob.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
loadgmst.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
loadgmst.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
loadinfo.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadinfo.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
loadingr.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadingr.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
loadland.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadland.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
loadlevlist.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadlevlist.hpp Fix coverity issue about uninitialized members of LevelledListBase 2022-02-23 20:39:05 +01:00
loadligh.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadligh.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
loadlock.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadlock.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
loadltex.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadltex.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
loadmgef.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadmgef.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
loadmisc.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadmisc.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
loadnpc.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadnpc.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
loadpgrd.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadpgrd.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
loadprob.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadprob.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
loadrace.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadrace.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
loadregn.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadregn.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
loadrepa.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadrepa.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
loadscpt.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadscpt.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
loadskil.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadskil.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
loadsndg.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadsndg.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
loadsoun.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadsoun.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
loadspel.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadspel.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
loadsscr.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadsscr.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
loadstat.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
loadstat.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
loadtes3.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
loadtes3.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
loadweap.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
loadweap.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
locals.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
locals.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
magiceffects.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
magiceffects.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
mappings.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
mappings.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
npcstate.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
npcstate.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
npcstats.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
npcstats.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
objectstate.cpp Merge branch 'fix_save_corruption' into 'master' 2022-01-30 11:59:30 +00:00
objectstate.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
player.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
player.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
projectilestate.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
projectilestate.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
queststate.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
queststate.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
quickkeys.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
quickkeys.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
savedgame.cpp Check ESMReader value size in compile time 2022-04-10 19:16:11 +02:00
savedgame.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
spelllist.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
spelllist.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
spellstate.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
spellstate.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
statstate.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
statstate.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
stolenitems.cpp Avoid unnecessary copies 2022-01-28 01:07:27 +01:00
stolenitems.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
transport.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
transport.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
variant.cpp Switch to a constexpr for FourCC constant 2022-03-08 14:48:37 +00:00
variant.hpp Avoid string copies for ESM::Variant::getString 2022-03-06 17:38:58 +00:00
variantimp.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
variantimp.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
weatherstate.cpp Use ESM::NAME instead of const char* and std::string as argument type 2022-02-14 23:40:40 +01:00
weatherstate.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