summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.cpp
AgeCommit message (Collapse)Author
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-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-01merge changes for latest viewer-developmentOz Linden
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-31STORM-1253 WIP Implemented editing region day cycle.Vadim ProductEngine
2011-05-30STORM-1256 WIP Grey out Apply/Cancel buttons when no local change made.Vadim ProductEngine
2011-05-27transplant fix for SH-1467Roxie Linden
viewer now uses simulatorfeatures to check whether to show UI elements for mesh or not
2011-05-26merge changes for oz windlight issuesOz Linden
2011-05-26merge changes for latest windlight integration project repoOz Linden
2011-05-27STORM-1289 ADDITIONAL_FIX Updated a comment.Vadim ProductEngine
2011-05-27STORM-1289 PARTIAL_FIX Re-applying the current region day cycle now doesn't ↵Vadim ProductEngine
revert region setting to fixed sky.
2011-05-26storm-1281: remove estate time from region/estate floater, storm-1282: fix ↵Oz Linden
reordering of region/estate tabs
2011-05-26SH-1444 FIXED "Allow mesh objects" setting is visible on non-mesh region.Loren Shih
2011-05-26STORM-1284 FIXED Changes to region environment are now visible immediately.Vadim ProductEngine
Pressing "Apply" sends the settings update to server. Pressing "Cancel" reverts to current region settings.
2011-05-26STORM-1253 WIP Implemented switching between multiple day cycles (locally ↵Vadim ProductEngine
and region-wide).
2011-05-25storm-1282: reorder tabs on the region/estate floaterOz Linden
2011-05-25merge lastest updates from windlight integration branchOz Linden
2011-05-24STORM-1256 WIP Re-request region settings if our attempt to change them has ↵Vadim ProductEngine
failed.
2011-05-24STORM-1256 WIP Added perpetual indicator for progress of applying changes.Vadim ProductEngine
2011-05-24STORM-1256 WIP Improvements to region enviroment settings editing.Vadim ProductEngine
* Enable/disable controls according to the region permissions. * Update controls when region settings update comes.
2011-05-23STORM-1256 WIP Implemented editing region environment settings via the ↵Vadim ProductEngine
Region/Estate floater.
2011-05-23merge latest changes (post-2.7.0) from viewer-developmentOz Linden
2011-05-21fix oops when cleaning up temporary ifndefsOz Linden
2011-05-20STORM-1265: partial fix for region updates; further integration with new ↵Oz Linden
dialogs needed.
2011-05-19STORM-1265: code changes for merging the Terrain and Ground Textures tabsOz Linden
2011-05-17SH-1444 FIXED "Allow mesh objects" setting is visible on a non-mesh region.Loren Shih
2011-05-17STORM-1205 ADDITIONAL FIX Add "Environment" tab to the "Region/Estate" floaterPaul ProductEngine
- Set tab Environment to the right place (tab order) in the Region\Estate floater - Updated Environment tab content according the spec
2011-05-09SH-1444 "Allow mesh objects" setting is visible on a non-mesh region.Loren Shih
2011-04-18STORM-1180 FIX Temporarily disabled region environment controls.Vadim ProductEngine
Besides, adding a workaround for a crash on exit I've experienced.
2011-03-31STORM-1126 mergeVadim ProductEngine
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 5Vadim ProductEngine
* Added "Apply Local to Region" button to the region terrain setttings panel. * Fixed previewing presets via a combomox in the Advanced Sky Editor floater.
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 4Vadim ProductEngine
Changes: * Fixed incorrect way to pass parameters to notifications. * Fixed crashes in the Advanced Sky floater and the Region Terrain panel. * Fixed initialization and multiple instantiation of the Day Cycle floater (that might lead to incorrect behavior). * Fixed and re-enabled committing env. settings changes to region. * Fixed day cycle and sky settings being sent as empty arrays and therefore not passing validation on server. It is now possible to change region environment settings. * Added debug messages.
2011-04-13SH-1299 and SH-1300 Adding mesh enabled checkbox to region floaterLeyla Farazha
2011-02-23STORM-1126 WIP Windlight Estate Settings port from 1.23: baseline: read only ↵tiggs@lindenlab.com
windlight works (resubmitted by Vadim ProductEngine)
2010-09-30STORM-1126 WIP Windlight Estate Settings port from 1.23: second pass at ↵Nyx (Neal Orman)
getting windlight ported to V2. Lots of cleanup in the floater classes. Not sure every decision was correct but it compiles now. Doesn't link yet. (resubmitted by Vadim ProductEngine)
2010-09-27STORM-1126 WIP Windlight Estate Settings port from 1.23: first pass at ↵Nyx (Neal Orman)
merging in windlight estate settings to viewer-dev codebase. not built, not tested. Probably needs a bunch of fixes to be able to be integrated. (resubmitted by Vadim ProductEngine)
2010-09-27MergeLeyla Farazha
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-20changed buildPanel/buildFloater to member functions buildFromFileRichard Nelson
streamlined LLUICtrlFactory's interface
2010-08-16moved buildFloater out of lluictrlfactory to llfloater.cppRichard Nelson