Age | Commit message (Expand) | Author |
2024-08-22 | Fix for #2385: say, shout and whisper messages from the script should be disp... | Mnikolenko Productengine |
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-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 | 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 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-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 | Fix omission in login.savedLogins(). | Nat Goodspeed |
2024-08-07 | Merge branch 'release/luau-scripting' into viewer-lua-smoother | Nat Goodspeed |
2024-08-07 | Rename 'UI' 'getParents' op to 'getTopMenus', add UI.lua function. | Nat Goodspeed |
2024-08-07 | Merge branch 'release/luau-scripting' into viewer-lua-smoother | Nat Goodspeed |
2024-08-06 | Merge branch 'release/luau-scripting' into viewer-lua-smoother | Nat Goodspeed |
2024-08-06 | Introduce a custom coroutine/fiber scheduler to prioritize UI. | Nat Goodspeed |
2024-08-06 | code clean up | Mnikolenko Productengine |
2024-08-06 | Merge branch 'release/luau-scripting' into lua-ui-visibility | Maxim Nikolenko |
2024-08-05 | Allow getting the list of floater names, hide top menu items; add demo script | Mnikolenko Productengine |
2024-08-05 | Fix a couple problems with "LLPanelLogin" listener (thanks Maxim!). | Nat Goodspeed |
2024-08-02 | Add 'LLPanelLogin' 'login', 'savedLogins' operations. | Nat Goodspeed |
2024-08-02 | Search --luafile script on LuaCommandPath. | Nat Goodspeed |
2024-08-02 | Lua api for showing/hiding floater; rename demo scripts | Mnikolenko Productengine |
2024-08-02 | Lua api for adjusting toolbars | Mnikolenko Productengine |
2024-08-02 | Add 'UI' 'getParents' op to list top-menu 'parent_menu' names. | Nat Goodspeed |
2024-08-01 | Add UI.callables() and corresponding entry point. | Nat Goodspeed |
2024-08-01 | Merge remote-tracking branch 'origin/lua-top-menu' into lua-callables. | Nat Goodspeed |
2024-07-31 | Represent the many "LLAgent" "setCameraParams" args in an array. | nat-goodspeed |
2024-07-29 | Merge branch 'release/luau-scripting' into lua-top-menu | Maxim Nikolenko |
2024-07-29 | Merge branch 'release/luau-scripting' into lua-camera | Maxim Nikolenko |
2024-07-29 | Update expired cert in integration test (#2140) | Maxim Nikolenko |
2024-07-26 | Add api for more script camera params | Mnikolenko Productengine |
2024-07-25 | Script clean up | Mnikolenko Productengine |
2024-07-25 | Lua api for Follow Camera control | Mnikolenko Productengine |
2024-07-18 | Ditch `LLEventTrackable` aka `boost::signals2::trackable`. | Nat Goodspeed |
2024-07-18 | Make `LLEventPump::listen()` also accept new `LLAwareListener`. | Nat Goodspeed |
2024-07-17 | Lua api for adding new menu items to the Top menu | Maxim Nikolenko |
2024-07-12 | fix for 'Run' button | Mnikolenko Productengine |
2024-07-12 | Show description and actual value of LLSD type setting | Mnikolenko Productengine |
2024-07-10 | Merge branch 'lua-atexit-run' into lua-no-reuse. | Nat Goodspeed |
2024-07-10 | Remove ability to reuse a LuaState between LLLUAmanager functions. | Nat Goodspeed |
2024-07-10 | Simplify passing keys to leap.request | Mnikolenko Productengine |
2024-07-09 | Merge branch 'release/luau-scripting' into lua-snapshot | Nat Goodspeed |