1
0
forked from 0ad/0ad
Go to file
Matei 7773b9b204 # Some fixes to projectiles
- Removed use of erase() in the middle of iterating through projectiles
in CProjectileManager - that was dangerous! Replaced projectiles vector
with a linked list to make it easy and efficient to delete elements in
the middle.
- Fixed animation. It seemed like a problem with updating the Y position
came up and was more apparent as we lowered the turn length.

This was SVN commit r5593.
2008-02-03 09:10:15 +00:00
binaries Manual build. 2008-01-26 00:43:50 +00:00
build More Linux build fixes 2008-01-08 00:09:52 +00:00
docs # Engine overview doc started. 2007-10-20 18:30:32 +00:00
source # Some fixes to projectiles 2008-02-03 09:10:15 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00