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-22 19:46:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
46fd718ac1d5dcaa570bf2916e00a6d382012d00
0ad
/
source
/
simulation2
/
system
T
History
leper
acd86047dc
Only split strings if they are non-empty. Fixes previous commit.
...
This was SVN commit r15737.
2014-09-12 23:11:03 +00:00
..
CmpPtr.cpp
…
CmpPtr.h
…
Component.h
Dynamic message subscriptions.
2014-06-19 23:20:12 +00:00
ComponentManager.cpp
Delete dynamic message subscriptions on simulation reset.
2014-08-16 01:23:50 +00:00
ComponentManager.h
Exact stack rooting for simulation message type conversions.
2014-08-09 20:02:49 +00:00
ComponentManagerSerialization.cpp
Simplify component deserialization.
2014-06-01 18:14:09 +00:00
Components.h
…
ComponentTest.h
Second (main) commit for the SpiderMonkey upgrade.
2014-03-28 20:26:32 +00:00
DynamicSubscription.cpp
Dynamic message subscriptions.
2014-06-19 23:20:12 +00:00
DynamicSubscription.h
Fix non-PCH build
2014-06-19 23:36:09 +00:00
Entity.h
…
EntityMap.h
Fix invalid count for entityMaps
2014-03-05 14:58:17 +00:00
IComponent.cpp
Makes custom JS objects compatible with SpiderMonkey ESR31.
2014-07-13 15:31:48 +00:00
IComponent.h
Makes custom JS objects compatible with SpiderMonkey ESR31.
2014-07-13 15:31:48 +00:00
Interface.h
Makes custom JS objects compatible with SpiderMonkey ESR31.
2014-07-13 15:31:48 +00:00
InterfaceScripted.h
Makes custom JS objects compatible with SpiderMonkey ESR31.
2014-07-13 15:31:48 +00:00
Message.h
Exact stack rooting for simulation message type conversions.
2014-08-09 20:02:49 +00:00
ParamNode.cpp
Only split strings if they are non-empty. Fixes previous commit.
2014-09-12 23:11:03 +00:00
ParamNode.h
…
SimContext.cpp
As per ticket
#1707
. Some minor improvements to spatial subdivision. Makes way for future changes in RangeManager.
2013-09-15 14:03:53 +00:00
SimContext.h
…