summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25Merge pull request #1038 from secondlife/lua-fibernat-goodspeed
2024-03-25mac build fixMaxim Nikolenko
2024-03-25Remove colliding LLListener.Nat Goodspeed
2024-03-25Add keystroke event support and allow adding text lines to the line editorMnikolenko Productengine
2024-03-25triage#112 'No emoji found for' text is not translated to other languages in ...Alexander Gavriliuk
2024-03-24viewer#1033 Crash at syncFloaterTabOrderAndrey Kleshchev
2024-03-24Revert "SL-20416 Fix Crash Report 1409376 (update)"Andrey Kleshchev
2024-03-23Merge branch 'release/luau-scripting' of secondlife/viewer into lua-fiberNat Goodspeed
2024-03-24Introduce LLStreamListener: bundle LLEventStream+LLTempBoundListener.Nat Goodspeed
2024-03-23Make leap.request() work even from Lua's main thread.Nat Goodspeed
2024-03-23Update sendReply(): accepting LLSD by value already copies it.Nat Goodspeed
2024-03-22Add Develop menu option 'Debug Camera Controls'Alexander Gavriliuk
2024-03-22Merge pull request #967 from secondlife/lua-floaterMaxim Nikolenko
2024-03-22Fix a couple bugs in fiber.lua machinery.Nat Goodspeed
2024-03-21mac build fixMnikolenko Productengine
2024-03-21Accept an array for "add_list_item" and change EVENT_LIST typeMnikolenko Productengine
2024-03-21Switch to LLDispatchListenerMnikolenko Productengine
2024-03-21WIP: Add fiber.lua module and use in leap.lua and WaitQueue.lua.Nat Goodspeed
2024-03-20LLLuaFloater code clean upMnikolenko Productengine
2024-03-19search xml file in the lib, if path is not full; add test lua floater scriptsMnikolenko Productengine
2024-03-18Merge branch 'main' into DRTVWR-591-maint-XAndrey Lihatskiy
2024-03-18viewer#961 Add a notification appearing when user tries to insert a disallowe...Alexander Gavriliuk
2024-03-18update to use new lua leap; initial support for scroll listMnikolenko Productengine
2024-03-16Merge pull request #980 from secondlife/brad/fix-dependency-deprecationsnat-goodspeed
2024-03-15Allow fading emojis characters in fading text.Henri Beauchamp
2024-03-15Merge branch 'release/luau-scripting' into lua-floaterMnikolenko Productengine
2024-03-15Merge pull request #1004 from secondlife/lua-leapnat-goodspeed
2024-03-15Revert 326055ba82c22fedde186c6a56bafd4fe87e613a after 2f452d06e6964b0edf26b0b...Henri Beauchamp
2024-03-15SL-18721 Restore release behaviorAndrey Kleshchev
2024-03-15set commit callback for all buttons including minimize, maximizeMnikolenko Productengine
2024-03-14Add preliminary Lua viewer API modules, with test scripts.Nat Goodspeed
2024-03-14Fix a bug in leap.generate().Nat Goodspeed
2024-03-14SL-20288 Fix renamingAndrey Kleshchev
2024-03-14Send additional events to the script when specifiedMnikolenko Productengine
2024-03-14Proposal #2 to restore how UI/dialogs used to render by prioritizing fallback...Henri Beauchamp
2024-03-13Add tests for leap.request(). Use new coro.lua module.Nat Goodspeed
2024-03-13util.join() is unnecessary: luau provides table.concat().Nat Goodspeed
2024-03-13Fix minor bugs. Sprinkle in commented-out diagnostic output.Nat Goodspeed
2024-03-13Introduce a resume() wrapper to surface coroutine errors.Nat Goodspeed
2024-03-13Make a coro.resume() wrapper and use in coro.launch(), coro.yield().Nat Goodspeed
2024-03-12Fix github actions dependency deprecationsBrad Linden
2024-03-12SL-20735 Fix blury profile pictures #2 (#963)Andrey Kleshchev
2024-03-12Initial implementation of LLLuaFloaterMnikolenko Productengine
2024-03-11Add coro.lua to aggregate created coroutines.Nat Goodspeed
2024-03-11Lua already has a conventional cheap test for empty table.Nat Goodspeed
2024-03-11Add llluamanager_test test exercising leap.WaitFor.Nat Goodspeed