Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-06 | Force ReleaseOS builds on Linux | Andrey Lihatskiy | |
2024-08-06 | Merge branch 'develop' into marchcat/b-sync | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml # autobuild.xml # indra/cmake/Audio.cmake # indra/cmake/Copy3rdPartyLibs.cmake # indra/llxml/llxmltree.cpp # indra/newview/viewer_manifest.py | |||
2024-08-06 | Convert LLUI and LLRender2D to LLSimpleton to reduce overhead during ui draw ↵ | Rye Mutt | |
(#2202) | |||
2024-08-06 | Ignore VmallocTotal as it's fixed, huge Number. (#2200) | Nicky Dasmijn | |
Not ignoring it will cause a lot of log spam due to conversion/parse errors. | |||
2024-08-05 | Fixed unwanted implicit cast from U32 to U16 causing possible crash (#2193, ↵ | TJ | |
#2194) | |||
2024-08-05 | Remove remainder of unused packet data code from LLTextureFetch | Andrey Kleshchev | |
Downloading packets from server was removed in favor of HTTP | |||
2024-08-05 | macOS build fix attempt | Rye Mutt | |
2024-08-04 | Fix chat text segments not dynamically updating when colors changed in ↵ | Rye Mutt | |
preferences | |||
2024-08-04 | Fix various issues with text segments not updating UI color | Rye Mutt | |
2024-08-04 | Fix various issues with ui elements not updating colors dynamically | Rye Mutt | |
2024-08-04 | Optimization and cleanup of various color finds during draw | Rye Mutt | |
2024-08-04 | Add LLUIColorTable debug-settings-like floater for easing skin design | Rye Mutt | |
2024-08-05 | Update ogg_vorbis to 1.3.5-1.3.7 (#2186) | Rye Mutt | |
2024-08-05 | Reduce Avatar Loading Checks (#2187) | TommyTheTerrible | |
This simple trick stops checking if the avatar is loaded if the avatar is loaded, decreasing calculation times and increasing FPS. | |||
2024-08-03 | Covert gRandomGenerator into a unique_ptr. Having a static object of type ↵ | Nicky | |
LLRandFlagFib2281 needs a lot of space in the TLB, which is usually fine. Unless libcef gets loaded... CEF is compiled with static TLS/TLS model initial-exec and then having gRandomGenerator allocation so much space in the TLB will exhaust the available space and CEF cannot be loaded. | |||
2024-08-03 | Merge remote-tracking branch 'll/marchcat/b-develop' into ↵ | Nicky | |
feature/warning_cleansweep | |||
2024-08-03 | Cast RAND_MAX into F32 to avoid any implicit casting | Nicky | |
2024-08-03 | Use python raw string literals to remove any ambiguity with standard escape ↵ | Nicky | |
sequences like \n | |||
2024-08-03 | Remove -wno-dangling-pointer, compiling with GCC 13.3, 12, 11 and clang did ↵ | Nicky | |
not yield such a warning. Furthermore this warning should not just be disabled but rather dealt with when it comes up | |||
2024-08-03 | Display parcel name when clicking on a parcel on the world map (#2131) | Ansariel Hiller | |
2024-08-02 | viewer#853 Fix upload losing face data. | Andrey Kleshchev | |
Multiple faces can share same mMaterial | |||
2024-08-02 | Disable EmojiHelper if Digit before Colon (#2178) | TommyTheTerrible | |
* Disable EmojiHelper if Digit before Colon Typing in times with the new emoji helper pop-up can be frustrating, so I would like to propose disabling it when there is a number before the colon. * Remove trailing space in indra/llui/llemojihelper.cpp --------- Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com> | |||
2024-08-02 | Update to libhunspell 1.7.2-r1 (#2175) | Rye Mutt | |
2024-08-02 | Remove dead pcre library dependency (#2177) | Rye Mutt | |
2024-08-02 | Update from jpeglib to libjpeg-turbo 3.0.3 (#2161, #2173) | Rye Mutt | |
2024-08-02 | Crash at LLViewerTexture::updateClass() | Andrey Kleshchev | |
2024-08-01 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden | |
2024-08-01 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus | |||
2024-08-01 | Merge pull request #2168 from RyeMutt/emoji-fixes | Andrey Lihatskiy | |
Emoji picker warning fixes and cleanup | |||
2024-08-01 | Fix trying to bind to non-existent texunit sampler during water draw (#2128) | Rye Mutt | |
2024-08-01 | Fix excessive wstring conversions during emojipicker draw | Rye Mutt | |
2024-08-01 | Fix emojipicker floater group buttons leaking and xui warning | Rye Mutt | |
2024-08-01 | Fix failure to join or detach threads causing rare shutdown termination | Rye Mutt | |
2024-08-01 | viewer#2163 Crash at getReflectionProbeIsDynamic | Andrey Kleshchev | |
2024-08-01 | viewer#2157 Toolbar's drop position indicator does not appear | Andrey Kleshchev | |
2024-07-31 | Implement a Logging Sink for WebRTC | Roxie Linden | |
WebRTC logs now pass out of the webrtc library into a logging sink, which converts them into SecondLife.log compatable logging calls. This includes fatal errors and asserts, which are now logged into SecondLife.log, and should be available in the crash logger. | |||
2024-07-31 | viewer#2153 Crash at LLViewerTextureList::updateImageDecodePriority | Andrey Kleshchev | |
Crash at getTextureEntry which calls getTE(mTEOffset) | |||
2024-07-31 | viewer#2144 Correct unclear terminilogy in region's debug panel | Andrey Kleshchev | |
2024-07-30 | Cache LLVOAvatar::isBuddy check to reduce repeated calls to ↵ | Rye Mutt | |
LLAvatarTracker::isBuddy during draw (#2149) | |||
2024-07-30 | viewer#2121 Don't update Audio visualizer if voice is blocked | Andrey Kleshchev | |
2024-07-30 | fix another misleading indentation compiler warning | Zi Ree | |
Fix indentation mistake that trips gcc's misleading indentation warning. | |||
2024-07-30 | viewer-private#255 p2p outgoing calls did not work correctly #2 | Andrey Kleshchev | |
2024-07-30 | viewer-private#255 p2p outgoing calls did not work correctly | Andrey Kleshchev | |
Issue: P2P was catching STATUS_LEFT_CHANNEL meant for nearby chat and adopting channel info for itself Solution: - Moved one of notifyStatusObservers calls so that it would have uri data instead of firing with no channel info - Made p2p sessions init with uri data, like it was before webrtc. Which is used to distinguish observer notifications. - Removed mAudioSessionChanged. It was unused yet confusing. | |||
2024-07-30 | viewer#2142 Crash at LLOutfitGalleryItem::setDefaultImage | Andrey Kleshchev | |
2024-07-29 | Fix trailing whitespaces | Ansariel | |
2024-07-29 | Fix callbacks for PBR region terrain panel not getting wired up properly | Ansariel | |
2024-07-29 | small adjustment to reduce confusion | Andrey Kleshchev | |
2024-07-29 | viewer#2071 Soft quit on 'out of memory' for meshes #2 | Andrey Kleshchev | |
2024-07-29 | viewer#2071 Properly handle 'out of memory' for meshes | Andrey Kleshchev | |
2024-07-29 | #2100 BugSplat Crash #1497210: LLVOAvatar::updateImpostors()(10616) | Alexander Gavriliuk | |