Age | Commit message (Expand) | Author |
2024-10-14 | Private Issue #297: Accept new flags in ScriptTeleportRequest message. Flags ... | Rider Linden |
2024-10-03 | fix GameControl save settings, fix linux build | Andrew Meadows |
2024-10-03 | remove crashy LLSD ctor used by GameControl | leviathan |
2024-10-03 | Add GameControl UI for per device settings | Alexander Gavriliuk |
2024-10-03 | avatar_motion-->GameControl translation and flycam | Leviathan Linden |
2024-10-03 | add GameControl feature and SDL2 dependency | Leviathan Linden |
2024-10-02 | Add a lot of more constexpr; use constants for accessing vector indices in ve... | Ansariel Hiller |
2024-09-30 | Fix or workaround test build failures on linux | Rye Cogtail |
2024-09-30 | Fix -Wpessimizing-move warning in makeClassicCallback | Rye Cogtail |
2024-09-30 | Fix GCC warning about unused _out parameter in LL_DEBUGS | Rye Cogtail |
2024-09-29 | Zap trailing spaces. | Nat Goodspeed |
2024-09-29 | Try to eliminate the runtime cost of `ll_convert_to<T>(const T&)`. | Nat Goodspeed |
2024-09-26 | get rid of extra LL in help text | Mnikolenko Productengine |
2024-09-24 | Merge pull request #2534 from secondlife/release/luau-scripting | nat-goodspeed |
2024-09-24 | Reduce memory allocations pinging the mainloop timeout | Ansariel |
2024-09-23 | Merge remote 'release/luau-scripting' into release/luau-scripting | Nat Goodspeed |
2024-09-23 | include <utility> for Linux: std::forward is not predefined | Nat Goodspeed |
2024-09-23 | Merge remote branch 'develop' into release/luau-scripting for Maint B | Nat Goodspeed |
2024-09-23 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy |
2024-09-23 | Merge remote branch 'develop'into release/luau-scripting | Nat Goodspeed |
2024-09-20 | Update test for changed message in error case. | Nat Goodspeed |
2024-09-20 | Merge branch 'release/luau-scripting' into lua-script-args | Nat Goodspeed |
2024-09-20 | Add ability to pass command-line arguments to a Lua script. | Nat Goodspeed |
2024-09-19 | Merge pull request #2610 from secondlife/frame-profile-json | nat-goodspeed |
2024-09-19 | viewer#2608 Crash at LLSnapshotLivePreview::getFormattedImage | Andrey Kleshchev |
2024-09-19 | trailing spaces from other branches | Nat Goodspeed |
2024-09-19 | Merge branch 'develop' into frame-profile-json | Nat Goodspeed |
2024-09-18 | Turn off sLogInSignal to avoid crashing. (#2607) | Brad Linden |
2024-09-18 | Add hexdump.h with iostream manipulators to dump a byte range as hex | Nat Goodspeed |
2024-09-18 | Ditch trailing space. | Nat Goodspeed |
2024-09-18 | Give our fsyspath an operator std::string() conversion method. | Nat Goodspeed |
2024-09-18 | Introduce fsyspath subclass of std::filesystem::path. | Nat Goodspeed |
2024-09-18 | Add LLFloaterAbout info (esp. GPU info) to Frame Profile stats dump | Nat Goodspeed |
2024-09-16 | Add LLFloaterAbout info (esp. GPU info) to Frame Profile stats dump | Nat Goodspeed |
2024-09-16 | WIP: edits in support of Lua script args | Nat Goodspeed |
2024-09-13 | Clean up Windows build (#2562) | Ansariel Hiller |
2024-09-13 | Merge pull request #2548 from secondlife/lua-frame-profile | nat-goodspeed |
2024-09-12 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed |
2024-09-12 | Merge pull request #2561 from secondlife/brad/2553-about-sl-crash-locale-init | Brad Linden |
2024-09-12 | Attempted fix for mac crash when showing About Second Life. | Brad Linden |
2024-09-12 | Fix for mac build with tracy enabled. | Brad Linden |
2024-09-12 | Fix for tracy not working on mac | Dave Parks |
2024-09-12 | Disable happy-path destructor semantics when unwinding C++ stack. | Nat Goodspeed |
2024-09-12 | Work around broken MS `std::basic_ostream`. | Nat Goodspeed |
2024-09-12 | Specialize `std::numpunct<llwchar>` to fix broken MS `basic_ostream`. | Nat Goodspeed |
2024-09-10 | Profile guided optimizations | RunitaiLinden |
2024-09-10 | In llstring.cpp, build result strings using basic_ostringstream<T>. | Nat Goodspeed |
2024-09-10 | Fix risky signature of `wchar_to_utf8chars()`. Add `ll_convert()` alias. | Nat Goodspeed |
2024-09-10 | llinstancetracker.h was missing an #include from last merge. | Nat Goodspeed |
2024-09-10 | Pass std::string_view by value, not by const reference. | Nat Goodspeed |