aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'jacek/next' into nextDavid Seikel2011-06-1247-1225/+2047
|\ | | | | | | | | | | | | | | | | | | 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
| |
| * Merge remote-tracking branch 'mccabe/1.4-fbeta-export_texture_sl' into nextJacek Antonelli2011-06-1112-701/+922
| |\
| | * 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-102-3/+16
| | | | | | | | | | | | 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-092-5/+53
| |\
| | * Parse and use inworldz-specific slurls as if they were regular slurlsMcCabe Maxsted2011-06-082-5/+53
| | |
| * | 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
| | |/
| * | Merge remote-tracking branch 'mccabe/1.4-fbeta-inv_loading_and_ao' into nextJacek Antonelli2011-06-0914-480/+951
| |\ \ | | |/ | |/|
| | * Fixed inventory count being reset when the inventory window's closed/reopenedMcCabe Maxsted2011-06-092-3/+6
| | |
| | * Fix for button labels in case there's ever a conflict between a disabled ↵McCabe Maxsted2011-06-081-1/+1
| | | | | | | | | | | | selected button and the selected label it should have
| | * Disable the AO sit toolbar button when the AO is disabledMcCabe Maxsted2011-06-082-4/+11
| | |
| | * Implemented 'label_disabled' and 'label_selected_disabled' XUI for LLButtonMcCabe Maxsted2011-06-082-3/+21
| | |
| | * Added tacky-but-useful button for toggling the AO window in the toolbarMcCabe Maxsted2011-06-081-3/+6
| | |
| | * Fixed AO loading on startup and did some light cleanup for readability's ↵McCabe Maxsted2011-06-084-329/+599
| | | | | | | | | | | | sake. The AO now checks for the notecard every 10 seconds until it's loaded. This whole feature could really use a major refactor
| | * Added some log info when ao_template.ini can't be foundMcCabe Maxsted2011-06-081-0/+5
| | |
| | * Fixed inventory window not showing item count on login when the full cache ↵McCabe Maxsted2011-06-082-7/+14
| | | | | | | | | | | | is loaded
| | * Re-enabled fetchinventoryonlogin setting and renamed it to ↵McCabe Maxsted2011-06-082-14/+12
| | | | | | | | | | | | fetchinventoryonlogin2 so it's enabled for users of previous versions
| | * Committing some more useful debugging linesMcCabe Maxsted2011-06-081-8/+8
| | |
| | * Always show an item count in the inventoryMcCabe Maxsted2011-06-081-1/+1
| | |
| | * Fixed inventory not background fetching on startup when inventory window was ↵McCabe Maxsted2011-06-081-13/+11
| | | | | | | | | | | | open on quit
| | * Now that the cache persists, start background fetching on login. We begin ↵McCabe Maxsted2011-06-083-10/+35
| | | | | | | | | | | | with the Animations folder uuid sent in the skeleton to hopefully make the AO work as soon as possible
| | * Committing fix for #0000302: inventory reloads on every login. Needs more ↵McCabe Maxsted2011-06-081-4/+7
| | | | | | | | | | | | testing than just a few people
| | * Fixed unitiliazed variables in llinventorymodel classMcCabe Maxsted2011-06-081-0/+8
| | |
| | * Inv cleanup phase 2: death to gotoMcCabe Maxsted2011-06-081-81/+197
| | |
| | * Always show lldebugs for inventory for now. Logs will be our best debugging ↵McCabe Maxsted2011-06-081-1/+1
| | | | | | | | | | | | tool for the test build
| | * Committing some more useful debugging linesMcCabe Maxsted2011-06-081-8/+18
| | |
| | * changed several lldebugs to LL_DEBUGS(Inventory)McCabe Maxsted2011-06-081-28/+28
| |/
| * Merge branch 'view-history' into nextJacek Antonelli2011-06-086-4/+34
| |\
| | * Notification: View History (in IM/Group Chat) not available on Linux.Jacek Antonelli2011-06-084-0/+17
| | | | | | | | | | | | Temporary bandaid until IMP-182 is fully fixed.
| | * Added "FeatureNotAvailableOnOS" notification for future use.Jacek Antonelli2011-06-081-0/+13
| | | | | | | | | | | | | | | It's intended to be used for informing the user that a feature is not available on a certain operating system(s).
| | * Fixed some malformed XML in German IM / Group Chat floaters.Jacek Antonelli2011-06-082-4/+4
| | |
| * | Merge remote-tracking branch 'armin/credits' into nextJacek Antonelli2011-06-081-3/+4
| |\ \
| | * | add lots of people and several viewers to the credits in floater_about.xmlArmin Weatherwax2011-06-071-3/+4
| | | |
| * | | Merge remote-tracking branch 'thickbrick/large_prims_on_mesh' into nextJacek Antonelli2011-06-084-4/+23
| |\ \ \ | | |_|/ | |/| |
| | * | Allow prim sizes up to 64m on SL-Mesh regionsthickbrick2011-05-284-4/+23
| | | | | | | | | | | | | | | | | | | | This Abuses the existance of both GetMesh and ObjectAdd capabilities to detect SL-Mesh (same way it is done in viewer-development.)
| * | | Enable SaveSearchResults by default.Jacek Antonelli2011-06-061-1/+1
| | |/ | |/| | | | | | | | | | Most users will want this, the only downside is some SLPlugin instances idling in the background.
* | | Rejig skins again.David Seikel2011-06-121045-1039/+40
| | | | | | | | | | | | | | | | | | Since meta7 is no longer a legally allowed name, and since this viewer is no longer part of that dead company, got rid of those skins. Also removed the silver skin. Made things a tiny bit easier for the next time I have to do this.
* | | Update the basic graphics detail slider.David Seikel2011-06-098-226/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | Looks like LL has had two ways of dealing with the basic graphics detail slider in preferences, which is typical of them. And looks like they left crap laying around from the old method. Removed the crap. Updated the values the slider uses to better suit modern equipment, while leaving the low end the same. Pumped up "linden" tree rendering, it was way too low.
* | | Default Lightshare to being on.David Seikel2011-06-091-1/+1
| | |
* | | Trying to use the new package thingy, did not work.David Seikel2011-06-061-0/+100
| | | | | | | | | | | | I need to study what they did more closely. At least the script itself is here, to remind me to fix it. lol