1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-18 16:32:32 +02:00
openrw/rwgame
Anonymous Maarten 6ab7f642ac rwgame: group command line arguments thematically
New output:
$ ./rwgame --help
I [Game] Build: 815c63cf
Generic options:
  -c [ --config ] PATH     Path of configuration file
  --help                   Show this help message

Window options:
  -w [ --width ] WIDTH     Game resolution width in pixel
  -h [ --height ] HEIGHT   Game resolution height in pixel
  -f [ --fullscreen ]      Enable fullscreen mode

Game options:
  -n [ --newgame ]         Directly start a new game
  -l [ --load ] PATH       Load save file

Developer options:
  -t [ --test ]            Starts a new game in a test location
  -b [ --benchmark ] PATH  Run benchmark from file
2017-11-17 00:50:50 +00:00
..
states rwgame: create matrix from vectors (instead of elements) 2017-11-17 00:50:50 +00:00
CMakeLists.txt cmake: add support for include-what-you-use to check #include's 2017-10-29 20:40:57 +00:00
DrawUI.cpp Fix double promotion 2017-10-25 01:17:46 +01:00
DrawUI.hpp clang-format files in rwgame 2016-09-09 21:13:20 +01:00
game.hpp rwgame: remove unused unimplemented function definitions 2017-11-17 00:50:50 +00:00
GameBase.cpp rwgame: group command line arguments thematically 2017-11-17 00:50:50 +00:00
GameBase.hpp rwgame: allow configuration files from all places (not only config path) 2017-11-17 00:50:50 +00:00
GameConfig.cpp rwgame: allow configuration files from all places (not only config path) 2017-11-17 00:50:50 +00:00
GameConfig.hpp rwengine: GameData accepts rwfs::path as path of game data 2017-11-17 00:50:50 +00:00
GameInput.cpp Extract game input state handling from IngameState 2016-11-19 23:50:34 +00:00
GameInput.hpp Extract game input state handling from IngameState 2016-11-19 23:50:34 +00:00
GameWindow.cpp clang-format files in rwgame 2016-09-09 21:13:20 +01:00
GameWindow.hpp cmake: use rwengine::interface + no more add_definitions & include_directories 2017-10-29 20:40:57 +00: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 spelling: recieve -> receive 2017-02-20 01:01:30 +00: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 rwgame: do not copy cheat names 2017-11-17 00:50:50 +00:00
RWGame.hpp Interpolating dynamic objects 2017-10-18 21:29:17 +01:00
State.cpp Fix some warnings 2017-10-13 19:54:10 +01:00
State.hpp Rewrite of camera and character look code 2016-12-04 01:06:27 +00:00
StateManager.cpp Overhaul State and StateManager to remove pointers 2016-10-24 21:29:40 +01:00
StateManager.hpp Improve state access to always get the current scene 2017-09-17 00:45:58 +01:00

RWGame

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