1
0
forked from 0ad/0ad
Go to file
Matei d939a006ae Added C++ code for auras. Some things that still need to be implemented are:
- Times on auras (a unit must be in range for X seconds for the aura to
start affecting it)
- An efficient GetInRange implementation in CEntityManager using a
quadtree or something of the sort (current one is linear in the number
of entities).

This was SVN commit r3238.
2005-12-13 08:05:30 +00:00
binaries Added aura scripts and 3 auras: a Courage aura of 15 on Themistocles and 5 on Alexander, a Fear aura of 5 on Leonidas, and an Infidelity aura on female citizens. 2005-12-13 08:03:49 +00:00
build More DevIL library things 2005-11-26 03:46:21 +00:00
source Added C++ code for auras. Some things that still need to be implemented are: 2005-12-13 08:05:30 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00