summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2026-05-04Merge branch 'main' into 2026.02Erik Kundiman
2026-05-04vcpkg zlib's DLL seems to be renamedErik Kundiman
from zlib1.dll to z.dll
2026-05-02Merge branch 'main' into 2026.02Erik Kundiman
2026-05-02MacPorts' expat (compatibility) has been updatedErik Kundiman
2026-05-02Merge tag 'Second_Life_Release#7719e6c1-26.2' into 2026.02Erik Kundiman
2026-05-02Merge branch 'main' into 2026.02Erik Kundiman
2026-05-02Don't treat SFINAE incomplete as error on GCCErik Kundiman
for compiling using GCC 16 on Fedora 44.
2026-05-01Brighten steppersSecret Foxtail
Help steppers better match checkboxes and other buttons
2026-05-01Misc FlatUI adjustmentsSecret Foxtail
Clean up tabs, checkboxes, marketplacebtn, etc
2026-05-01FlatUI tweaksSecret Foxtail
Adjustments for flat UI & addition of "classic" skin to colors preferences panel (WIP)
2026-04-28#5726 Crash initing in-viewer consoleAndrey Kleshchev
2026-04-27Fix P2P text chat timeout on WebRTC regions and delay voice renegotiation on ↵Roxanne Skelly
disconnect (#5706) * Fix P2P text chat timeout on WebRTC regions and delay voice renegotiation on disconnect Text chat: On WebRTC regions, getOutgoingCallInterface() returns nullptr, causing mP2PAsAdhocCall to be true for all P2P sessions including text-only IMs. This routed text chat through startP2PVoiceCoro which sent a "start p2p voice" request and waited for a server reply that never came, resulting in a 30-second session initialization timeout. Fix by gating the p2p-as-adhoc server init on mStartedAsIMCall so text-only sessions initialize immediately. WebRTC: Split kFailed and kDisconnected handling in OnConnectionChange. kFailed still renegotiates immediately. kDisconnected now waits 10 seconds before renegotiating, giving the connection time to recover on its own. Uses a sequence counter to ensure only the most recent disconnect transition can trigger renegotiation, preventing stale delayed tasks from firing early after disconnect/reconnect cycles. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Revert im-change for not using the voice subsystem when doing a text-only IM --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-25Merge tag 'Second_Life_Release#4ccf6d90-26.2' into 2026.02Erik Kundiman
2026-04-24#5439 fix Avatar Welcome Pack not being opened on the first sessionMaxim Nikolenko
2026-04-23#5450 add Leap non-ascii input support for keyDownMaxim Nikolenko
2026-04-23Fix another wstring Boost filesystem linking errorErik Kundiman
The errors were: llfilesystem.lib(llfilesystem.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl boost::filesystem::detail::path_traits::convert(char const *,char const *,cl ass std::basic_string<unsigned short,struct std::char_traits<unsigned short>,class std::allocator<unsigned short> > &,class std::codecvt<unsigned short,char,struct _Mbstatet> const *)" (__imp _?convert@path_traits@detail@filesystem@boost@@YAXPEBD0AEAV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@PEBV?$codecvt@GDU_Mbstatet@@@6@@Z) referenced in function "public: __cd ecl boost::filesystem::path::path<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,void>(class std::basic_string<char,struct std::char_traits<char>,clas s std::allocator<char> > const &)" (??$?0V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@X@path@filesystem@boost@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2 @@std@@@Z) [C:\Users\erik\Documents\Megapahit\viewer\build-mingw64_nt-10.0-26200-arm64-x86_64\newview\Megapahit.vcxproj] Hint on symbols that are defined and could potentially match: "__declspec(dllimport) void __cdecl boost::filesystem::detail::path_traits::convert(char const *,char const *,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std: :allocator<wchar_t> > &,class std::codecvt<wchar_t,char,struct _Mbstatet> const *)" (__imp_?convert@path_traits@detail@filesystem@boost@@YAXPEBD0AEAV?$basic_string@_WU?$char_traits@_W@std@@ V?$allocator@_W@2@@std@@PEBV?$codecvt@_WDU_Mbstatet@@@6@@Z) "__declspec(dllimport) void __cdecl boost::filesystem::detail::path_traits::convert(wchar_t const *,wchar_t const *,class std::basic_string<char,struct std::char_traits<char>,class std: :allocator<char> > &,class std::codecvt<wchar_t,char,struct _Mbstatet> const *)" (__imp_?convert@path_traits@detail@filesystem@boost@@YAXPEB_W0AEAV?$basic_string@DU?$char_traits@D@std@@V?$a llocator@D@2@@std@@PEBV?$codecvt@_WDU_Mbstatet@@@6@@Z)
2026-04-23Adjust open path on FreeBSD againErik Kundiman
2026-04-23Merge branch 'main' into 2026.02Erik Kundiman
2026-04-23Microsoft VS 18 2026 project extension is now slnxErik Kundiman
2026-04-23Merge branch 'main' into 2026.02Erik Kundiman
2026-04-23MacPorts' openal-soft has been upgraded to 1.25.1Erik Kundiman
2026-04-23Merge tag 'Second_Life_Release#84f50b9d-26.2' into 2026.02Erik Kundiman
2026-04-23Revert #2674 property lines optimizationsAndrey Kleshchev
QA found no difference performance wise, I see a decrease in performance.
2026-04-22Update notify panel width; remove "To" from chat labelMnikolenko Productengine
2026-04-22Merge tag 'Second_Life_Release#df5e1c16-26.2' into 2026.02Erik Kundiman
2026-04-22Fix ARM64_PMCCNTR_EL0 not being definedErik Kundiman
See commit 9d684bc9241cca4aae79d93886d0f95dcee26d65
2026-04-22Disable VelopackErik Kundiman
2026-04-22fix cache spinner widthMnikolenko Productengine
2026-04-22change default font to SansSerifSmallMnikolenko Productengine
2026-04-21XUI updates related to font hintingMnikolenko Productengine
2026-04-21#5655 Fix freeze on purging cef cacheAndrey Kleshchev
2026-04-21#5652 fix moderation status not being reliably shown when entering parcel ↵Maxim Nikolenko
voice space
2026-04-20#5628 Fix setting cleanup on installAndrey Kleshchev
2026-04-20#5628 Update taskbar's link to point to velopack #2Andrey Kleshchev
2026-04-19Include header needed by GCC for std::atomic<>Erik Kundiman
2026-04-19Merge tag 'Second_Life_Release#7014db29-26.2' into 2026.02Erik Kundiman
2026-04-19Merge branch 'main' into 2026.02Erik Kundiman
2026-04-19Disable VelopackErik Kundiman
2026-04-19Merge tag 'Second_Life_Release#8ffb73b4-26.2' into 2026.02Erik Kundiman
2026-04-18Merge tag 'Second_Life_Release#f4bc7652-26.2' into 2026.02Erik Kundiman
2026-04-18FMOD has been upgradedErik Kundiman
2026-04-18Merge remote-tracking branch 'secondlife/main'Erik Kundiman
2026-04-18#5661 XUI adjustmentsAndrey Kleshchev
2026-04-15#2023 Pull in updated pacakge and mark publicAndrey Kleshchev
Unused fonts were excluded
2026-04-15#2023 Fix lsb_delta and rsb_delta supportAndrey Kleshchev
delta_correction should have been substructed, not added
2026-04-15Implement lsb_delta and rsb_delta supportAndrey Kleshchev
By Rye
2026-04-15#2023 Load from a variable fontAndrey Kleshchev
WIP, beacsue variable fonts are not yeat included.
2026-04-15#5585 fix the issue with ptt state when joining p2p call while in ↵Maxim Nikolenko
voice-disabled parcel
2026-04-15#5450 add Leap unicode input supportMaxim Nikolenko
2026-04-14#5636 Fix cache size label and fieldAndrey Kleshchev