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 17:25:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
136f1891c19e45509e8755753b2c76ed3de3143c
0ad
/
source
/
scripting
T
History
stwf
bf959e1c46
fix build when using --without-audio
...
This was SVN commit r13389.
2013-05-02 13:58:28 +00:00
..
JSConversions.cpp
Remove a load of implicit CStr type conversions, since they're error-prone and can cause silent data loss.
2011-02-17 20:08:20 +00:00
JSConversions.h
Remove a load of implicit CStr type conversions, since they're error-prone and can cause silent data loss.
2011-02-17 20:08:20 +00:00
JSUtil.cpp
…
JSUtil.h
…
ScriptableObject.cpp
…
ScriptableObject.h
Fix
#1064
(use ++it instead of it++ for consistency), based on patch by Echelon9
2011-12-29 01:17:03 +00:00
ScriptGlue.cpp
fix build when using --without-audio
2013-05-02 13:58:28 +00:00
ScriptGlue.h
…
ScriptingHost.cpp
Upgrade to SpiderMonkey 1.8.5 (
fixes
#734
)
2011-07-16 23:24:14 +00:00
ScriptingHost.h
…
SpiderMonkey.h
…