aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-12Rejig skins again.David Seikel1045-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.
2011-06-11Updated app_settings/default_grids.xml from our online grid list.Jacek Antonelli1-15/+22
2011-06-11Use the name of the root node for the default export filenameMcCabe Maxsted1-1/+1
2011-06-11Fixed file that wasn't committed in 231e9eee (missing this breaks prim creation)McCabe Maxsted1-1/+1
2011-06-10Allow export of textures from Second Life when we have permission (also ↵McCabe Maxsted5-673/+853
clean up primbackup.cpp). Based on Henri Beauchamp's patch
2011-06-10Added AO toolbar option to preferences > advancedMcCabe Maxsted3-2/+19
2011-06-10Show tooltips on profile pick tabs (lousy workaround for most names being ↵McCabe Maxsted2-3/+16
too big too fit)
2011-06-10Check for when a profile's born on date field gets sent invalid dataMcCabe Maxsted2-22/+33
2011-06-09Don't limit select distance when Disable Max Build Constraints is enabledMcCabe Maxsted5-5/+5
(cherry picked from commit c5ce8f27de70b81232aa8995dda80186eebe0247)
2011-06-09Removed debug setting MaxSelectDistance...McCabe Maxsted10-21/+25
... in favor of setting the select distance differently between opensim and second life in the hippo limits (cherry picked from commit 2545b11e06538010bd5ddb46499920a43889ed0f)
2011-06-09Added copy group link button to create clickable links to groups in the viewerMcCabe Maxsted5-2/+68
(cherry picked from commit 18464593de52a31fa098f5ee5e543d9a44f1889e)
2011-06-09Update the basic graphics detail slider.David Seikel8-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.
2011-06-09Default Lightshare to being on.David Seikel1-1/+1
2011-06-09Fixed inventory count being reset when the inventory window's closed/reopenedMcCabe Maxsted2-3/+6
2011-06-08Fix for button labels in case there's ever a conflict between a disabled ↵McCabe Maxsted1-1/+1
selected button and the selected label it should have
2011-06-08Disable the AO sit toolbar button when the AO is disabledMcCabe Maxsted2-4/+11
2011-06-08Implemented 'label_disabled' and 'label_selected_disabled' XUI for LLButtonMcCabe Maxsted2-3/+21
2011-06-08Added tacky-but-useful button for toggling the AO window in the toolbarMcCabe Maxsted1-3/+6
2011-06-08Fixed AO loading on startup and did some light cleanup for readability's ↵McCabe Maxsted4-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
2011-06-08Added some log info when ao_template.ini can't be foundMcCabe Maxsted1-0/+5
2011-06-08Fixed inventory window not showing item count on login when the full cache ↵McCabe Maxsted2-7/+14
is loaded
2011-06-08Re-enabled fetchinventoryonlogin setting and renamed it to ↵McCabe Maxsted2-14/+12
fetchinventoryonlogin2 so it's enabled for users of previous versions
2011-06-08Committing some more useful debugging linesMcCabe Maxsted1-8/+8
2011-06-08Always show an item count in the inventoryMcCabe Maxsted1-1/+1
2011-06-08Fixed inventory not background fetching on startup when inventory window was ↵McCabe Maxsted1-13/+11
open on quit
2011-06-08Now that the cache persists, start background fetching on login. We begin ↵McCabe Maxsted3-10/+35
with the Animations folder uuid sent in the skeleton to hopefully make the AO work as soon as possible
2011-06-08Committing fix for #0000302: inventory reloads on every login. Needs more ↵McCabe Maxsted1-4/+7
testing than just a few people
2011-06-08Fixed unitiliazed variables in llinventorymodel classMcCabe Maxsted1-0/+8
2011-06-08Inv cleanup phase 2: death to gotoMcCabe Maxsted1-81/+197
2011-06-08Always show lldebugs for inventory for now. Logs will be our best debugging ↵McCabe Maxsted1-1/+1
tool for the test build
2011-06-08Committing some more useful debugging linesMcCabe Maxsted1-8/+18
2011-06-08changed several lldebugs to LL_DEBUGS(Inventory)McCabe Maxsted1-28/+28
2011-06-08Parse and use inworldz-specific slurls as if they were regular slurlsMcCabe Maxsted2-5/+53
2011-06-08Fixed landmark inventory offers not opening when automatic preview is enabledMcCabe Maxsted1-1/+1
2011-06-08Notification: View History (in IM/Group Chat) not available on Linux.Jacek Antonelli4-0/+17
Temporary bandaid until IMP-182 is fully fixed.
2011-06-08Added "FeatureNotAvailableOnOS" notification for future use.Jacek Antonelli1-0/+13
It's intended to be used for informing the user that a feature is not available on a certain operating system(s).
2011-06-08Fixed some malformed XML in German IM / Group Chat floaters.Jacek Antonelli2-4/+4
2011-06-07add lots of people and several viewers to the credits in floater_about.xmlArmin Weatherwax1-3/+4
2011-06-06Enable SaveSearchResults by default.Jacek Antonelli1-1/+1
Most users will want this, the only downside is some SLPlugin instances idling in the background.
2011-06-06First hack at fixing up http://onefang.net/redmine/issues/41 .David Seikel4-10/+10
Definately needs more work at a deeper level.
2011-06-06Sort grids in alphabetical order. Removed some, added others.David Seikel1-131/+116
Removed LL grids, this viewer is not compliant with their policy. Removed OSGrid, they seem bent on banning users for no good reason. Added others that are where meta-impy users are likely to be hanging out.
2011-06-06Looks like the reason so called "linden" trees are so ugly is coz LL ↵David Seikel1-1/+1
unreasonably limited their LODfactor. 12 is pretty much "almost too far away to see", so is a reasonable upper limit.
2011-06-06One more genericism.David Seikel1-2/+2
2011-06-06Comment out the packaging stuff again, upstream made something better. I ↵David Seikel1-21/+22
think. lol
2011-06-06Settings.xml is not really diff friendly. Patch up some, changes others ↵David Seikel1-44/+33
that I have reconsidered, fix up some actual problems.
2011-06-06Changing the deruth log messages to warns, coz they really are.David Seikel1-3/+3
Plus, meta-impy default log level is warn, and we want to see them.
2011-06-02Fixing the menu to actually use its color options reveals how broken the ↵McCabe Maxsted5-24/+14
whole system is. In this case, fixing the viewer menu color breaks the login menu bar. Seems like a better breakage alternative for the beta, though (cherry picked from commit 084bd7a120e9ac122e4356246a1da57fd8f1204e)
2011-06-02Fixed #875 by removing menu border introduced in 84ba6c13McCabe Maxsted8-79/+74
(cherry picked from commit bcfe397d0f3ab2bd8df3f8055f089824dd082bf4)
2011-06-02Fix for #903 ATI star issue, ported from Phoenix via Shoytl and SingularityMcCabe Maxsted2-10/+11
(cherry picked from commit 7d6337fb7683546c17c922aa1b0f7e3ca5982448)
2011-06-01Minor improvements in interface textKakurady5-80/+80
Mostly, use of unicode symbols instead of ASCII approximations