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-25 10:48:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9d02495a96d2ff6cbd53cb99fa2aaec458909c28
0ad
/
source
/
gui
/
scripting
T
History
JoshuaJB
8226d75715
Make PickEntitiesAtPoint faster yielding 1-3% overall performance improvement.
Fixes
#2358
. Also removes some trailing whitespace.
...
This was SVN commit r14532.
2014-01-07 04:05:10 +00:00
..
GuiScriptConversions.cpp
…
JSInterface_GUITypes.cpp
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
JSInterface_GUITypes.h
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
JSInterface_IGUIObject.cpp
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
JSInterface_IGUIObject.h
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
ScriptFunctions.cpp
Make PickEntitiesAtPoint faster yielding 1-3% overall performance improvement.
Fixes
#2358
. Also removes some trailing whitespace.
2014-01-07 04:05:10 +00:00
ScriptFunctions.h
…