Age | Commit message (Expand) | Author |
2024-05-31 | Don't check if printf(format) arg is a string. | 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 | 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-15 | Merge branch 'release/luau-scripting' into lua-timers after Maint X | Nat Goodspeed |
2024-05-15 | Manual whitespace cleanup (fix_whitespace.py). | Nat Goodspeed |
2024-05-15 | Merge commit 'e7eced3' into lua-timers for whitespace fixes. | Nat Goodspeed |
2024-05-15 | Merge branch 'main' into release/luau-scripting for Maint X release. | Nat Goodspeed |
2024-05-15 | Manual whitespace fixes (fix_whitespace.py). | Nat Goodspeed |
2024-05-15 | Merge commit 'e7eced3' into release/luau-scripting: whitespace fix. | Nat Goodspeed |
2024-05-15 | Make leap.lua honor an "error" key in viewer response. | Nat Goodspeed |
2024-05-14 | Increment viewer version to 7.1.8 | Nat Goodspeed |
2024-05-09 | Merge branch 'release/luau-scripting' into lua-timers | Nat Goodspeed |
2024-05-08 | Tweak a couple things | Nat Goodspeed |
2024-05-08 | Merge branch 'nat/cleanup-timers' into lua-timers. | Nat Goodspeed |
2024-05-07 | Copy xml files to scripts/lua; make Lua debug floater resizable | Mnikolenko Productengine |
2024-05-03 | Not every LLAvatarListUpdater subclass overrides tick(). | Nat Goodspeed |
2024-05-03 | Make LLLater store target time in mHandles; ditch 2nd unordered_map. | Nat Goodspeed |
2024-05-02 | Introduce LLLater::getRemaining(handle). | Nat Goodspeed |
2024-05-02 | WIP: In llcallbacklist.h, add singleton LLLater for time delays. | Nat Goodspeed |
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-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy |
2024-04-29 | Allow getting the value of debug settings via Lua script | Mnikolenko Productengine |
2024-04-29 | Allow changing debug settings via Lua script | Mnikolenko Productengine |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ... | Andrey Lihatskiy |
2024-04-26 | Remove unused newview/llcallbacklist.cpp: real one is in llcommon. | Nat Goodspeed |
2024-04-24 | Merge 'main' into release/luau-scripting on promotion of Maint YZ | Nat Goodspeed |
2024-04-24 | viewer#1309 Handle deprecated avatar properties messages | Andrey Kleshchev |
2024-04-24 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy |
2024-04-24 | Increment viewer version to 7.1.7 | Nat Goodspeed |
2024-04-20 | viewer#1290 Fix missing variable reinitializations | Andrey Kleshchev |
2024-04-19 | viewer#1290 Fix snapToMessageHeight crash | Andrey Kleshchev |
2024-04-19 | secondlife/viewer#1249 Erratic Emoji Picker Behavior | Alexander Gavriliuk |
2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy |
2024-04-18 | Add llluamanager_test.cpp test that terminates runaway Lua script. | Nat Goodspeed |
2024-04-18 | Move {set,check}_interrupts_counter() to lluau namespace. | Nat Goodspeed |
2024-04-17 | Reintroduce LLCoros::killreq() to request killing a named coroutine. | Nat Goodspeed |
2024-04-17 | viewer#1143 Crash at LLReflectionMap::autoAdjustOrigin #2 | Andrey Kleshchev |
2024-04-17 | Fix typo in settings names (#1257) | Ansariel Hiller |
2024-04-16 | Merge branch 'main' into release/luau-scripting | Nat Goodspeed |
2024-04-16 | Call suspend() periodically to avoid viewer freeze | Mnikolenko Productengine |
2024-04-15 | CI: adopt xz compression | Bennett Goble |