0ad/source/ps/scripting
leper 5e23445339 Make ConfigDB properly thread-safe.
Replace CreateValue with SetValueString so we don't pass pointers to
internal
 ConfigDB structures around. Refs #1810.
Remove some splash screen related functions since we can achieve the
same
 with the ConfigDB functions exposed to scripts.

This was SVN commit r14437.
2013-12-29 23:56:18 +00:00
..
JSInterface_ConfigDB.cpp Make ConfigDB properly thread-safe. 2013-12-29 23:56:18 +00:00
JSInterface_ConfigDB.h Changes the ConfigDB to expose global functions to scripts instead of properties and custom objects. 2013-09-29 18:56:50 +00:00
JSInterface_Console.cpp Changes the Console to expose global functions to scripts instead of properties. 2013-09-21 14:48:19 +00:00
JSInterface_Console.h Changes the Console to expose global functions to scripts instead of properties. 2013-09-21 14:48:19 +00:00
JSInterface_VFS.cpp Remove the old and no longer used archive builder that rebuilt the archive while the game is running. 2013-11-07 21:06:18 +00:00
JSInterface_VFS.h Remove the old and no longer used archive builder that rebuilt the archive while the game is running. 2013-11-07 21:06:18 +00:00