1
0
forked from 0ad/0ad
0ad/source
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
..
collada remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
dcdt/se fix/disable warnings. 2007-12-23 12:18:57 +00:00
graphics # Some fixes to projectiles 2008-02-03 09:10:15 +00:00
gui remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
i18n fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
lib Fixed build on Ubuntu. 2008-01-26 04:43:02 +00:00
maths Fixed non-PCH compiles. 2007-09-02 23:38:58 +00:00
network Fixed that CNetLogManager::Shutdown wasn't called. Fixed that CNetLogger::m_Level was used uninitialised. 2008-01-10 01:17:09 +00:00
pch pathfinding change: the engine uses Triangulation and A* on triangles now. dcdt package added. premake.lua changed to include the dcdt code. it needs to run update-workspaces.bat (flag -showOverlay will draw the triangulation and a single unit paths) 2007-10-09 07:27:45 +00:00
ps - fix incorrect use of block vs. sector aligned (both offset and length must be block-aligned to allow proper caching) 2008-01-20 21:52:54 +00:00
renderer remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
scripting remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
simulation # Some fixes to projectiles 2008-02-03 09:10:15 +00:00
sound fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
tools remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
main.cpp remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
test_setup.cpp fix VFS bug preventing directories from being created: 2008-01-20 16:53:09 +00:00