Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed llfilepicker.cpp to use the right translation string for .raw files. | Jacek Antonelli | 2010-08-02 | 1 | -1/+1 | |
| | ||||||
* | Disable AllowMUpose and AutoCloseOOC by default. | Jacek Antonelli | 2010-08-02 | 1 | -26/+22 | |
| | | | | | | They can make chat seem broken/weird if the user does not expect them. (Also moved the settings to the Imprudence section of settings.xml.) | |||||
* | move llwarns ... "Grav SET to" ... to LL_DEBUGS("BodyPhysics") | Armin Weatherwax | 2010-08-02 | 2 | -3/+4 | |
| | ||||||
* | replace llwarns by LL_DEBUGS("View") in llview.h - pointless spam for enduser | Armin Weatherwax | 2010-08-02 | 2 | -5/+5 | |
| | ||||||
* | remove llrender/llglimmediate.cpp and llglimmediate.h (empty files). | Armin Weatherwax | 2010-08-02 | 2 | -2/+0 | |
| | ||||||
* | add checkboxes for MUpose and auto-close OOC to prefs advanced | Armin Weatherwax | 2010-08-02 | 2 | -0/+19 | |
| | ||||||
* | small show client name of others tweaking | Armin Weatherwax | 2010-08-02 | 6 | -17/+91 | |
| | ||||||
* | don't show textures without fetcher in texture-console (backport from Viewer ↵ | Armin Weatherwax | 2010-08-01 | 2 | -3/+7 | |
| | | | | 2.1) | |||||
* | fix crash on relog introduced in 66b8150d4ec94161887c | Armin Weatherwax | 2010-08-01 | 1 | -0/+5 | |
| | ||||||
* | some more HUDEffect revamp | Armin Weatherwax | 2010-08-01 | 6 | -45/+140 | |
| | ||||||
* | revamp a) privatelookattarget + b) privatepointattarget | Armin Weatherwax | 2010-08-01 | 3 | -23/+42 | |
| | | | | | a) grey crosshair 2.5m in front b) just don't show the editing motion | |||||
* | Made the LightShare preference behave like the other preferences. | Jacek Antonelli | 2010-08-01 | 2 | -1/+6 | |
| | | | | i.e. it only goes into effect if you press Apply/OK. | |||||
* | Revamped the LightShare option in Preferences > Advanced. | Jacek Antonelli | 2010-08-01 | 5 | -26/+47 | |
| | | | | | Instead of a checkbox, it's now a combo box with "Never", "Ask me every time", or "Always". | |||||
* | Removed control_name from old combo boxes to avoid conflicts. | Jacek Antonelli | 2010-08-01 | 3 | -19/+19 | |
| | ||||||
* | LLComboBox now properly respects control_name. | Jacek Antonelli | 2010-08-01 | 1 | -0/+16 | |
| | ||||||
* | Get user confirmation even when using default Windlight settings. | Jacek Antonelli | 2010-08-01 | 1 | -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 Antonelli | 2010-08-01 | 2 | -26/+57 | |
| | ||||||
* | Added notification option to ignore all LightShare until you change regions. | Jacek Antonelli | 2010-08-01 | 4 | -16/+45 | |
| | ||||||
* | Restructured WindlightMessage::processWindlight(). | Jacek Antonelli | 2010-08-01 | 1 | -43/+48 | |
| | ||||||
* | Added a timer after ignoring LightShare settings. | Jacek Antonelli | 2010-08-01 | 3 | -1/+48 | |
| | | | | | | | 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 Antonelli | 2010-08-01 | 2 | -10/+28 | |
| | | | | | Now only one notification is created, but the class remembers the most recent settings and discards the old ones. | |||||
* | No longer reset Windlight settings after teleport. | Jacek Antonelli | 2010-08-01 | 1 | -6/+0 | |
| | | | | It was part of the LightShare changes, but it annoys people. | |||||
* | Added confirmation dialog before applying LightShare settings. | Jacek Antonelli | 2010-08-01 | 3 | -3/+57 | |
| | | | | | | 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 Antonelli | 2010-08-01 | 6 | -103/+416 | |
| | ||||||
* | Fixed a Linden typo that made the object cache useless. (SNOW-783) | Jacek Antonelli | 2010-08-01 | 1 | -1/+1 | |
| | ||||||
* | Applied shift-enter whisper shortcut patch by Henri Beauchamp, ported by ↵ | McCabe Maxsted | 2010-07-31 | 1 | -0/+6 | |
| | | | | Ansariel Hiller | |||||
* | Commented out the UI option for sending crash logs, as Imprudence doesn't ↵ | McCabe Maxsted | 2010-07-30 | 1 | -2/+3 | |
| | | | | currently use the crash logger (doesn't affect settings) | |||||
* | Added option in Preferences > General for setting the default time to 12 ↵ | McCabe Maxsted | 2010-07-30 | 42 | -2256/+2605 | |
| | | | | hour/24 hour/UTC. Side effects: moved crash logger settings to advanced prefs, fixed french date translations, past/future dates and times still need to be correctly formatted | |||||
* | Don't play typing anim when using a default channel other than 0 | McCabe Maxsted | 2010-07-27 | 1 | -1/+8 | |
| | ||||||
* | Don't cleanup menus on disconnect (#327) | McCabe Maxsted | 2010-07-26 | 1 | -4/+4 | |
| | ||||||
* | Decreased the default detached chat history and IM window min heights | McCabe Maxsted | 2010-07-26 | 4 | -4/+4 | |
| | ||||||
* | Fixed a notification's spacing being off | McCabe Maxsted | 2010-07-26 | 1 | -2/+1 | |
| | ||||||
* | Fixed missing port from snowglobe in LLPreviewTexture dtor (image wasn't ↵ | McCabe Maxsted | 2010-07-26 | 1 | -0/+4 | |
| | | | | being destroyed) | |||||
* | Changed version to Weekly: 2010-07-24 | McCabe Maxsted | 2010-07-24 | 1 | -1/+1 | |
| | ||||||
* | Fixed bad formatting for settings.xml | McCabe Maxsted | 2010-07-24 | 1 | -1/+0 | |
| | ||||||
* | Henri Beauchamp: MU* pose style and (( auto close | Armin Weatherwax | 2010-07-24 | 3 | -1/+91 | |
| | ||||||
* | fetch *working* libndofdev 0.2.1 for linux64 (version from 2010-07-15 is broken) | Armin Weatherwax | 2010-07-24 | 1 | -2/+2 | |
| | ||||||
* | Changed the connecting to region timer to 45 seconds and made it a debug ↵ | McCabe Maxsted | 2010-07-24 | 2 | -3/+15 | |
| | | | | setting: ConnectingToRegionTimeout | |||||
* | different approach to delete broken images ( components > 4 ) | Armin Weatherwax | 2010-07-22 | 1 | -1/+14 | |
| | ||||||
* | Group like items in the Advanced menu | McCabe Maxsted | 2010-07-21 | 1 | -23/+23 | |
| | ||||||
* | Added area search files missing from 8524a4228 | McCabe Maxsted | 2010-07-21 | 3 | -0/+491 | |
| | ||||||
* | Fixed event search layout being off | McCabe Maxsted | 2010-07-21 | 1 | -4/+4 | |
| | ||||||
* | Moved Limit Select Distance from the Advanced menu into the Advanced Build ↵ | McCabe Maxsted | 2010-07-21 | 3 | -6/+7 | |
| | | | | Options window | |||||
* | Added area search to the advanced menu, port from Emerald by Henri Beauchamp | McCabe Maxsted | 2010-07-19 | 7 | -2/+54 | |
| | ||||||
* | Changed version to Weekly: 2010-07-17 | McCabe Maxsted | 2010-07-17 | 1 | -1/+1 | |
| | ||||||
* | fetch libndofdev with spaceexplorer support (untested) for linux32 | Armin Weatherwax | 2010-07-17 | 1 | -2/+2 | |
| | ||||||
* | faster baking. | Armin Weatherwax | 2010-07-17 | 1 | -2/+3 | |
| | | | | but seems to me textures stay blurred more often, please have an eye on that. | |||||
* | Temporarily commented out the channel spinner in Local Chat until toggling ↵ | McCabe Maxsted | 2010-07-16 | 2 | -5/+5 | |
| | | | | works right | |||||
* | Fixed small typo in notifications.xml | McCabe Maxsted | 2010-07-16 | 1 | -1/+1 | |
| | ||||||
* | Always play sounds regardless of maturity | McCabe Maxsted | 2010-07-16 | 1 | -2/+4 | |
| |