1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00
openrw/rwgame
2016-10-24 21:29:41 +01:00
..
states Remove very dead debug code 2016-10-24 21:29:41 +01:00
CMakeLists.txt Improve Menu system implementation 2016-10-24 21:29:41 +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.cpp Improve Menu system implementation 2016-10-24 21:29:41 +01:00
MenuSystem.hpp Make MenuEntry height a property of the Menu 2016-10-24 21:29:41 +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 Improve Menu system implementation 2016-10-24 21:29:41 +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.