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:04:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1014da1f88acdfbcfe34df408b9d63db591f4fce
0ad
/
source
/
scripting
T
History
janwas
1f7e8d7194
per discussion with Philip, remove STL_HASH_MAP etc. because they're ugly, rarely used and superseded by boost::unordered*
...
This was SVN commit r9111.
2011-03-23 16:56:27 +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
per discussion with Philip, remove STL_HASH_MAP etc. because they're ugly, rarely used and superseded by boost::unordered*
2011-03-23 16:56:27 +00:00
ScriptGlue.cpp
remove unnecessary utf8 includes
2011-03-23 16:32:44 +00:00
ScriptGlue.h
…
ScriptingHost.cpp
refactor path interface:
2011-03-23 13:36:20 +00:00
ScriptingHost.h
…
SpiderMonkey.h
…