Remove the old and no longer used archive builder that rebuilt the archive while the game is running.

This approach isn't used anymore. Now we start the archive building with
parameters to pyrogeneis.

Refs #2241 (the code used g_ScriptingHost which is going to be removed)

This was SVN commit r14102.
This commit is contained in:
Yves
2013-11-07 21:06:18 +00:00
parent 87e9c5694e
commit 93cffe9deb
9 changed files with 1 additions and 1394 deletions
-1
View File
@@ -386,7 +386,6 @@ JSFunctionSpec ScriptFunctionTable[] =
JS_FUNC("getFileSize", JSI_VFS::GetFileSize, 1)
JS_FUNC("readFile", JSI_VFS::ReadFile, 1)
JS_FUNC("readFileLines", JSI_VFS::ReadFileLines, 1)
JS_FUNC("archiveBuilderCancel", JSI_VFS::ArchiveBuilderCancel, 1)
// Misc. Engine Interface
JS_FUNC("exit", ExitProgram, 0)