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-21 23:25:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2e5d9452aa4a5a8d7db36fd694841ecdde679e91
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
Separate JS_ShutDown from the normal ScriptingHost shutdown, because it's resetting non-thread-safe per-process state.
2007-06-03 15:37:26 +00:00
ScriptingHost.h
Separate JS_ShutDown from the normal ScriptingHost shutdown, because it's resetting non-thread-safe per-process state.
2007-06-03 15:37:26 +00:00
SpiderMonkey.h
Atlas: Updated wxJS to latest SVN version. Made the JS runtime have a greater lifetime than all the wx windows, to avoid garbage collection problems.
2007-06-08 22:56:01 +00:00
SynchedJSObject.cpp
…
SynchedJSObject.h
…