This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-26 13:08:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
07e630a97e2b8f05458030e2c07df99fad01aef5
0ad
/
source
T
History
pyrolink
07e630a97e
Added flag for quick end of game hack (used to monitor kills).
...
This was SVN commit r3300.
2005-12-29 04:52:40 +00:00
..
graphics
Fixed a crash on units that could have props added & removed from them, such as javelinists. It seems that the CModel destructor was made to remove the prop point from the parent's prop point list, causing a problem in existing prop replacement code that tried to do the same thing.
2005-12-26 10:57:25 +00:00
gui
…
i18n
…
lib
allocator: add single_calloc (generalization of code previously in wposix for WDIR); add da_reserve; expand pool allocator to allow variable size entries
2005-12-28 20:29:22 +00:00
maths
…
ps
Added flag for quick end of game hack (used to monitor kills).
2005-12-29 04:52:40 +00:00
renderer
…
scripting
Removed a compile warning and changed scheduler's "tasks to cancel" set to a hash set.
2005-12-18 07:41:02 +00:00
simulation
Removed a compile warning and changed scheduler's "tasks to cancel" set to a hash set.
2005-12-18 07:41:02 +00:00
sound
…
tools
Explicit cast to CStr() to fix Linux build.
2005-12-23 01:24:07 +00:00
main.cpp
…
ProgrammingSchedule.xls
…