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-06 23:24:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9cea581f433176c24265b92bbdefd37dd9acdf00
0ad
/
source
/
scripting
T
History
janwas
5529977ecd
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
...
This was SVN commit r5532.
2007-12-29 16:22:23 +00:00
..
DOMEvent.cpp
# Fixed some warnings and potentially misleading code
2007-05-29 19:01:21 +00:00
DOMEvent.h
# Fixed some warnings and potentially misleading code
2007-05-29 19:01:21 +00:00
EventTypes.h
…
GameEvents.h
…
JSConversions.cpp
# Fixed some warnings and potentially misleading code
2007-05-29 19:01:21 +00:00
JSConversions.h
# Fixed some warnings and potentially misleading code
2007-05-29 19:01:21 +00:00
JSSerialization.h
# Linux ICC compatibility.
2007-06-01 00:34:36 +00:00
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
# Fixed some warnings and potentially misleading code
2007-05-29 19:01:21 +00:00
ScriptCustomTypes.cpp
# Fixed some warnings and potentially misleading code
2007-05-29 19:01:21 +00:00
ScriptCustomTypes.h
# Fixed some warnings and potentially misleading code
2007-05-29 19:01:21 +00:00
ScriptGlue.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
ScriptGlue.h
…
ScriptingHost.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +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
…