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
abc8edceeb7c2434110685032741a893ecc34e25
0ad
/
source
/
scripting
T
History
Matei
6ba71202c9
# Multiplayer synchronization fixes.
...
This was SVN commit r5429.
2007-10-23 06:52:23 +00:00
..
DOMEvent.cpp
…
DOMEvent.h
…
EventTypes.h
…
GameEvents.h
…
JSConversions.cpp
…
JSConversions.h
…
JSSerialization.h
…
JSUtil.cpp
…
JSUtil.h
…
ScriptableComplex.cpp
…
ScriptableComplex.h
…
ScriptableComplex.inl
Console: changed things so declaring variables while an entity is selected will no longer define a new property in that entity. Kind of broke the ability to access properties of the selected object without typing
selection[0]
, due to other bugs.
2007-06-16 22:07:40 +00:00
ScriptableObject.cpp
…
ScriptableObject.h
…
ScriptCustomTypes.cpp
…
ScriptCustomTypes.h
…
ScriptGlue.cpp
# Multiplayer synchronization fixes.
2007-10-23 06:52:23 +00:00
ScriptGlue.h
…
ScriptingHost.cpp
…
ScriptingHost.h
…
SpiderMonkey.h
…
SynchedJSObject.cpp
…
SynchedJSObject.h
…