Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-05 | SL-20654 Fix for box probes sometimes glitching out at the corners. ↵ | RunitaiLinden | |
Incidental fix for crash when mWaterPool is null. | |||
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 | SL-19801 Inserting emoji characters from system emoji picker does not work ↵ | Alexander Gavriliuk | |
on macOS | |||
2023-11-30 | SL-19801 Log unicode characters for debug | Alexander Gavriliuk | |
2023-11-30 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy | |
2023-11-29 | Merge remote-tracking branch 'origin/main' into DRTVWR-596 | Brad Linden | |
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-27 | SL-18098 Crash inside unpackBinaryData | Andrey Kleshchev | |
2023-11-24 | SL-17076 Thread safety of LLNotificationChannelBase's items | Andrey Kleshchev | |
Due to odd crashes when cleaning mItems adding thread safety Viewer runs window in a separate thread, it is possible notification was added in a way that corrupted the list. | |||
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-23 | SL-17846 Crash at ~LLSearchEditor | Andrey Kleshchev | |
A weird crash inside LLSearchEditor, try clearing it explicitly | |||
2023-11-22 | Merge pull request #532 from secondlife/DRTVWR-587-updater-list | nat-goodspeed | |
DRTVWR-587: Update to viewer-manager v3.0-08bf5ee. | |||
2023-11-22 | Merge pull request #521 from secondlife/signal/simple-release | Signal Linden | |
Only publish installers to releases | |||
2023-11-22 | Merge pull request #525 from secondlife/signal/ignore-vscode | Signal Linden | |
Ignore .vscode | |||
2023-11-22 | DRTVWR-587: Update to viewer-manager v3.0-08bf5ee. | Nat Goodspeed | |
This viewer-manager refactors the bad-graphics-card detection. | |||
2023-11-22 | Merge pull request #531 from secondlife/DRTVWR-594-pkg-updates | nat-goodspeed | |
Update certain autobuild packages per pending PRs | |||
2023-11-22 | DRTVWR-594: Update kdu version from the updated package. | Nat Goodspeed | |
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 | DRTVWR-594: Update havok-source with havok-libs per recent PR. | Nat Goodspeed | |
2023-11-21 | DRTVWR-594: Update kdu per recent PR | Nat Goodspeed | |
2023-11-21 | DRTVWR-594: Update dictionaries, glh_linear, havok-source | Nat Goodspeed | |
per recent PRs. Actually the havok-source update is for a new havok-llvm build. | |||
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 | |