Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-15 | Merge branch 'main' into release/luau-scripting for Maint X release. | Nat Goodspeed | |
2024-05-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵ | Nat Goodspeed | |
Maintenance X | |||
2024-05-10 | Reapply slvoice package URLs with autobuild 3.9.5 | Nat Goodspeed | |
2024-05-09 | Remove `creds=github` from slvoice platform entries. | Nat Goodspeed | |
https://github.com/secondlife/autobuild/issues/46 Also remove temporary `continue-on-error` setting. | |||
2024-05-06 | Update to S3-published GHA build of slvoice. | Nat Goodspeed | |
2024-04-29 | Use s3 hosted slvoice autobuild dependencies | Bennett Goble | |
Pull SLVoice from s3 so that the OSS build configurations work. | |||
2024-04-24 | Merge 'main' into release/luau-scripting on promotion of Maint YZ | Nat Goodspeed | |
2024-04-24 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
2024-04-16 | Merge branch 'main' into release/luau-scripting | Nat Goodspeed | |
2024-04-16 | Merge pull request #1224 from nerodevo/autobuild-revert | Andrey Lihatskiy | |
Revert removal of llphysicsextension_stub for Windows | |||
2024-04-16 | Change windows to windows64 again | nerodevo | |
Missed the second change... Here it is. | |||
2024-04-16 | Change windows to windows64 | nerodevo | |
2024-04-13 | Revert "DRTVWR-601: Drop 32-bit Windows build of llphysicsextension_stub." | nerodevo | |
This reverts commit d07cd115e3bdef8a2b1d2f6a5a507ddb67ff8cd9. | |||
2024-04-12 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llimage/llimageworker.cpp # indra/llimage/llimageworker.h # indra/newview/llcontrolavatar.cpp # indra/newview/llfloaterprofiletexture.cpp # indra/newview/lloutfitslist.cpp # indra/newview/lloutfitslist.h # indra/newview/lltexturefetch.cpp | |||
2024-04-03 | Merge branch 'main' into release/luau-scripting. | Nat Goodspeed | |
2024-03-27 | Merge branch 'main' into marchcat/yz-merge | Andrey Lihatskiy | |
2024-03-27 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # indra/llui/lltransutil.cpp # indra/newview/app_settings/settings.xml # indra/newview/llfloaterenvironmentadjust.cpp # indra/newview/llpaneleditwater.cpp # indra/newview/llpanelface.cpp # indra/newview/lltexturectrl.cpp # indra/newview/lltexturectrl.h | |||
2024-03-27 | Merge remote-tracking branch 'origin/main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml | |||
2024-03-14 | Proposal #2 to restore how UI/dialogs used to render by prioritizing ↵ | Henri Beauchamp | |
fallback fonts. With the emojis support, a new font was added, which not only provides emojis but also fancy colorful replacements for UTF-8 characters that used to be supported by our fallback (monochrome) fonts: this causes discrepancies and unwanted/undesired changes in scripted objects menus (e.g. an empty circle or square may render as a black, full one, a heart may render red instead of white), not to mention the larger font size used by the emoji characters... This patch restores the aspect of such menus/dialogs/UI elements with UTF-8 characters that *are* supported by the usual fallback fonts (fonts which may also vary from one viewer to another, and from one OS to another), so that everything keeps working/rendering as it always did so far, while not impairing the use of new colorful emojis. This second proposal ensures that: - "genuine" emojis (in the 0x1f000-0x1ffff range), will *always* be rendered using the new emojis font (this solves, for example, the monochrome "yellow faces" issue seen with some characters in my first proposal). - Special UTF-8 characters (in the 0x2000-0x32FF range) which have been used by scripters so far, will render as they used to, using the monochrome fallback fonts (this repairs scripted dialogs menus). - Remaining special characters, that do not have a corresponding glyph in the monochrome font, but do have one in the emojis font, will use the latter font to render. It also got the nice side-effect of removing the dependency on the ICU4C library. Note however that the recent commit: https://github.com/secondlife/viewer/commit/326055ba82c22fedde186c6a56bafd4fe87e613a will need to be reverted to allow this patch to actually fix scripted dialogs. Also, some cleanup might be needed in skins/default/xui/*/emoji_characters.xml to remove from it the special UTF-8 characters that will no longer be rendered with fanciful colors, but instead with the monochrome font glyphs. | |||
2024-03-08 | Merge branch 'main' into release/luau-scripting for Emoji release. | Nat Goodspeed | |
2024-03-06 | SL-20429 Fix emoji categories having mixed translations | Andrey Kleshchev | |
Was caused by package substituting '&' with 'and' instead of '&' | |||
2024-03-04 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/llstring.cpp # indra/llcommon/llstring.h | |||
2024-03-01 | Merge remote-tracking branch 'origin/main' into release/gltf-maint2 | Brad Linden | |
2024-03-01 | Merge branch 'main' into marchcat/yz-merge | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorygallery.cpp | |||
2024-03-01 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-02-15 | Remove duplicate luau linux64 element | Nat Goodspeed | |
2024-02-15 | Merge 'luau-scripting-libfix' of Ansariel/viewer into luau-scripting | Nat Goodspeed | |
2024-02-12 | Update luau package to public repo builds. | Nat Goodspeed | |
2024-02-12 | Fix LUA 3p libraries pointing to publicly available URLs | Ansariel | |
2024-02-09 | Update luau lib links | Mnikolenko Productengine | |
2024-02-02 | DRTVWR-594 Update llca to version 202402012004.0 | Andrey Lihatskiy | |
2024-02-01 | Issue #716 Update Fmod Studio to version 2.02.20 | Andrey Kleshchev | |
2024-01-29 | DRTVWR-589: get rid of pragma and update windows libs | Mnikolenko Productengine | |
2024-01-29 | DRTVWR-589: add mac luau libs | Maxim Nikolenko | |
2024-01-26 | DRTVWR-589: update to start using Luau libs | Mnikolenko Productengine | |
2024-01-19 | DRTVWR-601: Merge branch 'release/gltf-maint2' into DRTVWR-601-gha-libs | Nat Goodspeed | |
2024-01-16 | Undo re-ordering of autobuild.xml (#638) | Ansariel Hiller | |
2024-01-10 | SL-20704 Fix for pathfinding debug display not working. | RunitaiLinden | |
2024-01-08 | SL-20747 Fix pshell command failing in some cases | Andrey Kleshchev | |
2024-01-04 | DRTVWR-589: Merge branch 'main' into DRTVWR-589 | Nat Goodspeed | |
2023-12-20 | DRTVWR-601: Update xxhash common platform to GHA build. | Nat Goodspeed | |
Remove identical platform-specific package references. | |||
2023-12-18 | DRTVWR-601: Update mikktspace, tinygltf, tracy, vulkan_gltf, xxhash | Nat Goodspeed | |
to latest GitHub builds. Some of these were still referencing codeticket builds produced by TeamCity. | |||
2023-12-18 | Merge branch 'main' into DRTVWR-594-maint-Y | Andrey Lihatskiy | |
2023-12-15 | DRTVWR-601: Update vulkan_gltf to GHA build. | Nat Goodspeed | |
2023-12-15 | DRTVWR-601: Drop 32-bit Windows build of llphysicsextension_stub. | Nat Goodspeed | |
2023-12-15 | DRTVWR-601: Update mikktspace and tinygltf to GHA package builds. | Nat Goodspeed | |
Ditch 32-bit Windows build of mikktspace. | |||
2023-12-15 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/fonts/DejaVu-license.txt # indra/newview/fonts/DejaVuSans-Bold.ttf # indra/newview/fonts/DejaVuSans-BoldOblique.ttf # indra/newview/fonts/DejaVuSans-Oblique.ttf # indra/newview/fonts/DejaVuSans.ttf # indra/newview/fonts/DejaVuSansMono.ttf | |||
2023-12-14 | Merge branch 'DRTVWR-587-maint-V' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llspatialpartition.cpp | |||
2023-12-13 | DRTVWR-489 Restore autobuild.xml format | Andrey Lihatskiy | |
2023-12-12 | DRTVWR-489 Update freetype to v.2.12.1.557becd | Andrey Lihatskiy | |