summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-06-28 13:21:14 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-06-28 13:21:14 -0400
commitac56718929044e101dc2c7bfe3ebc5dff565b76d (patch)
treed94b28ad3b4007f5e8f8e2c7aa13f3e809873dfa /indra/newview/llstartup.cpp
parentcfd7d8905d686411a774c47bbfc13f49882b65e6 (diff)
Add LuaAutorunPath, LuaCommandPath and LuaRequirePath settings.
Remove AutorunLuaScriptFile and the LLLUAmanager::runScriptOnLogin() method that checked it. Instead, iterate over LuaAutorunPath directories at viewer startup, iterate over *.lua files in each and implicitly run those. LuaCommandPath and LuaRequirePath are not yet implemented.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 470e512694..3cf0def66e 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -208,7 +208,6 @@
#include "llstacktrace.h"
#include "threadpool.h"
-#include "llluamanager.h"
#include "llperfstats.h"
@@ -2422,8 +2421,6 @@ bool idle_startup()
LLPerfStats::StatsRecorder::setAutotuneInit();
- LLLUAmanager::runScriptOnLogin();
-
return TRUE;
}