summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-08Merge branch 'nat/cleanup-timers' into lua-timers.Nat Goodspeed
2024-05-08On mathmisc_test failure with random values, report values.Nat Goodspeed
2024-05-08Merge branch 'nat/cleanup-timers' into lua-timers.Nat Goodspeed
2024-05-08Bump up coroutine stack size: saw C00000FD test termination.Nat Goodspeed
2024-05-08Fix llerror_test.cpp now that LL_ERRS() includes a stacktrace.Nat Goodspeed
2024-05-07Merge remote-tracking branch 'origin/main' into nat/cleanup-timersNat Goodspeed
2024-05-07Refactor LLLater -> LL::Timers to accommodate nonpositive repeats.Nat Goodspeed
2024-05-03Log a stack trace on LL_ERRS().Nat Goodspeed
2024-05-03Prevent LLLater from thrashing on LLCallbackList.Nat Goodspeed
2024-05-03Not every LLAvatarListUpdater subclass overrides tick().Nat Goodspeed
2024-05-03Make LLLater store target time in mHandles; ditch 2nd unordered_map.Nat Goodspeed
2024-05-02Introduce LLLater::getRemaining(handle).Nat Goodspeed
2024-05-02WIP: In llcallbacklist.h, add singleton LLLater for time delays.Nat Goodspeed
2024-05-02Merge pull request #1391 from secondlife/with-testsnat-goodspeed
2024-05-02Merge pull request #1389 from secondlife/brad/fix-gltfmaterial-testsnat-goodspeed
2024-05-02Update LLGLTFMaterial tests for changes introduced in SL-20523Brad Linden
2024-05-02Merge pull request #1376 from secondlife/project/channel_by_branchVir Linden
2024-05-02Update build.yamlVir Linden
2024-05-02Merge pull request #1352 from secondlife/lua-change-debug-settingMaxim Nikolenko
2024-05-02Update build.yamlVir Linden
2024-05-02Turn on LL_TESTS for CI builds.Nat Goodspeed
2024-05-02Raise Lua error if LLViewerControlListener response contains oneMnikolenko Productengine
2024-05-01Use LLViewerControlListener to access debug settingsMnikolenko Productengine
2024-05-01trim trailing whitespaceVir Linden
2024-05-01set viewer channel from branchVir Linden
2024-05-01Merge branch 'main' into project/channel_by_branchVir Linden
2024-04-29Allow getting the value of debug settings via Lua scriptMnikolenko Productengine
2024-04-29Allow changing debug settings via Lua scriptMnikolenko Productengine
2024-04-26Remove unused newview/llcallbacklist.cpp: real one is in llcommon.Nat Goodspeed
2024-04-25Adapt llimageworker_test for updated virtual method API.Nat Goodspeed
2024-04-25Resolve WorkQueue::waitForResult() merge glitch.Nat Goodspeed
2024-04-25Add missing #include "stringize.h"Nat Goodspeed
2024-04-25Adapt llimageworker_test for updated virtual method API.Nat Goodspeed
2024-04-25Merge Maint YZ branch 'main' into DRTVWR-588-cleanup-timersNat Goodspeed
2024-04-24Merge 'main' into release/luau-scripting on promotion of Maint YZNat Goodspeed
2024-04-24Merge pull request #1323 from secondlife/mainVir Linden
2024-04-24Increment viewer version to 7.1.7Nat Goodspeed
2024-04-24Merge release/maint-yz to main on promotion of secondlife/viewer #736: Mainte...Nat Goodspeed
2024-04-19Update build.yamlVir Linden
2024-04-19https://github.com/secondlife/viewer/issues/1286 - branch var from github.rep...Vir Linden
2024-04-19https://github.com/secondlife/viewer/issues/1286 - branch var from github.rep...Vir Linden
2024-04-19https://github.com/secondlife/viewer/issues/1286 - determine viewer_channel f...Vir Linden
2024-04-19Merge pull request #1262 from secondlife/lua-kill-coronat-goodspeed
2024-04-19Revert "SL-20140 Setting shape hand size to 36 won't save"Andrey Lihatskiy
2024-04-18Add llluamanager_test.cpp test that terminates runaway Lua script.Nat Goodspeed
2024-04-18Move {set,check}_interrupts_counter() to lluau namespace.Nat Goodspeed
2024-04-18Remove redundant LLEventPump::inventName() call.Nat Goodspeed
2024-04-18In debug.h, add debug_expr() macro for inline expressions.Nat Goodspeed
2024-04-18Fix LuaListener member initialization order.Nat Goodspeed
2024-04-17Reintroduce LLCoros::killreq() to request killing a named coroutine.Nat Goodspeed