]> git.localhorst.tv Git - blank.git/history - src/ai
new gcc version
[blank.git] / src / ai /
2016-11-16 Daniel Karbachmake gcc nag more
2016-11-08 Daniel Karbachglm backwards compatibility
2015-12-08 Daniel Karbachfix AI chase/flee acceleration
2015-11-27 Daniel Karbachmove steering behaviours into entity
2015-11-13 Daniel Karbachgeometry stuff
2015-11-09 Daniel Karbachsimplify ray/chunk intersection test
2015-11-03 Daniel Karbachunified location handling
2015-11-03 Daniel Karbachsplit geometry lib
2015-11-02 Daniel Karbachnew turn style
2015-10-29 Daniel Karbachmake AI entities avoid world collisions
2015-10-28 Daniel Karbachcache some basic entity axes
2015-10-25 Daniel Karbachmore fun with AI/steering
2015-10-23 Daniel Karbachexperiments with ai states and steering
2015-10-23 Daniel Karbachbrought some order to the whole controller thing
2015-10-23 Daniel KarbachAI state machine
2015-10-23 Daniel Karbachcentralize entity controllers
2015-10-21 Daniel Karbachget rid of angular velocity
2015-10-19 Daniel Karbachuse seconds as world time unit
2015-10-16 Daniel Karbachuse "forces" for entity control and RK4 integrator
2015-10-15 Daniel Karbachload models from assets
2015-10-14 Daniel Karbachstore shapes in models rather than meshes
2015-10-12 Daniel Karbachcomposite model is the canonical model
2015-10-06 Daniel Karbachrandom stuff
2015-09-29 Daniel Karbachsplit input handling
2015-09-20 Daniel Karbachgive network players a model
2015-09-11 Daniel Karbachbetter control over entity update transmission
2015-09-09 Daniel Karbachsplit chunk stuff
2015-09-08 Daniel Karbachsplit graphics stuff from AI spawner
2015-09-02 Daniel Karbachspecial treatment for players
2015-08-28 Daniel Karbachlerp random walk and make it change ang vel
2015-08-28 Daniel Karbachfix divide by zero in Chaser AI
2015-08-28 Daniel Karbachavoid library rand()
2015-08-28 Daniel Karbachsplit composite model in template and instance
2015-08-27 Daniel Karbachreference count entities for safer removal
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