Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-17 | Merge branch 'DRTVWR-559' of https://github.com/secondlife/viewer into ↵ | Jonathan "Geenz" Goodman | |
DRTVWR-559 | |||
2023-10-17 | Fix for SL-19283 | Jonathan "Geenz" Goodman | |
2023-10-17 | SL-20461 Don't display 'sky converted to HDR' message when opening water | Andrey Kleshchev | |
2023-10-17 | SL-20457 allow creating new items from the right-click context menu | Maxim Nikolenko | |
2023-10-17 | SL-18837: Avoid stuffing build number into 32-bit int. | Nat Goodspeed | |
Even though LLVersionInfo::getBuild() already returns a 64-bit int, various consumers assumed it could fit into 32 bits. It was especially bad to pass it to a classic C style varargs function. Only on a little-endian CPU, and only because it was the last argument, the damage was limited to truncation -- instead of arbitrary undefined behavior. Where the consumer doesn't support 64-bit ints, pass as string instead. | |||
2023-10-16 | SL-18837: Second Life Release.app=>Second Life Viewer.app in tarball | Nat Goodspeed | |
2023-10-16 | SL-18837: Create Second Life Viewer.app, not Second Life Release.app | Nat Goodspeed | |
2023-10-16 | SL-20473 Add GenericStreamingMessage and dummy handler to suppress packet ↵ | RunitaiLinden | |
loss and log spam noise when visiting GLTF enabled regions. | |||
2023-10-16 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-10-16 | SL-20258 Fix for LSL spamming new probes into the scene deadlocking probe ↵ | RunitaiLinden | |
updater. Add probe update debug display. | |||
2023-10-16 | SL-20382 Warn when moving no-copy items on drop | Andrey Kleshchev | |
2023-10-13 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-10-13 | SL-20448 Fix for worn animesh corrupting octree bounding boxes. | RunitaiLinden | |
2023-10-13 | SL-20464 Don't allow enetring non-unicode material name | Maxim Nikolenko | |
2023-10-13 | SL-20453 Fix dupplicate items in menu | Andrey Kleshchev | |
Cleanup. Caused by a merge of main(D567) into D559 | |||
2023-10-12 | SL-20436 New accounts that select outfit in web fail to download clothing | Andrey Kleshchev | |
2023-10-12 | SL-20437 Make the "Unable to load material" message a modal notification. | Maxim Nikolenko | |
2023-10-11 | SL-20450: Fix missing LSL keyword INVENTORY_MATERIAL | Cosmic Linden | |
2023-10-11 | SL-20440 Followup -- balance PBR point light with legacy point light | RunitaiLinden | |
2023-10-11 | SL-20440 Followup -- fix for non-normalized vector and balance PBR spotlight ↵ | RunitaiLinden | |
with legacy spotlight | |||
2023-10-11 | SL-20440 Followup -- remove UI for decrufted LOCAL_LIGHT_KILL et al. | RunitaiLinden | |
2023-10-11 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-10-11 | SL-20440 Fix for projector ambiance destroying PBR shading. Also fix ↵ | RunitaiLinden | |
longstanding bug with hard line in projector ambiance lighting. Incidental decruft of legacy_adjust and LOCAL_LIGHT_KILL, etc. | |||
2023-10-10 | Merge pull request #419 from secondlife/SL-20396 | cosmic-linden | |
SL-20396: Apply blinn-phong rotation to texture translation animations for GLTF materials | |||
2023-10-10 | SL-19311 Grey textures after teleport | Andrey Kleshchev | |
There is no asset capability during teleport and it can take some time to arrive, texture shouldn't just fail to fetch if capability arrives after content. | |||
2023-10-10 | SL-20372 Picker should remember choice of texture source | Andrey Kleshchev | |
2023-10-09 | SL-20430 Camera won't follow avatar above 1024m | Andrey Kleshchev | |
Partially reverts SL-20206 commit 25388312cf28f8b30934ac3885783a96a3b2ed69 | |||
2023-10-07 | SL-20386 Fix default material recognition in picker's inventory | Andrey Kleshchev | |
2023-10-07 | SL-20383 Fix scroll locking view | Andrey Kleshchev | |
2023-10-06 | SL-20420 Emoji - Increase nearby chat history buffer size | Alexander Gavriliuk | |
2023-10-06 | SL-20396: On second thought, just apply the whole Blinn-Phong transform ↵ | Cosmic Linden | |
stack to PBR, but only during texture animations | |||
2023-10-06 | SL-20396: Apply blinn-phong rotation to texture translation animations for ↵ | Cosmic Linden | |
GLTF materials, for more consistent behavior | |||
2023-10-04 | SL-18837: Merge branch 'actions-clean-manifest' into actions. | Nat Goodspeed | |
This branch cleans up crufty code in build.yaml, build.sh and viewer_manifest.py that was packaging, signing and uploading installers before the SL-19242 work. | |||
2023-10-05 | SL-20348 Focus should be in the chat bar when the Conversations floater is ↵ | Alexander Gavriliuk | |
opened | |||
2023-10-04 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-10-04 | SL-20141 Remove "Local Lights" checkbox and instead make the number of ↵ | RunitaiLinden | |
lights rendered scale with the "Quality & speed" slider | |||
2023-10-04 | SL-20254: Fix blinn-phong alpha of 0 making GLTF materials invisible for ↵ | Cosmic Linden | |
non-root prims. | |||
2023-10-04 | SL-18837: Fix set-but-unreferenced in LLInventoryGallery::startDrag() | Nat Goodspeed | |
2023-10-04 | SL-20400 Fixed cannot touch objects with "Select Only My Objects" | Andrey Kleshchev | |
2023-10-04 | SL-18837: Restore setting ViewerManifest.package_file. | Nat Goodspeed | |
This is referenced after running the packaging. | |||
2023-10-04 | SL-18837: Merge branch 'main' of secondlife/viewer into actions | Nat Goodspeed | |
2023-10-03 | SL-19242: Remove signing and packaging from viewer_manifest.py | Nat Goodspeed | |
for Mac and Windows. That's now done by subsequent jobs in the GitHub build. Remove workflow step to upload installers before signing and packaging jobs. Remove from viewer_manifest.py conditionals for 32-bit Windows or Mac. Also bump to actions/checkout@v4, per dependabot. | |||
2023-10-04 | MacOS build fix | Andrey Kleshchev | |
2023-10-03 | SL-20341 Close Item Properties on deletion | Andrey Kleshchev | |
2023-10-03 | SL-20384 Add "play" button into inventory menu. | Andrey Kleshchev | |
2023-10-03 | SL-20383 Fix scroll locking view | Andrey Kleshchev | |
2023-10-03 | SL-20347 Fix structure of localized panel_main_inventory | Andrey Kleshchev | |
2023-10-03 | SL-20368 Request outfits using 'links' | Andrey Kleshchev | |
instead of getting items one by one | |||
2023-10-03 | D559 Post merge fixes | Andrey Kleshchev | |
2023-10-03 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorymodel.cpp # indra/newview/llvovolume.cpp |