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-23 14:46:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
da40ea8e2c2c486e87eeeac2a0fd78d47adfe2df
0ad
/
source
/
gui
/
scripting
T
History
janwas
7523894760
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
...
This was SVN commit r9423.
2011-05-04 12:10:17 +00:00
..
GuiScriptConversions.cpp
Support new SpiderMonkey API.
2010-11-16 23:00:52 +00:00
JSInterface_GUITypes.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
JSInterface_GUITypes.h
Support new SpiderMonkey API.
2010-11-16 23:00:52 +00:00
JSInterface_IGUIObject.cpp
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
2011-05-04 12:10:17 +00:00
JSInterface_IGUIObject.h
Support new SpiderMonkey API.
2010-11-16 23:00:52 +00:00
ScriptFunctions.cpp
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
2011-04-30 13:01:45 +00:00
ScriptFunctions.h
…