Commit Graph

44499 Commits (cca7e12e1bacb4ab116ca25d2a33e18d095c8d09)

Author SHA1 Message Date
Nicky cca7e12e1b Bring packages formater step on par with 3p installation:
- When installing a 3P via use_prebuilt_binary it will pass --installdir=${AUTOBUILD_INSTALL_DIR} to
autobuild. On the other hand packages-formater was not passing this option, this could lead to subtle
errors when AUTOBUILD_INSTALL_DIR is different to what autobuild.xml stipulates.
2022-04-07 02:35:47 +02:00
Nicky 603ad5a4f2 OpenAL is not avaiable for OSX, error out in case someone selects ot. 2022-04-07 02:34:32 +02:00
Nicky 353ae84c90 CMake 3.8.0 compatibility for the ugly havok/stub 3p which really is
just a source tarball
2022-04-06 23:35:18 +02:00
Nicky 3bcb7fcc71 Remove noexistant include directory 2022-04-06 23:35:07 +02:00
Nicky e447e02312 CMake 3.8.0 compatibility 2022-04-06 23:33:06 +02:00
Nicky 248b6a2584 Don't bother with debug builds,, they are long deprecated. 2022-04-06 23:33:06 +02:00
Nicky d1b6a52fef Googlemock target 2022-04-06 23:33:06 +02:00
Nicky ef989bce37 On OSX llcommon also needs CMAKE_CURRENT_SOURCE_DIR as PRIVATE include dir. 2022-04-06 23:33:06 +02:00
Nicky be71a255a0 Set PNG link targets for OSX and Linux 2022-04-06 23:33:06 +02:00
Nicky dae6c3d2bf Remove erroneous characters. 2022-04-06 23:33:06 +02:00
Nicky e98a6b52ee Remove boost_signals, it is not included in the 3p package. 2022-04-06 23:33:06 +02:00
Nicky f6a5b2496d Create and use bugsplat target 2022-04-06 23:32:55 +02:00
Nicky 5f7c74fa2e Create and use sdl::sdl target 2022-04-06 20:25:49 +02:00
Nicky bed0b80374 Remove obsolete include directives 2022-04-06 20:23:54 +02:00
Nicky a4e2734372 Use kdu target 2022-04-06 20:23:21 +02:00
Nicky 495b35032c Remove erroneous lines. 2022-04-06 20:22:13 +02:00
Nicky 786b291d9c Move CMake files to modernized cmake syntax, step 1.
Change projects to cmake targetsto get rid of havig to hardcore
include directories and link libraries in consumer projects.
2022-04-06 16:32:52 +02:00
Nicky 7522cea252 Use git for version detection fallback 2022-04-06 16:31:53 +02:00
Andrey Kleshchev 952aee3f49 SL-17064 Add a Remember Password checkbox to the first time login screen. 2022-03-23 20:50:26 +02:00
Andrey Kleshchev 3e1619d2fc SL-14541 Pull in updated collada 2022-03-05 22:52:00 +02:00
Andrey Kleshchev 51e318fd8d SL-14541 Pull in updated zlib-ng
Nicky Dasmijn's contribution for zlib-ng Linux builds
2022-03-05 11:34:13 +02:00
Nicky Dasmijn 3e77876ac4 Merged in nd_cleanup_v2 (pull request #891)
Remove all boost, fix calling functions on nullptrs, initialize vars

Approved-by: Maxim Nikolenko
Approved-by: Nat Linden
Approved-by: Andrey Lihatskiy
2022-03-02 02:39:07 +00:00
Andrey Lihatskiy fa9d4927f4 Merge remote-tracking branch 'NickyD/viewer-cleanup:master' into DRTVWR-543-maint
# Conflicts:
#	autobuild.xml
2022-03-01 02:59:15 +02:00
Nicky df00e8a0b2 There seems to be a reluctance to kill boost for VS2005(!), lets get rid
of it.
2022-02-28 23:23:31 +01:00
Nicky 6906582401 Calling a method on a pointer that is 100% certain to be inalid is a
really bad idea ...
2022-02-28 22:23:05 +01:00
Nicky 35cec6e3ad Initialize PODs with 0 and not leave anyting to chance. 2022-02-28 22:20:41 +01:00
Nicky 43031968a6 Merge remote-tracking branch 'll/master' 2022-02-28 22:04:05 +01:00
Andrey Lihatskiy 201f83472c Merge branch 'master' into DRTVWR-543-maint 2022-02-28 21:55:28 +02:00
Nat Goodspeed 6ca09a9455 Increment viewer version to 6.5.4
following promotion of DRTVWR-557
2022-02-28 14:45:27 -05:00
Andrey Kleshchev 696795a368 SL-16910 Fix Mac not selecting a joystick 2022-02-24 22:58:38 +02:00
Andrey Kleshchev 71242b2cc6 SL-16924 Fix viewer not opening events from staging grid 2022-02-24 21:00:54 +02:00
Nicky 07d7dcc0be Brinng back indra/cmake/LLAppearanceUtility.cmake as well. 2022-02-18 21:24:40 +01:00
Nicky 4a311d6266 Bring back llappearance_utility. 2022-02-18 21:19:06 +01:00
Nat Goodspeed a6430f42f3 SL-16842, SL-14300: Merge branch 'DRTVWR-555' into DRTVWR-553-555 2022-02-15 16:11:59 -05:00
Nat Goodspeed f09b0a6a08 SL-16842, SL-14300: Update to viewer-manager build 568552 2022-02-15 16:10:36 -05:00
Andrey Lihatskiy f695a5d1a8 SL-15742 Return correct default platform for linux
Since python 3.3 sys.platform for Linux will always be 'linux'. See https://bugs.python.org/issue12326 - fix by NickyD
2022-02-14 19:52:09 +02:00
Nicky 84ca1a3c7a Do not bit blast 0 into a non POD struct to zero it, rather use the default constructor.
There is a few peculiar differences in default member initializationn namely:
gamma > 1.0f; sun_norm > 0.0f, 1.0f, 0.0f, 1.0f; cloud_shadow > 1.0f; dome_radius > 1.0f; dome_offset > 1.0f
Which probably made the original memset produce the wrong result anyway as it differs from the value the
LLVOSky set (the default ctor of AtmosphericsVars) vs what the memset would produce in case of a force update (all 0s).
2022-02-12 18:47:31 +01:00
Nicky af610f4ad8 Update CMakeLists of doxygen project to require at least cmake 3.8.0 (same version as viewer) to get rid of deprecation warning. 2022-02-12 18:35:12 +01:00
Nicky ee4249378a Spring cleaning, remove all traces of old 32 bit darwin/linux packages. 2022-02-11 22:11:18 +01:00
Nat Goodspeed 7491a56144 SL-16842: Merge 'DRTVWR-555' into DRTVWR-553-555 for updater fix. 2022-02-11 13:58:49 -05:00
Nat Goodspeed 78e32d943e SL-16842: Update to viewer-manager build 568451 2022-02-11 13:58:04 -05:00
Nat Goodspeed 9bd45e6fab SL-13792: Merge branch 'DRTVWR-555' into DRTVWR-553-555.
This picks up the change to 32-bit Windows viewer-manager.
2022-02-08 20:09:52 -05:00
Nat Goodspeed 846413c961 DRTVWR-555: Update to viewer-manager build 568310 2022-02-08 20:08:42 -05:00
Andrey Lihatskiy 967707cfd0 Merge branch 'DRTVWR-555' into DRTVWR-553+555
# Conflicts:
#	autobuild.xml
#	indra/newview/llappviewer.cpp
#	indra/newview/viewer_manifest.py
2022-02-08 23:22:59 +02:00
Ansariel Hiller a1b6a271f7 Merged in DRTVWR-553-maint-mix-JK (pull request #856)
Fix template verifier erroneously failing checksum check

Approved-by: Nat Linden
Approved-by: Signal Linden
Approved-by: Andrey Lihatskiy
2022-02-07 21:58:01 +00:00
Nat Goodspeed e37f8c6020 SL-16788: Update to viewer-manager build 568156 2022-02-04 11:58:53 -05:00
Andrey Kleshchev ca26bb40ce SL-16787 Updater launch issues. 2022-02-04 01:36:47 +02:00
Andrey Lihatskiy 832e62f440 DRTVWR-555 Sign SLVersionChecker with the hardened runtime 2022-02-03 00:37:29 +00:00
Andrey Lihatskiy ae1f6fb1ab SL-16630 Notarization script update
(cherry picked from commit 5fcb811aa2)
2022-02-02 16:25:07 -05:00
Nat Goodspeed 1de684a8ea SL-13792: Update to viewer-manager build 568036 2022-02-02 11:33:03 -05:00