1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00
openrw/rwgame
Sven Stucki 431e218a64 Use Boost to parse command line arguments (#177)
There are still some rough edges, first version to send in for
discussion.
2016-09-06 20:11:41 +02:00
..
states Zero-Pad displayed money value and slowly update it 2016-09-02 15:35:34 +02:00
CMakeLists.txt Use Boost to parse command line arguments (#177) 2016-09-06 20:11:41 +02:00
DrawUI.cpp Zero-Pad displayed money value and slowly update it 2016-09-02 15:35:34 +02:00
DrawUI.hpp Re-implement map rendering with nice circular minimap 2016-04-12 01:02:09 +01:00
game.hpp Replace SFML with SDL2 2016-06-22 12:29:39 +02:00
GameConfig.cpp Add preliminary NetBSD support 2016-08-13 21:33:04 +02:00
GameConfig.hpp Allow language selection in config 2016-08-12 02:14:15 +02:00
GameWindow.cpp Remove SetWindowGrab to allow dismissing the error dialog 2016-08-27 00:40:10 +01:00
GameWindow.hpp Fix SDL2 #include paths 2016-08-12 02:13:22 +02: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 Make sure SDL_Quit() is called on exit 2016-09-01 22:58:06 +02:00
MenuSystem.hpp Use GameString in RWGame, using localised strings. 2016-08-23 00:05:25 +01:00
README.md Update readme informations 2015-05-10 23:57:13 +01:00
RWGame.cpp Use Boost to parse command line arguments (#177) 2016-09-06 20:11:41 +02:00
RWGame.hpp Add cheat handler 2016-09-02 15:33:45 +02:00
State.cpp Replace SFML with SDL2 2016-06-22 12:29:39 +02:00
State.hpp Fix SDL2 #include paths 2016-08-12 02:13:22 +02:00

RWGame

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