Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-25 | Merge branch 'main' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-25 | use_prebuilt_binary(nanosvg) uses reimplementation | Erik Kundiman | |
also to minimise ViewerMisc.cmake diff from upstream. | |||
2024-08-19 | Merge branch 'webrtc-voice' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-14 | Use LL's NanoSVG for Ubuntu too | Erik Kundiman | |
so we can have 1 set of instructions that applies to both Debian and Ubuntu. | |||
2024-08-13 | Only download when there aren't the files yet | Erik Kundiman | |
2024-08-13 | CMake file & try_compile replacing execute_process | Erik Kundiman | |
file(DOWNLOAD) replacing execute_process(COMMAND curl), file(ARCHIVE_EXTRACT) replacing execute_process(COMMAND tar xf), file(MAKE_DIRECTORY) replacing execute_process(COMMAND mkdir -p), file(COPY) replacing execute_process(COMMAND cp), file(RENAME) replacing execute_process(COMMAND mv), try_compile replacing execute_process(COMMAND cmake/make), LIBS_PREBUILT_DIR replacing AUTOBUILD_INSTALL_DIR, 0 replacing ${${_binary}_installed} where appropriate, no FMOD reinstallation when it's already installed, and archives & unarchived source/build directories are in CMake root binary directory, instead of /tmp. SHOW_PROGRESS is on for downloading Dullahan from the Megapahit website cause it can be slow. | |||
2024-08-13 | Automatic NanoSVG download/install on macOS/Debian | Erik Kundiman | |
2024-08-08 | Automate viewer fonts & emoji shortcodes install | Erik Kundiman | |
Also minimise ViewerMiscLibs.cmake diff from upstream. | |||
2024-06-20 | Merge remote-tracking branch 'secondlife/release/maint-b' into maint-b | Erik Kundiman | |
2024-04-05 | Linux viewer (ReleaseOS) resurrection (#1099) | Nicky Dasmijn | |
Co-authored-by: AiraYumi <aira.youme@airanyumi.net> | |||
2024-04-01 | linux build fix | AiraYumi | |
2024-03-02 | Merge tag '7.1.3-release' | Erik Kundiman | |
source for viewer 7.1.3.7878383867 | |||
2023-07-19 | Obtain FontConfig flags when using system libs | Erik Kundiman | |
and at the same time escape use_prebuilt_binary commands in the file. | |||
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-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. | |||
2022-11-16 | Merge branch 'DRTVWR-489-emoji' into DRTVWR-489-emoji | Kitty Barnett | |
2022-11-06 | Add support for OT-SVG fonts | Kitty Barnett | |
2022-04-18 | Round one to support conan for 3P packages, this allows to build the viewer ↵ | Nicky | |
on Linux again. | |||
2022-04-18 | Introduce ll::fontconfig target (missing the correct link library, but at ↵ | Nicky | |
least this gets us compiling) | |||
2022-04-13 | Remove obsolete and unmaintained USE_SYSTEMLIBS | Nicky | |
2019-10-20 | Update freetype to 2.10.1 and move viewer fonts to their own package | Kitty Barnett | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-12-17 | adjust cmake not to attempt loads of packages on the wrong platforms | Oz Linden | |
2014-03-19 | OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBS | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-03 | remove some cmake output that is no longer needed | Oz Linden | |
2012-01-20 | STORM-276 Basic spellchecking framework | Kitty Barnett | |
2010-11-17 | Update slvoice dependency for Windows | Bryan O'Sullivan | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-06-29 | VWR-8885 CMAKE build hard depends on artwork files | Tofu Linden | |
Warn earlier, clearer and harder about missing artwork bundle - this still bites snowglobe builders regularly. Reviewed by Aimee. | |||
2009-02-03 | QAR-1177 maint-viewer-12 + uploadfees-viewer combo mergeme | Adam Moss | |
svn merge -r108355:109316 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/maint-viewer-12-uploadfees-qa108314 Whew. | |||
2008-07-03 | Including fontconfig in the viewer build. (Omitted before) | Jennifer Leech | |
Fix for DEV-17484: package-grabber omits fontconfig | |||
2008-06-27 | vivox is cleared for open source distribution | Jennifer Leech | |
removing conditional install reviewed by cg | |||
2008-06-26 | svn merge -r89701:90677 ↵ | Jennifer Leech | |
svn+ssh://svn/svn/linden/branches/install-dev-binaries/s3-build -> release | |||
2008-06-12 | svn merge -r89258:89534 ↵ | Jennifer Leech | |
svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme |