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
Age
Commit message (
Expand
)
Author
2024-07-02
Eliminate c_str() calls from LLControlGroup::loadFromFile() calls.
Nat Goodspeed
2024-07-02
Make require() implementation honor LuaRequirePath setting.
Nat Goodspeed
2024-07-02
Promote LuaRemover from llluamanager.cpp to lua_function.h.
Nat Goodspeed
2024-07-01
build fix
Maxim Nikolenko
2024-07-01
Move error strings to strings.xml; pass wearable type and is_worn flag for ou...
Mnikolenko Productengine
2024-06-28
Add LuaAutorunPath, LuaCommandPath and LuaRequirePath settings.
Nat Goodspeed
2024-06-28
Work around MSVC limitation: explicitly call fsyspath::string().
Nat Goodspeed
2024-06-28
Give our fsyspath an operator std::string() conversion method.
Nat Goodspeed
2024-06-27
Work around VS refusal to initialize a string
Nat Goodspeed
2024-06-27
Introduce TypeTag<T> template whose int value differs for each T.
Nat Goodspeed
2024-06-27
Make lua_emplace<T>() use Luau userdata tags with destructors.
Nat Goodspeed
2024-06-27
Make test.cpp test driver recognize LOGTEST_testname.
Nat Goodspeed
2024-06-25
Add wear/detach actions to Appearance listener; update example script
Mnikolenko Productengine
2024-06-24
Merge branch 'release/luau-scripting' into lua-appearance-listener
Mnikolenko Productengine
2024-06-21
Exercise the simple popup.lua APIs
Nat Goodspeed
2024-06-21
Remove pre-Floater.lua versions of the floater test scripts.
Nat Goodspeed
2024-06-21
login.lua works now, update test_login.lua accordingly.
Nat Goodspeed
2024-06-21
Introduce require/logout.lua and test_logout.lua.
Nat Goodspeed
2024-06-21
Multiple LL.atexit(function) calls run functions in reverse order.
Nat Goodspeed
2024-06-21
Add Appearance listener
Mnikolenko Productengine
2024-06-21
Use util.classctor(LLChatListener).
Nat Goodspeed
2024-06-21
Move newer Lua modules to scripts/lua/require subdirectory.
Nat Goodspeed
2024-06-21
Merge branch 'release/luau-scripting' into lua-login
Nat Goodspeed
2024-06-20
Merge branch 'release/luau-scripting' into lua-chat-listener
Nat Goodspeed
2024-06-20
Use new popup.lua, which supersedes LLNotification.lua.
Nat Goodspeed
2024-06-20
Merge branch 'release/luau-scripting' into lua-login
Nat Goodspeed
2024-06-20
Revert LLLuaFloater "idle" events in favor of Lua timers.Timer().
nat-goodspeed
2024-06-20
Merge branch 'release/luau-scripting' into lua-speedometer-demo
Nat Goodspeed
2024-06-20
Give popup() the ability to not wait; add popup:tip(message).
Nat Goodspeed
2024-06-20
Use LLLeapListener to listen to LLNearbyChat pump
Mnikolenko Productengine
2024-06-19
Move popup.lua to require subdir with the rest of the modules.
Nat Goodspeed
2024-06-19
Improve LL.help() function.
Nat Goodspeed
2024-06-19
Try harder to keep Luau's lua_getinfo() from crashing.
Nat Goodspeed
2024-06-18
Merge branch 'lua-login' of github.com:secondlife/viewer into lua-login
Nat Goodspeed
2024-06-18
Initialize lua_Debug lluau::source_path() passes to lua_getinfo().
Nat Goodspeed
2024-06-18
Use LL_DEBUGS("Lua") for LuaLog.
Nat Goodspeed
2024-06-18
Improve diagnostic output from running 'require' module.
Nat Goodspeed
2024-06-18
Remove special-case ~LuaState() code to call fiber.run().
Nat Goodspeed
2024-06-18
Make ~LuaState() walk Registry.atexit table backwards
Nat Goodspeed
2024-06-18
lua_emplace<T>() should permit GC despite LL.atexit() safety net.
Nat Goodspeed
2024-06-18
Make lluau::source_path() report top-level script path.
Nat Goodspeed
2024-06-17
Remove useless 'coro_name' info
Mnikolenko Productengine
2024-06-17
Store script's LuaListener in userdata in lua_State's Registry.
Nat Goodspeed
2024-06-14
Introduce LL.atexit(), internal lua_emplace<T>(), lua_toclass<T>().
Nat Goodspeed
2024-06-14
Move Lua modules for 'require' to indra/newview/scripts/lua/require.
Nat Goodspeed
2024-06-14
Add nearby chat listener
Mnikolenko Productengine
2024-06-12
Avoid messing up Lua's global namespace in 'require' modules.
Nat Goodspeed
2024-06-12
Add LL_DEBUGS("LLCoros") start/end messages.
Nat Goodspeed
2024-06-12
Provide LUA Debug Console feedback for user typing LUA string.
Nat Goodspeed
2024-06-12
Defend LLFloaterLUADebug against recursive calls to handlers.
Nat Goodspeed
[prev]
[next]