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-28 09:26:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e57730ecce73b0dd85ffbdb8272991e21ea5e5fa
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
…
ComponentManagerSerialization.cpp
…
Components.h
…
ComponentTest.h
…
Entity.h
…
IComponent.cpp
…
IComponent.h
…
Interface.h
…
InterfaceScripted.h
…
Message.h
…
ParamNode.cpp
…
ParamNode.h
…
SimContext.cpp
…
SimContext.h
…