summaryrefslogtreecommitdiff
path: root/indra/llui/lltimectrl.h
AgeCommit message (Collapse)Author
2011-06-01STORM-1253 WIP Time control: the up/down buttons now work consistently ↵Vadim ProductEngine
across the whole day; time values are snapped to 5 minutes.
2011-05-30STORM-1253 WIP New day cycle editor.Vadim ProductEngine
Done: * Creating new local day cycles. * Editing existing local day cycles. * Deleting day cycles. To do: * Editing region day cycle, dealing with skies in region scope. * Handle teleport while editing a day cycle. * Update UI when a day cycle or sky preset gets deleted. * Make the time ctrl increase/decrease consistently.
2011-05-13STORM-1202 FIXED Time spin controlPaul ProductEngine
Implemented time spin control which is like spin control, but shows and allows to edit time string in "hh:mm PM/AM" format. Implemented according to the WLRS spec.