Commit Graph

39337 Commits (405f5c879c44f32635dcb94de2c7dfb9e4a8673a)

Author SHA1 Message Date
Rider Linden fa4ac065cb Enable sky changes with altitude. 2018-05-24 13:11:33 -07:00
Nat Goodspeed ec8ee33939 MAINT-8675: In Darwin-specific CMake, use cp, not cmake -E copy.
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 16:01:50 -04:00
Oz Linden 3d1e368ad9 govern running tests with the LL_TESTS variable, default ON 2018-05-24 15:42:51 -04:00
AndreyL ProductEngine 93e7f9c8e2 Merged in oz_linden/maint-8675 2018-05-24 20:32:09 +03:00
maxim_productengine 5b943c698a MAINT-8634 Hide texture UUIDs for non-gods 2018-05-24 18:14:54 +03:00
maxim_productengine a0d24f18b7 MAINT-8687 Add a hotkey for Advanced > Set UI Size to Default 2018-05-24 14:02:51 +03:00
Oz Linden c730ae22f8 fix tests broken by argument added to LLTrans::getString 2018-05-23 17:03:34 -04:00
Oz Linden fe8c976abe MAINT-8675: update expired certs in integration test 2018-05-23 17:02:49 -04:00
Rider Linden fbaa01d9a0 Removed mSavedEnvironment so the Mac build will be happy. 2018-05-23 09:30:39 -07:00
andreykproductengine c75eeab839 MAINT-8344 Day Cycle Editor (playing) 2018-05-23 19:01:52 +03:00
maxim_productengine 3c12c7ce56 MAINT-8619 Disable local textures for selection in Group profile 2018-05-23 11:58:42 +03:00
Graham Linden graham@lindenlab.com 439273c9c1 Merge 2018-05-23 01:16:12 +01:00
Rider Linden b29aa01056 Enable save/load/import for day edit. 2018-05-22 16:54:04 -07:00
Graham Linden graham@lindenlab.com 13536bb273 Remove some obsolete sky funcs.
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 21:42:54 +01:00
Graham Linden graham@lindenlab.com 689beff669 Merge 5.1.5 2018-05-22 21:28:07 +01:00
Rider Linden 3888de9439 Merge 2018-05-22 13:16:37 -07:00
Rider Linden 656967b326 Merge PR 2018-05-22 13:08:35 -07:00
Rider Linden 044b80e4e1 Manual blender for use in day editing dialog. 2018-05-22 10:49:55 -07:00
andreykproductengine b6ba9dd565 MAINT-8344 Day Cycle Editor (part 4, finalization) 2018-05-22 20:32:56 +03:00
Ruslan Teliuk 32b07b5a6f Merged in ruslantproductengine/viewer-neko-4cr-4 (pull request #607)
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 15:22:17 +00:00
ruslantproductengine d35a8fcb3f MAINT-8670 Crash in: LLFace::getGeometryVolume()
Guarded.
2018-05-22 18:18:57 +03:00
Andrey Kleshchev 9411bd1cef MAINT-2338 Unit tests 2018-05-22 12:58:52 +00:00
maxim_productengine 250a0396ac MAINT-8635 Don't allow using 'close all windows' if modal toast is open 2018-05-22 14:24:09 +03:00
maxim_productengine 7fc86d1a99 MAINT-8553 FIXED link is not copied from original folder in some cases 2018-05-22 13:42:15 +03:00
Graham Linden graham@lindenlab.com ae5f24eb4d Make rendering of sun / moon work with both in the sky (test visibility independently). 2018-05-21 19:10:32 +01:00
Graham Linden graham@lindenlab.com f86073d609 Fix broken integration and unit tests.
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-21 17:54:54 +01:00
AndreyL ProductEngine 734ce6110f Merged in oz_linden/maint-8675 2018-05-30 06:39:50 +03:00
maxim_productengine 126f9c3e1a SL-857 Remove "Create Auction" functionality from viewer 2018-05-21 18:41:33 +03:00
Graham Linden graham@lindenlab.com 589e23884f Remove no longer used var hosing OSX build. 2018-05-18 23:44:16 +01:00
Graham Linden graham@lindenlab.com 190fa8614c Remove MSVC debug pragmas and comment out code to dump example grids.xml file w/ hard-coded grids. 2018-05-18 23:16:56 +01:00
Graham Linden graham@lindenlab.com 8082cb8668 Make nighttime elev constant _SIN, since it uses a sin value.
Put that constant in sky settings and eliminate dups.

Fix up logic around when to use heavenly bodies (fix broken moon in basic sky).

Remove unnecessary clip to horizon.

Put in temp code to ena/dis sun/moon based on LLEnvironment::getIsDaytime().
2018-05-18 23:14:56 +01:00
Rider Linden 9dc8df35c0 Merge 2018-05-18 13:33:49 -07:00
Rider Linden 4c1a633c23 Day cycle editor changes for loading settings. (Not complete) 2018-05-18 13:27:11 -07:00
andreykproductengine e4973e0f92 MAINT-8344 Day Cycle Editor (part 3) 2018-05-18 21:09:42 +03:00
maxim_productengine 0bd55476ac MAINT-8669 Add callback to show appropriate friendship menu option 2018-05-18 15:56:40 +03:00
AndreyL ProductEngine 64b3473f49 Merged in lindenlab/viewer-release 2018-05-18 03:02:44 +03:00
AndreyL ProductEngine 5493d4d5c7 Merged in lindenlab/viewer-lynx 2018-05-18 02:56:00 +03:00
AndreyL ProductEngine c9bb75e335 MAINT-7626 EOF fix 2018-05-18 02:51:09 +03:00
AndreyL ProductEngine bbbcd6102a Merge 2018-05-18 02:51:57 +03:00
Nat Goodspeed c70119ebab increment viewer version to 5.1.5 2018-05-17 19:30:17 -04:00
Nat Goodspeed 5f5bf0eaf1 Added tag 5.1.4-release for changeset 7b6b020fd5ad 2018-05-17 19:30:16 -04:00
Graham Linden graham@lindenlab.com 242fe06109 Merge 2018-05-18 00:27:39 +01:00
Graham Linden graham@lindenlab.com 39fb9cc9b4 Fix Mie Config validation in sky settings.
Start cleanup of heavenly body rendering.
2018-05-18 00:23:58 +01:00
Graham Linden graham@lindenlab.com 313dbc7fea Merge 2018-05-18 00:22:21 +01:00
Rider Linden 430c5cd235 Self contained looping track blender. Will blend over time across an entire track in a day cycle. 2018-05-17 16:16:33 -07:00
Rider Linden b117a9ea19 Fix end of cycle trigger for time blender. 2018-05-17 12:05:31 -07:00
maxim_productengine c9fed71e60 MAINT-8649 FIXED CTRL+ALT+T does not make alpha masking textures visible 2018-05-17 18:12:04 +03:00
Andrey Kleshchev 398a5d4ddb MAINT-8479 When facing object we should ignore movement distance threshold 2018-05-17 15:05:18 +00:00
andreykproductengine 7a0a580edd MAINT-8344 Prevent multislider from locking in infinit cycle 2018-05-17 15:50:27 +03:00
Graham Linden graham@lindenlab.com 4d4a7dfb9f Merge and disable new sky render. 2018-05-16 23:45:56 +01:00