1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00
openrw/rwgame
Daniel Evans ba7eb63941 Refactor and cleanup camera control.
rwengine
+ Make renderWorld() take a ViewCamera parameter.
+ add rotation and getView to ViewCamera
+ correct directions for vehicle and character movement.

rwgame
+ Remove GenericState
+ Add State::getCamera() to control the ViewCamera used for rendering
+ Clean up state camera control
+ Remove now unused view parameters from main
2014-08-12 21:15:26 +01:00
..
CMakeLists.txt Refactor and cleanup camera control. 2014-08-12 21:15:26 +01:00
debugstate.cpp Refactor and cleanup camera control. 2014-08-12 21:15:26 +01:00
debugstate.hpp Refactor and cleanup camera control. 2014-08-12 21:15:26 +01:00
game.hpp Refactor and cleanup camera control. 2014-08-12 21:15:26 +01:00
ingamestate.cpp Refactor and cleanup camera control. 2014-08-12 21:15:26 +01:00
ingamestate.hpp Refactor and cleanup camera control. 2014-08-12 21:15:26 +01:00
loadingstate.cpp Threaded model and texture loading 2014-06-06 13:12:20 +01:00
loadingstate.hpp Fix compilation under clang, fix majority of warnings 2014-08-11 17:58:43 +01:00
main.cpp Refactor and cleanup camera control. 2014-08-12 21:15:26 +01:00
menustate.cpp Initial Script Machine implementation + some ops 2014-07-23 23:57:21 +01:00
menustate.hpp Refactor states 2014-05-26 05:34:49 +01:00
MenuSystem.hpp Fix compiler warnings 2014-06-10 17:51:55 +01:00
pausestate.cpp Refactor states 2014-05-26 05:34:49 +01:00
pausestate.hpp Refactor states 2014-05-26 05:34:49 +01:00
README.md Add Readme and Copying files 2014-02-13 09:51:42 +00:00
State.cpp Refactor and cleanup camera control. 2014-08-12 21:15:26 +01:00
State.hpp Refactor and cleanup camera control. 2014-08-12 21:15:26 +01:00

RWGame

Game executable