Age | Commit message (Expand) | Author |
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 | Lua api for showing/hiding floater; rename demo scripts | Mnikolenko Productengine |
2024-08-02 | Lua api for adjusting toolbars | Mnikolenko Productengine |
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-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-17 | Lua api for adding new menu items to the Top menu | Maxim Nikolenko |
2024-07-10 | Merge branch 'lua-atexit-run' into lua-no-reuse. | 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 |
2024-07-08 | Lua api for Snapshot and demo script | Mnikolenko Productengine |
2024-07-05 | clean up and rename demo script | Mnikolenko Productengine |
2024-07-01 | Move error strings to strings.xml; pass wearable type and is_worn flag for ou... | Mnikolenko Productengine |
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-18 | Remove special-case ~LuaState() code to call fiber.run(). | 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 | Make popup() directly pass payload. | Nat Goodspeed |
2024-06-11 | Add popup.lua, a preliminary API for viewer notifications. | Nat Goodspeed |
2024-06-11 | Add login.lua module with login() function. | Nat Goodspeed |
2024-06-11 | Add to UI.lua a set of 'LLWindow' listener operations. | Nat Goodspeed |
2024-06-11 | Fix a couple bugs in startup.lua. | Nat Goodspeed |
2024-06-11 | Allow Python-like 'object = ClassName(ctor args)' constructor calls. | Nat Goodspeed |
2024-06-11 | mapargs() now accepts 'name1,name2,...' as argument names | Nat Goodspeed |
2024-06-11 | Merge branch 'release/luau-scripting' into lua-login | Nat Goodspeed |
2024-06-10 | Merge branch 'release/luau-scripting' into lua-ui-callbacks | Mnikolenko Productengine |