]> git.tdb.fi Git - libs/game.git/history - examples
Update .gitignore files
[libs/game.git] / examples /
2023-01-08 Mikko RasaUpdate .gitignore files master
2023-01-08 Mikko RasaLoad the various setups through resources
2023-01-08 Mikko RasaAdd dependency to mspmath in Bassteroids
2023-01-08 Mikko RasaUse the setup generator to create setup structs
2022-12-07 Mikko RasaAdjust system dependencies to resolve scheduling ambigu...
2022-12-04 Mikko RasaChange Owned's constructor to take a pointer to the...
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 RasaRemove destroyed entities from the physics simulation
2022-11-27 Mikko RasaEmit events for colliding physical entities
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-25 Mikko RasaUse the correct inertial quantity for calculating veloc...
2022-11-25 Mikko RasaDon't apply more friction than it takes to nullify...
2022-11-21 Mikko RasaSimulate friction in collisions
2022-11-21 Mikko RasaAdd a controllable player ship to Bassteroids
2022-11-20 Mikko RasaAllow external forces and torques to be added on rigid...
2022-11-20 Mikko RasaAdd rotation to physics simulation
2022-11-12 Mikko RasaAdd playfield boundaries to Bassteroids
2022-11-12 Mikko RasaImplement box colliders in Bassteroids' physics system
2022-11-12 Mikko RasaCosmetic tweaks
2022-11-12 Mikko RasaImplement a simple physics system in Bassteroids
2022-11-09 Mikko RasaBegin creating an example game