Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-01 | Slightly better crash logging | Andrey Kleshchev | |
2024-11-01 | viewer#2985 Odd crash when notifying voice observers | Andrey Kleshchev | |
Crash points at enableDisableCallBtn, but button's floater was cleaned earlier and has a removeObserver call so an observer record should be long gone. Likely something else is going on. Went over various callbacks and made sure they are cleaned. But in case floater somehow remained, added mSession = nullptr. | |||
2024-10-31 | viewer#2889 Fix water's normal map being ignored | Andrey Kleshchev | |
2024-10-31 | viewer#2653 LOD textures weren't taking callback discard into account | Andrey Kleshchev | |
2024-10-31 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-10-30 | Fix exposure in advanced graphics preferences being limited to 1.5 instead ↵ | Rye | |
of 4 (#2978) (secondlife/viewer#2916) | |||
2024-10-30 | Merge pull request #2864 from secondlife/brad/2549-downrez-controls | Brad Linden | |
Provide affordances to disable automatic downrezing of textures when SL is in background | |||
2024-10-30 | viewer#2972 Fix viewer stripping quotes off folder names | Andrey Kleshchev | |
2024-10-29 | Merge brad/2549-downrez-controls into release/2024.09-ExtraFPS (#2864) | Brad Linden | |
2024-10-29 | Fix texture discard bias not incrementing correctly due to being limited by ↵ | Rye | |
frame interval and a timer at the same time | |||
2024-10-29 | Add handling for downrezzing textures when viewer is minimized, fix ↵ | Rye | |
downrezzing textures when minimized due to texture system not processesing | |||
2024-10-28 | Merge pull request #2945 from secondlife/rye/extra-exposure | Rye | |
Restore default exposure to 1 and add exposure and tonemapping featuretable entries | |||
2024-10-28 | viewer#2883 Regenerate font's matrix and depth instead of loading | Andrey Kleshchev | |
to fix issues with nametags and window resizes | |||
2024-10-28 | viewer#2883 Account for DPI changes | Andrey Kleshchev | |
2024-10-25 | viewer#2653 Failure logging | Andrey Kleshchev | |
2024-10-25 | viewer#2875 Proportionally agressive vram cleanup | Andrey Kleshchev | |
2024-10-24 | Restore default exposure to 1 and add exposure and tonemapping featuretable ↵ | Rye | |
entries (#2913) (#2916) | |||
2024-10-24 | viewer#2753 "Animation to play" drop-down box stuck at None | Andrey Kleshchev | |
Restore selection after regenerating list | |||
2024-10-23 | panel_preferences_sound.xml stream notification checkbox alignment | secretfoxtail | |
Align StreamNotificationChannelEnabled with other <check_box>s below in the panel. | |||
2024-10-23 | panel_preferences_sound.xml -> "hear voice from" radio group pos | secretfoxtail | |
Position 2nd radio group such that it appears aligned with the 1st. | |||
2024-10-23 | panel_preferences_sound.xml adjustment | secretfoxtail | |
Fit custom stream notification channel checkbox and spinner into the panel while still leaving room for input/output device settings. | |||
2024-10-23 | Revert "panel_preferences_sound.xml -> Move channel number spinner" | secretfoxtail | |
This reverts commit bd496c3ec5672197c7dc142af458e6bf2374a4c7. | |||
2024-10-23 | Revert "panel_preferences_sound.xml adjustment" | secretfoxtail | |
This reverts commit 3ff2b68559fa9a7f2d07591b64106202500323be. | |||
2024-10-22 | #2736 The 'Day Offset' makes a rebound back to 0,5 or 1 value | Alexander Gavriliuk | |
2024-10-22 | Restore tonemapping to ACES with a slight mix towards linear and raise ↵ | Rye Mutt | |
exposure slider limit to 4 (#2915) | |||
2024-10-22 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-10-22 | Regex for matching physics extension stub's http | Erik Kundiman | |
2024-10-22 | Dynamic Arch PKGBUILD values | Erik Kundiman | |
Set PACKAGE to ON. | |||
2024-10-22 | Remove double linux llphysicsextension_stub installable | Erik Kundiman | |
It would cause our use_prebuilt_binary implementation to fail downloading because of the double URLs. It's not supposed to be there anyway in the llphysicsextension_tpv section. | |||
2024-10-22 | Revert "LL physics extensions stub" | Erik Kundiman | |
This reverts commit 45b9eed30320c6281efcfb748098a8789b15f15f. | |||
2024-10-22 | Revert "First attempt to fix unicode input" | Erik Kundiman | |
This reverts commit aaa8cb5a37a720ff67792d0a31fec793b03b3742. | |||
2024-10-22 | Revert "IME composition is now replaced by the result" | Erik Kundiman | |
This reverts commit 60592ae0d7a98e071e516fcac70c5bf1427f20be. | |||
2024-10-21 | Toolbar command from Ansariel | gwigz | |
https://github.com/FirestormViewer/phoenix-firestorm/commit/bcc7406ccc22d5c8d73fe3200da3c6a36d903a10#diff-d16d50e343f4f0926f7ebac63ec9ad3ef3ebab8f575dfe520042d0ab00ef8836R2404 | |||
2024-10-21 | Firestorm's resync animations menu option | gwigz | |
2024-10-21 | panel_preferences_sound.xml -> Move channel number spinner | secretfoxtail | |
restore left_pad="10" to left="260" | |||
2024-10-20 | panel_preferences_sound.xml adjustment | secretfoxtail | |
Fix stream channel spinner & noise supression combo overlap | |||
2024-10-21 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-10-21 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-10-20 | viewer#2741 Don't reallocate image conversion buffer all the time | Andrey Kleshchev | |
2024-10-20 | Working Arch port but CEF & WebRTC are still broken | Erik Kundiman | |
I've tried using FMOD instead, but CEF didn't work either. At first I used crow-misia's WebRTC build but it would cause a segmentation fault, but LL's build seems to break CEF. Gotta find a way so CM's build doesn't crash the viewer. PKGBUILD should be moved to indra/newview as an .in to be configured by CMake for dynamic version numbers, and adjust the instruction too to run makepkg -R from the folder where the generated PKGBUILD will be. | |||
2024-10-19 | Further revert llrender to LL's | Erik Kundiman | |
This might fix the black screen problem on Apple GPU. | |||
2024-10-19 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-10-18 | viewer#2889 Fixed mixed up water settings | Andrey Kleshchev | |
2024-10-18 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-10-15 | Provide affordances to disable automatic downrezing of textures when SL is ↵ | Brad Linden | |
in background secondlife/viewer#2549 | |||
2024-10-15 | viewer#1472 Fix some mirror parameters not adjusting | Andrey Kleshchev | |
combo box only recognizes value "6" | |||
2024-10-15 | Draft build instructions for Gentoo, Arch & Windows | Erik Kundiman | |
Plus: Explicit on ENABLE_MEDIA_PLUGINS Sort Tumbleweed dependencies Sort FreeBSD setenv line FreeBSD dependencies that need to be explicitly installed now | |||
2024-10-15 | viewer#2850 Fix a crash in LLTextureFetchWorker | Andrey Kleshchev | |
cache worker does not respond in case it was aborted, leaving behind a handle. |