Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-24 | merge Nat's fix for llcorehttp test | Oz Linden | |
2018-05-24 | Merged in nat_linden/maint-maint-8675 | AndreyL ProductEngine | |
2018-05-24 | Enable sky changes with altitude. | Rider Linden | |
2018-05-24 | Automated merge with ssh://bitbucket.org/nat_linden/maint-maint-8675 | Nat Goodspeed | |
2018-05-24 | MAINT-8675: In Darwin-specific CMake, use cp, not cmake -E copy. | Nat Goodspeed | |
cmake -E copy does only one file at a time, and older CMake versions don't handle wildcards. But cmake -E copy is specifically for portability. When the copy operation itself is Darwin-only, we can count on having 'cp' available. | |||
2018-05-24 | govern running tests with the LL_TESTS variable, default ON | Oz Linden | |
2018-05-24 | Merged in oz_linden/maint-8675 | AndreyL ProductEngine | |
2018-05-24 | MAINT-8634 Hide texture UUIDs for non-gods | maxim_productengine | |
2018-05-24 | SL-821: Force the Mac -rpath linker switch using LINK_FLAGS property | Nat Goodspeed | |
instead of the INSTALL_RPATH CMake property, which _should_ have worked. | |||
2018-05-24 | MAINT-8687 Add a hotkey for Advanced > Set UI Size to Default | maxim_productengine | |
2018-05-23 | Automated merge with ssh://bitbucket.org/oz_linden/maint-8675 | Nat Goodspeed | |
2018-05-23 | fix tests broken by argument added to LLTrans::getString | Oz Linden | |
2018-05-23 | MAINT-8675: update expired certs in integration test | Oz Linden | |
2018-05-23 | SL-821: Try again to add -rpath to Mac executable for BugSplat. | Nat Goodspeed | |
2018-05-23 | Removed mSavedEnvironment so the Mac build will be happy. | Rider Linden | |
2018-05-23 | MAINT-8344 Day Cycle Editor (playing) | andreykproductengine | |
2018-05-23 | SL-824: Update to bugsplat build 515662 | Nat Goodspeed | |
2018-05-23 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-05-23 | SL-824: Update to bugsplat build 515657 | Nat Goodspeed | |
2018-05-23 | MAINT-8619 Disable local textures for selection in Group profile | maxim_productengine | |
2018-05-23 | SL-804, SL-821, SL-824: Merge Mac changes with Windows changes | Nat Goodspeed | |
2018-05-23 | SL-824: Update to bugsplat build 515654 | Nat Goodspeed | |
2018-05-23 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-22 | Enable save/load/import for day edit. | Rider Linden | |
2018-05-22 | Remove some obsolete sky funcs. | Graham Linden graham@lindenlab.com | |
Remove Matrix3/4 funcs using LLQuat 4-float init incorrectly (they are redundant to angle/axis versions anyway). Fix up tests referring to removed funcs above. | |||
2018-05-22 | Merge 5.1.5 | Graham Linden graham@lindenlab.com | |
2018-05-22 | Merge | Rider Linden | |
2018-05-22 | Merge PR | Rider Linden | |
2018-05-22 | Manual blender for use in day editing dialog. | Rider Linden | |
2018-05-22 | MAINT-8344 Day Cycle Editor (part 4, finalization) | andreykproductengine | |
2018-05-22 | SL-821: Add macOS rpath to Mac viewer executable for BugsplatMac. | Nat Goodspeed | |
The BugsplatMac framework is stamped with @rpath/BugsplatMac.framework/etc., so that's the dependency stamped into our viewer executable. To support that lookup, direct CMake to add an appropriate RPATH to the executable. | |||
2018-05-22 | SL-821: Copy BugsplatMac.framework into target application bundle. | Nat Goodspeed | |
2018-05-22 | Merged in ruslantproductengine/viewer-neko-4cr-4 (pull request #607) | Ruslan Teliuk | |
MAINT-8670 Crash in: LLFace::getGeometryVolume() Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> Approved-by: Simon Linden <simon@lindenlab.com> | |||
2018-05-22 | MAINT-8670 Crash in: LLFace::getGeometryVolume() | ruslantproductengine | |
Guarded. | |||
2018-05-22 | MAINT-2338 Unit tests | Andrey Kleshchev | |
2018-05-22 | MAINT-8635 Don't allow using 'close all windows' if modal toast is open | maxim_productengine | |
2018-05-22 | MAINT-8553 FIXED link is not copied from original folder in some cases | maxim_productengine | |
2018-05-21 | SL-804, SL-824: Update to bugsplat build 515598 | Nat Goodspeed | |
2018-05-21 | SL-821: Need -fcxx-modules for C++ module support, vs. classic C. | Nat Goodspeed | |
2018-05-21 | Make rendering of sun / moon work with both in the sky (test visibility ↵ | Graham Linden graham@lindenlab.com | |
independently). | |||
2018-05-21 | SL-821: Add -fmodules to llappdelegate-objc.mm compile switches. | Nat Goodspeed | |
The BugsplatMac package is built as a module requiring @import. Using @import requires Objective-C++ module support, which requires the -fmodules switch. | |||
2018-05-21 | SL-821: Use @import, not #import. | Nat Goodspeed | |
2018-05-21 | SL-821: Merge changes for Windows platform | Nat Goodspeed | |
2018-05-21 | SL-821: Introduce macOS BugSplat initialization. | Nat Goodspeed | |
2018-05-21 | SL-821: Reorder CMakeLists.txt includes to resolve interdependencies. | Nat Goodspeed | |
2018-05-21 | Fix broken integration and unit tests. | Graham Linden graham@lindenlab.com | |
Update KDU stubs in integration test. Work around MAINT-8675 stale cert in llsechandler_basic for now. Update stubs for LLTrans::getString in handful of integration tests. | |||
2018-05-30 | Merged in oz_linden/maint-8675 | AndreyL ProductEngine | |
2018-05-21 | SL-857 Remove "Create Auction" functionality from viewer | maxim_productengine | |
2018-05-18 | Remove no longer used var hosing OSX build. | Graham Linden graham@lindenlab.com | |
2018-05-18 | Remove MSVC debug pragmas and comment out code to dump example grids.xml ↵ | Graham Linden graham@lindenlab.com | |
file w/ hard-coded grids. |