Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | Simple reformat with CLion | Nicky | |
2022-04-13 | Dependency on target xml-rpc-epi got lost, bring it back | Nicky | |
2022-04-13 | Merge remote-tracking branch 'origin/DRTVWR-543-maint' into ↵ | Nicky | |
DRTVWR-543-maint_cmake | |||
2022-04-13 | FindSCP.cmake is used when INSTALL_PROPRIETARY is set. Not sure what the ↵ | Nicky | |
latter does, but I suppose some internal logic on the LL build farm. | |||
2022-04-13 | Rework cmake, the original plan was to maybe be able to use conan targets ↵ | Nicky | |
with the same name (that's why 3ps had names like apr::apr), but it's safer and saner to put the LL 3ps under the ll:: prefix. This also allows means it is possible to get rid of that bad "if( TRAGET ...) return() endif()" pattern and rather use include_guard(). | |||
2022-04-13 | Remove another old remnant of the debug config. | Nicky | |
2022-04-13 | Remove obsolete and unmaintained USE_SYSTEMLIBS | Nicky | |
2022-04-10 | Make LIB_NDOF define part of the targets interface | Nicky | |
2022-04-09 | Fix warning supression for Linux/OSX, this was broken after the first round ↵ | Nicky | |
of cmake changes on Windows. -Wno-unused-but-set-variable/-Wno-unused-variable moved from just Linux to also OSX (clang) as there's a lot of those in the code where newer xcode complains. Fixing all those places is going beyond the scope of modernizing cmake. | |||
2022-04-09 | Cleanup windows step that copies input artifacts. Make sure the right | Nicky | |
paths are used, throw out files not even existing anymore. | |||
2022-04-09 | Bump cmake version needed up to 3.16 so target_precompile_headers can be | Nicky | |
used. | |||
2022-04-09 | Cleanup ... use the appropriate functions to set options. Before | Nicky | |
this everythig was over the place how it was set, worse even with wrong functions like: - add_definitions( /arch:SSE2 ) - add_definitions(/WX) Those are each options to cl, not definitons. | |||
2022-04-09 | Raise the bar to cmake 3.13, this gives access to more modern | Nicky | |
constructs. | |||
2022-04-07 | Using Ninja leads to subtly different path than using a multi config ↵ | Nicky | |
generate like xcode or visual studio. | |||
2022-04-07 | When opening contributions.txt viewer_manifest.py was making assumptios of ↵ | Nicky | |
the build tree layout and how it should be relative to the source tree. This is not necessarily correct. By using 'source' and constructiong the path relative to this directory we always get a correct answer. | |||
2022-04-07 | Remove some more traces of obsolte debug builds. | Nicky | |
2022-04-07 | Bring 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-07 | OpenAL is not avaiable for OSX, error out in case someone selects ot. | Nicky | |
2022-04-06 | CMake 3.8.0 compatibility for the ugly havok/stub 3p which really is | Nicky | |
just a source tarball | |||
2022-04-06 | Remove noexistant include directory | Nicky | |
2022-04-06 | CMake 3.8.0 compatibility | Nicky | |
2022-04-06 | Don't bother with debug builds,, they are long deprecated. | Nicky | |
2022-04-06 | Googlemock target | Nicky | |
2022-04-06 | On OSX llcommon also needs CMAKE_CURRENT_SOURCE_DIR as PRIVATE include dir. | Nicky | |
2022-04-06 | Set PNG link targets for OSX and Linux | Nicky | |
2022-04-06 | Remove erroneous characters. | Nicky | |
2022-04-06 | Remove boost_signals, it is not included in the 3p package. | Nicky | |
2022-04-06 | Create and use bugsplat target | Nicky | |
2022-04-06 | Create and use sdl::sdl target | Nicky | |
2022-04-06 | Remove obsolete include directives | Nicky | |
2022-04-06 | Use kdu target | Nicky | |
2022-04-06 | Remove erroneous lines. | Nicky | |
2022-04-06 | Move 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-06 | Use git for version detection fallback | Nicky | |
2022-03-28 | SL-17039 "Remember Password" checkbox state should be saved per account name | Mnikolenko Productengine | |
2022-03-23 | SL-17064 Add a Remember Password checkbox to the first time login screen. | Andrey Kleshchev | |
2022-03-02 | Merged 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-01 | Merge remote-tracking branch 'NickyD/viewer-cleanup:master' into ↵ | Andrey Lihatskiy | |
DRTVWR-543-maint # Conflicts: # autobuild.xml | |||
2022-02-28 | There seems to be a reluctance to kill boost for VS2005(!), lets get rid | Nicky | |
of it. | |||
2022-02-28 | Calling a method on a pointer that is 100% certain to be inalid is a | Nicky | |
really bad idea ... | |||
2022-02-28 | Initialize PODs with 0 and not leave anyting to chance. | Nicky | |
2022-02-28 | Merge remote-tracking branch 'll/master' | Nicky | |
2022-02-28 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
2022-02-28 | Increment viewer version to 6.5.4 | Nat Goodspeed | |
following promotion of DRTVWR-557 | |||
2022-02-24 | SL-16910 Fix Mac not selecting a joystick | Andrey Kleshchev | |
2022-02-24 | SL-16924 Fix viewer not opening events from staging grid | Andrey Kleshchev | |
2022-02-18 | Brinng back indra/cmake/LLAppearanceUtility.cmake as well. | Nicky | |
2022-02-18 | Bring back llappearance_utility. | Nicky | |
2022-02-14 | SL-15742 Return correct default platform for linux | Andrey Lihatskiy | |
Since python 3.3 sys.platform for Linux will always be 'linux'. See https://bugs.python.org/issue12326 - fix by NickyD | |||
2022-02-12 | Do 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). |