Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-14 | SL-19575 Create emoji gallery access icon | Alexander Gavriliuk | |
2023-04-13 | DRTVWR-489: Pull in updated version of BugSplat to work around their change ↵ | Callum Prentice | |
in TLS on 2023-04-11 | |||
2023-04-11 | SL-19368: update copyright information in Viewer Fonts description that ↵ | Callum Prentice | |
eventually ends up in the Credits panel of Help->About - new 3p viewer fonts package | |||
2023-04-11 | SL-19139 Credits for Kitty - update the contributors.txt file with a mention ↵ | Callum Prentice | |
of Kitty's large contribution. (No externally facing JIRA that I can find) | |||
2023-04-10 | SL-19078: changes to autobuild to unpack the emoji/shortcode 3p library and ↵ | Callum Prentice | |
then copy the XML files to the right place in the Viewer dev tree (indra/newview/skins/xui/*/emoji_characters.xml) | |||
2023-04-10 | SL-19078: pull in 3p versions of the emoji/shortcode mapping XML files - 1 ↵ | Callum Prentice | |
for each language that the viewer supports except sadly, Turkish which is not available so far | |||
2023-04-10 | SL-19078: add filename of emoji/shortcode XML files to ignore list so Viewer ↵ | Callum Prentice | |
checkouts don't appear to be polluted with files from 3p libs | |||
2023-04-10 | SL-19078: the emoji/short-code mappings come in via a 3p package now | Callum Prentice | |
2023-04-03 | DRTVWR-489: pull in a version of 3p-ICU4C from the branch called ↵ | Callum Prentice | |
DRTVWR-489-emoji (identical to VS 2019) but lines up the branches for the otehr 3P packages this work uses | |||
2023-04-03 | DRTVWR-489: Fix things up after a messy merge with main because of a ↵ | Callum Prentice | |
gigantic CMake patch. Sadly, my macOS box updated to Xcode14.3 overnight and that caused many warnings/errors with variables being initialized and then used but not in a way that affected anything.. Building on Xcode 14.3 also requires that MACOSX_DEPLOYMENT_TARGET be set to > 10.13. Waiting on a decision about that but checking this in in the meantime. Builds on macOS with appropriate build variables set for MACOSX_DEPLOYMENT_TARGET = 10.14 but not really expecting this to build in TC because (REDACTED). Windows version probably hopelessly broken - switching to that now. | |||
2023-03-31 | DRTVWR-489-emoji-PR: Pull in a version of Collada that has std::auto_ptr ↵ | Callum Prentice | |
replaced by std::unique_ptr so it builds on modern mac systems | |||
2023-03-29 | Increment viewer version to 6.6.11 | Nat Goodspeed | |
following promotion of DRTVWR-573 | |||
2023-03-27 | Attempt to fix build breakage for DRTVWR-559 | Brad Linden | |
2023-03-27 | SL-17761 Updated the login failure message | Andrey Lihatskiy | |
2023-03-23 | SL-19462 Declare the FetchGroupChatHistory setting in the code | Andrey Lihatskiy | |
to make it accessible after updating the viewer | |||
2023-03-21 | SL-19289 UI for Estate Floater - Block Scripted Agents from Estate/Region | Andrey Lihatskiy | |
2023-03-20 | SL-19161 - logging of basic translation stats in ViewerStats | Brad Payne (Vir Linden) | |
2023-03-20 | Merge branch 'DRTVWR-568' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FindOpenJPEG.cmake # indra/cmake/OpenJPEG.cmake # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/CMakeLists.txt | |||
2023-03-13 | SL-17761: Replace 'Grid emergency' message with generic error | Bennett Goble | |
The viewer currently presents a startling "Grid emergency" warning if an unrecognized error is returned from login. Let's tone this down a bit and present the error as it is: an unrecognized login failure rather than SLearth exploding. | |||
2023-03-07 | Merge branch 'DRTVWR-489-emoji-PR' of github.com:secondlife/viewer into ↵ | Callum Prentice | |
DRTVWR-489-emoji-PR | |||
2023-03-07 | DRTVWR-489: Clean up a new warning-as-error failure on macOS | Callum Prentice | |
2023-03-07 | DRTVWR-489: Pull in updated 3p-freetype package with Kitty's latest changes | Callum Linden | |
2023-03-07 | Merge pull request #83 from KittyBarnett/DRTVWR-489-emoji | Callum Linden | |
Drtvwr 489 emoji | |||
2023-03-06 | SL-19346 PERMISSION_DEBIT remove warning for Linden owned content | Andrey Kleshchev | |
2023-03-01 | SL-18268 - merge fix for viewer update to read group chat history | simon | |
added missing app setting | |||
2023-02-20 | Merge branch 'DRTVWR-489-emoji-PR' | Kitty Barnett | |
2023-02-14 | Merge pull request #82 from KittyBarnett/xcode-14.1 | Callum Linden | |
Xcode 14.1 | |||
2023-02-14 | Merge branch 'DRTVWR-489-emoji-PR' into xcode-14.1 | Callum Linden | |
2023-02-14 | DRTVWR-489-emoji: As part of the work to get macOS version of the Viewer ↵ | Callum Prentice | |
working, the flag was introduced to warn (and therefore error out) when a virtual override was not marked with the 'override' keyword. Fixing this up involved a large number of changes and this commit represents just those changes - nothing specially from the DRTVWR-489 viewer (Cherry pick of 3 commits from Callum to declutter the emoji PR: 3185bdea27b19e155c2ccc03c80624e113d312a6, 923733e591eb547ad5dfec395ce7d3e8f0468c16 and 6f31fabbc2d082b77c8f09bce30234ec9c506e33) | |||
2023-02-13 | SL-18268 - Viewer update to read group chat history. | simon | |
Feature described at https://community.secondlife.com/blogs/entry/12652-coming-soon-to-a-viewer-near-you-group-chat-history/ | |||
2023-02-13 | Fix up a couple of tiny merge conflicts after a merge with main | Callum Prentice | |
2023-02-13 | Fix up a couple of tiny merge conflicts after a merge with main | Callum Prentice | |
2023-02-12 | SL-19119 Fix mouse steering | Andrey Kleshchev | |
2023-02-08 | Merge branch 'xcode-14.1' into DRTVWR-489-emoji | Kitty Barnett | |
2023-02-08 | Post-merge fix for xcode-14.1 branch | Kitty Barnett | |
2023-02-08 | Merge branch 'main' into xcode-14.1 | Kitty Barnett | |
2023-02-08 | Merge branch 'DRTVWR-489-emoji' of https://github.com/secondlife/viewer into ↵ | Kitty Barnett | |
DRTVWR-489-emoji | |||
2023-02-03 | SL-19089 Changing UI scale crashes viewer | Andrey Kleshchev | |
This makes no sense, trying to add a glyph now will have no width or height set, neither character width or heigh, yet release viewer does that. Fixed code to match release and set width and height despite char width not being up to date. | |||
2023-02-02 | Merge branch 'main' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
2023-02-02 | Increment viewer version to 6.6.10 | Nat Goodspeed | |
following promotion of DRTVWR-570 | |||
2023-01-27 | Revert "SL-18581 Don't show the starter avatar toolbar button for NUX" | Andrey Lihatskiy | |
This reverts commit 4d429b7ea31f51f653e0e2ad6b5799a515e28334. | |||
2023-01-26 | DRTVWR-489-emoji: less haste. more speed. Missed another test issue. ↵ | Callum Prentice | |
Rebuilt locally with tests and confirmed it works now | |||
2023-01-26 | DRTVWR-489-emoji: missed the override warning/error in the tests... grr... | Callum Prentice | |
2023-01-26 | DRTVWR-489-emoji: Pull in the updated version of GoogleMock that was updated ↵ | Callum Prentice | |
to Python3 so that it builds on macOS in TeamCity | |||
2023-01-26 | DRTVWR-489-emoji: Pull in some small changes from Kitty's work to move the ↵ | Callum Prentice | |
macOS build forwards | |||
2023-01-26 | DRTVWR-489-emoji: A couple of tabs slipped into this file and our new ↵ | Callum Prentice | |
no-tabs coding policy caught it and failed the build | |||
2023-01-26 | DRTVWR-489-emoji: As part of the work to get macOS version of the Viewer ↵ | Callum Prentice | |
working, the flag was introduced to warn (and therefore error out) when a virtual override was not marked with the 'override' keyword. Fixing this up involved a large number of changes and this commit represents just those changes - nothing specially from the DRTVWR-489 viewer | |||
2023-01-26 | Merge branch 'xcode-14.1' into DRTVWR-489-emoji | Callum Prentice | |
2023-01-25 | Fix Mac build | Kitty Barnett | |
- Link against ICU4C - Font files were only copied on Windows builds - Replace missing variable | |||
2023-01-25 | DRTVWR-489-emoji: declaring this variable as a U16 leads to a warning (and ↵ | Callum Linden | |
therefore an error) but only on 32bit Windows builds - 64bit is fine. I don't know why that's the case (should be both surely) but in any case, I think the variable should be declared as a size_t |