.. |
action.cpp
|
|
|
action.hpp
|
|
|
actionalchemy.cpp
|
|
|
actionalchemy.hpp
|
|
|
actionapply.cpp
|
|
|
actionapply.hpp
|
|
|
actiondoor.cpp
|
|
|
actiondoor.hpp
|
|
|
actioneat.cpp
|
|
|
actioneat.hpp
|
|
|
actionequip.cpp
|
|
|
actionequip.hpp
|
|
|
actionharvest.cpp
|
|
|
actionharvest.hpp
|
|
|
actionopen.cpp
|
|
|
actionopen.hpp
|
|
|
actionread.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
actionread.hpp
|
|
|
actionrepair.cpp
|
|
|
actionrepair.hpp
|
|
|
actionsoulgem.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
actionsoulgem.hpp
|
|
|
actiontake.cpp
|
|
|
actiontake.hpp
|
|
|
actiontalk.cpp
|
|
|
actiontalk.hpp
|
|
|
actionteleport.cpp
|
|
|
actionteleport.hpp
|
|
|
actiontrap.cpp
|
|
|
actiontrap.hpp
|
|
|
cellpreloader.cpp
|
|
|
cellpreloader.hpp
|
|
|
cellref.cpp
|
|
|
cellref.hpp
|
|
|
cellreflist.hpp
|
|
|
cells.cpp
|
partially revert "Store: moved all the template specialization to its own heaper file, included where it's needed"
|
2022-09-05 17:35:06 +02:00 |
cells.hpp
|
|
|
cellstore.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
cellstore.hpp
|
|
|
cellutils.hpp
|
|
|
cellvisitors.hpp
|
|
|
class.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
class.hpp
|
|
|
containerstore.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
containerstore.hpp
|
|
|
contentloader.hpp
|
Replace all remaining occurrences of boost::filesystem with std::filesystem.
|
2022-09-11 02:19:00 +02:00 |
customdata.cpp
|
|
|
customdata.hpp
|
|
|
datetimemanager.cpp
|
|
|
datetimemanager.hpp
|
|
|
doorstate.hpp
|
|
|
esmloader.cpp
|
Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions.
|
2022-09-11 14:41:20 +02:00 |
esmloader.hpp
|
Replace all remaining occurrences of boost::filesystem with std::filesystem.
|
2022-09-11 02:19:00 +02:00 |
esmstore.cpp
|
Make sure all paths are passed as std::filesystem::path instead of std::string where possible.
|
2022-09-11 14:41:15 +02:00 |
esmstore.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 |
failedaction.cpp
|
|
|
failedaction.hpp
|
|
|
globals.cpp
|
|
|
globals.hpp
|
|
|
groundcoverstore.cpp
|
|
|
groundcoverstore.hpp
|
|
|
inventorystore.cpp
|
|
|
inventorystore.hpp
|
|
|
livecellref.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
livecellref.hpp
|
|
|
localscripts.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
localscripts.hpp
|
|
|
magiceffects.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
magiceffects.hpp
|
|
|
manualref.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
manualref.hpp
|
|
|
nullaction.hpp
|
|
|
player.cpp
|
Merge branch 'REFACTOR_STORE' into 'master'
|
2022-09-07 20:22:29 +00:00 |
player.hpp
|
|
|
projectilemanager.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
projectilemanager.hpp
|
|
|
ptr.hpp
|
|
|
refdata.cpp
|
|
|
refdata.hpp
|
|
|
registeredclass.hpp
|
|
|
scene.cpp
|
Lock TileCachedRecastMeshManager once per changing a cell
|
2022-09-08 11:06:35 +02:00 |
scene.hpp
|
Lock TileCachedRecastMeshManager once per changing a cell
|
2022-09-08 11:06:35 +02:00 |
spellcaststate.hpp
|
|
|
store.cpp
|
partially revert "Store: moved all the template specialization to its own heaper file, included where it's needed"
|
2022-09-05 17:35:06 +02:00 |
store.hpp
|
gets rid of the macros, we use a tuple instead, with a mechanism to assign an index to each type.
|
2022-09-05 17:35:36 +02:00 |
timestamp.cpp
|
|
|
timestamp.hpp
|
|
|
weather.cpp
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
weather.hpp
|
|
|
worldimp.cpp
|
Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions.
|
2022-09-11 14:41:20 +02:00 |
worldimp.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 |