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
Age
Commit message (
Expand
)
Author
2024-03-01
Merge pull request #905 from secondlife/require-tweaks
nat-goodspeed
2024-03-01
Merge pull request #910 from secondlife/lua-queue
nat-goodspeed
2024-02-29
Fix wonky Unicode chars from web paste
Nat Goodspeed
2024-02-29
Add Queue.lua from roblox.com documentation.
Nat Goodspeed
2024-02-29
Clarify that the print output from testmod.lua is load-time.
Nat Goodspeed
2024-02-29
Fix caching for loaded Lua require() modules.
Nat Goodspeed
2024-02-29
Add indra/newview/scripts/lua directory, copied into viewer image.
Nat Goodspeed
2024-02-29
Refactor require() to make it easier to reason about Lua stack usage.
Nat Goodspeed
2024-02-29
Improve Debug class (indra/test/debug.h).
Nat Goodspeed
2024-02-27
Merge pull request #843 from secondlife/luau-require-impl
Maxim Nikolenko
2024-02-27
Merge branch 'release/luau-scripting' into luau-require-impl.
Nat Goodspeed
2024-02-26
Clear the stack after requiring a module
Mnikolenko Productengine
2024-02-26
Clean-up and restoring correct path
Mnikolenko Productengine
2024-02-23
Merge pull request #879 from secondlife/lua-events
nat-goodspeed
2024-02-23
Allow debug.h to be #included even in normal viewer code.
Nat Goodspeed
2024-02-23
Allow print() (also Debug) to be used even in normal viewer code.
Nat Goodspeed
2024-02-23
Allow variadic instances of Debug, e.g. to display arguments.
Nat Goodspeed
2024-02-23
require() code clean-up
Mnikolenko Productengine
2024-02-23
Ditch DebugExit: we already have Debug (in debug.h)
Nat Goodspeed
2024-02-23
Clean up #includes in lualistener.h
Nat Goodspeed
2024-02-22
#include <iomanip> where std::quoted() is referenced.
Nat Goodspeed
2024-02-22
Lua listen_events(), await_event() => get_event_{pumps,next}().
Nat Goodspeed
2024-02-22
Add diagnostic logging to LLEventPumps::post().
Nat Goodspeed
2024-02-22
Slightly modernize run_build_test.py.
Nat Goodspeed
2024-02-21
Add the option to use clean lua_State in "Lua debug" floater
Mnikolenko Productengine
2024-02-20
Don't accept a full path as arg for require()
Mnikolenko Productengine
2024-02-20
Initial require implementation
Mnikolenko Productengine
2024-02-15
Remove duplicate luau linux64 element
Nat Goodspeed
2024-02-15
Merge 'luau-scripting-libfix' of Ansariel/viewer into luau-scripting
Nat Goodspeed
2024-02-15
Merge pull request #798 from secondlife/helpcmd
nat-goodspeed
2024-02-13
Add leaphelp() Lua builtin function for help on LEAP operations.
Nat Goodspeed
2024-02-13
Merge branch 'release/luau-scripting' into helpcmd.
Nat Goodspeed
2024-02-13
Add help() function to Lua "builtins."
Nat Goodspeed
2024-02-13
Merge branch 'll_convert' into helpcmd.
Nat Goodspeed
2024-02-13
Change ll_convert<TOTYPE>(string) to just ll_convert(string).
Nat Goodspeed
2024-02-12
WIP: Changes towards supporting Lua console help text.
Nat Goodspeed
2024-02-12
Update luau package to public repo builds.
Nat Goodspeed
2024-02-12
Fix LUA 3p libraries pointing to publicly available URLs
Ansariel
2024-02-12
Make LLFloaterLUADebug assume 'Execute' button on LUA String Enter
Maxim Nikolenko
2024-02-12
Merge pull request #787 from secondlife/cmdline-lua
nat-goodspeed
2024-02-09
Add command-line switches --lua "chunk" and --luafile pathname.
Nat Goodspeed
2024-02-09
Make LLLUAmanager::runScriptFile() use filename as description.
Nat Goodspeed
2024-02-09
Merge branch 'main' into release/luau-scripting
Nat Goodspeed
2024-02-09
Merge branch 'main' of github.com:secondlife/viewer
Nat Goodspeed
2024-02-09
Merge pull request #23 from secondlife/console-persist
nat-goodspeed
2024-02-09
Make LLFloaterLUADebug store a persistent LuaState.
Nat Goodspeed
2024-02-09
Merge pull request #22 from secondlife/implicit-print
nat-goodspeed
2024-02-09
Merge branch 'implicit-print' of viewer-private into implicit-print
Nat Goodspeed
2024-02-09
Change the LuaFunction subclass instance name suffix to _lua.
Nat Goodspeed
2024-02-09
When LLFloaterLUADebug script returns a value, display the value.
Nat Goodspeed
[next]