Age | Commit message (Expand) | Author |
2024-08-15 | Merge branch 'release/luau-scripting' into viewer-lua-2237 | Nat Goodspeed |
2024-08-15 | Introduce lluau_checkstack(L, n); use instead of luaL_checkstack(). | Nat Goodspeed |
2024-08-14 | Enable /permissive- on MSVC for better standards conformance (#2251) | Rye Mutt |
2024-08-13 | Introduce tracy instrumentation of mutex in LLSingleton, LLInstanceTracker an... | Rye Mutt |
2024-08-13 | Update tracy integration to 0.11 and rework client library to be configurable... | Rye Mutt |
2024-08-13 | Merge pull request #2265 from secondlife/lua-groupchat-throttle | Maxim Nikolenko |
2024-08-12 | Add virtual destructor to Throttle class. | Nat Goodspeed |
2024-08-12 | Add Throttle and LogThrottle classes to manage throttled APIs. | Nat Goodspeed |
2024-08-09 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden |
2024-08-09 | Merge remote-tracking branch 'origin/release/webrtc-voice' into release/2024.... | Brad Linden |
2024-08-07 | Allow smaller minimum timer intervals. | Nat Goodspeed |
2024-08-07 | Replace boost::shared_ptr with std in voice classes | Andrey Kleshchev |
2024-08-06 | Merge branch 'release/luau-scripting' into viewer-lua-smoother | Nat Goodspeed |
2024-08-06 | Introduce a custom coroutine/fiber scheduler to prioritize UI. | Nat Goodspeed |
2024-08-06 | Merge branch 'develop' into marchcat/b-sync | Andrey Lihatskiy |
2024-08-06 | Ignore VmallocTotal as it's fixed, huge Number. (#2200) | Nicky Dasmijn |
2024-08-03 | Covert gRandomGenerator into a unique_ptr. Having a static object of type LLR... | Nicky |
2024-08-02 | Merge branch 'release/luau-scripting' into lua-login2 | Nat Goodspeed |
2024-08-01 | Add lua_push(), lua_to(), lua_[gs]etfieldv(), lua_raw[gs]etfield(). | Nat Goodspeed |
2024-08-01 | Fix failure to join or detach threads causing rare shutdown termination | Rye Mutt |
2024-07-29 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy |
2024-07-29 | Replace liburiparser with boost::url | Rye Mutt |
2024-07-26 | Add missing semicolon | Nicky |
2024-07-24 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy |
2024-07-19 | Merge pull request #1996 from secondlife/davep/fix_tracy_build | Brad Linden |
2024-07-19 | #2053 BugSplat Crash #1494325: LLVOVolume::getReflectionProbeNearClip() | Alexander Gavriliuk |
2024-07-18 | Improve viewer's defense against `LLEventAPI` failures. | Nat Goodspeed |
2024-07-18 | Ditch `LLEventTrackable` aka `boost::signals2::trackable`. | Nat Goodspeed |
2024-07-18 | Make `LLEventPump::listen()` also accept new `LLAwareListener`. | Nat Goodspeed |
2024-07-18 | #1500 Better out of disk space handling | Alexander Gavriliuk |
2024-07-18 | Merge branch 'release/maint-b' into marchcat/b-develop | Andrey Lihatskiy |
2024-07-11 | Fix for tracy build. | RunitaiLinden |
2024-07-10 | Merge branch 'lua-atexit-run' into lua-no-reuse. | Nat Goodspeed |
2024-07-10 | Remove ability to reuse a LuaState between LLLUAmanager functions. | Nat Goodspeed |
2024-07-10 | Introduce LLCoros::RMutex, use for SettingsConfig::mRecorderMutex (#1980) | nat-goodspeed |
2024-07-09 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden |
2024-07-09 | Update tracy profiler to 0.10 (#1946) | Rye Mutt |
2024-07-09 | #1943 make sys free in texture console llmemorysavailphysicalmeminkb tell the... | Dave Parks |
2024-07-09 | Review feedback change | RunitaiLinden |
2024-07-09 | #1826 Fix for LL_ERRS crashing in mutex lock | RunitaiLinden |
2024-07-09 | Introduce LLSDParam<vector<T>> and LLSDParam<map<string, T>>. | Nat Goodspeed |
2024-07-09 | Merge pull request #1949 from sldevel/xmlrpc-crash-fix | Andrey Lihatskiy |
2024-07-09 | Merge pull request #1945 from Ansariel/develop_msvc7 | Andrey Lihatskiy |
2024-07-09 | Merge pull request #1944 from Ansariel/develop_c4244 | Andrey Lihatskiy |
2024-07-08 | Fix for crash in XMLRPC reply decoding on login with large inventories | Henri Beauchamp |
2024-07-08 | Remove ancient MSVC7 code | Ansariel |
2024-07-08 | Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and... | Ansariel |
2024-07-08 | Introduce move assignment and construction to LLPointer | Rye Mutt |
2024-07-05 | Reduce LLSD::Binary temporaries | Rye Mutt |
2024-07-05 | Make LLDate a trivial copyable/movable type | Rye Mutt |