1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-04 02:13:07 +00:00
openmw/components/esm3
2023-08-27 09:55:06 +02:00
..
activespells.cpp Assign StringRefIds to attributes 2023-08-20 10:28:46 +02:00
activespells.hpp Assign StringRefIds to attributes 2023-08-20 10:28:46 +02:00
aipackage.cpp
aipackage.hpp
aisequence.cpp Replace explicitly sized reads in aisequence 2023-08-08 21:06:49 +02:00
aisequence.hpp Replace explicitly sized reads in aisequence 2023-08-08 21:06:49 +02:00
animationstate.cpp
animationstate.hpp
cellid.cpp Replace explicitly sized reads in cellid, cellref 2023-08-08 21:41:44 +02:00
cellid.hpp Replace explicitly sized reads in cellid, cellref 2023-08-08 21:41:44 +02:00
cellref.cpp Replace explicitly sized reads in cellid, cellref 2023-08-08 21:41:44 +02:00
cellref.hpp Replace explicitly sized reads in cellid, cellref 2023-08-08 21:41:44 +02:00
cellstate.cpp Move TimeStamp to ESM3 and remove sized reads 2023-07-30 11:37:32 +02:00
cellstate.hpp Move TimeStamp to ESM3 and remove sized reads 2023-07-30 11:37:32 +02:00
containerstate.cpp
containerstate.hpp
controlsstate.cpp
controlsstate.hpp
creaturelevliststate.cpp
creaturelevliststate.hpp
creaturestate.cpp
creaturestate.hpp
creaturestats.cpp Move TimeStamp to ESM3 and remove sized reads 2023-07-30 11:37:32 +02:00
creaturestats.hpp Move TimeStamp to ESM3 and remove sized reads 2023-07-30 11:37:32 +02:00
custommarkerstate.cpp
custommarkerstate.hpp
debugprofile.cpp
debugprofile.hpp
dialoguestate.cpp
dialoguestate.hpp
doorstate.cpp
doorstate.hpp
effectlist.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
effectlist.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
esmreader.cpp Change FormId::toString to be consistent with RefId. Remove FormIdRefId. 2023-08-27 09:55:06 +02:00
esmreader.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
esmwriter.cpp Change FormId::toString to be consistent with RefId. Remove FormIdRefId. 2023-08-27 09:55:06 +02:00
esmwriter.hpp
filter.cpp
filter.hpp
fogstate.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
fogstate.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
formatversion.hpp Use refnum instead of slot for items during spellcast 2023-07-25 21:23:59 +00:00
globalmap.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
globalmap.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
globalscript.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
globalscript.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
infoorder.hpp Fix use after move in InfoOrder::insertInfo 2023-07-30 13:37:53 +02:00
inventorystate.cpp Adjust FormId in FormIdRefId and for items in containers when loading saves 2023-07-30 02:01:09 +02:00
inventorystate.hpp
journalentry.cpp
journalentry.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
landrecorddata.hpp Reduce include dependency for land records 2023-08-19 01:30:17 +02:00
loadacti.cpp
loadacti.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadalch.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadalch.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadappa.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadappa.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadarmo.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadarmo.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadbody.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadbody.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadbook.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadbook.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadbsgn.cpp
loadbsgn.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadcell.cpp Disallow implicitly sized reads of ESM structs 2023-07-20 19:16:53 +02:00
loadcell.hpp Use proper cell size for ESM4 cells in CoordinateConverter 2023-08-13 02:24:22 +02:00
loadclas.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadclas.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadclot.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadclot.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadcont.cpp Treat std::array like regular arrays 2023-07-21 17:00:33 +02:00
loadcont.hpp Initial commit: In ESM structures, replace the string members that are RefIds to other records, to a new strong type 2022-12-27 19:15:54 +01:00
loadcrea.cpp
loadcrea.hpp
loaddial.cpp
loaddial.hpp
loaddoor.cpp
loaddoor.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadench.cpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadench.hpp Replace more explicitly sized reads and variable width integers 2023-08-20 11:34:05 +02:00
loadfact.cpp Load the lowest faction reaction for every faction 2023-08-25 16:57:27 +02:00
loadfact.hpp
loadglob.cpp
loadglob.hpp
loadgmst.cpp
loadgmst.hpp
loadinfo.cpp
loadinfo.hpp
loadingr.cpp
loadingr.hpp
loadland.cpp Split ESM::Land::loadData 2023-08-19 01:30:17 +02:00
loadland.hpp Reduce include dependency for land records 2023-08-19 01:30:17 +02:00
loadlevlist.cpp
loadlevlist.hpp
loadligh.cpp
loadligh.hpp
loadlock.cpp
loadlock.hpp
loadltex.cpp
loadltex.hpp
loadmgef.cpp Implement the NegativeLight flag 2023-07-17 18:00:15 +02:00
loadmgef.hpp Implement the NegativeLight flag 2023-07-17 18:00:15 +02:00
loadmisc.cpp
loadmisc.hpp
loadnpc.cpp
loadnpc.hpp
loadpgrd.cpp
loadpgrd.hpp
loadprob.cpp
loadprob.hpp
loadrace.cpp
loadrace.hpp
loadregn.cpp Disallow implicitly sized reads of ESM structs 2023-07-20 19:16:53 +02:00
loadregn.hpp
loadrepa.cpp
loadrepa.hpp
loadscpt.cpp Disallow implicitly sized reads of ESM structs 2023-07-20 19:16:53 +02:00
loadscpt.hpp
loadskil.cpp Address feedback 2023-07-17 19:37:28 +02:00
loadskil.hpp Only allow StringRefId for Skill ids 2023-07-14 17:33:32 +02:00
loadsndg.cpp Treat std::array like regular arrays 2023-07-21 17:00:33 +02:00
loadsndg.hpp
loadsoun.cpp
loadsoun.hpp
loadspel.cpp
loadspel.hpp
loadsscr.cpp
loadsscr.hpp
loadstat.cpp
loadstat.hpp
loadtes3.cpp Disallow implicitly sized reads of ESM structs 2023-07-20 19:16:53 +02:00
loadtes3.hpp
loadweap.cpp
loadweap.hpp Cleanup includes 2023-07-08 11:28:56 +02:00
locals.cpp
locals.hpp
magiceffects.cpp
magiceffects.hpp
mappings.cpp
mappings.hpp
npcstate.cpp
npcstate.hpp
npcstats.cpp Address feedback 2023-07-17 19:37:28 +02:00
npcstats.hpp
objectstate.cpp Treat std::array like regular arrays 2023-07-21 17:00:33 +02:00
objectstate.hpp
player.cpp Address feedback 2023-07-17 19:37:28 +02:00
player.hpp
projectilestate.cpp Merge branch 'readsize' into 'master' 2023-07-28 07:01:32 +00:00
projectilestate.hpp Use refnum instead of slot for items during spellcast 2023-07-25 21:23:59 +00:00
queststate.cpp
queststate.hpp
quickkeys.cpp
quickkeys.hpp
readerscache.cpp
readerscache.hpp
savedgame.cpp
savedgame.hpp
spelllist.cpp
spelllist.hpp
spellstate.cpp Move TimeStamp to ESM3 and remove sized reads 2023-07-30 11:37:32 +02:00
spellstate.hpp Move TimeStamp to ESM3 and remove sized reads 2023-07-30 11:37:32 +02:00
statstate.cpp
statstate.hpp
stolenitems.cpp
stolenitems.hpp
timestamp.cpp Move TimeStamp to ESM3 and remove sized reads 2023-07-30 11:37:32 +02:00
timestamp.hpp Move TimeStamp to ESM3 and remove sized reads 2023-07-30 11:37:32 +02:00
transport.cpp Move some objects instead of copying 2023-07-31 20:43:46 +04:00
transport.hpp
typetraits.hpp
variant.cpp Cleanup includes 2023-07-08 11:28:56 +02:00
variant.hpp
variantimp.cpp
variantimp.hpp
weatherstate.cpp
weatherstate.hpp create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2022-12-27 19:15:57 +01:00