aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Bump version number.David Walter Seikel2011-07-191-2/+2
|\ \
* | | Fix up gcrypt and gpg-error compiling and linking. Much cleaner now,and ↵David Walter Seikel2011-07-191-6/+4
|/ / | | | | | | Windows might work again.
* | Add the iGrid developmnet grid.David Walter Seikel2011-06-291-2/+17
| |
* | Clean out no longer needed commented code.David Walter Seikel2011-06-291-4/+0
| |
* | Build libgpg-error and libgcrypt under linux, for OTR.David Walter Seikel2011-06-281-21/+24
| | | | | | | | | | | | | | There is still a problem, the linux compile script (number 3) will bomb out at the link stage, but simply starting it again it runs fine. This was too much work, and it's way past my bed time. It works, so commiting it now, and fixing that problem later. Still could use some cleaning up to.
* | Update Infinite Grid details.meta-impy-v1.4.0-b1David Walter Seikel2011-06-251-6/+6
| |
* | No need for this thumbnail, the matching skin is gone.David Seikel2011-06-251-0/+0
| |
* | Damn thing is bloated enough without easter eggs.David Seikel2011-06-258-239/+0
| |
* | Merge branch 'next' of git://github.com/mccabe/imprudence into nextDavid Seikel2011-06-252-111/+199
|\ \ | |/
| * 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
| |
* | Merge branch 'next' of git://github.com/jacek/imprudence into nextDavid Seikel2011-06-251-1/+1
|\ \ | |/
| * Fixed viewer version number (1.4.0, not 1.4.1).Jacek Antonelli2011-06-201-1/+1
| |
* | Clean up the tag colour stuff after the merge.David Seikel2011-06-191-18/+15
| | | | | | | | Also putting our own at the top of the if tree, and the meta7 one lower.
* | Merge branch 'next' of git://github.com/jacek/imprudence into nextDavid Seikel2011-06-1910-114/+19
|\ \ | |/ | | | | | | | | | | Conflicts (manually merged the grids, ignored the other two): linden/indra/newview/app_settings/default_grids.xml linden/indra/newview/llvoavatar.cpp linden/indra/newview/skins/default/xui/en-us/panel_login.xml
| * 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
| | |
* | | Merge remote-tracking branch 'jacek/next' into nextDavid Seikel2011-06-1244-1219/+2019
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts (manualy merged): linden/indra/newview/app_settings/default_grids.xml linden/indra/newview/primbackup.cpp linden/indra/newview/skins/default/xui/en-us/floater_about.xml linden/indra/newview/skins/default/xui/en-us/notifications.xml InWorldz specific crap removed.
| * | 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
| |\ \
| | * | Fixed landmark inventory offers not opening when automatic preview is enabledMcCabe Maxsted2011-06-081-1/+1
| | |/
| * | Fixed inventory count being reset when the inventory window's closed/reopenedMcCabe Maxsted2011-06-092-3/+6
| | |
| * | Disable the AO sit toolbar button when the AO is disabledMcCabe Maxsted2011-06-082-4/+11
| | |