.. |
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
|
|
|
actionread.hpp
|
|
|
actionrepair.cpp
|
|
|
actionrepair.hpp
|
|
|
actionsoulgem.cpp
|
|
|
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
|
|
|
cells.hpp
|
|
|
cellstore.cpp
|
Replace shared_ptr by unique_ptr
|
2022-04-08 22:42:22 +02:00 |
cellstore.hpp
|
Replace shared_ptr by unique_ptr
|
2022-04-08 22:42:22 +02:00 |
cellutils.hpp
|
Remove redundant MWBase::Environment::get().getWorld() calls
|
2022-05-08 15:41:53 +02:00 |
cellvisitors.hpp
|
|
|
class.cpp
|
Use unique_ptr instead of shared_ptr
|
2022-04-08 16:12:36 +02:00 |
class.hpp
|
Use unique_ptr instead of shared_ptr
|
2022-04-08 16:12:36 +02:00 |
containerstore.cpp
|
Refactor and rename some things around Misc::Rng
|
2022-03-06 17:28:28 +02:00 |
containerstore.hpp
|
Pass the prng from world where appropriate
|
2022-03-21 17:49:42 +02:00 |
contentloader.hpp
|
|
|
customdata.cpp
|
|
|
customdata.hpp
|
|
|
datetimemanager.cpp
|
|
|
datetimemanager.hpp
|
|
|
doorstate.hpp
|
|
|
esmloader.cpp
|
Implement ignored records
|
2022-04-16 16:28:39 +02:00 |
esmloader.hpp
|
Implement ignored records
|
2022-04-16 16:28:39 +02:00 |
esmstore.cpp
|
Implement ignored records
|
2022-04-16 16:28:39 +02:00 |
esmstore.hpp
|
Implement ignored records
|
2022-04-16 16:28:39 +02:00 |
failedaction.cpp
|
|
|
failedaction.hpp
|
|
|
globals.cpp
|
|
|
globals.hpp
|
|
|
groundcoverstore.cpp
|
Fix unity build
|
2022-05-16 15:04:47 +02:00 |
groundcoverstore.hpp
|
|
|
inventorystore.cpp
|
|
|
inventorystore.hpp
|
|
|
livecellref.cpp
|
|
|
livecellref.hpp
|
|
|
localscripts.cpp
|
|
|
localscripts.hpp
|
|
|
magiceffects.cpp
|
Fix stats not working right for saves started before version 17
|
2022-02-14 18:38:37 +01:00 |
magiceffects.hpp
|
Fix stats not working right for saves started before version 17
|
2022-02-14 18:38:37 +01:00 |
manualref.cpp
|
|
|
manualref.hpp
|
|
|
nullaction.hpp
|
|
|
player.cpp
|
Make Environment a storage of referencing pointers instead of owned
|
2022-05-06 23:44:01 +02:00 |
player.hpp
|
#5336: Refactor World::updatePlayer in to Player::update
|
2022-05-05 00:57:15 +03:00 |
projectilemanager.cpp
|
Use std::make_shared instead of new
|
2022-04-08 22:50:09 +02:00 |
projectilemanager.hpp
|
|
|
ptr.hpp
|
Revert "Merge branch 'refactor/6677-2' into 'master'"
|
2022-04-04 17:09:52 +00:00 |
refdata.cpp
|
|
|
refdata.hpp
|
|
|
registeredclass.hpp
|
Use static object to register classes
|
2022-04-06 16:49:25 +02:00 |
scene.cpp
|
moddable post-processing pipeline
|
2022-05-15 10:03:58 -07:00 |
scene.hpp
|
Add explicit dependency to World from Scene
|
2022-05-08 15:41:53 +02:00 |
store.cpp
|
Remove redundant include from esm3/esmreader.hpp
|
2022-04-10 22:16:32 +02:00 |
store.hpp
|
Merge branch 'refactor/prng-2' into 'master'
|
2022-03-23 09:50:54 +00:00 |
timestamp.cpp
|
|
|
timestamp.hpp
|
|
|
weather.cpp
|
Use World prng for weather system as it influences actors
|
2022-05-17 18:22:45 +03:00 |
weather.hpp
|
moddable post-processing pipeline
|
2022-05-15 10:03:58 -07:00 |
worldimp.cpp
|
Use World prng for selection of random creature spawning
|
2022-05-17 18:22:45 +03:00 |
worldimp.hpp
|
moddable post-processing pipeline
|
2022-05-15 10:03:58 -07:00 |