Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-30 | Merge branch 'DRTVWR-588-maint-W' into marchcat/588-w-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llvertexbuffer.cpp # indra/llui/llflatlistview.cpp # indra/newview/lldrawpoolground.cpp # indra/newview/llspatialpartition.cpp # indra/newview/lltexturefetch.cpp # indra/newview/llviewergenericmessage.cpp # indra/newview/llviewertexture.cpp # indra/newview/llvosky.cpp # indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml # indra/newview/skins/default/xui/en/floater_stats.xml # indra/newview/skins/default/xui/en/floater_texture_fetch_debugger.xml # indra/newview/skins/default/xui/en/notifications.xml # indra/newview/skins/default/xui/en/panel_performance_preferences.xml | |||
2023-11-30 | SL-20649 Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Kleshchev | |
This reverts commit b07a9cfec36cdcad604b8aa775ed282793116a4d to fix SL-20649 "Seeing tiny hands on other avatars" | |||
2023-11-29 | increment viewer version after DRTVWR-559 release | Brad Linden | |
2023-11-24 | Suggestions for fixing problems in xui/en XML files (#534) | Yuzuru Jewell | |
Co-authored-by: Yuzuru Kato <pascal.imac@gmail.com> Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com> | |||
2023-11-23 | SL-18875 Crash at LLModel::writeModel | Andrey Kleshchev | |
Looks like a crash iterating over weight_list& weights = model[idx]->getJointInfluences(pos); | |||
2023-11-22 | SL-20610 Crash when unticking animesh on an attachment | Andrey Kleshchev | |
2023-11-20 | SL-20550 Infinite loop test crashes intantly on MacOS. | Andrey Kleshchev | |
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-06 | SL-19968 disabled pump_idle_network for now due to it causing several ↵ | Brad Linden | |
failures during login also added suggested continue statements, and removed obsolete LLInventoryItem::fromLLSD deserialization codepath. | |||
2023-11-06 | SL-20523 Ensure override gets updated before render material | Andrey Kleshchev | |
2023-11-06 | SL-20523 Local textures not updating on PBR Materials #5 | Andrey Kleshchev | |
2023-11-06 | SL-20523 Local textures not updating on PBR Materials #4 | Andrey Kleshchev | |
2023-11-06 | SL-20523 Local textures not updating on PBR Materials #3 | Andrey Kleshchev | |
2023-11-06 | SL-20523 Local textures not updating on PBR Materials #2 | Andrey Kleshchev | |
2023-11-06 | SL-20523 Local textures not updating on PBR Materials #1 | Andrey Kleshchev | |
Update editor in which texture changed to local | |||
2023-11-03 | Merge branch brad/SL-19968-inventory-skel-background into ↵ | Brad Linden | |
'origin/DRTVWR-559' (#489) | |||
2023-11-03 | Fix build error from overly fancy tracy macro usage that nobody else is ↵ | Brad Linden | |
using for DRTVWR-559 | |||
2023-11-03 | Fixed INV_THUMBNAIL_LABEL handling missed in rebase for SL-19968 work | Brad Linden | |
2023-11-03 | Fix for SL-19968 objects missing timing bug due to stall during login | Brad Kittenbrink (Brad Linden) | |
ensure inventory skeleton loading doesn't block the message system from processing packets. | |||
2023-11-03 | Merge branch 'DRTVWR-559' of ssh://github.com/secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-11-03 | DRTVWR-559 Fix for mac build. | Dave Parks | |
2023-11-03 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-11-03 | SL-20567 Default HiDPI off (mac performance improvement) | RunitaiLinden | |
2023-11-02 | SL-20561 Rename Blinn Phong to Textures in the build floater | Mnikolenko Productengine | |
2023-11-02 | Merge branch 'DRTVWR-559' of ssh://github.com/secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-11-02 | SL-19979 Fix for frame stalls on mac with shadows enabled. Also fix ↵ | Dave Parks | |
multihreaded GL not working on mac (thanks, Rye!) | |||
2023-11-01 | Merge pull request #486 from secondlife/SL-20397 | cosmic-linden | |
SL-20397: Fix material set from script not updating when the GLTF material has non-default texture transforms | |||
2023-10-31 | SL-20397: Fix material set from script not updating when the GLTF material ↵ | Cosmic Linden | |
has non-default texture transforms | |||
2023-10-31 | SL-20548 Fix revert of materials not working properly in some cases | Andrey Kleshchev | |
2023-10-31 | SL-20549 Blank no-copy materials are not moved into scripted objects | Andrey Kleshchev | |
2023-10-31 | SL-19979 Temporary hack "fix" for performance issues on Mac -- never ↵ | Dave Parks | |
implicitly enable reflection probes or shadows. | |||
2023-10-31 | SL-19592 Fix for PBR alpha HUDs sometimes using wrong texture on OSX | Dave Parks | |
2023-10-31 | DRTVWR-588: Enlarge default coroutine stack size. | Nat Goodspeed | |
On a Windows CI host, we got the dreaded rc 3221225725 aka c00000fd aka stack overflow. | |||
2023-10-31 | DRTVWR-588: Try to make threadsafequeue timing more robust. | Nat Goodspeed | |
The test was coded to push (what's intended to be) the third entry with timestamp (now + 200ms), then (what's intended to be) the second entry with timestamp (now + 100ms). The trouble is that it was re-querying "now" each time. On a slow CI host, the clock might have advanced by more than 100ms between the first push and the second -- meaning that the second push would actually have a _later_ timestamp, and thus, even with the queue sorting properly, fail the test's order validation. Capture the timestamp once, then add both time deltas to the same time point to get the relative order right regardless of elapsed real time. | |||
2023-10-31 | SL-20546: Add viewer channel and full version to GitHub release page. | Nat Goodspeed | |
2023-10-30 | SL-20541 Reorder radio buttons in Edit tools Texture tab to match order in a ↵ | Maxim Nikolenko | |
Material | |||
2023-10-26 | Merge pull request #478 from secondlife/SL-20536 | cosmic-linden | |
SL-20536: Fix build error C1128 on Windows RelWithDebInfo | |||
2023-10-26 | SL-20536: Fix build error C1128. secondlife-bin object file too big. Compile ↵ | Cosmic Linden | |
with /bigobj | |||
2023-10-26 | Fix build.yaml line that got dropped in the merge. | Brad Linden | |
2023-10-25 | Removed dead code after merge breaking the build | Brad Linden | |
2023-10-25 | Fix DRTVWR-559 std::array usage in llrender and llprimitive after merge | Brad Linden | |
2023-10-25 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-10-25 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2023-10-25 | SL-18837: Build all branches on GitHub now. | Nat Goodspeed | |
2023-10-25 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2023-10-25 | Increment viewer version to 6.6.17 | Nat Goodspeed | |
following promotion of DRTVWR-578 | |||
2023-10-25 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml | |||
2023-10-25 | Merge pull request #471 from secondlife/SL-20065 | cosmic-linden | |
SL-20065: Hack to reduce black spots on shiny water | |||
2023-10-25 | DRTVWR-559 Fix for mac build | Dave Parks | |
2023-10-24 | SL-20065: Hack to reduce black spots on shiny water | Cosmic Linden | |