aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-16Select the correct preset when the windlight toolbar is first builtMcCabe Maxsted1-0/+1
2010-10-16Disabled inventory loading on login unless FetchInventoryOnLogin is true ↵McCabe Maxsted2-2/+21
(default to false)
2010-10-16Ported profile button in friendship requests from PhoenixMcCabe Maxsted2-2/+17
2010-10-16#77: Make URLs in group notices clickableMcCabe Maxsted1-0/+1
2010-10-16Don't dump callstacks at clean exit of viewer.Aleric Inglewood1-10/+0
2010-10-16More SNOW-802: disable http for bakes earlier.thickbrick1-0/+4
2010-10-16Port of SNOW-802: Use UDP for baked textures.thickbrick5-8/+17
Port of SNOW-802 from SG1. Originally ported by Robin cornelius from SG 2.1. Also added a paramter can_use_http to the LLTextureFetchWorker constructor, to avoid messing with locks.
2010-10-17Don't dump callstacks at clean exit of viewer.Aleric Inglewood1-10/+0
2010-10-16More SNOW-802: disable http for bakes earlier.thickbrick1-0/+4
2010-10-16Fix windows mime types and gstreamer plugin name.Aleric Inglewood3-486/+8
2010-10-16fix bug #450 Terrain textures render rainbowArmin Weatherwax2-7/+7
2010-10-16Port of SNOW-802: Use UDP for baked textures.thickbrick5-8/+17
Port of SNOW-802 from SG1. Originally ported by Robin cornelius from SG 2.1. Also added a paramter can_use_http to the LLTextureFetchWorker constructor, to avoid messing with locks.
2010-10-16Fix the fix - bad logic for failed http requeststhickbrick1-5/+5
2010-10-15Rename LLRect::isNull to LLRect::isEmpty (a random thing I picked up from ↵Aleric Inglewood1-1/+1
snowglobe 2.x).
2010-10-15RED-595: Manual merge with weekly-webkit.Aleric Inglewood7-71/+10
Plus some white space fixes (TABs --> spaces) in install.xml.
2010-10-15Fix typo in buggy OpenSim version detection.thickbrick1-2/+2
2010-10-14Work around for buggy range responses in OpenSimthickbrick2-1/+54
Ugly work around for http://opensimulator.org/mantis/view.php?id=5081 by adding 1 to the http request range when on affected versions, and always requesting ranges that start with 0 (viewer2 style).
2010-10-14More robust handling of http texture responses.thickbrick1-29/+68
Specifically allow for status 416 (unsatisfiable range) and scuessful responses without status 216 (i.e. whole file at once). This *should* allow this to work on different servers, as long as they comply with RFC 2616 WRT range requests.
2010-10-14Changed the display of the GCC version to add more information on the ↵elektrahesse1-1/+1
compiler used in llfloaterabout.cpp
2010-10-13Added support for upload and local usage of PSD (Photoshop, including layers ↵elektrahesse5-0/+54
and native transparency) and TIFF images (including alpha channel) on any Intel Mac using native Quartz/vImage routines
2010-10-13Added CodeBastard Redgrave and Elektra Hesse as Imp Devels on the minimap :)elektrahesse1-1/+3
2010-10-12Don't try to fetch http-textures past end of filethickbrick1-6/+7
Treat http texture requests that returned less data than requsted as indication that we have the whole file, even if we did not specifically requested the whole file by using a very large range yet. IMPORTANT: This will fail to load past 599 bytes in OpenSim <= 0.7.0.2, as it has buggy handling of ranged requests. But OpenSim http texture breakage is not new. http://opensimulator.org/mantis/view.php?id=5081
2010-10-12RED-634: Fixed Name/Owner not showing up for objects.elektrahesse3-0/+8
2010-10-12Removed a debugging llwarns :Pelektrahesse1-1/+0
2010-10-12RED-526: No more saving of screen_last.bmp on the root of the hard drive if ↵elektrahesse1-10/+4
not logged in.
2010-10-12Fixed a mac-only crash caused by uploading non-power-of-two images (wasn't ↵elektrahesse1-1/+1
crashing in bulk upload, only on single texture upload).
2010-10-11Experimental only: changed Experimental cache folder to ↵McCabe Maxsted1-1/+1
ImprudenceExperimental and settings file to settings_imprudence_experimental.xml
2010-10-10Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius187-11101/+1632
Viewer 2 texture system" This reverts commit 087e15e89930d51c3964329befb273ae3b2d330d. Conflicts: linden/indra/newview/llsurface.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h
2010-10-10Thickbrick Sleaford, Soft Linden: STORM-164 make gcc-4.4 happy about llvosky.hArmin Weatherwax1-1/+1
2010-10-10Force mime_types.xml to use gstreamer as defaultRobin Cornelius2-37/+37
2010-10-10Let the gstreamer plugin build on windowsRobin Cornelius2-5/+21
2010-10-10Removed a little piece of test codeelektrahesse1-5/+0
2010-10-10RED-628: Tab completion isn't setting the cursor in the right position.elektrahesse2-24/+20
Now the cursor goes to the end of the selected part. It's impossible to deselect on the fly upon keystroke unless we go hacking in LLLineEditor, which takes the key down before even reaching the chatbar...
2010-10-10Added missing rlva_strings.xml fileelektrahesse1-0/+65
2010-10-10Missing files for new RLVelektrahesse2-0/+598
2010-10-09Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse3-4/+30
uploads, both single and bulk, bypassing viewer's internal decoding classes and using osx native frameworks. Also pushing non-fully-working-yet (and thus disabled) code for native j2c decoding.
2010-10-09Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse3-4/+30
uploads, both single and bulk, bypassing viewer's internal decoding classes and using osx native frameworks. Also pushing non-fully-working-yet (and thus disabled) code for native j2c decoding.
2010-10-09Fix tab/space issues in viewer_manifest.pyRobin Cornelius1-11/+11
2010-10-09Add a fall back to find NSIS on win64Robin Cornelius1-2/+6
2010-10-09Fixed #593: buy button overlaps currency when you become a millionaireMcCabe Maxsted1-1/+1
2010-10-09Added install.xml to the IDE under the 'Library Install File' folderMcCabe Maxsted1-0/+13
2010-10-09Removed spell check from the script editorMcCabe Maxsted1-1/+1
2010-10-09Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted89-2414/+3468
2010-10-09Fix tab/space issues in viewer_manifest.pyRobin Cornelius1-11/+11
2010-10-09Add a fall back to find NSIS on win64Robin Cornelius1-2/+6
2010-10-09Changed version to Experimental 2010.10.09McCabe Maxsted1-1/+1
2010-10-08Removed the base SL version from the About Imprudence floater.Jacek Antonelli1-3/+1
It's not really relevant or accurate anymore, because Imprudence is assembled from so many different sources and versions.
2010-10-08Allow build under Mac OS X 10.6 SDK by removing deprecated things.Mimika Oh2-11/+11
Incorporated Snowglobe changesets: http://svn.secondlife.com/trac/linden/changeset/2823 http://svn.secondlife.com/trac/linden/changeset/2757
2010-10-08Possible fix for an infinite loop in LLTextureCache.Jacek Antonelli1-5/+8
Backported a few changes from pre-LGPL Viewer 2.
2010-10-08Tiny layout tweaks to accomodate different font widths.Jacek Antonelli2-3/+3