]> git.tdb.fi Git - libs/game.git/history - examples/bassteroids/source/playercontroller.cpp
Load the various setups through resources
[libs/game.git] / examples / bassteroids / source / playercontroller.cpp
2023-01-08 Mikko RasaLoad the various setups through resources
2022-12-04 Mikko RasaConvert components to buffered where appropriate
2022-11-28 Mikko RasaDefer creation of bullets until the end of the frame
2022-11-27 Mikko RasaMake asteroids take damage when shot and eventually...
2022-11-27 Mikko RasaPass bullet's initial transform values directly to...
2022-11-25 Mikko RasaMake it possible to shoot bullets in Bassteroids
2022-11-25 Mikko RasaFix various cases of bad math
2022-11-25 Mikko RasaAdd missing initializer for player ship's moment of...
2022-11-21 Mikko RasaAdd a controllable player ship to Bassteroids