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-01 01:27:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c8745ee41ffada58b72b01d6b3bb5faae0fcb5d7
0ad
/
source
/
simulation2
/
system
T
History
leper
c56f96040e
Implement healing.
Fixes
#999
.
...
This was SVN commit r11536.
2012-04-17 20:22:13 +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
Implement healing.
Fixes
#999
.
2012-04-17 20:22:13 +00:00
Message.h
…
ParamNode.cpp
Removed logger output for XML token node tests
2012-03-17 23:03:02 +00:00
ParamNode.h
…
SimContext.cpp
…
SimContext.h
…