Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-18 | DRTVWR-489: trivial merge conflict fix | Callum Prentice | |
2023-07-17 | Increment viewer version to 6.6.14 | Nat Goodspeed | |
following promotion of DRTVWR-580 | |||
2023-07-13 | SL-20001 EmojiPicker - make the preview to be a panel instead of a button | Alexander Gavriliuk | |
2023-07-12 | SL-19831 Check marks in the menu are less visible | Alexander Gavriliuk | |
2023-07-10 | SL-19951 Collect used icons in a special group 'Recently used' | Alexander Gavriliuk | |
2023-07-07 | SL-19702 restore previous double clicking behavior for objects | Maxim Nikolenko | |
2023-07-07 | SL-19966 Reverted "SL-18721: Faster viewer shutdown time since performance ↵ | Andrey Lihatskiy | |
improvements can lead to perceived inventory loss due to cache corruption" This reverts commit cf692c40b0b9f8d0d04cd10a02a84e3f697a2e99. | |||
2023-07-07 | SL-19951 Highlight the selected tab by colored icon | Alexander Gavriliuk | |
2023-07-07 | SL-19951 Organize emoji categories in groups | Alexander Gavriliuk | |
2023-07-06 | SL-19951 Delete unused code | Alexander Gavriliuk | |
2023-07-06 | SL-19951 Delete unused UI elements (old design) | Alexander Gavriliuk | |
2023-07-05 | SL-19951 Make EmojiFloater UI design looking similar to Slack - bg colors | Alexander Gavriliuk | |
2023-07-05 | macos build fix | Alexander Gavriliuk | |
2023-07-05 | SL-19575 Rework emoji picker layout similar to Slack | Alexander Gavriliuk | |
2023-06-28 | SL-19572 Fix some obscure cases of residents bypasing mute list | Andrey Kleshchev | |
2023-06-27 | SL-19924 Update profile type names | Andrey Kleshchev | |
2023-06-24 | SL-19805 Fix touch handling logic | Alexander Gavriliuk | |
2023-06-23 | SL-19805 Follow-up fix | Andrey Lihatskiy | |
2023-06-23 | SL-19805 Second Life Viewer last update made invisible parts visible | Alexander Gavriliuk | |
2023-06-01 | SL-19806 Crash at vobj | Andrey Kleshchev | |
2023-06-01 | SL-19762 fix for cropped label text | Mnikolenko Productengine | |
2023-05-30 | DRTVWR-489: Incorporate new 3p libs for Collada and NanoSVG that have both ↵ | Callum Prentice | |
been built after merging with master (and VS 2022 for Collada DOM). | |||
2023-05-30 | SL-17429 Message user when their inventory hits AIS2 limits | Andrey Kleshchev | |
2023-05-29 | SL-19787 Crash at LLUIColor::operator | Andrey Kleshchev | |
2023-05-25 | DRTVWR-489: Update NanoSVG build to keep readiness report happier. Remove ↵ | Callum Prentice | |
reference to Linux version of ColladaDOM - out of date, we don't have a newer build and it's making the Readiness Report sad. | |||
2023-05-24 | DRTVWR-489: Trying to determine why the DRTVWR Readiness Report gets sad ↵ | Callum Prentice | |
about the NanoSVG package - I didn't think it's analysis applied to Linux 3p packages but maybe it does | |||
2023-05-23 | SL-19635 Better error handling | Andrey Kleshchev | |
2023-05-23 | DRTVWR-489: Pull in a new build of 3p-colladadom that has the same version ↵ | Callum Prentice | |
for all 3 platforms/bit widths (580295) - previously, the macOS version was different and the DRTVWR Readiness Script got sad about it | |||
2023-05-23 | SL-19744: Remove LLApp::startErrorThread() and references. | Nat Goodspeed | |
2023-05-23 | SL-19744: Remove LLErrorThread and LLAppViewer::handleViewerCrash() | Nat Goodspeed | |
2023-05-22 | SL-19635 Implement DeepL tranlation support | Andrey Kleshchev | |
2023-05-19 | DRTVWR-580 Post-merge fix - unused code | Andrey Lihatskiy | |
2023-05-18 | Trigger a new TeamCity build | Callum Prentice | |
2023-05-19 | DRTVWR-580 Post-merge fix | Andrey Lihatskiy | |
2023-05-18 | SL-19649 Adjust other classes for new deleteAllChildren mechanics | Andrey Kleshchev | |
2023-05-18 | SL-19649 reduce logging out time for larger inventories | Maxim Nikolenko | |
2023-05-18 | SL-19575 Create emoji gallery (use ::value_type in LLEmojiDictionary typedefs) | Alexander Gavriliuk | |
2023-05-17 | More tweaks | Callum Prentice | |
2023-05-17 | Some small tweaks after merge with Viewer release | Callum Prentice | |
2023-05-17 | SL-19575 Create emoji gallery (fix bug with drawing emojis in chat history) | Alexander Gavriliuk | |
2023-05-17 | Merge branch 'main' into DRTVWR-580-maint-T | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/llcharacter/llkeyframemotion.cpp # indra/newview/llfilepicker.cpp | |||
2023-05-17 | Increment viewer version to 6.6.13 | Nat Goodspeed | |
following promotion of DRTVWR-577 | |||
2023-05-10 | SL-19536 SL-19652 Fix inventory fetching | Andrey Kleshchev | |
2023-05-09 | SL-19660 Updated contributions doc | Andrey Kleshchev | |
2023-05-09 | SL-19660 Merge pull request #199 from beqjanus/main | akleshchev | |
BUG-233797/233798 - fix blackout when u/w fog_density < 0 | |||
2023-05-04 | Merge remote-tracking branch 'origin/zap-LLSDArray' into DRTVWR-577-maint-S | Andrey Lihatskiy | |
2023-05-04 | Merge remote-tracking branch 'origin/zap-LLSDArray' into DRTVWR-580-maint-T | Andrey Lihatskiy | |
2023-05-03 | SL-19647: Eliminate LLSDArray entirely. | Nat Goodspeed | |
Newer C++ compilers have different semantics around LLSDArray's special copy constructor, which was essential to proper LLSD nesting. In short, we can no longer trust LLSDArray to behave correctly. Now that we have variadic functions, get rid of LLSDArray and replace every reference with llsd::array(). | |||
2023-05-03 | SL-19681 Updated list of contributors | Andrey Kleshchev | |
2023-05-03 | SL-19681 Merge pull request #202 from PanteraPolnocy | akleshchev | |
Fix typos in floater_scene_load_stats.xml and llviewerstats.cpp |