aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix #985: Crash after teleportthickbrick2011-07-082-0/+15
| | | | | | Stale LLVOVolume pointer was caused by a leftover from porting the sculpt->volumes list from V2, which I forgot to port. Needed for correct volume accounting.
* Added debug settings RenderSculptSAThreshold and RenderSculptSAMax. Adjust ↵McCabe Maxsted2011-07-085-7/+47
| | | | these if sculpties ever go invisible that shouldn't
* Only check if an object is above SculptSAThresh if it's an actual sculptieMcCabe Maxsted2011-07-082-4/+11
|
* A little cleanup for cache clearingMcCabe Maxsted2011-07-051-26/+11
|
* Added clear sounds cache optionMcCabe Maxsted2011-07-054-3/+27
|
* Added debug setting KeepUnpackedCacheFiles to keep unpacked script, sound, ↵McCabe Maxsted2011-07-052-5/+20
| | | | and avatar files in the cache between restarts
* Fixed #1011: chat range options aren't saved in prefs > notificationsMcCabe Maxsted2011-07-052-5/+6
|
* Don't crash if someone sends us a notecard they've managed to embed a ↵McCabe Maxsted2011-07-051-0/+2
| | | | calling card in
* Always add the version to the top of the log--makes debugging easierMcCabe Maxsted2011-07-051-0/+4
|
* Fixed #986: Preferences->Graphics Advanced Options checkbox is not available ↵McCabe Maxsted2011-07-011-6/+6
| | | | in French
* Fixed #742: cache reset to default button doesn't work (introduced in 7507619e)McCabe Maxsted2011-07-011-2/+2
|
* Fixed #994: double click action combobox not enablingMcCabe Maxsted2011-07-012-3/+5
|
* A fix for #995: crashing when changing 'Only my Friends and Groups can see ↵McCabe Maxsted2011-07-015-58/+138
| | | | when I am online'
* Make sure we clear out skin files that could cause bugs when we install over 1.3McCabe Maxsted2011-07-011-3/+7
|
* Created new window for selectively clearing different parts of the cache ↵McCabe Maxsted2011-06-309-28/+299
| | | | from disk
* Fixed dice rolling to use the right rangeMcCabe Maxsted2011-06-302-21/+12
|
* Code from Singularity Viewer. Original author Shyotl.Nicky Perian2011-06-271-3/+20
| | | | | | | Place machine SSE status and viewer compiled status in Help->About Imprudence Floater. Signed-off-by: Nicky Perian <nickyperian@yahoo.com>
* Removed some unused code from the media tab panel and fixed the '?' button ↵McCabe Maxsted2011-06-254-36/+18
| | | | in about land > audio
* Fixed windows installer files missing from the repo and added the VS2010 ↵McCabe Maxsted2011-06-246-5/+40
| | | | redist (needed for the new openal libs and upcoming VS2010 support)
* Tiny bit of coding standards changes for llaudioengine_openal and moved ↵McCabe Maxsted2011-06-241-29/+30
| | | | audio engine cleanup later during shutdown to prevent conflicts
* Created new window for inworld dice rolling in advanced > UI. Todo: add ↵McCabe Maxsted2011-06-237-1/+248
| | | | button for 'rocks fall, everybody dies'
* Updated Imp's easter egg chat commands with the new website urlsMcCabe Maxsted2011-06-231-7/+6
|
* Fixed the word 'beta' missing from the imp installerMcCabe Maxsted2011-06-211-2/+2
|
* Update the Windows installers for the upcoming 1.4 betaMcCabe Maxsted2011-06-212-111/+199
|
* Fixed viewer version number (1.4.0, not 1.4.1).Jacek Antonelli2011-06-201-1/+1
|
* Clarified the terms for activating spellchecking dictionaries.Jacek Antonelli2011-06-171-5/+5
| | | | | The UI for selecting dictionaries needs a fundamental revamp, but this clarification should at least reduce some user confusion.
* Fixed DicDownloadBaseURL to use http://app.kokuaviewer.org.Jacek Antonelli2011-06-161-1/+1
|
* Removed Meta7 and WorldSimTerra from default_grids.xml.Jacek Antonelli2011-06-151-31/+1
| | | | Meta7 is definitely gone, WorldSimTerra seems to be, too.
* Fixed a nonfunctional help button in the Region/Estate window.Jacek Antonelli2011-06-151-2/+1
| | | | | The help button for Minimum Agent Age was being initialized in the code for the Debug tab, when it's actually in the Region tab.
* Removed Aurora Grid from the default grid list.Jacek Antonelli2011-06-151-15/+0
| | | | It's only a testing/development grid, not intended for real use.
* Added "Show client name tag colors" checkbox in Preferences > Advanced.Jacek Antonelli2011-06-152-4/+9
| | | | | That checkbox was removed from Preferences > Colors in the previous commit (87219855).
* Reverted ability to customize the Imprudence client tag color.Jacek Antonelli2011-06-145-256/+182
| | | | | | | | | The Imprudence tag color is part of our official branding. Users can turn it off, but the color itself is not a matter of user preference. This reverts commits e7ab172b762bbbb87ca78889fdaecfda39a71233 and c903ce543fecedd53d07f2d0fa7f6b149b2b8a1, and removes two widgets from Preferences > Colors.
* Merge remote-tracking branch 'thickbrick/misc' into nextJacek Antonelli2011-06-141-1/+1
|\
| * Fix #924: default RunMultipleThreads to TRUE.thickbrick2011-06-091-1/+1
| | | | | | | | | | | | This should work around the 5% FPS slowdown caused by #614 and is generally a good idea (unless it causes problems, in which case it's definetely a bad idea).
* | Rearranged the login panel to put the grid selector on the left.Jacek Antonelli2011-06-141-29/+29
| | | | | | | | | | | | | | | | The choice of grid affects the name and password fields, so the grid selector should be on the left, so that users will interact with it first. If it were on the right, users would often interact with it *after* typing in their name and password, which would cause the name and password fields to be reset, frustrating the user.
* | Commented out "Cut" from menu_inventory.xml. See IMP-961.Jacek Antonelli2011-06-121-0/+2
| |
* | Updated app_settings/default_grids.xml from our online grid list.Jacek Antonelli2011-06-111-15/+22
| |
* | Use the name of the root node for the default export filenameMcCabe Maxsted2011-06-111-1/+1
| |
* | Merge branch '1.4-fbeta-maxselectfix' into 1.4-fbeta-export_texture_slMcCabe Maxsted2011-06-111-1/+1
|\ \
| * | Fixed file that wasn't committed in 231e9eee (missing this breaks prim creation)McCabe Maxsted2011-06-111-1/+1
| | |
* | | Allow export of textures from Second Life when we have permission (also ↵McCabe Maxsted2011-06-105-673/+853
| | | | | | | | | | | | clean up primbackup.cpp). Based on Henri Beauchamp's patch
* | | Added AO toolbar option to preferences > advancedMcCabe Maxsted2011-06-103-2/+19
| | |
* | | Show tooltips on profile pick tabs (lousy workaround for most names being ↵McCabe Maxsted2011-06-101-0/+9
| | | | | | | | | | | | too big too fit)
* | | Check for when a profile's born on date field gets sent invalid dataMcCabe Maxsted2011-06-102-22/+33
|/ /
* | Don't limit select distance when Disable Max Build Constraints is enabledMcCabe Maxsted2011-06-095-5/+5
| | | | | | | | (cherry picked from commit c5ce8f27de70b81232aa8995dda80186eebe0247)
* | Removed debug setting MaxSelectDistance...McCabe Maxsted2011-06-0910-21/+25
| | | | | | | | | | | | | | ... in favor of setting the select distance differently between opensim and second life in the hippo limits (cherry picked from commit 2545b11e06538010bd5ddb46499920a43889ed0f)
* | Added copy group link button to create clickable links to groups in the viewerMcCabe Maxsted2011-06-095-2/+68
| | | | | | | | (cherry picked from commit 18464593de52a31fa098f5ee5e543d9a44f1889e)
* | Merge remote-tracking branch 'mccabe/1.4-fbeta-iwsupport' into nextJacek Antonelli2011-06-091-1/+29
|\ \
| * | Parse and use inworldz-specific slurls as if they were regular slurlsMcCabe Maxsted2011-06-081-1/+29
| |/
* | Merge remote-tracking branch 'mccabe/1.4-fbeta-landmark_preview' into nextJacek Antonelli2011-06-091-1/+1
|\ \