Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix #985: Crash after teleport | thickbrick | 2011-07-08 | 2 | -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 Maxsted | 2011-07-08 | 5 | -7/+47 | |
| | | | | these if sculpties ever go invisible that shouldn't | |||||
* | Only check if an object is above SculptSAThresh if it's an actual sculptie | McCabe Maxsted | 2011-07-08 | 2 | -4/+11 | |
| | ||||||
* | A little cleanup for cache clearing | McCabe Maxsted | 2011-07-05 | 1 | -26/+11 | |
| | ||||||
* | Added clear sounds cache option | McCabe Maxsted | 2011-07-05 | 4 | -3/+27 | |
| | ||||||
* | Added debug setting KeepUnpackedCacheFiles to keep unpacked script, sound, ↵ | McCabe Maxsted | 2011-07-05 | 2 | -5/+20 | |
| | | | | and avatar files in the cache between restarts | |||||
* | Fixed #1011: chat range options aren't saved in prefs > notifications | McCabe Maxsted | 2011-07-05 | 2 | -5/+6 | |
| | ||||||
* | Don't crash if someone sends us a notecard they've managed to embed a ↵ | McCabe Maxsted | 2011-07-05 | 1 | -0/+2 | |
| | | | | calling card in | |||||
* | Always add the version to the top of the log--makes debugging easier | McCabe Maxsted | 2011-07-05 | 1 | -0/+4 | |
| | ||||||
* | Fixed #986: Preferences->Graphics Advanced Options checkbox is not available ↵ | McCabe Maxsted | 2011-07-01 | 1 | -6/+6 | |
| | | | | in French | |||||
* | Fixed #742: cache reset to default button doesn't work (introduced in 7507619e) | McCabe Maxsted | 2011-07-01 | 1 | -2/+2 | |
| | ||||||
* | Fixed #994: double click action combobox not enabling | McCabe Maxsted | 2011-07-01 | 2 | -3/+5 | |
| | ||||||
* | A fix for #995: crashing when changing 'Only my Friends and Groups can see ↵ | McCabe Maxsted | 2011-07-01 | 5 | -58/+138 | |
| | | | | when I am online' | |||||
* | Make sure we clear out skin files that could cause bugs when we install over 1.3 | McCabe Maxsted | 2011-07-01 | 1 | -3/+7 | |
| | ||||||
* | Created new window for selectively clearing different parts of the cache ↵ | McCabe Maxsted | 2011-06-30 | 9 | -28/+299 | |
| | | | | from disk | |||||
* | Fixed dice rolling to use the right range | McCabe Maxsted | 2011-06-30 | 2 | -21/+12 | |
| | ||||||
* | Code from Singularity Viewer. Original author Shyotl. | Nicky Perian | 2011-06-27 | 1 | -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 Maxsted | 2011-06-25 | 4 | -36/+18 | |
| | | | | in about land > audio | |||||
* | Fixed windows installer files missing from the repo and added the VS2010 ↵ | McCabe Maxsted | 2011-06-24 | 6 | -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 Maxsted | 2011-06-24 | 1 | -29/+30 | |
| | | | | audio engine cleanup later during shutdown to prevent conflicts | |||||
* | Created new window for inworld dice rolling in advanced > UI. Todo: add ↵ | McCabe Maxsted | 2011-06-23 | 7 | -1/+248 | |
| | | | | button for 'rocks fall, everybody dies' | |||||
* | Updated Imp's easter egg chat commands with the new website urls | McCabe Maxsted | 2011-06-23 | 1 | -7/+6 | |
| | ||||||
* | Fixed the word 'beta' missing from the imp installer | McCabe Maxsted | 2011-06-21 | 1 | -2/+2 | |
| | ||||||
* | Update the Windows installers for the upcoming 1.4 beta | McCabe Maxsted | 2011-06-21 | 2 | -111/+199 | |
| | ||||||
* | Fixed viewer version number (1.4.0, not 1.4.1). | Jacek Antonelli | 2011-06-20 | 1 | -1/+1 | |
| | ||||||
* | Clarified the terms for activating spellchecking dictionaries. | Jacek Antonelli | 2011-06-17 | 1 | -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 Antonelli | 2011-06-16 | 1 | -1/+1 | |
| | ||||||
* | Removed Meta7 and WorldSimTerra from default_grids.xml. | Jacek Antonelli | 2011-06-15 | 1 | -31/+1 | |
| | | | | Meta7 is definitely gone, WorldSimTerra seems to be, too. | |||||
* | Fixed a nonfunctional help button in the Region/Estate window. | Jacek Antonelli | 2011-06-15 | 1 | -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 Antonelli | 2011-06-15 | 1 | -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 Antonelli | 2011-06-15 | 2 | -4/+9 | |
| | | | | | That checkbox was removed from Preferences > Colors in the previous commit (87219855). | |||||
* | Reverted ability to customize the Imprudence client tag color. | Jacek Antonelli | 2011-06-14 | 5 | -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 next | Jacek Antonelli | 2011-06-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix #924: default RunMultipleThreads to TRUE. | thickbrick | 2011-06-09 | 1 | -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 Antonelli | 2011-06-14 | 1 | -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 Antonelli | 2011-06-12 | 1 | -0/+2 | |
| | | ||||||
* | | Updated app_settings/default_grids.xml from our online grid list. | Jacek Antonelli | 2011-06-11 | 1 | -15/+22 | |
| | | ||||||
* | | Use the name of the root node for the default export filename | McCabe Maxsted | 2011-06-11 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '1.4-fbeta-maxselectfix' into 1.4-fbeta-export_texture_sl | McCabe Maxsted | 2011-06-11 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fixed file that wasn't committed in 231e9eee (missing this breaks prim creation) | McCabe Maxsted | 2011-06-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Allow export of textures from Second Life when we have permission (also ↵ | McCabe Maxsted | 2011-06-10 | 5 | -673/+853 | |
| | | | | | | | | | | | | clean up primbackup.cpp). Based on Henri Beauchamp's patch | |||||
* | | | Added AO toolbar option to preferences > advanced | McCabe Maxsted | 2011-06-10 | 3 | -2/+19 | |
| | | | ||||||
* | | | Show tooltips on profile pick tabs (lousy workaround for most names being ↵ | McCabe Maxsted | 2011-06-10 | 1 | -0/+9 | |
| | | | | | | | | | | | | too big too fit) | |||||
* | | | Check for when a profile's born on date field gets sent invalid data | McCabe Maxsted | 2011-06-10 | 2 | -22/+33 | |
|/ / | ||||||
* | | Don't limit select distance when Disable Max Build Constraints is enabled | McCabe Maxsted | 2011-06-09 | 5 | -5/+5 | |
| | | | | | | | | (cherry picked from commit c5ce8f27de70b81232aa8995dda80186eebe0247) | |||||
* | | Removed debug setting MaxSelectDistance... | McCabe Maxsted | 2011-06-09 | 10 | -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 viewer | McCabe Maxsted | 2011-06-09 | 5 | -2/+68 | |
| | | | | | | | | (cherry picked from commit 18464593de52a31fa098f5ee5e543d9a44f1889e) | |||||
* | | Merge remote-tracking branch 'mccabe/1.4-fbeta-iwsupport' into next | Jacek Antonelli | 2011-06-09 | 1 | -1/+29 | |
|\ \ | ||||||
| * | | Parse and use inworldz-specific slurls as if they were regular slurls | McCabe Maxsted | 2011-06-08 | 1 | -1/+29 | |
| |/ | ||||||
* | | Merge remote-tracking branch 'mccabe/1.4-fbeta-landmark_preview' into next | Jacek Antonelli | 2011-06-09 | 1 | -1/+1 | |
|\ \ |