summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterenvironmentsettings.cpp
AgeCommit message (Collapse)Author
2011-06-14STORM-1305 WIP User day cycles now go first in all lists.Vadim ProductEngine
2011-06-10STORM-1305 WIP User sky presets now go first in all lists.Vadim ProductEngine
2011-06-10STORM-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-10STORM-1305 WIP Made LLWaterParamManager::mParamList private and typedef'ed ↵Vadim ProductEngine
its type.
2011-06-10STORM-1279 FIXED Changing sky preset with a keyboard shortcut now updates ↵Vadim ProductEngine
the Environment Settings floater. Changes: * Subscribed the floater to the "settings changed" signal of the environment manager. * Rewrote the floater to not modify settings only when the Save button is pressed. * Refactoring to eliminate code duplication.
2011-06-09STORM-1254 WIP Implemented deleting local water presets.Vadim ProductEngine
2011-06-07STORM-1255 WIP Consistency pass on sky presets removal.Vadim ProductEngine
* Update all related floaters when a sky preset gets removed. * Don't allow removing skies referenced by (local) day cycles. * Other minor fixes.
2011-06-02STORM-1253 WIP Debugging stuff.Vadim ProductEngine
2011-06-01STORM-1253 WIP Update UI when a day cycle gets added or deleted.Vadim ProductEngine
2011-05-31STORM-1244 WIP Fixed modifying user preferences when the Environment ↵Vadim ProductEngine
Settings floater is opened.
2011-05-30STORM-1244 WIP Minor bug fix in the Environment Settings floater.Vadim ProductEngine
Populate combo boxes *before* accessing them.
2011-05-30STORM-1253 WIP Fixed loading user day cycle on start-up; improved error ↵Vadim ProductEngine
handling.
2011-05-26STORM-1285 WIP Connected "Delete Water / Sky / Day Cycle" floaters (not ↵Vadim ProductEngine
functional) to the main menu.
2011-05-26STORM-1253 WIP Implemented switching between multiple day cycles (locally ↵Vadim ProductEngine
and region-wide).
2011-05-17STORM-1244 FIXED Environment Settings floater implementation.Seth ProductEngine