1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 03:12:36 +01:00
openrw/rwgame/states
Daniel Evans 6a7802de87 Overhaul State and StateManager to remove pointers
Removed raw State pointers in favour of unique_ptrs
Avoid allowing control flow to re-enter States that have exited
Defer releasing states until the end of the frame
2016-10-24 21:29:40 +01:00
..
BenchmarkState.cpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
BenchmarkState.hpp clang-format files in rwgame/states 2016-09-09 21:13:20 +01:00
DebugState.cpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
DebugState.hpp Remove InventoryItem and WeaponItem 2016-10-19 22:14:52 +01:00
IngameState.cpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
IngameState.hpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
LoadingState.cpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
LoadingState.hpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
MenuState.cpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
MenuState.hpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
PauseState.cpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
PauseState.hpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00