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 11:48:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f1b6aaeabc4657ddbb2d33ed266164d514b1979b
0ad
/
source
/
simulation2
/
system
T
History
elexis
d5af005a00
Expose INVALID_PLAYER to the JS simulation and use it instead of -1 for consistency with the C++ counterpart.
...
This was SVN commit r20953.
2018-01-22 01:02:29 +00:00
..
CmpPtr.cpp
…
CmpPtr.h
…
Component.h
Pass ScriptInterface as a const ref where possible.
2017-08-24 00:32:42 +00:00
ComponentManager.cpp
Expose INVALID_PLAYER to the JS simulation and use it instead of -1 for consistency with the C++ counterpart.
2018-01-22 01:02:29 +00:00
ComponentManager.h
Expose the same FileExists to JS GUI, simulation and rmgen.
2017-12-05 00:22:03 +00:00
ComponentManagerSerialization.cpp
Pass ScriptInterface as a const ref where possible.
2017-08-24 00:32:42 +00:00
Components.h
…
ComponentTest.h
More ScriptInterface const.
2017-11-25 06:49:58 +00:00
DynamicSubscription.cpp
…
DynamicSubscription.h
…
Entity.h
Replace deprecated jsval with JS::Value.
2017-08-28 10:27:36 +00:00
EntityMap.h
…
IComponent.cpp
Pass ScriptInterface as a const ref where possible.
2017-08-24 00:32:42 +00:00
IComponent.h
Pass ScriptInterface as a const ref where possible.
2017-08-24 00:32:42 +00:00
Interface.h
Pass ScriptInterface as a const ref where possible.
2017-08-24 00:32:42 +00:00
InterfaceScripted.h
Pass ScriptInterface as a const ref where possible.
2017-08-24 00:32:42 +00:00
LocalTurnManager.cpp
…
LocalTurnManager.h
…
Message.h
Pass ScriptInterface as a const ref where possible.
2017-08-24 00:32:42 +00:00
ParamNode.cpp
…
ParamNode.h
Replace deprecated jsval with JS::Value.
2017-08-28 10:27:36 +00:00
ReplayTurnManager.cpp
…
ReplayTurnManager.h
…
SimContext.cpp
…
SimContext.h
…
TurnManager.cpp
…
TurnManager.h
…