summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua
AgeCommit message (Expand)Author
2024-06-11Add to UI.lua a set of 'LLWindow' listener operations.Nat Goodspeed
2024-06-11Fix a couple bugs in startup.lua.Nat Goodspeed
2024-06-11Allow Python-like 'object = ClassName(ctor args)' constructor calls.Nat Goodspeed
2024-06-11mapargs() now accepts 'name1,name2,...' as argument namesNat Goodspeed
2024-06-11Merge branch 'release/luau-scripting' into lua-loginNat Goodspeed
2024-06-10Merge branch 'release/luau-scripting' into lua-ui-callbacksMnikolenko Productengine
2024-06-07Introduce mapargs.lua, which defines the mapargs() function.Nat Goodspeed
2024-06-04Comment the intent of test_timers.luaNat Goodspeed
2024-06-03Leverage new leap.eventstream() function in Floater.lua.Nat Goodspeed
2024-05-31Add timers.lua API module and test_timers.lua test program.Nat Goodspeed
2024-05-31Tweak for current Lua dbg() convention.Nat Goodspeed
2024-05-31Cherry-pick leap.lua changes; other clean upMnikolenko Productengine
2024-05-31Add leap.eventstream() and cancelreq() functions.Nat Goodspeed
2024-05-31Add a bit more dbg() conditional diagnostic output.Nat Goodspeed
2024-05-31Don't check if printf(format) arg is a string.Nat Goodspeed
2024-05-30Merge branch release/luau-scriptingMnikolenko Productengine
2024-05-24Merge branch 'release/luau-scripting' into lua-timersNat Goodspeed
2024-05-24Merge branch 'release/luau-scripting' into lua-chatplusNat Goodspeed
2024-05-24Nat's ideas from PR #1547Nat Goodspeed
2024-05-24Mark script messages in compact mode too; code clean upMnikolenko Productengine
2024-05-22add throttle for sending messages; add simple demo scriptMnikolenko Productengine
2024-05-22Add support for sending messages to Nearby chat from Lua scriptMnikolenko Productengine
2024-05-15Add trusted flag to UI callbacks, so not everything is accessible from the sc...Mnikolenko Productengine
2024-05-15Make leap.lua honor an "error" key in viewer response.Nat Goodspeed
2024-05-08Tweak a couple thingsNat Goodspeed
2024-05-07Copy xml files to scripts/lua; make Lua debug floater resizableMnikolenko Productengine
2024-05-02Raise Lua error if LLViewerControlListener response contains oneMnikolenko Productengine
2024-05-01Use LLViewerControlListener to access debug settingsMnikolenko Productengine
2024-04-29Allow getting the value of debug settings via Lua scriptMnikolenko Productengine
2024-04-22Add demo script with idle and notification interactionsMnikolenko Productengine
2024-04-09Add Lua Floater class to simplify Lua script showing floaters.Nat Goodspeed
2024-04-02Fix std::filesystem::path - to - std::string conversions on Windows.Nat Goodspeed
2024-04-02Add startup.lua module with startup.ensure(), wait() functions.Nat Goodspeed
2024-04-02Defend leap.request(), generate() from garbage collection.Nat Goodspeed
2024-03-29Merge branch 'release/luau-scripting' into lua-startupNat Goodspeed
2024-03-27Merge 'release/luau-scripting' of secondlife/viewer into lua-startupNat Goodspeed
2024-03-27Run each script file with new LuaStateMnikolenko Productengine
2024-03-27Enhance Lua debugging output.Nat Goodspeed
2024-03-27poetryNat Goodspeed
2024-03-26Merge branch 'release/luau-scripting' into luau-keystrokeMnikolenko Productengine
2024-03-26update scripts to use fiber.launch()Mnikolenko Productengine
2024-03-25util.lua claims functions are in alpha order - make it so.Nat Goodspeed
2024-03-25Add LL.check_stop() entry point and call it in fiber scheduler().Nat Goodspeed
2024-03-25Add LL. prefix to viewer entry points, fix existing references.Nat Goodspeed
2024-03-25Update test scripts to call leap.request() from main threadMnikolenko Productengine
2024-03-25Merge branch 'release/luau-scripting' into lua-keystrokeMaxim Nikolenko
2024-03-25Add keystroke event support and allow adding text lines to the line editorMnikolenko Productengine
2024-03-23Merge branch 'release/luau-scripting' of secondlife/viewer into lua-fiberNat Goodspeed
2024-03-23Make leap.request() work even from Lua's main thread.Nat Goodspeed
2024-03-22Fix a couple bugs in fiber.lua machinery.Nat Goodspeed