This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
a06
0ad
/
source
/
gui
/
scripting
T
History
historic_bruno
1bc2db56ea
Stops unit following when other object selected.
Fixes
#775
...
This was SVN commit r9764.
2011-07-05 21:29:11 +00:00
..
GuiScriptConversions.cpp
…
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
…
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
…
ScriptFunctions.cpp
Stops unit following when other object selected.
Fixes
#775
2011-07-05 21:29:11 +00:00
ScriptFunctions.h
…