aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-16Ported memory leak fix in llcommon/llstring.h from the Ascent ViewerMcCabe Maxsted1-0/+1
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-17Add LLQTWEBKIT_INCLUDE_DIR to indra/llplugin/CMakeLists.txtAleric Inglewood1-1/+2
Make it find llqtwebkit.h with --standalone.
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 Inglewood5-8/+8
snowglobe 2.x).
2010-10-15Comment out code to make it compile at all (with the latest llqtwebkit).Aleric Inglewood2-0/+11
2010-10-15Add missing semi-colon.Aleric Inglewood1-1/+1
2010-10-15RED-595: Manual merge with weekly-webkit.Aleric Inglewood11-91/+95
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-13Removed a debug message left overelektrahesse1-1/+1
2010-10-13Added support for upload and local usage of PSD (Photoshop, including layers ↵elektrahesse7-15/+90
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 change of cache path for Experimental on Mac to align it with ↵elektrahesse1-1/+1
Windows/Linux and to avoid a crash at startup.
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 Maxsted2-2/+2
ImprudenceExperimental and settings file to settings_imprudence_experimental.xml
2010-10-10Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius209-12426/+2000
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 Cornelius5-14/+67
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-09Removed not needed libgio-2.0 dependency on OSXelektrahesse1-1/+0
2010-10-09Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse9-6/+282
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 ↵elektrahesse9-6/+282
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-09Use all those cores for compileRobin Cornelius1-0/+1
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-09Fix some STL errors highlighted by MSVC debugRobin Cornelius2-2/+11
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 Maxsted90-2414/+3477
2010-10-09Use all those cores for compileRobin Cornelius1-0/+1