aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lightshare.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-04More Windlight refactoring, including moving the new stuff back to lightshare.c.David Walter Seikel1-0/+27
What works seems to work fine. Still more work to do, but I might punt some of it to 1.5.
2012-04-02Merge a bunch of duplicated Windlight sharing code.David Walter Seikel1-42/+23
2011-12-29Support the new WindlightReset message from OpenSim for resetting Windlight ↵David Walter Seikel1-0/+5
presets when leaving a sim that uses Lightshare. Note, this windlight and lighthshare stuff needs a refactoring. The (I think LL inspired) Windlight CAPS duplicates a lot of this code. Still should backup any WL changes that have not been stored in a preset to. Some cleanup to do as well. That's why there is some excess cruft added with this commit, part way through implementing some of the above.
2010-08-01Revamped the LightShare option in Preferences > Advanced.Jacek Antonelli1-0/+8
Instead of a checkbox, it's now a combo box with "Never", "Ask me every time", or "Always".
2010-08-01Tidied up and documented lightshare.cpp and lightshare.h.Jacek Antonelli1-11/+46
2010-08-01Added notification option to ignore all LightShare until you change regions.Jacek Antonelli1-0/+2
2010-08-01Added a timer after ignoring LightShare settings.Jacek Antonelli1-0/+7
If you ignore a LightShare setting, all settings for the next 30 seconds will be ignored. The timer resets each time a new message is ignored. Customize with LightShareIgnoreTimer in Debug Settings.
2010-08-01Don't spam user with ConfirmLightShare notifications.Jacek Antonelli1-2/+3
Now only one notification is created, but the class remembers the most recent settings and discards the old ones.
2010-08-01Added confirmation dialog before applying LightShare settings.Jacek Antonelli1-0/+4
If you are using a preset other than the default preset or the LightShare preset, the viewer will now ask you whether to apply settings received from the server.
2010-08-01Refactored a bunch of messy LightShare code.Jacek Antonelli1-0/+67