Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-24 | Enable sky changes with altitude. | Rider Linden | |
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-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 | Removed mSavedEnvironment so the Mac build will be happy. | Rider Linden | |
2018-05-23 | MAINT-8344 Day Cycle Editor (playing) | andreykproductengine | |
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-21 | Make rendering of sun / moon work with both in the sky (test visibility ↵ | Graham Linden graham@lindenlab.com | |
independently). | |||
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-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. | |||
2018-05-18 | Make nighttime elev constant _SIN, since it uses a sin value. | Graham Linden graham@lindenlab.com | |
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 | Merge | Rider Linden | |
2018-05-18 | Day cycle editor changes for loading settings. (Not complete) | Rider Linden | |
2018-05-18 | MAINT-8344 Day Cycle Editor (part 3) | andreykproductengine | |
2018-05-18 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-05-17 | increment viewer version to 5.1.5 | Nat Goodspeed | |
2018-05-18 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-18 | Fix Mie Config validation in sky settings. | Graham Linden graham@lindenlab.com | |
Start cleanup of heavenly body rendering. | |||
2018-05-18 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-17 | Self contained looping track blender. Will blend over time across an entire ↵ | Rider Linden | |
track in a day cycle. | |||
2018-05-17 | Fix end of cycle trigger for time blender. | Rider Linden | |
2018-05-17 | MAINT-8344 Prevent multislider from locking in infinit cycle | andreykproductengine | |
2018-05-16 | Merge and disable new sky render. | Graham Linden graham@lindenlab.com | |
2018-05-16 | Merge | Rider Linden | |
2018-05-16 | Splitting the blender up to support manual positioning as well as time. Phase1 | Rider Linden | |
2018-05-16 | MAINT-8344 Day cycle editor (part 2) | andreykproductengine | |
2018-05-16 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-15 | Fix the blend code to record the amount of the blend and to store what is ↵ | Rider Linden | |
being blended towards. | |||
2018-05-15 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-14 | Merged in ruslantproductengine/viewer-cougar-4cr-2 (pull request #10) | Ruslan Teliuk | |
MAINT-8348 [LOVE ME RENDER] Edit Rotation Rings Occluded by Mesh Objects Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> | |||
2018-05-11 | Merge | Rider Linden | |
2018-05-11 | Remove the old sky and water edit dialogs. | Rider Linden | |
2018-05-11 | MAINT-8344 Day cycle editor (part 1) | andreykproductengine | |
2018-05-10 | Settings editor available from the open context on the menu. Can edit ↵ | Rider Linden | |
inventory items. | |||
2018-05-10 | MAINT-8348 [LOVE ME RENDER] Edit Rotation Rings Occluded by Mesh Objects | ruslantproductengine | |
FIXED | |||
2018-05-09 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-08 | Add save/update functionality hooks to fixed editor. | Rider Linden | |
2018-05-03 | Inventory context menus and increment attrib for settings panels. | Rider Linden | |
2018-05-02 | Fixed sky editing floater. | Rider Linden | |
2018-05-01 | Mac is not fond at all of unused variables. | Rider Linden | |
2018-04-30 | Refresh is defined in LLPanel. Must be marked override here also | Rider Linden | |