0ad/source/ps/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
..
JSInterface_ConfigDB.cpp Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
JSInterface_ConfigDB.h Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
JSInterface_Console.cpp Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
JSInterface_Console.h Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
JSInterface_Debug.cpp Move Debugging ScriptFunctions to a new JS Interface, refs #4772. 2017-09-12 02:25:28 +00:00
JSInterface_Debug.h Move Debugging ScriptFunctions to a new JS Interface, refs #4772. 2017-09-12 02:25:28 +00:00
JSInterface_Game.cpp Move Main ScriptFunctions to a new JS Interface, refs #4772. 2017-09-12 03:11:33 +00:00
JSInterface_Game.h Move Main ScriptFunctions to a new JS Interface, refs #4772. 2017-09-12 03:11:33 +00:00
JSInterface_Main.cpp Move Main ScriptFunctions to a new JS Interface, refs #4772. 2017-09-12 03:11:33 +00:00
JSInterface_Main.h Move Main ScriptFunctions to a new JS Interface, refs #4772. 2017-09-12 03:11:33 +00:00
JSInterface_Mod.cpp Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
JSInterface_Mod.h Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
JSInterface_SavedGame.cpp Move SavedGame ScriptFunctions to a new JS Interface, refs #4772. 2017-09-11 23:22:28 +00:00
JSInterface_SavedGame.h Move SavedGame ScriptFunctions to a new JS Interface, refs #4772. 2017-09-11 23:22:28 +00:00
JSInterface_VFS.cpp Unify two rmgen and GUI JSON file loading script functions, refs #4868. 2017-11-24 17:19:16 +00:00
JSInterface_VFS.h Unify two rmgen and GUI JSON file loading script functions, refs #4868. 2017-11-24 17:19:16 +00:00
JSInterface_VisualReplay.cpp Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
JSInterface_VisualReplay.h Remove unused clumsy JS GUI ScriptFunctions debug timer from ed7b4b5fca. 2017-09-11 22:08:54 +00:00