0ad/source/gui/scripting
elexis 4275a8a33c Unify two rmgen and GUI JSON file loading script functions, refs #4868.
Revert the introduction of the exact copies of FileExists ReadJSONFile
functions in MapGenerator.cpp introduced by 871ed04521.
Include JSInterface_VFS.cpp from MapGenerator.cpp to remove that code
while gaining the other missing VFS file loading functions in rmgen/.
Split RegisterScriptFunctions of JSInterface_VFS.cpp from eb4e66aab3
into RegisterReadOnlyScriptFunctions and RegisterWriteScriptFunctions to
prevent unintentional write access.

This was SVN commit r20507.
2017-11-24 17:19:16 +00:00
..
GuiScriptConversions.cpp Replace input.js doubleclick hack and ease doubleclicking on moving units. 2017-04-22 01:24:03 +00:00
JSInterface_GUIManager.cpp Move GUI Manager ScriptFunctions to a new JS Interface, refs #4772. 2017-09-12 00:54:49 +00:00
JSInterface_GUIManager.h Move GUI Manager ScriptFunctions to a new JS Interface, refs #4772. 2017-09-12 00:54:49 +00:00
JSInterface_GUITypes.cpp Replace deprecated jsval with JS::Value. 2017-08-28 10:27:36 +00:00
JSInterface_GUITypes.h Replace deprecated jsval with JS::Value. 2017-08-28 10:27:36 +00:00
JSInterface_IGUIObject.cpp Replace deprecated jsval with JS::Value. 2017-08-28 10:27:36 +00:00
JSInterface_IGUIObject.h Replace deprecated jsval with JS::Value. 2017-08-28 10:27:36 +00:00
ScriptFunctions.cpp Unify two rmgen and GUI JSON file loading script functions, refs #4868. 2017-11-24 17:19:16 +00:00
ScriptFunctions.h # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00