]> git.localhorst.tv Git - blank.git/history - src/ai
split chunk redering from world model
[blank.git] / src / ai /
2015-08-27 Daniel Karbachsplit chunk redering from world model
2015-08-21 Daniel Karbachexplicit reference for world coordinates
2015-08-18 Daniel Karbachdisplay focused entity in debug overlay
2015-08-18 Daniel Karbachuse collision structures for ray tests
2015-08-17 Daniel Karbachfix some inline TODOs
2015-08-11 Daniel Karbachallow multiple meshes per entity
2015-08-08 Daniel Karbachtextures
2015-08-07 Daniel Karbachcheck line of sight in chase ai
2015-08-07 Daniel Karbachspeed up entity rotation a little
2015-08-07 Daniel Karbachtvec[234]<int> -> ivec[234]
2015-08-07 Daniel Karbachcorrect usage of quaternions :P
2015-08-06 Daniel Karbachanother type of entity controller
2015-08-05 Daniel Karbachrandomly spawn entities around the player
2015-08-04 Daniel Karbachmoved entity spawn and control into its own class
2015-08-04 Daniel Karbachmove RandomWalk into new "ai" module