1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/ai/common-api
2011-12-02 00:25:20 +00:00
..
base.js Changes AI entity destroy events to maintain some data about the entity, based on patch by quantumstate. Fixes #983. 2011-10-18 22:51:04 +00:00
class.js Initial terrible AI player scripts. 2011-02-05 20:35:34 +00:00
entity.js Added queued as an optional parameter so that AI's can set waypoints 2011-12-02 00:25:20 +00:00
entitycollection.js Added queued as an optional parameter so that AI's can set waypoints 2011-12-02 00:25:20 +00:00
utils.js Added a squared vector function for A^2 + B^2 without the rooting, in case massively large nos of vector calculations are needed. 2011-11-13 15:56:37 +00:00