Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-06 | SL-20181 Small tweak for requests | Andrey Kleshchev | |
2023-12-06 | SL-20181 Back off on failure | Andrey Kleshchev | |
2023-12-06 | SL-20181 Optimize marketplace fetch request | Andrey Kleshchev | |
- Move it to the back unless requested by floater (prioritize main inventory) - Instead of fetching whole folder which likely has pending changes from web side, fetch folder individually, then fetch changed content in bulk | |||
2023-12-06 | SL-20181 Use back-of compatible fetch | Andrey Kleshchev | |
If fetch failed for some reason, old version would cause excessive rerequests. | |||
2023-12-06 | SL-20181 Minor inventory fetching adjustements | Andrey Kleshchev | |
2023-12-06 | SL-20181 Dupplicate prevention for forced fetches | Andrey Kleshchev | |
Might be better to have a separate set of states for 'fetched children' or 'all children complete' inside the folder itself. | |||
2023-12-06 | SL-20181 Don't force fetch if vesion is unknown | Andrey Kleshchev | |
2023-12-05 | Merge branch 'main' into DRTVWR-489 | Alexander Gavriliuk | |
2023-12-04 | Merge pull request #556 from secondlife/davep/SL-20611 | cosmic-linden | |
SL-20611 Make haze effect local lights. Incidental fix for EventPump coroutine sometimes doing unsafe work mid-render. | |||
2023-12-04 | SL-20611 Followup -- fix edge cases with transparent PBR objects around ↵ | RunitaiLinden | |
eye/object above/below water. | |||
2023-12-04 | SL-20611 Followup -- fix edge cases with transparent objects around ↵ | RunitaiLinden | |
eye/object above/below water. | |||
2023-12-05 | SL-20681 fix spelling on exit prompt | Mnikolenko Productengine | |
2023-12-04 | SL-20569 Fix notification's description in preferences | Andrey Kleshchev | |
2023-12-01 | SL-20611 Followup -- fix for water rendering twice. Add comments around ↵ | RunitaiLinden | |
LLEventPoll hack. | |||
2023-11-30 | Merge branch 'DRTVWR-596' into davep/SL-20611 | RunitaiLinden | |
2023-11-30 | SL-20611 Incorporate water haze into new post effect atmospherics goodness | RunitaiLinden | |
2023-11-30 | Merge branch 'DRTVWR-594-maint-Y' into marchcat/594-y-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorygallery.cpp # indra/newview/skins/default/xui/en/notifications.xml | |||
2023-11-30 | SL-20655 FIXED Texture permissions not enforced in Material floaters | Maxim Nikolenko | |
2023-11-30 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy | |
2023-11-29 | Merge tag 'Second_Life_Release#53e958a' into DRTVWR-596 | Andrey Kleshchev | |
2023-11-29 | increment viewer version after DRTVWR-559 release | Brad Linden | |
2023-11-29 | increment viewer version after DRTVWR-559 release | Brad Linden | |
2023-11-29 | SL-20647 don't allow dragging 'no mod' material into the picker of an ↵ | Maxim Nikolenko | |
attached object | |||
2023-11-29 | Merge branch 'DRTVWR-559' into marchcat/587-v-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/CMakeLists.txt # indra/newview/llspatialpartition.cpp # indra/newview/llviewergenericmessage.cpp # indra/newview/llvoavatar.cpp | |||
2023-11-28 | SL-20651 DragnDrop from library in gallery mode doesn't work | Andrey Kleshchev | |
2023-11-28 | SL-20645 don't show the warning when 'Select Reflection Probes' is enabled | Maxim Nikolenko | |
2023-11-28 | Mac build fix | Alexander Gavriliuk | |
2023-11-27 | SL-20639 increase floater width to accommodate adding new option | Maxim Nikolenko | |
2023-11-24 | SL-17076 MacOS crash on clearing ChicletNotificationChannel | Andrey Kleshchev | |
Crash appears to happens inside mItems.clear() of the LLNotificationChannelBase, but there is no apparent reson for it and stack jumped some steps, so I'm doing cleanup more explicitly to see if it's indeed there and not a corruption somewhere earlier. | |||
2023-11-23 | SL-17434 Crash clearing LLEventPumps | Andrey Kleshchev | |
We actively use event pumps's connections in threads, make sure nothing modifies list of connections during reset. And in case this doesn't fix the issue list affected pump before it crashes to have a better idea of what is going on. | |||
2023-11-22 | SL-20327 FIXED friend location on the map is not shown after right click>Map | Maxim Nikolenko | |
2023-11-22 | SL-20603 Crash on CoInitialize | Andrey Kleshchev | |
Don't mix CoInitialize and CoInitializeEx, one is global, other is threaded. CoInitialize(0) is equal to CoInitializeEx(0, COINIT_APARTMENTTHREADED) and MULTITHREADED is not compatible with APARTMENTTHREADED. | |||
2023-11-21 | SL-20411 Fix texture preview images not always loading | Andrey Kleshchev | |
Likely happened because some textures had 0 height width initially, but this is for UI/preview so request maximum either way. | |||
2023-11-21 | SL-20411 Don't load all thumnails at once for large folders #2 | Andrey Kleshchev | |
2023-11-21 | SL-20411 Thumbnail textures should have less of an impact on performance #1 | Andrey Kleshchev | |
scale thumbnail textures down to 256 when needed. As we do to chat icons. # Conflicts: # indra/newview/llviewertexture.cpp | |||
2023-11-21 | SL-20563 Add 'No Post' option to Snapshot floater | Alexander Gavriliuk | |
2023-11-20 | SL-20564 reset camera when teleporting Home, so avatar points to the ↵ | Mnikolenko Productengine | |
expected direction | |||
2023-11-17 | SL-20553: Fix crash in ~PBRPickerAgentListener | Cosmic Linden | |
2023-11-17 | SL-20611 followup -- remove now unused glsl files. Fix transparent water. | RunitaiLinden | |
2023-11-17 | SL-20607 Version folder was not created when copying folders to marketplace | Andrey Kleshchev | |
2023-11-16 | SL-20611 Make haze effect local lights -- move sky and water haze to their ↵ | RunitaiLinden | |
own passes and unify sky and water haze in forward rendering shaders. | |||
2023-11-16 | SL-20563 Add 'No Post' option to Snapshot floater | Alexander Gavriliuk | |
2023-11-15 | Merge remote-tracking branch 'remotes/origin/DRTVWR-559' into DRTVWR-596 | RunitaiLinden | |
2023-11-14 | SL-18343: Simple interim GLTF material preview - base color only (#511) | cosmic-linden | |
2023-11-13 | Drtvwr 596 11/8/2023 (#501) | RunitaiLinden | |
* SL-20570 Fix for lossy (and square) normal maps when importing GLTF materials. * SL-20582 Fix for overriding to alpha mode blend not working. Incidental decruft of dead code (thanks, Rye!) | |||
2023-11-10 | SL-20416 Choose emoji floater puts emoji in the chat window that opened it | Alexander Gavriliuk | |
2023-11-10 | SL-20521 Focus does not move to the Nearby Chat field | Alexander Gavriliuk | |
2023-11-09 | SL-20553: Fix new material item still sometimes not updating in UI | Cosmic Linden | |
2023-11-09 | SL-20553: Fix assert | Cosmic Linden | |
2023-11-09 | SL-20553: Fix inventory item not updating with correct permission label in UI | Cosmic Linden | |