aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lightshare.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix leak if lightshare message not validArmin Weatherwax2010-08-261-5/+10
|
* tx Oh: fix bug #415 lightshare update not fluentlyArmin Weatherwax2010-08-261-2/+6
|
* Use the correct setting name for LightShare.Jacek Antonelli2010-08-031-3/+3
|
* Revamped the LightShare option in Preferences > Advanced.Jacek Antonelli2010-08-011-5/+7
| | | | | Instead of a checkbox, it's now a combo box with "Never", "Ask me every time", or "Always".
* Get user confirmation even when using default Windlight settings.Jacek Antonelli2010-08-011-4/+3
| | | | | | | | This might be end up being a bit annoying, but it limits the potential for abuse (e.g. a bad script that cycles between light and dark could trigger seizures in some users, and sheer annoyance in the rest). We may want to add region whitelists and blacklists later.
* Tidied up and documented lightshare.cpp and lightshare.h.Jacek Antonelli2010-08-011-15/+11
|
* Added notification option to ignore all LightShare until you change regions.Jacek Antonelli2010-08-011-6/+31
|
* Restructured WindlightMessage::processWindlight().Jacek Antonelli2010-08-011-43/+48
|
* Added a timer after ignoring LightShare settings.Jacek Antonelli2010-08-011-1/+30
| | | | | | | 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.
* Don't spam user with ConfirmLightShare notifications.Jacek Antonelli2010-08-011-8/+25
| | | | | Now only one notification is created, but the class remembers the most recent settings and discards the old ones.
* Added confirmation dialog before applying LightShare settings.Jacek Antonelli2010-08-011-3/+34
| | | | | | 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.
* Refactored a bunch of messy LightShare code.Jacek Antonelli2010-08-011-0/+302