Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-11 | SL-17182 FIXED Viewer crashes after changing the environment settings | Mnikolenko Productengine | |
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-09 | SL-15312 Legacy profiles remake #3 | Andrey Kleshchev | |
2022-04-08 | SL-15312 Legacy profiles remake #2 | Andrey Kleshchev | |
2022-04-07 | SL-16907 Crash at updateSkinInfoMatrixPalette #2 | Andrey Kleshchev | |
2022-04-07 | SL-17092 Fix a gesture upload crash | Andrey Kleshchev | |
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-07 | SL-17171 Display Marketplace Error Messages only when trying to use Marketplace | Andrey Kleshchev | |
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 | SL-15312 Legacy profiles remake #1 | Andrey Kleshchev | |
Initial layout | |||
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 | SL-17167 FIXED Crash in LLFloaterHoverHeight::onSliderMoved | Mnikolenko Productengine | |
2022-04-06 | SL-17160 Ignore "getIsAlphaMask" on rigged faces. | Dave Parks | |
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-04-05 | Merged in SL-17058 (pull request #934) | Sabrina Shanman | |
SL-17058: Convert frustum on minimap to arc from triangle Approved-by: Andrey Lihatskiy | |||
2022-04-05 | Merged in SL-15232 (pull request #933) | Sabrina Shanman | |
SL-15232: Scroll mouse wheel to main map Approved-by: Andrey Lihatskiy | |||
2022-04-05 | Merged in SL-16916 (pull request #932) | Sabrina Shanman | |
SL-16916: Update minimap context menu Approved-by: Andrey Lihatskiy | |||
2022-04-05 | Merged in SL-16918 (pull request #898) | Sabrina Shanman | |
SL-16918: Improve click and drag on minimap Approved-by: Andrey Lihatskiy | |||
2022-04-05 | SL-17058: Remove redundant minimap frustum color, hopefully fixing mac build. | Cosmic Linden | |
So THAT's why the frustum transparency was different when rotating... | |||
2022-04-05 | SL-15232: Clang format | Cosmic Linden | |
2022-04-05 | SL-17058: Convert frustum on minimap to arc from triangle | Cosmic Linden | |
2022-04-05 | SL-15232: Clean up LLWorldMapView a bit. | Cosmic Linden | |
Avoid a static variable hack and convert a few related variables/methods to non-static as well | |||
2022-04-05 | SL-15232: Fix top/right edges of main map not being scrollable | Cosmic Linden | |
2022-04-05 | SL-15232: Test to scroll mouse wheel to map position on main map/minimap | Cosmic Linden | |
2022-04-05 | SL-16916: Grey out "About Land" button in minimap context menu when land ↵ | Cosmic Linden | |
info is likely unavailable | |||
2022-04-05 | SL-16918: Fix unneeded assignment to centered in LLNetMap::draw() | Cosmic Linden | |
2022-04-05 | SL-16916: Update minimap context menu with new options and reworded existing ↵ | Cosmic Linden | |
options Map rotation: Split minimap "Rotate Map" context menu option into two options: "North at top" and "Camera at top" Zoom: - Adjust minimap context menu zoom presets: New presets are "far", "medium", "close", and "very close" - Change default minimap zoom level from 128 to 64 - Currently selected minimap zoom level is now checked About Land: Add "About Land" button to minimap context menu Reword: Rearrange and adjust capitalization of the various context menu options Code change: Remove unused zoom handling code in LLFloaterMap | |||
2022-04-05 | Merged in SL-17147 Disable simplification UI after calculating fee | Maxim Nikolenko | |