Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-22 | Merge branch 'main' into 2025.04 | Erik Kundiman | |
2025-05-13 | Not rely on (LL_)USESYSTEMLIBS macro & CMake setting | Erik Kundiman | |
but the fact that we keep on using as many system libraries as we can (and only resort to other sources in certain cases), hasn't changed, of course. Also stop having to set USE_AUTOBUILD_3P to OFF. Lines are reindented, and when a system library can be found for a dependency, then that should be the way. If later we find out that using some other way is better, than stick to that. So, one option at a time, whichever is best for the situation. GLEXT hasn't been used, and in order to be not having to hack its .cmake file, we bypass it and refer to GLH (which is still used) right away in LLWindow. CMake commands that need to be bypassed, if it's a one-liner then it's just commented out, but if it's multiple lines, then scope them with if (FALSE) to minimise difference. | |||
2025-05-09 | Merge tag 'Second_Life_Release#377d1b38-2025.04' into 2025.04 | Erik Kundiman | |
2025-05-07 | Make builds support Python 3.13 | Andrey Kleshchev | |
2025-04-30 | Merge tag 'Second_Life_Release#d9e55c44-Second_Life_Release#d9e55c4-2025.04' ↵ | Erik Kundiman | |
into 2025.04 | |||
2025-04-30 | Merge branch 'main' into 2025.04 | Erik Kundiman | |
2025-04-27 | Replace USE_AUTOBUILD_3P OR USE_CONAN with USESYSTEMLIBS | Erik Kundiman | |
Simpler. | |||
2025-04-25 | #3986 Packet ring crash in memcpy | Andrey Kleshchev | |
packet_size was negative | |||
2025-04-19 | Merge tag 'Second_Life_Release#9a333e65-2025.04' into 2025.04 | Erik Kundiman | |
2025-04-15 | Merge pull request #3911 from secondlife/main | Jonathan "Geenz" Goodman | |
Merge 2025.03 release into develop. | |||
2025-03-29 | Merge tag 'Second_Life_Release#8eff224c-2025.03' into 2025.03 | Erik Kundiman | |
2025-03-24 | #3796 Crash at assetRequestCoro | Andrey Kleshchev | |
Coroutine doesn't own req pointer, don't use it | |||
2025-03-22 | Merge tag 'Second_Life_Release#0ec9bfaa-2025.03' into 2025.03 | Erik Kundiman | |
2025-03-21 | Merge tag 'Second_Life_Release#895a6739-2025.03' into 2025.03 | Erik Kundiman | |
2025-03-18 | #3644 Adjust throttle based of how busy buffer is | Andrey Kleshchev | |
2025-03-18 | #3736 LLExperienceCache shutdown crash | Andrey Kleshchev | |
2025-03-11 | Merge branch 'marchcat/maint-b-cherrypicks' into marchcat/2025.03-maint-b | Andrey Lihatskiy | |
2025-03-11 | BUG-134040: Fix broken SOCKS5 proxy | Bennett Goble | |
Second Life's SOCKS5 proxy has been broken on windows for at least six years due to a conflation of milliseconds and microseconds in the APR timeout value used when attempting to ping the proxy. # Conflicts: # indra/llmessage/llproxy.cpp | |||
2025-03-06 | Merge remote-tracking branch 'secondlife/release/2025.03' into 2025.03 | Erik Kundiman | |
2025-03-05 | #3644 Fix new logging of packet drops hitting performance #2 | Andrey Kleshchev | |
Misunderstood how mDroppedPackets worked, clear out what's not needed | |||
2025-03-04 | #3644 Fix new logging of packet drops hitting performance | Andrey Kleshchev | |
2025-02-27 | Merge pull request #3583 'faster avatar loading' into release/2025.03 | Andrey Kleshchev | |
2025-02-27 | #3627 Warn user about low memory on bad_alloc | Andrey Kleshchev | |
2025-02-26 | Issue #2907: Process metadata sent along with chats of type ↵ | Rider Linden | |
IM_NOTHING_SPECIAL, The metadata can contain information about the bot status of the sender. It may also contain a system-injected notification that is displayed to the agent as part of the 1:1 chat window. | |||
2025-02-18 | drain UDP socket to avoid dropped packets (#3565) | Andrew Meadows | |
drain UDP socket in idleNetwork() to avoid dropped packets | |||
2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
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-01 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
2024.08-DeltaFPS | |||
2024-08-21 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
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 | Trim trailing blank line. | Nat Goodspeed | |
2024-08-19 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
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-09 | Fix rare shutdown crash in gCacheName | Rye Mutt | |
2024-07-29 | Update boost to 1.85 and fix deprecation warnings | Rye Mutt | |
2024-07-28 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-07-23 | Legacy search floater | mobserveur | |
This commit adds the legacy search floater to megapahit | |||
2024-07-21 | Fix rare shutdown crash in gCacheName | Rye Mutt | |
2024-07-08 | Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h ↵ | Ansariel | |
and llunittype.h for now | |||
2024-07-05 | Reduce LLSD::Binary temporaries | Rye Mutt | |
2024-07-03 | #1870 Tune up for better experience on integrated intel with low memory (#1872) | Dave Parks | |
* More deterministic vsize calculation. Add control for choosing downscale method. * Quick hack to make GLTF preview work again | |||
2024-07-01 | #1111 Remove xmlrpc-epi | Alexander Gavriliuk | |
2024-06-20 | Merge remote-tracking branch 'secondlife/release/maint-b' into maint-b | Erik Kundiman | |
2024-06-10 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-06-10 | Post-merge - trim trailing whitespace | Andrey Lihatskiy | |
2024-06-10 | Re-enable compiler warnings C4018, C4100, C4231 and C4506 | Ansariel | |
2024-06-01 | Re-enable a lot of compiler warnings for MSVC and address the C4267 ↵ | Ansariel | |
"possible loss of precision" warnings | |||
2024-05-30 | Fix a bunch of uninitialized variable warnings that showed up in Visual Studio | Ansariel | |
2024-05-23 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
brad/merge-maint-a-to-dev |