Age | Commit message (Expand) | Author |
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 |
2024-06-07 | Introduce mapargs.lua, which defines the mapargs() function. | Nat Goodspeed |
2024-06-04 | Comment the intent of test_timers.lua | Nat Goodspeed |
2024-06-03 | Leverage new leap.eventstream() function in Floater.lua. | Nat Goodspeed |
2024-05-31 | Add timers.lua API module and test_timers.lua test program. | Nat Goodspeed |
2024-05-31 | Tweak for current Lua dbg() convention. | Nat Goodspeed |
2024-05-31 | Cherry-pick leap.lua changes; other clean up | Mnikolenko Productengine |
2024-05-31 | Add leap.eventstream() and cancelreq() functions. | Nat Goodspeed |
2024-05-31 | Add a bit more dbg() conditional diagnostic output. | Nat Goodspeed |
2024-05-31 | Don't check if printf(format) arg is a string. | Nat Goodspeed |
2024-05-30 | Merge branch release/luau-scripting | Mnikolenko Productengine |
2024-05-24 | Merge branch 'release/luau-scripting' into lua-timers | Nat Goodspeed |
2024-05-24 | Merge branch 'release/luau-scripting' into lua-chatplus | Nat Goodspeed |
2024-05-24 | Nat's ideas from PR #1547 | Nat Goodspeed |
2024-05-24 | Mark script messages in compact mode too; code clean up | Mnikolenko Productengine |
2024-05-22 | add throttle for sending messages; add simple demo script | Mnikolenko Productengine |
2024-05-22 | Add support for sending messages to Nearby chat from Lua script | Mnikolenko Productengine |
2024-05-15 | Add trusted flag to UI callbacks, so not everything is accessible from the sc... | Mnikolenko Productengine |
2024-05-15 | Make leap.lua honor an "error" key in viewer response. | Nat Goodspeed |
2024-05-08 | Tweak a couple things | Nat Goodspeed |
2024-05-07 | Copy xml files to scripts/lua; make Lua debug floater resizable | Mnikolenko Productengine |
2024-05-02 | Raise Lua error if LLViewerControlListener response contains one | Mnikolenko Productengine |
2024-05-01 | Use LLViewerControlListener to access debug settings | Mnikolenko Productengine |
2024-04-29 | Allow getting the value of debug settings via Lua script | Mnikolenko Productengine |
2024-04-22 | Add demo script with idle and notification interactions | Mnikolenko Productengine |
2024-04-09 | Add Lua Floater class to simplify Lua script showing floaters. | Nat Goodspeed |
2024-04-02 | Fix std::filesystem::path - to - std::string conversions on Windows. | Nat Goodspeed |
2024-04-02 | Add startup.lua module with startup.ensure(), wait() functions. | Nat Goodspeed |
2024-04-02 | Defend leap.request(), generate() from garbage collection. | Nat Goodspeed |
2024-03-29 | Merge branch 'release/luau-scripting' into lua-startup | Nat Goodspeed |
2024-03-27 | Merge 'release/luau-scripting' of secondlife/viewer into lua-startup | Nat Goodspeed |
2024-03-27 | Run each script file with new LuaState | Mnikolenko Productengine |
2024-03-27 | Enhance Lua debugging output. | Nat Goodspeed |
2024-03-27 | poetry | Nat Goodspeed |
2024-03-26 | Merge branch 'release/luau-scripting' into luau-keystroke | Mnikolenko Productengine |
2024-03-26 | update scripts to use fiber.launch() | Mnikolenko Productengine |
2024-03-25 | util.lua claims functions are in alpha order - make it so. | Nat Goodspeed |
2024-03-25 | Add LL.check_stop() entry point and call it in fiber scheduler(). | Nat Goodspeed |
2024-03-25 | Add LL. prefix to viewer entry points, fix existing references. | Nat Goodspeed |
2024-03-25 | Update test scripts to call leap.request() from main thread | Mnikolenko Productengine |
2024-03-25 | Merge branch 'release/luau-scripting' into lua-keystroke | Maxim Nikolenko |