Age | Commit message (Expand) | Author |
2024-05-16 | Merge branch 'lua-ui-callbacks' into release/luau-scripting | Mnikolenko Productengine |
2024-05-16 | adjust the flag to be untrusted block/allow/throttle | Mnikolenko Productengine |
2024-05-15 | Fix missing #include in lltextvalidate.cpp | Nat Goodspeed |
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 last Maint X fix. | Nat Goodspeed |
2024-05-15 | Add trusted flag to UI callbacks, so not everything is accessible from the sc... | Mnikolenko Productengine |
2024-05-15 | #1457 Fix the tests on mac | Andrey Lihatskiy |
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-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: Main... | Nat Goodspeed |
2024-05-10 | Fix up a few #includes | Nat Goodspeed |
2024-05-10 | Fix latent access violation in ~LLEventPump() if LLEventPumps gone. | Nat Goodspeed |
2024-05-09 | Add "Timers" LLEventAPI, actually a LazyEventAPI, for LL::Timers. | Nat Goodspeed |
2024-05-09 | Bump up coroutine stack size: saw C00000FD test termination. | 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-08 | On mathmisc_test failure with random values, report values. | Nat Goodspeed |
2024-05-08 | Merge branch 'nat/cleanup-timers' into lua-timers. | Nat Goodspeed |
2024-05-08 | Bump up coroutine stack size: saw C00000FD test termination. | Nat Goodspeed |
2024-05-08 | Fix llerror_test.cpp now that LL_ERRS() includes a stacktrace. | Nat Goodspeed |
2024-05-07 | Merge remote-tracking branch 'origin/main' into nat/cleanup-timers | Nat Goodspeed |
2024-05-07 | Refactor LLLater -> LL::Timers to accommodate nonpositive repeats. | Nat Goodspeed |
2024-05-07 | Copy xml files to scripts/lua; make Lua debug floater resizable | Mnikolenko Productengine |
2024-05-03 | Log a stack trace on LL_ERRS(). | Nat Goodspeed |
2024-05-03 | Prevent LLLater from thrashing on LLCallbackList. | Nat Goodspeed |
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 | Update LLGLTFMaterial tests for changes introduced in SL-20523 | Brad Linden |
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 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed |
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-26 | viewer#1308 LLFloaterView::restoreAll Crash | Andrey Kleshchev |
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed |
2024-04-25 | Resolve WorkQueue::waitForResult() merge glitch. | Nat Goodspeed |
2024-04-25 | Add missing #include "stringize.h" | Nat Goodspeed |
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed |
2024-04-25 | Merge Maint YZ branch 'main' into DRTVWR-588-cleanup-timers | Nat Goodspeed |