summaryrefslogtreecommitdiff
path: root/autobuild.xml
AgeCommit message (Collapse)Author
2024-05-14Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵Nat Goodspeed
Maintenance X
2024-05-10Reapply slvoice package URLs with autobuild 3.9.5Nat Goodspeed
2024-05-09Remove `creds=github` from slvoice platform entries.Nat Goodspeed
https://github.com/secondlife/autobuild/issues/46 Also remove temporary `continue-on-error` setting.
2024-05-06Update to S3-published GHA build of slvoice.Nat Goodspeed
2024-04-29Use s3 hosted slvoice autobuild dependenciesBennett Goble
Pull SLVoice from s3 so that the OSS build configurations work.
2024-04-24Merge branch 'main' into marchcat/x-mergeAndrey Lihatskiy
2024-04-16Merge pull request #1224 from nerodevo/autobuild-revertAndrey Lihatskiy
Revert removal of llphysicsextension_stub for Windows
2024-04-16Change windows to windows64 againnerodevo
Missed the second change... Here it is.
2024-04-16Change windows to windows64nerodevo
2024-04-13Revert "DRTVWR-601: Drop 32-bit Windows build of llphysicsextension_stub."nerodevo
This reverts commit d07cd115e3bdef8a2b1d2f6a5a507ddb67ff8cd9.
2024-04-12Merge branch 'main' into marchcat/x-mergeAndrey 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-03-27Merge branch 'main' into marchcat/yz-mergeAndrey Lihatskiy
2024-03-27Merge branch 'main' into DRTVWR-591-maint-XAndrey 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-27Merge remote-tracking branch 'origin/main' into DRTVWR-588-maint-WAndrey Lihatskiy
# Conflicts: # .github/workflows/build.yaml
2024-03-14Proposal #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-06SL-20429 Fix emoji categories having mixed translationsAndrey Kleshchev
Was caused by package substituting '&' with 'and' instead of '&'
2024-03-04Merge branch 'main' into marchcat/x-mergeAndrey Lihatskiy
# Conflicts: # indra/llcommon/llstring.cpp # indra/llcommon/llstring.h
2024-03-01Merge remote-tracking branch 'origin/main' into release/gltf-maint2Brad Linden
2024-03-01Merge branch 'main' into marchcat/yz-mergeAndrey Lihatskiy
# Conflicts: # indra/newview/llinventorygallery.cpp
2024-03-01Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-02-02DRTVWR-594 Update llca to version 202402012004.0Andrey Lihatskiy
2024-02-01Issue #716 Update Fmod Studio to version 2.02.20Andrey Kleshchev
2024-01-19DRTVWR-601: Merge branch 'release/gltf-maint2' into DRTVWR-601-gha-libsNat Goodspeed
2024-01-16Undo re-ordering of autobuild.xml (#638)Ansariel Hiller
2024-01-10SL-20704 Fix for pathfinding debug display not working.RunitaiLinden
2024-01-08SL-20747 Fix pshell command failing in some casesAndrey Kleshchev
2023-12-20DRTVWR-601: Update xxhash common platform to GHA build.Nat Goodspeed
Remove identical platform-specific package references.
2023-12-18DRTVWR-601: Update mikktspace, tinygltf, tracy, vulkan_gltf, xxhashNat Goodspeed
to latest GitHub builds. Some of these were still referencing codeticket builds produced by TeamCity.
2023-12-18Merge branch 'main' into DRTVWR-594-maint-YAndrey Lihatskiy
2023-12-15DRTVWR-601: Update vulkan_gltf to GHA build.Nat Goodspeed
2023-12-15DRTVWR-601: Drop 32-bit Windows build of llphysicsextension_stub.Nat Goodspeed
2023-12-15DRTVWR-601: Update mikktspace and tinygltf to GHA package builds.Nat Goodspeed
Ditch 32-bit Windows build of mikktspace.
2023-12-15Merge branch 'main' into DRTVWR-489Andrey 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-14Merge branch 'DRTVWR-587-maint-V' into DRTVWR-588-maint-WAndrey Lihatskiy
# Conflicts: # indra/newview/llspatialpartition.cpp
2023-12-13DRTVWR-489 Restore autobuild.xml formatAndrey Lihatskiy
2023-12-12DRTVWR-489 Update freetype to v.2.12.1.557becdAndrey Lihatskiy
2023-12-05Fix formatting in autobuild.xml (indents in close tags)Alexander Gavriliuk
2023-12-05DRTVWR-587 Update llca to version 202312051404.0Andrey Lihatskiy
2023-12-05DRTVWR-587 Update llca to version 202312051404.0Andrey Lihatskiy
2023-12-05Merge branch 'main' into DRTVWR-489Alexander Gavriliuk
2023-11-30Merge branch 'DRTVWR-594-maint-Y' into marchcat/594-y-pbr-mergeAndrey Lihatskiy
# Conflicts: # indra/newview/llinventorygallery.cpp # indra/newview/skins/default/xui/en/notifications.xml
2023-11-29Merge branch 'DRTVWR-559' into marchcat/587-v-pbr-mergeAndrey Lihatskiy
# Conflicts: # indra/llcommon/CMakeLists.txt # indra/newview/llspatialpartition.cpp # indra/newview/llviewergenericmessage.cpp # indra/newview/llvoavatar.cpp
2023-11-22DRTVWR-587: Update to viewer-manager v3.0-08bf5ee.Nat Goodspeed
This viewer-manager refactors the bad-graphics-card detection.
2023-11-22DRTVWR-594: Update kdu version from the updated package.Nat Goodspeed
2023-11-21DRTVWR-594: Update havok-source with havok-libs per recent PR.Nat Goodspeed
2023-11-21DRTVWR-594: Update kdu per recent PRNat Goodspeed
2023-11-21DRTVWR-594: Update dictionaries, glh_linear, havok-sourceNat Goodspeed
per recent PRs. Actually the havok-source update is for a new havok-llvm build.
2023-11-21SL-20591 Update viewer-manager to v3.0.0170afbAndrey Kleshchev
Restored removed commits since issue was isolated and bypassed. Original issue: win32util.py imports wmi, if import fails it uses registry for getting dns, if import works, it uses wmi to get dns. Including wmi broke dns for some of the users ([Errno 11001] Name or service not known)
2023-11-17SL-20591 Update viewer-manager to v3.0.73fef89Andrey Kleshchev
2023-11-10SL-20591 Update viewer-manager to v3.0.0395b15Andrey Lihatskiy