summaryrefslogtreecommitdiff
path: root/autobuild.xml
AgeCommit message (Collapse)Author
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-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-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-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-13DRTVWR-489 Restore autobuild.xml formatAndrey Lihatskiy
2023-12-12DRTVWR-489 Update freetype to v.2.12.1.557becdAndrey Lihatskiy
2023-12-05Merge branch 'main' into DRTVWR-489Alexander Gavriliuk
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-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
2023-11-06Revert "SL-20185 Fix connection issues (#490)"Andrey Kleshchev
Issue reproed again, restoring.
2023-11-03SL-20185 Fix connection issues (#490)akleshchev
2023-10-31DRTVWR-587: Update viewer-manager to v3.0-074736e.Nat Goodspeed
This is viewer-manager's DRTVWR-587-actions branch updated from the new master branch.
2023-10-31SL-20031: Reintroduce newest viewer-manager build.Nat Goodspeed
2023-10-25Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-10-25Merge branch 'main' into DRTVWR-587-maint-VAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llcommon/tests/llleap_test.cpp # indra/newview/viewer_manifest.py
2023-10-13SL-18837: Update dullahan to v118.0.5993.54Nat Goodspeed
This includes this week's CEF 118.
2023-10-12SL-18837: Update openal to v1.23.1-18e315cNat Goodspeed
2023-10-12SL-18837: Update llca to v202310121525.0-d22bd98Nat Goodspeed
2023-10-11SL-18943 Update LLCA to 202310110702.0Andrey Lihatskiy
2023-10-11SL-18943 Update LLCA to 202310110655.0Andrey Lihatskiy
2023-10-10DRTVWR-587 Update viewer-manager to 3.0-f48e635Andrey Lihatskiy
2023-10-06SL-18837: Update Tracy to 0.8.1-235e98fNat Goodspeed
2023-10-06SL-18837: Remove 32-bit Windows package entries.Nat Goodspeed
glext, which contains only header files, now builds only a single common package instead of platform-specific ones. But as long as we retain the platform-specific URLs, autobuild will continue to prefer those over the common platform. Remove all platform-specific glext package entries.
2023-10-06SL-18837: Update to Dullahan 1.14.0 with CEF 117Nat Goodspeed
2023-09-07SL-18837: Merge branch 'main' into actionsNat Goodspeed
2023-08-28SL-20130 Update viewer-manager (win64) to build 3.0-83fb46aAndrey Lihatskiy
2023-08-28SL-20130 Update viewer-manager to build 3.0-83fb46aAndrey Lihatskiy
2023-08-24Merge remote-tracking branch 'origin/main' into DRTVWR-489Andrey Kleshchev
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llmath/llvolume.cpp # indra/llrender/llgl.cpp # indra/llxml/llcontrol.cpp # indra/newview/llpanelnearbymedia.cpp # indra/newview/llsceneview.cpp # indra/newview/llselectmgr.cpp # indra/newview/llstartup.cpp # indra/newview/lltextureview.cpp # indra/newview/llvovolume.cpp # indra/newview/skins/default/xui/en/menu_viewer.xml
2023-08-23Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-08-03SL-16671 Add "Bellisseria" to the viewer dictionaryAndrey Lihatskiy
2023-08-02DRTVWR-582 Update llca to build 202305160024.0Andrey Lihatskiy
2023-07-28SL-20031: Update to viewer-manager 3.0-bd3aec2.Nat Goodspeed
This one includes the fix for SL-19756.
2023-07-28SL-20031: Update viewer-manager to 3.0-5cfc07c.Nat Goodspeed
This version eliminates references to the Windows wmic command, calling the WMI API instead.
2023-07-21SL-19854: Update bugsplat to release v1.0.7-527603a.Nat Goodspeed
2023-07-18SL-19854: Update bugsplat to release v1.0.7.86a960a.Nat Goodspeed
2023-07-14SL-18837: Update llphysicsextensions_source to release v1.0.c93156d.Nat Goodspeed