index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
newview
/
llluamanager.h
Age
Commit message (
Expand
)
Author
2024-07-10
Remove ability to reuse a LuaState between LLLUAmanager functions.
Nat Goodspeed
2024-06-28
Add LuaAutorunPath, LuaCommandPath and LuaRequirePath settings.
Nat Goodspeed
2024-04-17
Reintroduce LLCoros::killreq() to request killing a named coroutine.
Nat Goodspeed
2024-04-08
Add script termination option to 'Lua Scripts' floater
Mnikolenko Productengine
2024-04-03
Merge pull request #1101 from secondlife/lua-scripts-floater
nat-goodspeed
2024-04-03
Introduce fsyspath subclass of std::filesystem::path.
Nat Goodspeed
2024-04-03
Add RAII class for adding/erasing script entries; code clean up
Mnikolenko Productengine
2024-04-02
Streamline std::filesystem::path conversions in LLRequireResolver.
Nat Goodspeed
2024-04-01
Add 'Lua Scripts' floater
Mnikolenko Productengine
2024-03-27
Run each script file with new LuaState
Mnikolenko Productengine
2024-02-29
Refactor require() to make it easier to reason about Lua stack usage.
Nat Goodspeed
2024-02-23
require() code clean-up
Mnikolenko Productengine
2024-02-20
Initial require implementation
Mnikolenko Productengine
2024-02-07
Add LLLUAmanager::startScriptFile(), startScriptLine() functions.
Nat Goodspeed
2024-02-07
Add machinery to capture result of running a Lua script or snippet.
Nat Goodspeed
2023-10-02
DRTVWR-589: Add initial integration test for LLLUAmanager.
Nat Goodspeed
2023-09-13
autorun selected script after login
Mnikolenko Productengine
2023-09-06
addcallback to display error msg
Mnikolenko Productengine
2023-09-05
Initial prototype of embedded LUA
Mnikolenko Productengine