1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00
openrw/rwgame
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
..
states Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
CMakeLists.txt Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
DrawUI.cpp Remove InventoryItem and WeaponItem 2016-10-19 22:14:52 +01:00
DrawUI.hpp clang-format files in rwgame 2016-09-09 21:13:20 +01:00
game.hpp Move some non-game code into GameBase class 2016-10-19 22:34:51 +01:00
GameBase.cpp Move some non-game code into GameBase class 2016-10-19 22:34:51 +01:00
GameBase.hpp Move some non-game code into GameBase class 2016-10-19 22:34:51 +01:00
GameConfig.cpp clang-format files in rwgame 2016-09-09 21:13:20 +01:00
GameConfig.hpp clang-format files in rwgame 2016-09-09 21:13:20 +01:00
GameWindow.cpp clang-format files in rwgame 2016-09-09 21:13:20 +01:00
GameWindow.hpp clang-format files in rwgame 2016-09-09 21:13:20 +01:00
GitSHA1.cpp.in Add Git SHA1 hash to RWGame for versioning 2016-08-01 19:34:53 +01:00
GitSHA1.h Add Git SHA1 hash to RWGame for versioning 2016-08-01 19:34:53 +01:00
main.cpp Initialise logging outside of RWGame 2016-10-19 22:34:51 +01:00
MenuSystem.hpp clang-format files in rwgame 2016-09-09 21:13:20 +01:00
README.md Update readme informations 2015-05-10 23:57:13 +01:00
RWGame.cpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
RWGame.hpp Correct RWGame.hpp header guard 2016-10-19 22:34:51 +01:00
State.cpp clang-format files in rwgame 2016-09-09 21:13:20 +01:00
State.hpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
StateManager.cpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
StateManager.hpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00

RWGame

The game executable, handles the frontend UI drawing and menus.