1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-19 08:52:33 +02:00
openrw/rwgame
Daniel Evans d270b75141 Improve rendering performance
+ Fix some bad values for glActiveTexture()
+ Move work processing queue into update() to avoid clogging the render
  thread
+ Add some extra values for frames and geometry drawn
2014-08-03 13:37:11 +01:00
..
CMakeLists.txt Improve CMake scripts 2014-06-18 17:07:51 +01:00
debugstate.cpp Remove and re-home debug functionality 2014-07-09 20:47:20 +01:00
debugstate.hpp Debug mode freelook 2014-06-08 22:18:03 +01:00
game.hpp Add many opcodes, implement some of them. 2014-07-27 00:44:21 +01:00
ingamestate.cpp Implement object opacity and instance fade-out 2014-08-02 21:35:58 +01:00
ingamestate.hpp Initial Script Machine implementation + some ops 2014-07-23 23:57:21 +01:00
loadingstate.cpp Threaded model and texture loading 2014-06-06 13:12:20 +01:00
loadingstate.hpp Threaded model and texture loading 2014-06-06 13:12:20 +01:00
main.cpp Improve rendering performance 2014-08-03 13:37:11 +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.hpp Threaded model and texture loading 2014-06-06 13:12:20 +01:00

RWGame

Game executable