Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-05 | SL-18837: Windows APR 1.7.2 requires MS rpcrt4.dll. | Nat Goodspeed | |
2023-06-05 | SL-18837: Bump the granularity of WorkQueue timing tests. | Nat Goodspeed | |
On a low-powered GitHub Mac runner, the system doesn't wake up as soon as it should, and we get spurious "too late" errors. Try a bigger time increment. | |||
2023-06-05 | SL-18837: Update apr_suite to release v1.7.2-4d6fcb2. | Nat Goodspeed | |
2023-06-05 | SL-18837: #include <array> in several sources that need it. | Nat Goodspeed | |
It seems we're no longer implicitly inheriting <array> from some other [set of] header file[s]. Where we use std::array, bring it in explicitly. | |||
2023-06-05 | SL-18837: We no longer build Windows apr-iconv -- don't reference. | Nat Goodspeed | |
With VS 2022 on Windows GitHub Actions runners, we can't build apr_suite at all with the upstream .sln / .vcxproj files, so we had to switch to "experimental" CMake support. However there's no CMakeLists.txt file for apr-iconv, so the Windows package omits that library. | |||
2023-06-04 | SL-19669 Restored XML formatting for the Japanese translations | Andrey Lihatskiy | |
2023-06-04 | Merge remote-tracking branch 'loque-viewer/DRTVWR-580-maint-T' into ↵ | Andrey Lihatskiy | |
marchcat/SL-19669-upd | |||
2023-06-03 | SL-19815 Return key should open items in gallery view | Andrey Kleshchev | |
2023-06-03 | SL-19815 Gallery support for left, right, up and down | Andrey Kleshchev | |
2023-06-03 | SL-19795 Fixed gallery autoscrolling | Andrey Kleshchev | |
2023-06-02 | SL-18837: Don't include a version-specific Boost.Regex header. | Nat Goodspeed | |
Let the umbrella <regex.hpp> header make that decision. | |||
2023-06-02 | SL-18837: Boost.Bind _1, _2 placeholders are no longer global. | Nat Goodspeed | |
This was a longstanding complaint: that Boost shouldn't dump the (somewhat mysterious) _1, _2 et al. names into the global namespace. Recent Boost has fixed that, requiring 'using namespace boost::placeholders;' if you want to use them unqualified. | |||
2023-06-02 | SL-18251 Expand extents to include the Control Avatar bounds | Alexander Gavriliuk | |
2023-06-02 | SL-18837: Don't try to copy long, specific libnghttp2.14.19.0.dylib. | Nat Goodspeed | |
The package doesn't include that any more. | |||
2023-06-02 | SL-18837: Update apr_suite to release v1.7.2-fb873f5. | Nat Goodspeed | |
2023-06-02 | SL-17429 Message user when their inventory hits AIS3 limits #2 | Andrey Kleshchev | |
2023-06-02 | SL-19815 Suppors Page Up, Page Down, Home, End and Delete | Andrey Kleshchev | |
2023-06-02 | SL-19796 Creating folders in list mode does not scroll to new folder | Andrey Kleshchev | |
2023-06-03 | Inventory mistranslation fix. | Logue | |
Translate untranslated parts of Preferences panel. | |||
2023-06-02 | SL-18837: Update libxml2, minizip-ng, colladadom | Nat Goodspeed | |
Update libxml2 to release v2.9.4.7476681. Update minizip-ng to release v3.0.2.3e9876e. Update colladadom to release v2.3.d1ef72a. | |||
2023-06-02 | DRTVWR-559 Add missed "should override" check (thanks, Rye!) | RunitaiLinden | |
2023-06-02 | Merge branch 'xcode-14.3' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llcommon/tests/llleap_test.cpp # indra/llcommon/tests/llsdserialize_test.cpp # indra/newview/llmeshrepository.cpp | |||
2023-06-01 | DRTVWR-559 Rebalance PBR against Blinn-Phong. | RunitaiLinden | |
2023-06-01 | DRTVWR-559 Revert skies to be very close to release and disable tone mapping ↵ | RunitaiLinden | |
when probe ambiance is zero. Hack for desaturating legacy materials has been removed for performance and quality reasons. Adds a new setting for auto adjusting legacy skies. This is the PBR "opt out" button. If disabled, legacy skies will disable tonemapping, automatic probe ambiance, and HDR/exposure. If enabled, legacy skies will behave as if probe ambiance and HDR scale are 1.0, and ambient will be cut in half. HDR scale will act as a sky brightener, but will automatically adjust dynamic exposure so the sky will be properly exposed. If you want relatively even exposure all the time, set HDR Scale to 1.0. If you want a high range of exposures between indoor/dark areas and outdoor/bright areas, increase HDR Scale. Also tuned up SSAO (thanks Rye!). Reviewed with Brad. | |||
2023-06-02 | SL-19796 Small cleanup | Andrey Kleshchev | |
2023-06-02 | SL-19796 Fix inventory autoscroll and autoraneme | Andrey Kleshchev | |
2023-06-02 | SL-19795 Remove extra panels, reuse combination ones instead | Andrey Kleshchev | |
2023-06-02 | Merge branch 'DRTVWR-580-maint-T' of github.com:secondlife/viewer into ↵ | Logue | |
DRTVWR-580-maint-T | |||
2023-06-01 | SL-19806 Crash at vobj | Andrey Kleshchev | |
2023-06-02 | Revert Call translation to 'コール'. | Logue | |
Chang 'water' translation '水' to '水面'. Unify the ground translation with '地面' expect land floater. Fixed mistranslation of widget. Re-translate panel_settings_sky_density.xml. | |||
2023-06-01 | DRTVWR-575: GCC prefers std::make_signed<std::size_t> for llssize. | Nat Goodspeed | |
2023-06-01 | SL-19762 fix for cropped label text | Mnikolenko Productengine | |
2023-06-01 | SL-18330: Merge branch 'main' of secondlife/viewer into xcode-14.3 | Nat Goodspeed | |
2023-06-01 | SL-19795 Smarter combination inventory resizing | Andrey Kleshchev | |
2023-05-31 | SL-18330: Consistently use new standalone Python llsd package. | Nat Goodspeed | |
2023-05-31 | SL-18330: Change to strip_deprecated_header(size_t* header_size) | Nat Goodspeed | |
from U32*. | |||
2023-05-31 | SL-19795 fix inventory list offset | Andrey Kleshchev | |
2023-05-31 | Revert "SL-19795 Unified scroll" | Andrey Kleshchev | |
2023-05-31 | Fix divide by zero causing NaN with certain day cycles in DRTVWR-559 | Brad Linden | |
2023-05-31 | Follow 5b9b4fcf6657ce2cfa5fde85012fe24213df37b5 translation. | Logue | |
(Add Performance floater translation etc.) Changed 'lighting' translation ('照明' and 'ライティング') to '光源'. Changed 'world' translation '世界' to 'ワールド'. (To be consistent with 'ミニマップ' translations.) Adjusted the translation to be more natural Japanese when the settings.xml object passed items. (experimental) | |||
2023-05-31 | SL-19686 don't search views every time | Mnikolenko Productengine | |
2023-05-31 | SL-19795 Creating folders in combination mode does not scroll to new folder #2 | Andrey Kleshchev | |
2023-05-31 | Merged DRTVWR-577 Japanese Translation. (HTML) | Logue | |
2023-05-31 | Merged DRTVWR-577 Japanese Translation. | Logue | |
2023-05-31 | SL-19795 Creating folders in combination mode does not scroll to new folder | Andrey Kleshchev | |
2023-05-30 | SL-19748 Thumbnail to clipboard not working | Andrey Kleshchev | |
2023-05-30 | SL-19773 add context menu for root folder in single folder mode | Maxim Nikolenko | |
2023-05-30 | Removed unused Japanese translation *.xml files. | Logue | |
2023-05-30 | SL-17429 Message user when their inventory hits AIS2 limits | Andrey Kleshchev | |
2023-05-30 | SL-17429 Message user when their inventory hits AIS3 limits | Andrey Kleshchev | |