Saxum/game
2015-06-04 11:22:27 +02:00
..
application.cc Correctly intializing farPlane variable in Level. 2015-06-03 02:12:00 +02:00
application.hh Introducing windowed fullscreen. Closes #9. 2015-03-15 17:48:46 +01:00
camera.cc Changing default init of camera. 2015-03-24 19:08:49 +01:00
camera.hh Changing name of src to game to better communicate what is in it. 2015-03-12 15:08:30 +01:00
chunk.cc Simplifing object render method by givin the skydome day texture it's own texture unit. 2015-04-12 21:06:59 +02:00
chunk.hh Simplifing object render method by givin the skydome day texture it's own texture unit. 2015-04-12 21:06:59 +02:00
debugDraw.cc Removed debug draw memory leak. 2015-03-14 14:52:40 +01:00
debugDraw.hh Implemented debug draw for bullet. 2015-03-13 15:30:21 +01:00
entity.cc Removing last mutex. 2015-04-25 23:27:12 +02:00
entity.hh Removing useless include. 2015-05-26 21:32:37 +02:00
flame.cc Increased the geometry resolution of the flames. 2015-05-31 15:23:54 +02:00
flame.hh Changing name of src to game to better communicate what is in it. 2015-03-12 15:08:30 +01:00
graphics.cc Optimized scheduling once again. 2015-06-04 11:22:27 +02:00
graphics.hh Implemented the the initilization of the shadow render queue.(#10) 2015-06-01 10:48:56 +02:00
keyboardState.hh Changed how key states are handled. 2015-03-12 19:14:14 +01:00
level.cc Correctly intializing farPlane variable in Level. 2015-06-03 02:12:00 +02:00
level.hh Correctly intializing farPlane variable in Level. 2015-06-03 02:12:00 +02:00
light.cc Changing name of src to game to better communicate what is in it. 2015-03-12 15:08:30 +01:00
light.hh Changing name of src to game to better communicate what is in it. 2015-03-12 15:08:30 +01:00
loader.cc Updating loading screen during loading. 2015-04-25 22:29:37 +02:00
loader.hh Updating loading screen during loading. 2015-04-25 22:29:37 +02:00
main.cc Fixing game not getting scaled correctly in fullscreen. 2015-05-16 13:54:01 +02:00
main.hh Updating loading screen during loading. 2015-04-25 22:29:37 +02:00
material.cc Finshed work now sorting objects after loading. 2015-03-21 18:44:08 +01:00
material.hh Finshed work now sorting objects after loading. 2015-03-21 18:44:08 +01:00
model.cc Reenabling debug features for debug builds. 2015-03-15 15:18:16 +01:00
model.hh Changing name of src to game to better communicate what is in it. 2015-03-12 15:08:30 +01:00
object.cc Simplifing object render method by givin the skydome day texture it's own texture unit. 2015-04-12 21:06:59 +02:00
object.hh Simplifing object render method by givin the skydome day texture it's own texture unit. 2015-04-12 21:06:59 +02:00
physics.cc Removing useless assignment. 2015-03-22 13:49:25 +01:00
physics.hh Implemented debug draw for bullet. 2015-03-13 15:30:21 +01:00
skydome.cc Simplifing object render method by givin the skydome day texture it's own texture unit. 2015-04-12 21:06:59 +02:00
skydome.hh Simplifing object render method by givin the skydome day texture it's own texture unit. 2015-04-12 21:06:59 +02:00
terrain.cc Fixing mismatching deallocation. 2015-03-22 13:25:43 +01:00
terrain.hh Now generating seperate terrain meshes for chunks. 2015-03-17 12:08:49 +01:00
trigger.cc Removing debug output from lua scripts for release builds. 2015-03-15 18:46:44 +01:00
trigger.hh Changing name of src to game to better communicate what is in it. 2015-03-12 15:08:30 +01:00