| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-13 | Clean up Windows build (#2562) | Ansariel Hiller | |
| * APR_DECLARE_STATIC and APU_DECLARE_STATIC gets already defined in APR.cmake * Move both _CRT_SECURE_NO_WARNINGS and _WINSOCK_DEPRECATED_NO_WARNINGS definitions to 00-Common.cmake * Always define WIN32_LEAN_AND_MEAN and include subset of Windows API by default * Remove llwin32headerslean.h and remove unnecessary WIN32_LEAN_AND_MEAN definition handling in llwin32headers.h * Clean up includes of Windows API headers * Get rid of workaround to link against IPHLPAPI.lib in lluuid.cpp - this seems to have been an issue in the past that has been fixed | |||
| 2024-09-12 | Merge pull request #2561 from secondlife/brad/2553-about-sl-crash-locale-init | Brad Linden | |
| secondlife/viewer#2553 about sl crash locale init | |||
| 2024-09-12 | Attempted fix for mac crash when showing About Second Life. | Brad Linden | |
| secondlife/viewer#2553 | |||
| 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-10 | Profile guided optimizations | RunitaiLinden | |
| 2024-09-09 | Changes towards C++20 compatibility (#2520) | Ansariel Hiller | |
| 2024-09-07 | No nonnull error on Ubuntu 24 GCC 13 | Erik Kundiman | |
| and reindentations. | |||
| 2024-09-05 | Fixed md5 buffer not being correctly zero-initialized and refactored code. ↵ | TJ | |
| (#2507) | |||
| 2024-09-01 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
| 2024.08-DeltaFPS | |||
| 2024-08-28 | Attempt to get better file/line info for LL_ERRS crahses in bugsplat. (#2447) | Brad Linden | |
| secondlife/viewer#2445 | |||
| 2024-08-26 | Improve safety of macOS available RAM calcuations at suggestion of Ansariel ↵ | Brad Linden | |
| and Beq (#2423) | |||
| 2024-08-26 | secondlife/viewer#2391: Remove avatar rigging "callstack" logging | Cosmic Linden | |
| 2024-08-26 | Remove or suppress left over debug messages in hot paths (#2392) | Rye Mutt | |
| 2024-08-20 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden | |
| # Conflicts: # autobuild.xml # indra/newview/llvoicewebrtc.cpp | |||
| 2024-08-20 | Clean up boost includes and remove compiler warning pragma for unreachable ↵ | Ansariel Hiller | |
| code in PCH (#2361) | |||
| 2024-08-20 | Remove orphaned LLAllocator (#2348) | Ansariel Hiller | |
| 2024-08-19 | Merge branch 'webrtc-voice' into 2024.06-atlasaurus | Erik Kundiman | |
| 2024-08-19 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
| 2024.06-atlasaurus | |||
| 2024-08-19 | Refactor LLFileSystem for and fix an old issue in LLFile (#2332) | Ansariel Hiller | |
| 2024-08-16 | Merge branch 'release/webrtc-voice' of ↵ | Erik Kundiman | |
| https://github.com/secondlife/viewer.git into webrtc-voice | |||
| 2024-08-15 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
| release/2024.06-atlasaurus | |||
| 2024-08-15 | BugSplat Crash #1504587: std::vector::empty() | Alexander Gavriliuk | |
| 2024-08-14 | Enable /permissive- on MSVC for better standards conformance (#2251) | Rye Mutt | |
| * Enable /permissive- on MSVC for better C++ conformance and fix related errors * Clean up left over warning suppressions from old library or msvc versions | |||
| 2024-08-14 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
| 2024-08-13 | Introduce tracy instrumentation of mutex in LLSingleton, LLInstanceTracker ↵ | Rye Mutt | |
| and logging | |||
| 2024-08-13 | Update tracy integration to 0.11 and rework client library to be ↵ | Rye Mutt | |
| configurable at build time Also copy tracy profiler client next to windows binary when enabled | |||
| 2024-08-13 | Only download when there aren't the files yet | Erik Kundiman | |
| 2024-08-13 | Path to file for sse2neon, not just the directory | Erik Kundiman | |
| 2024-08-13 | CMake file & try_compile replacing execute_process | Erik Kundiman | |
| file(DOWNLOAD) replacing execute_process(COMMAND curl), file(ARCHIVE_EXTRACT) replacing execute_process(COMMAND tar xf), file(MAKE_DIRECTORY) replacing execute_process(COMMAND mkdir -p), file(COPY) replacing execute_process(COMMAND cp), file(RENAME) replacing execute_process(COMMAND mv), try_compile replacing execute_process(COMMAND cmake/make), LIBS_PREBUILT_DIR replacing AUTOBUILD_INSTALL_DIR, 0 replacing ${${_binary}_installed} where appropriate, no FMOD reinstallation when it's already installed, and archives & unarchived source/build directories are in CMake root binary directory, instead of /tmp. SHOW_PROGRESS is on for downloading Dullahan from the Megapahit website cause it can be slow. | |||
| 2024-08-12 | Don't redownload sse2neon if already installed | Erik Kundiman | |
| 2024-08-09 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden | |
| # Conflicts: # .github/workflows/build.yaml # indra/llui/llscrolllistctrl.cpp | |||
| 2024-08-09 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
| release/2024.06-atlasaurus # Conflicts: # .github/workflows/build.yaml # indra/newview/CMakeLists.txt # indra/newview/llspeakers.cpp # indra/newview/llvoicechannel.cpp # indra/newview/llvoicechannel.h # indra/newview/llvoiceclient.cpp # indra/newview/llvoiceclient.h # indra/newview/llvoicewebrtc.cpp | |||
| 2024-08-09 | Download sse2neon.h automatically | Erik Kundiman | |
| 2024-08-09 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
| 2024-08-07 | Replace boost::shared_ptr with std in voice classes | Andrey Kleshchev | |
| 2024-08-01 | Fix failure to join or detach threads causing rare shutdown termination | Rye Mutt | |
| 2024-07-29 | Replace liburiparser with boost::url | Rye Mutt | |
| 2024-07-28 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
| 2024.06-atlasaurus | |||
| 2024-07-21 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
| 2024-07-21 | Wine-based Vivox-based voice support for FreeBSD | Erik Kundiman | |
| https://megapahit.com/show_bug.cgi?id=57 For SLVoice to run, there is a couple of environment variables that need to be set, and users need to run `/usr/local/share/wine/pkg32.sh install wine mesa-dri` to install the necessary files first. All this time the env parameter on apr_proc_create was never used, and this is just the place for passing those environment settings, hence the LLProcess::Param attribute addition. | |||
| 2024-07-20 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
| 2024-07-19 | Merge pull request #1996 from secondlife/davep/fix_tracy_build | Brad Linden | |
| Fix for tracy build. | |||
| 2024-07-19 | #2053 BugSplat Crash #1494325: LLVOVolume::getReflectionProbeNearClip() | Alexander Gavriliuk | |
| 2024-07-18 | #1500 Better out of disk space handling | Alexander Gavriliuk | |
| 2024-07-11 | Fix for tracy build. | RunitaiLinden | |
| 2024-07-10 | Introduce LLCoros::RMutex, use for SettingsConfig::mRecorderMutex (#1980) | nat-goodspeed | |
| in llerror.cpp. | |||
| 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 ↵ | Dave Parks | |
| the truth (#1966) * Also fix for crash when applying MoaP to PBR material | |||
