Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-03 | SL-19647: Eliminate LLSDArray entirely. | Nat Goodspeed | |
Newer C++ compilers have different semantics around LLSDArray's special copy constructor, which was essential to proper LLSD nesting. In short, we can no longer trust LLSDArray to behave correctly. Now that we have variadic functions, get rid of LLSDArray and replace every reference with llsd::array(). | |||
2018-03-08 | Rename getFogColor from water and sky settings to getWaterFogColor and ↵ | Graham Linden graham@lindenlab.com | |
getSkyFogColor. | |||
2018-01-30 | Cleanup on daycyle selection and stack. Move blenders into environment. | Rider Linden | |
(Transition bronken, instant only. Shaddows moved based on region, not parcel) | |||
2017-11-10 | Remove delete preset dialog, Initial settings for selection level ↵ | Rider Linden | |
(Region/Parcel/Local) | |||
2017-11-09 | Remove unused constant. | Rider Linden | |
2017-11-08 | Day cycles and animated sky/water blending. | Rider Linden | |
2017-11-03 | Initial day cycle impl. | Rider Linden | |
2017-10-16 | Removed conversions from WLColor Control in favor of setter/getter | Rider Linden | |
2017-10-13 | Watter settings active and start of new joystick button type. | Rider Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2011-06-10 | STORM-1305 WIP User water presets now go first in all lists. | Vadim ProductEngine | |
Besides, removed all cases of direct access to the water presets map in preparation for future lazy loading. | |||
2011-06-10 | STORM-1305 WIP Made LLWaterParamManager::mParamList private and typedef'ed ↵ | Vadim ProductEngine | |
its type. | |||
2011-06-09 | STORM-1254 WIP Fixing a Windows compilation error. | Vadim ProductEngine | |
2011-06-09 | STORM-1254 WIP Implemented created and editing local water presets. | Vadim ProductEngine | |
2011-05-26 | STORM-1285 WIP Connected "Create/Edit Water / Sky / Day Cycle" floaters (not ↵ | Vadim ProductEngine | |
functional) to the main menu. |