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-08-28
Add `LL.setdtor()` function to add a "destructor" to any Lua object.
Nat Goodspeed
2024-08-28
Remove obsolete, unreferenced DESTRINGIZE(), DEWSTRINGIZE() macros.
Nat Goodspeed
2024-08-28
Merge pull request #2416 from secondlife/lua-lazymod
nat-goodspeed
2024-08-27
Merge pull request #2384 from secondlife/lua-inventory
Maxim Nikolenko
2024-08-27
code clean up
Mnikolenko Productengine
2024-08-27
Merge branch 'release/luau-scripting' into lua-inventory
Maxim Nikolenko
2024-08-26
Merge pull request #2400 from secondlife/lua-issue-2385
Maxim Nikolenko
2024-08-26
clean up Lua prefix
Mnikolenko Productengine
2024-08-24
Update test scripts to reference UI.Floater, not standalone Floater.
Nat Goodspeed
2024-08-23
Massage results from UI.popup() for ease of use.
Nat Goodspeed
2024-08-23
Encapsulate the lazy submodule idiom as util.submoduledir().
Nat Goodspeed
2024-08-23
Look for lazy UI submodules in a require/UI subdirectory.
Nat Goodspeed
2024-08-23
Allow UI to have lazily-loaded submodules.
Nat Goodspeed
2024-08-22
Fix for #2385: say, shout and whisper messages from the script should be disp...
Mnikolenko Productengine
2024-08-21
mac build fix
Mnikolenko Productengine
2024-08-21
Merge branch 'release/luau-scripting' into lua-inventory
Maxim Nikolenko
2024-08-21
Add item limit for collectDescendentsIf func; add demo script
Mnikolenko Productengine
2024-08-21
Merge pull request #2373 from secondlife/viewer-lua-2237
nat-goodspeed
2024-08-21
Improve diagnostic output for Lua atexit() functions.
Nat Goodspeed
2024-08-21
Suppress ~LuaStackDelta() verification during stack unwinding.
Nat Goodspeed
2024-08-20
Fix a couple more set_interrupts_counter() calls.
Nat Goodspeed
2024-08-20
Defend timers.Timer(iterate=True) against long callbacks.
Nat Goodspeed
2024-08-20
Fix for #2237: intermittent Lua data stack overflow.
Nat Goodspeed
2024-08-20
Fix TempSet to use type VAR to store mOldValue.
Nat Goodspeed
2024-08-20
Add LL::scope_exit
Nat Goodspeed
2024-08-20
Add collectDescendentsIf api for Lua
Mnikolenko Productengine
2024-08-15
First batch of Inventory api; raise interrupts limit
Mnikolenko Productengine
2024-08-15
Merge branch 'release/luau-scripting' into viewer-lua-2237
Nat Goodspeed
2024-08-15
Introduce lluau_checkstack(L, n); use instead of luaL_checkstack().
Nat Goodspeed
2024-08-13
Merge pull request #2274 from secondlife/luau-0.638
nat-goodspeed
2024-08-13
Update Luau to v0.638-r2 (2024-08-12 build)
Nat Goodspeed
2024-08-13
Merge pull request #2240 from secondlife/lua-groupchat
Maxim Nikolenko
2024-08-13
clean up and add comment
Mnikolenko Productengine
2024-08-13
Merge pull request #2265 from secondlife/lua-groupchat-throttle
Maxim Nikolenko
2024-08-12
Add virtual destructor to Throttle class.
Nat Goodspeed
2024-08-12
Add Throttle and LogThrottle classes to manage throttled APIs.
Nat Goodspeed
2024-08-12
Merge branch 'release/luau-scripting' into lua-groupchat
Maxim Nikolenko
2024-08-12
Merge pull request #2209 from secondlife/viewer-lua-smoother
nat-goodspeed
2024-08-09
add demo script for sending group chat messages
Mnikolenko Productengine
2024-08-09
Lua api for sending group messages
Mnikolenko Productengine
2024-08-08
Ensure that the flycam stays near moving avatar.
Nat Goodspeed
2024-08-07
Move #include "coro_scheduler.h" from llstartup to llappviewer.
Nat Goodspeed
2024-08-07
Allow smaller minimum timer intervals.
Nat Goodspeed
2024-08-07
Move llcoro::scheduler::use() call from llstartup to llappviewer.
Nat Goodspeed
2024-08-07
Merge branch 'release/luau-scripting' into viewer-lua-smoother
Nat Goodspeed
2024-08-07
Merge pull request #2223 from secondlife/lua-login-fix
nat-goodspeed
2024-08-07
Fix omission in login.savedLogins().
Nat Goodspeed
2024-08-07
Merge branch 'release/luau-scripting' into viewer-lua-smoother
Nat Goodspeed
2024-08-07
Merge pull request #2218 from secondlife/lua-ui-tweak
nat-goodspeed
2024-08-07
Merge branch 'release/luau-scripting' into lua-ui-tweak
Nat Goodspeed
[next]