1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 16:59:56 +00:00
openmw/components/esm3
2022-09-12 21:00:51 +02:00
..
activespells.cpp Do not copy data when it is not needed 2022-08-15 11:52:09 +04:00
activespells.hpp Cleanup components includes 2022-08-16 19:14:04 +02:00
aipackage.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Cleanup components includes 2022-08-16 19:14:04 +02:00
cellid.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +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 Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
cellref.hpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
cellstate.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
cellstate.hpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
containerstate.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
creaturestats.hpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
custommarkerstate.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
custommarkerstate.hpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
debugprofile.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
debugprofile.hpp Use the proper types 2022-06-04 16:34:23 +02:00
dialoguestate.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +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 Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions. 2022-09-11 14:41:20 +02:00
esmreader.hpp Make sure all paths are passed as std::filesystem::path instead of std::string where possible. 2022-09-11 14:41:15 +02:00
esmwriter.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
esmwriter.hpp Don't cast away const when we can avoid it 2022-07-03 16:36:41 +04:00
filter.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
filter.hpp Use the proper types 2022-06-04 16:34:23 +02:00
fogstate.cpp Eliminate &thing[0] pattern 2022-09-03 16:41:35 +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 Eliminate &thing[0] pattern 2022-09-03 16:41:35 +01:00
globalmap.hpp Use the proper types 2022-06-04 16:34:23 +02:00
globalscript.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Use the proper types 2022-06-04 16:34:23 +02:00
loadacti.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadalch.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadalch.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadappa.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadappa.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadarmo.cpp Use the proper types 2022-06-04 16:34:23 +02:00
loadarmo.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadbody.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadbody.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadbook.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadbook.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadbsgn.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadbsgn.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadcell.cpp Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions. 2022-09-11 14:41:20 +02:00
loadcell.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadclas.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadclas.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadclot.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadclot.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadcont.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadcont.hpp Cleanup components includes 2022-08-16 19:14:04 +02:00
loadcrea.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadcrea.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loaddial.cpp Append orphaned dialogue instead of always appending it 2022-06-06 10:12:36 +02:00
loaddial.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loaddoor.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loaddoor.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadench.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadench.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadfact.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadfact.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadglob.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadglob.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadgmst.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadgmst.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadinfo.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadinfo.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadingr.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadingr.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadland.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
loadland.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadlevlist.cpp 0 initialize mRecordFlags 2022-05-29 22:12:30 +02:00
loadlevlist.hpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
loadligh.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadligh.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadlock.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadlock.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadltex.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadltex.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadmgef.cpp Add comma to the last array element to prevent putting multiple elements on a single line 2022-09-12 21:00:51 +02:00
loadmgef.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadmisc.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadmisc.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadnpc.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadnpc.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadpgrd.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadpgrd.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadprob.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadprob.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadrace.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadrace.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadregn.cpp Use meaningful names instead of pretending we don't know what snow is 2022-07-17 19:54:59 +02:00
loadregn.hpp Cleanup components includes 2022-08-16 19:14:04 +02:00
loadrepa.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadrepa.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadscpt.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
loadscpt.hpp Cleanup components includes 2022-08-16 19:14:04 +02:00
loadskil.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadskil.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadsndg.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadsndg.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadsoun.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadsoun.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadspel.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadspel.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadsscr.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadsscr.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadstat.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadstat.hpp Use the proper types 2022-06-04 16:34:23 +02:00
loadtes3.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
loadtes3.hpp Lua scripts configuration in omwaddon 2022-06-05 01:36:39 +02:00
loadweap.cpp Make the sRedcordId constexpr 2022-06-04 16:07:59 +02:00
loadweap.hpp Return string_view from SoundId methods 2022-08-14 14:39:58 +02:00
locals.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
mappings.hpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
npcstate.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
objectstate.hpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
player.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
player.hpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
projectilestate.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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
readerscache.cpp Limit the number of simultaneously open not actively used content files 2022-06-03 01:29:03 +02:00
readerscache.hpp Make sure all paths are passed as std::filesystem::path instead of std::string where possible. 2022-09-11 14:41:15 +02:00
savedgame.cpp Avoid issues with saved games that have no screenshot data 2022-09-02 07:04:02 +03:00
savedgame.hpp Use the proper types 2022-06-04 16:34:23 +02:00
spelllist.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
transport.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02:00
variant.hpp Avoid string copies for ESM::Variant::getString 2022-03-06 17:38:58 +00:00
variantimp.cpp Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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 Remove ESM:: namespace qualifier in components/esm3/ and tests 2022-04-12 02:04:24 +02: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