This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
a09
0ad
/
source
/
simulation2
/
system
T
History
historic_bruno
b7e848de23
Avoid unused parameter warnings due to safe bool operators.
...
This was SVN commit r11142.
2012-02-25 06:24:24 +00:00
..
CmpPtr.cpp
…
CmpPtr.h
Avoid unused parameter warnings due to safe bool operators.
2012-02-25 06:24:24 +00:00
Component.h
…
ComponentManager.cpp
Adds safe bool operator to ICmpPtr, replacing the null() method, based on patch by leper. Also changes bool operator in AtSmartPtr to safe bool.
Fixes
#1077
.
2012-02-08 02:46:15 +00:00
ComponentManager.h
Add initial serialization test mode.
2011-10-24 14:31:05 +00:00
ComponentManagerSerialization.cpp
# Partial support for saved games with AI.
2011-12-22 14:04:32 +00:00
Components.h
…
ComponentTest.h
Fix tests
2011-08-18 21:12:15 +00:00
Entity.h
…
IComponent.cpp
…
IComponent.h
…
Interface.h
…
InterfaceScripted.h
Upgrade to SpiderMonkey 1.8.5 (
fixes
#734
)
2011-07-16 23:24:14 +00:00
Message.h
…
ParamNode.cpp
Avoid errors when using planes in formations, by not allowing them to join formations
2011-07-07 17:05:22 +00:00
ParamNode.h
…
SimContext.cpp
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
2011-04-30 13:01:45 +00:00
SimContext.h
…