summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-07Remove some more traces of obsolte debug builds.Nicky
2022-04-07Bring packages formater step on par with 3p installation:Nicky
- 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-07OpenAL is not avaiable for OSX, error out in case someone selects ot.Nicky
2022-04-06CMake 3.8.0 compatibility for the ugly havok/stub 3p which really isNicky
just a source tarball
2022-04-06Remove noexistant include directoryNicky
2022-04-06CMake 3.8.0 compatibilityNicky
2022-04-06Don't bother with debug builds,, they are long deprecated.Nicky
2022-04-06Googlemock targetNicky
2022-04-06On OSX llcommon also needs CMAKE_CURRENT_SOURCE_DIR as PRIVATE include dir.Nicky
2022-04-06Set PNG link targets for OSX and LinuxNicky
2022-04-06Remove erroneous characters.Nicky
2022-04-06Remove boost_signals, it is not included in the 3p package.Nicky
2022-04-06Create and use bugsplat targetNicky
2022-04-06Create and use sdl::sdl targetNicky
2022-04-06Remove obsolete include directivesNicky
2022-04-06Use kdu targetNicky
2022-04-06Remove erroneous lines.Nicky
2022-04-06Move CMake files to modernized cmake syntax, step 1.Nicky
Change projects to cmake targetsto get rid of havig to hardcore include directories and link libraries in consumer projects.
2022-04-06Use git for version detection fallbackNicky
2022-03-23SL-17064 Add a Remember Password checkbox to the first time login screen.Andrey Kleshchev
2022-03-05SL-14541 Pull in updated colladaAndrey Kleshchev
2022-03-05SL-14541 Pull in updated zlib-ngAndrey Kleshchev
Nicky Dasmijn's contribution for zlib-ng Linux builds
2022-03-02Merged in nd_cleanup_v2 (pull request #891)Nicky Dasmijn
Remove all boost, fix calling functions on nullptrs, initialize vars Approved-by: Maxim Nikolenko Approved-by: Nat Linden Approved-by: Andrey Lihatskiy
2022-03-01Merge remote-tracking branch 'NickyD/viewer-cleanup:master' into ↵Andrey Lihatskiy
DRTVWR-543-maint # Conflicts: # autobuild.xml
2022-02-28There seems to be a reluctance to kill boost for VS2005(!), lets get ridNicky
of it.
2022-02-28Calling a method on a pointer that is 100% certain to be inalid is aNicky
really bad idea ...
2022-02-28Initialize PODs with 0 and not leave anyting to chance.Nicky
2022-02-28Merge remote-tracking branch 'll/master'Nicky
2022-02-28Merge branch 'master' into DRTVWR-543-maintAndrey Lihatskiy
2022-02-28Increment viewer version to 6.5.4Nat Goodspeed
following promotion of DRTVWR-557
2022-02-24SL-16910 Fix Mac not selecting a joystickAndrey Kleshchev
2022-02-24SL-16924 Fix viewer not opening events from staging gridAndrey Kleshchev
2022-02-18Brinng back indra/cmake/LLAppearanceUtility.cmake as well.Nicky
2022-02-18Bring back llappearance_utility.Nicky
2022-02-15SL-16842, SL-14300: Merge branch 'DRTVWR-555' into DRTVWR-553-555Nat Goodspeed
2022-02-15SL-16842, SL-14300: Update to viewer-manager build 568552Nat Goodspeed
2022-02-14SL-15742 Return correct default platform for linuxAndrey Lihatskiy
Since python 3.3 sys.platform for Linux will always be 'linux'. See https://bugs.python.org/issue12326 - fix by NickyD
2022-02-12Do not bit blast 0 into a non POD struct to zero it, rather use the default ↵Nicky
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-12Update CMakeLists of doxygen project to require at least cmake 3.8.0 (same ↵Nicky
version as viewer) to get rid of deprecation warning.
2022-02-11Spring cleaning, remove all traces of old 32 bit darwin/linux packages.Nicky
2022-02-11SL-16842: Merge 'DRTVWR-555' into DRTVWR-553-555 for updater fix.Nat Goodspeed
2022-02-11SL-16842: Update to viewer-manager build 568451Nat Goodspeed
2022-02-08SL-13792: Merge branch 'DRTVWR-555' into DRTVWR-553-555.Nat Goodspeed
This picks up the change to 32-bit Windows viewer-manager.
2022-02-08DRTVWR-555: Update to viewer-manager build 568310Nat Goodspeed
2022-02-08Merge branch 'DRTVWR-555' into DRTVWR-553+555Andrey Lihatskiy
# Conflicts: # autobuild.xml # indra/newview/llappviewer.cpp # indra/newview/viewer_manifest.py
2022-02-07Merged in DRTVWR-553-maint-mix-JK (pull request #856)Ansariel Hiller
Fix template verifier erroneously failing checksum check Approved-by: Nat Linden Approved-by: Signal Linden Approved-by: Andrey Lihatskiy
2022-02-04SL-16788: Update to viewer-manager build 568156Nat Goodspeed
2022-02-04SL-16787 Updater launch issues.Andrey Kleshchev
2022-02-03DRTVWR-555 Sign SLVersionChecker with the hardened runtimeAndrey Lihatskiy
2022-02-02SL-16630 Notarization script updateAndrey Lihatskiy
(cherry picked from commit 5fcb811aa2b455cebf18830cf0cdef14025dacdb)