Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-15 | Merge branch 'marchcat/w-whitespace' into release/maint-c | Andrey Lihatskiy | |
2024-05-07 | viewer#1195 Don't allow Bake textures as group images | Andrey Kleshchev | |
2024-05-02 | pviewer#235 slurl command should require at least click action | Maxim Nikolenko | |
2024-05-02 | secondlife/viewer#1330 EmojiPicker inserts emoji to inactive chat floater | Alexander Gavriliuk | |
2024-05-02 | secondlife/viewer#1360 Avoid of using avatar full names | Alexander Gavriliuk | |
2024-05-01 | secondlife/viewer#1359 Introduce enum ERezzedStatus | Alexander Gavriliuk | |
2024-05-01 | #824 Don't fix tabs in files with no tabs | Andrey Lihatskiy | |
2024-05-01 | #824 Add c,py,glsl to the script's default file types | Andrey Lihatskiy | |
2024-04-29 | Merge pull request #1344 from secondlife/signal/snapshot-time | Signal Linden | |
Add timestamp to snapshot file names | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-04-29 | #824 Add a script to convert tabs to spaces in the code files | Andrey Lihatskiy | |
2024-04-29 | #824 Add indent_with_spaces hook for source files | Andrey Lihatskiy | |
2024-04-27 | Add timestamp to snapshot file names | Bennett Goble | |
This changeset adds a timestamp in the format of "YYYY-MM-DD_HHSS" to snapshot filenames. This is useful for understanding when a snapshot was taken, chronologically ordering files, and is less confusing than the current method of adding a number to the snapshot name, as it does not result in interleaving of old and new snapshots inside a directory. | |||
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-25 | viewer#1321 allow to set price before clicking the "For Sale" box | Maxim Nikolenko | |
2024-04-25 | secondlife/viewer#1200 Avatar rotates 360 degrees when viewed from the top ↵ | Alexander Gavriliuk | |
and below | |||
2024-04-24 | Merge pull request #1315 from secondlife/marchcat/c-merge | Andrey Lihatskiy | |
Release (Maint YZ) -> Maint C merge | |||
2024-04-24 | Merge branch 'main' into marchcat/c-merge | Andrey Lihatskiy | |
2024-04-24 | Increment viewer version to 7.1.7 | Nat Goodspeed | |
following promotion of secondlife/viewer #736 | |||
2024-04-24 | Merge release/maint-yz to main on promotion of secondlife/viewer #736: ↵ | Nat Goodspeed | |
Maintenance YZ 7.1.6.8745209917 | |||
2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
2024-04-18 | viewer#1260 Fix thumbnail preview not loading | Andrey Kleshchev | |
Standard and scaled textures couldn't share workers and if one finished a request, second one failed to start a new one. | |||
2024-04-18 | viewer#1260 Fix thumbnail preview being blury | Andrey Kleshchev | |
1. Switched 'inspect' to thumbnails to minimalize differences 2. Reporting larger area to bump priority 3. Change scaling behavior. Old mechanics worked fine for icons that were scaled down from large images to ~32, but for thumbnails it can result in 256 image scaling down to ~200 before being scaled up to UI's scale (scale factor), causing extra loss of quality. | |||
2024-04-17 | SL-18721 Window shutdown adjustments | Andrey Kleshchev | |
On viewer shutdown 1. Instead of handling potential WM_* messages viewer is no longer equiped to handle drop window's pointer and expect only WM_DESTROY 2. Detach thread and let it do its own thing, thread will delete itself 3. Reverts commit 1161262029f9619fb02d81575382b64d82d9cd09 Reason for the change: window was closing too early (as son as "LLApp" status changes) without proper cleanup | |||
2024-04-17 | viewer#1216 Library settings can be deleted via My Environments | Andrey Kleshchev | |
2024-04-16 | Fix bad copypasting of code, hopefully for good this time | Kyler Eastridge | |
2024-04-16 | Cleaned up code a bit, fixed issue with referencing effectp instead of avatar | Kyler Eastridge | |
2024-04-16 | Remove animesh networked skeleton reset for now | Kyler Eastridge | |
2024-04-16 | Make it so that reset skeleton is a networked ViewerEffect | Kyler Eastridge | |
2024-04-16 | Merge pull request #1246 from secondlife/vir-linden-patch-2 | Vir Linden | |
https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | |||
2024-04-16 | https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | Vir Linden | |
2024-04-16 | viewer#1215 My Environments' trash button is missing a notification | Andrey Kleshchev | |
2024-04-15 | viewer#1213 My Environments 'Apply' buttons enabled for folders | Andrey Kleshchev | |
2024-04-15 | Merge pull request #1237 from secondlife/marchcat/c-merge | Andrey Lihatskiy | |
Marchcat/c merge | |||
2024-04-15 | Merge pull request #1236 from secondlife/marchcat/yz-merge | Andrey Lihatskiy | |
Marchcat/yz merge | |||
2024-04-15 | Merge branch 'main' into marchcat/c-merge | Andrey Lihatskiy | |
2024-04-15 | Merge branch 'main' into marchcat/yz-merge | Andrey Lihatskiy | |
2024-04-15 | CI: adopt xz compression | Bennett Goble | |
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time. | |||
2024-04-15 | CI: Remove python-version from matrix | Bennett Goble | |
Drop python version from matrix configuration as it's always 3.11. | |||
2024-04-15 | Remove unused fix-incredibuild.py | Bennett Goble | |
2024-04-15 | Remove BuildParams | Bennett Goble | |
This file is no longer used. | |||
2024-04-15 | CI: adopt xz compression | Bennett Goble | |
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time. | |||
2024-04-15 | CI: Remove python-version from matrix | Bennett Goble | |
Drop python version from matrix configuration as it's always 3.11. | |||
2024-04-15 | Remove unused fix-incredibuild.py | Bennett Goble | |
2024-04-15 | Remove BuildParams | Bennett Goble | |
This file is no longer used. | |||
2024-04-15 | viewer#1195 Real Life photo can be set to a bake texture | Andrey Kleshchev | |
2024-04-12 | Merge pull request #1198 from secondlife/signal/xz | Signal Linden | |
CI: adopt xz compression, actions/*-artifact@v4 | |||
2024-04-11 | CI: adopt xz compression | Bennett Goble | |
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time. | |||
2024-04-11 | Merge pull request #1197 from secondlife/signal/rm-incredibuild.py | Signal Linden | |
Remove unused fix-incredibuild.py |