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 09:06:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
712a92caa12fb55830dd0700fd0b94f478ada28e
0ad
/
source
/
gui
/
scripting
T
History
Ykkrosh
d045258c29
Let exceptions in GUI script events triggered by script setters propagate out of the setter, so error messages aren't useless.
...
This was SVN commit r8997.
2011-02-27 17:57:32 +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
Let exceptions in GUI script events triggered by script setters propagate out of the setter, so error messages aren't useless.
2011-02-27 17:57:32 +00:00
JSInterface_IGUIObject.h
…
ScriptFunctions.cpp
Add some rough performance reporting.
2011-02-19 03:14:37 +00:00
ScriptFunctions.h
…