]> git.localhorst.tv Git - blank.git/history - src/ai/ai.cpp
brought some order to the whole controller thing
[blank.git] / src / ai / ai.cpp
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-09-11 Daniel Karbachbetter control over entity update transmission
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-27 Daniel Karbachreference count entities for safer removal
2015-08-21 Daniel Karbachexplicit reference for world coordinates
2015-08-18 Daniel Karbachuse collision structures for ray tests
2015-08-07 Daniel Karbachcheck line of sight in chase ai
2015-08-06 Daniel Karbachanother type of entity controller