Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-14 | SL-20717 Add PBR to Advanced > Rendering Types | Maxim Nikolenko | |
2023-12-14 | SL-20729 Crash in getObject | Andrey Kleshchev | |
in "new_folder_from_selected" at gInventory.getObject(*ids.begin()); according to bugsplat argument id was a null pointer so I assume there was an issue geting id out of the list. | |||
2023-12-14 | Merge branch 'DRTVWR-587-maint-V' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llspatialpartition.cpp | |||
2023-12-13 | Merge pull request #578 from sldevel/HUD-fix | cosmic-linden | |
Fix for semi-transparent HUDs rendering opaque | |||
2023-12-13 | Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601 | RunitaiLinden | |
2023-12-13 | SL-20730 Scrub nans from haze alpha | RunitaiLinden | |
2023-12-13 | Merge remote-tracking branch 'origin/DRTVWR-596' into DRTVWR-596 | Brad Linden | |
2023-12-13 | SL-20611 Followup -- fix for impostors being invisible. | RunitaiLinden | |
2023-12-13 | SL-20715 Mapping mode and specular color not copied correctly | Andrey Kleshchev | |
and fixed diffuse alpha | |||
2023-12-12 | SL-20710 ignore pelvis fixup when sitting in mouselook | Maxim Nikolenko | |
2023-12-12 | SL-20712 Crash at null cache buffer | Andrey Kleshchev | |
2023-12-12 | SL-20713 Crash at isAvatar | Andrey Kleshchev | |
Likely object was NULL | |||
2023-12-12 | Fix nonnull error in gcc version 13 on Linux. | AiraYumi | |
2023-12-12 | Fix for semi-transparent HUDs rendering opaque | Henri Beauchamp | |
This commit fixes a bug introduced with commit 6472b75bcd70470fe5775d1cf6eb70a75b3d76e5 where the fullbrightF.glsl shader fails to set color.a to final_alpha for HUDs. | |||
2023-12-12 | SL-20714 Crash accessing mControlAVBridge | Andrey Kleshchev | |
Looks like control avatar was recreated after cleanup then object was deleted | |||
2023-12-11 | SL-20611 Brute force fix for water haze -- paid for by cycles saved by not ↵ | Dave Parks | |
drawing water twice, but needs a better long term solution. | |||
2023-12-11 | SL-20709 FIXED Avatar Maximum Complexity changing upon cancelling Advanced ↵ | Maxim Nikolenko | |
Graphics | |||
2023-12-11 | SL-20611 Followup -- reenable water haze | Dave Parks | |
2023-12-11 | SL-20611 Followup -- fix for artifacts on water surface from GPUs that don't ↵ | Dave Parks | |
like to read from a depth buffer that is bound for writing | |||
2023-12-08 | Merge remote-tracking branch 'origin/DRTVWR-596' into DRTVWR-601 | Brad Linden | |
2023-12-08 | SL-20674 Fix for textures ignoring texture scale when determining what ↵ | RunitaiLinden | |
resolution to be. | |||
2023-12-08 | SL-20701 FIXED Build tool texture tab shows incorrect material parameters in ↵ | Maxim Nikolenko | |
some cases | |||
2023-12-06 | SL-20140 Setting shape hand size to 36 won't save | Alexander Gavriliuk | |
2023-12-06 | BUG-234706 Fix unstable performance on nvidia systems by always enabling ↵ | Ansariel Hiller | |
Threaded Optimization via driver application profile (#564) | |||
2023-12-06 | Merge branch 'DRTVWR-596' of github.com:secondlife/viewer into DRTVWR-596 | RunitaiLinden | |
2023-12-06 | SL-20611 Followup -- fix banding in water fog (thanks, Rye!) | RunitaiLinden | |
2023-12-06 | SL-20693 FIXED Classifieds publish price field misinterprets invalid values | Mnikolenko Productengine | |
2023-12-06 | SL-20694 FIXED Unable to publish classified if first entered insufficient L$ ↵ | Mnikolenko Productengine | |
amount | |||
2023-12-06 | SL-20695 Fix hardware probes | Andrey Kleshchev | |
CoCreateInstance returns 'no interface supported' Preferable not to mix init types so switched everything. | |||
2023-12-06 | SL-19655 BugSplat Crash: LLGLState::checkStates (2427) | Alexander Gavriliuk | |
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 | SL-20679 fix for "Sort conversations by recent activity" option | Maxim Nikolenko | |
# Conflicts: # indra/newview/llfloaterimcontainer.cpp | |||
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-04 | SL-20679 fix for "Sort conversations by recent activity" option | Maxim Nikolenko | |
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 |