Age | Commit message (Expand) | Author |
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 | Update "LLWindow" listener doc to cite github URL, not bitbucket. | 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-login | Nat Goodspeed |
2024-06-10 | Merge branch 'release/luau-scripting' into lua-ui-callbacks | Mnikolenko Productengine |
2024-06-10 | another batch of changes to use ScopedRegistrarHelper | Mnikolenko Productengine |
2024-06-10 | Remove SharedCommitCallbackRegistry; add helpers CommitRegistrarHelper and Sc... | Mnikolenko Productengine |
2024-06-07 | Introduce mapargs.lua, which defines the mapargs() function. | Nat Goodspeed |
2024-06-07 | Fix another merge glitch | Nat Goodspeed |
2024-06-07 | Tidy up merge from main. | Nat Goodspeed |
2024-06-07 | Merge branch 'main' of secondlife/viewer into release/luau-scripting | Nat Goodspeed |
2024-06-05 | Make LLLeap iterate over child stdout while read data is pending | Nat Goodspeed |
2024-06-04 | Comment the intent of test_timers.lua | Nat Goodspeed |
2024-06-03 | Fix a small typo | Nat Goodspeed |
2024-06-03 | Allow consumer code to query or adjust the per-tick timeslice. | Nat Goodspeed |
2024-06-03 | Distinguish TimersListener callers by reply LLEventPump name. | 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-31 | Explain the name of the LL::WorkQueue::BackJack class. | Nat Goodspeed |
2024-05-30 | Add separate minor throttle period for UNTRUSTED_ALLOW funcs | Mnikolenko Productengine |
2024-05-30 | Merge branch release/luau-scripting | Mnikolenko Productengine |
2024-05-29 | Merge branch 'release/luau-scripting' into lua-timers | Nat Goodspeed |
2024-05-29 | Make ~ThreadPool() join every thread before destroying its vector. | Nat Goodspeed |
2024-05-24 | Merge branch 'release/luau-scripting' into lua-timers | Nat Goodspeed |
2024-05-24 | Fix merge glitches | 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-23 | Remove commented-out methods in a couple LLEventTimer subclasses. | Nat Goodspeed |
2024-05-23 | More vestigial whitespace fixes | Nat Goodspeed |
2024-05-23 | Fix lingering trailing whitespace in llmainthreadtask.h. | Nat Goodspeed |
2024-05-23 | Fix lingering trailing whitespace in lleventfilter.cpp. | Nat Goodspeed |
2024-05-23 | Fix lingering trailing whitespace in lleventfilter.h. | Nat Goodspeed |
2024-05-23 | Fix test program termination crash. | Nat Goodspeed |
2024-05-23 | mac build fix | Maxim Nikolenko |
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-22 | Adjust Copy3rdPartyLibs.cmake for Visual Studio 2022 17.10.0 and greater | Ansariel |
2024-05-22 | WIP: Trying to diagnose and fix test program shutdown crash | Nat Goodspeed |
2024-05-16 | set UNTRUSTED_ALLOW as default; some LLCommitCallbackInfo clean up | Mnikolenko Productengine |