1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-05 12:29:05 +02:00
openrw/rwgame
2021-10-12 21:53:56 +02:00
..
states Use ImGui for debug menu 2019-05-22 23:33:17 +01:00
CMakeLists.txt Remove ImGui configuration option 2019-05-22 23:33:17 +01:00
game.hpp Increase tickrate to 1/60 2018-05-16 20:44:55 +02:00
GameBase.cpp Remove boost::filesystem; Fixes #670 2021-10-12 21:53:56 +02:00
GameBase.hpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
GameInput.cpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
GameInput.hpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
GameWindow.cpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
GameWindow.hpp rwgame: add imgui demo window 2019-05-21 00:01:59 +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
HUDDrawer.cpp Use unique_ptr to handle TextureData 2019-03-18 00:14:23 +01:00
HUDDrawer.hpp Cleanup headers of rwengine 2019-01-20 20:00:00 +01:00
main.cpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
MenuSystem.cpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
MenuSystem.hpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
README.md Update readme informations 2015-05-10 23:57:13 +01:00
RWConfig.cpp Remove boost::filesystem; Fixes #670 2021-10-12 21:53:56 +02:00
RWConfig.hpp Remove boost::filesystem; Fixes #670 2021-10-12 21:53:56 +02:00
RWConfig.inc rwgame: merge argument + configuration file parsing + add tests 2018-12-28 00:58:10 +01:00
RWGame.cpp Remove boost::filesystem; Fixes #670 2021-10-12 21:53:56 +02:00
RWGame.hpp Render debug view UI with ImGui 2019-05-22 23:33:17 +01:00
RWImGui.cpp Remove ImGui configuration option 2019-05-22 23:33:17 +01:00
RWImGui.hpp Render debug view UI with ImGui 2019-05-22 23:33:17 +01:00
State.cpp Cleanup headers of rwengine 2019-01-20 20:00:00 +01:00
State.hpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
StateManager.cpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
StateManager.hpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
WindowIcon.hpp Add an SDL window icon to the executable, thx @vflyson 2018-06-29 23:15:23 +02:00

RWGame

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