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-07-09 08:36:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
69acf1c68cc0c0c4ae4ad87529199d9f4c4e67a0
0ad
/
source
T
History
pyrolink
69acf1c68c
Commented out notifications.
...
This was SVN commit r3301.
2005-12-29 04:55:16 +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
Commented out notifications.
2005-12-29 04:55:16 +00:00
sound
…
tools
Explicit cast to CStr() to fix Linux build.
2005-12-23 01:24:07 +00:00
main.cpp
…
ProgrammingSchedule.xls
…