Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-10-16 | Select the correct preset when the windlight toolbar is first built | McCabe Maxsted | 1 | -0/+1 | |
2010-10-16 | Disabled inventory loading on login unless FetchInventoryOnLogin is true ↵ | McCabe Maxsted | 2 | -2/+21 | |
(default to false) | |||||
2010-10-16 | Ported profile button in friendship requests from Phoenix | McCabe Maxsted | 2 | -2/+17 | |
2010-10-16 | #77: Make URLs in group notices clickable | McCabe Maxsted | 1 | -0/+1 | |
2010-10-16 | Don't dump callstacks at clean exit of viewer. | Aleric Inglewood | 1 | -10/+0 | |
2010-10-16 | More SNOW-802: disable http for bakes earlier. | thickbrick | 1 | -0/+4 | |
2010-10-16 | Port of SNOW-802: Use UDP for baked textures. | thickbrick | 5 | -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-17 | Don't dump callstacks at clean exit of viewer. | Aleric Inglewood | 1 | -10/+0 | |
2010-10-16 | More SNOW-802: disable http for bakes earlier. | thickbrick | 1 | -0/+4 | |
2010-10-16 | Fix windows mime types and gstreamer plugin name. | Aleric Inglewood | 3 | -486/+8 | |
2010-10-16 | fix bug #450 Terrain textures render rainbow | Armin Weatherwax | 2 | -7/+7 | |
2010-10-16 | Port of SNOW-802: Use UDP for baked textures. | thickbrick | 5 | -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-16 | Fix the fix - bad logic for failed http requests | thickbrick | 1 | -5/+5 | |
2010-10-15 | Rename LLRect::isNull to LLRect::isEmpty (a random thing I picked up from ↵ | Aleric Inglewood | 1 | -1/+1 | |
snowglobe 2.x). | |||||
2010-10-15 | RED-595: Manual merge with weekly-webkit. | Aleric Inglewood | 7 | -71/+10 | |
Plus some white space fixes (TABs --> spaces) in install.xml. | |||||
2010-10-15 | Fix typo in buggy OpenSim version detection. | thickbrick | 1 | -2/+2 | |
2010-10-14 | Work around for buggy range responses in OpenSim | thickbrick | 2 | -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-14 | More robust handling of http texture responses. | thickbrick | 1 | -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-14 | Changed the display of the GCC version to add more information on the ↵ | elektrahesse | 1 | -1/+1 | |
compiler used in llfloaterabout.cpp | |||||
2010-10-13 | Added support for upload and local usage of PSD (Photoshop, including layers ↵ | elektrahesse | 5 | -0/+54 | |
and native transparency) and TIFF images (including alpha channel) on any Intel Mac using native Quartz/vImage routines | |||||
2010-10-13 | Added CodeBastard Redgrave and Elektra Hesse as Imp Devels on the minimap :) | elektrahesse | 1 | -1/+3 | |
2010-10-12 | Don't try to fetch http-textures past end of file | thickbrick | 1 | -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-12 | RED-634: Fixed Name/Owner not showing up for objects. | elektrahesse | 3 | -0/+8 | |
2010-10-12 | Removed a debugging llwarns :P | elektrahesse | 1 | -1/+0 | |
2010-10-12 | RED-526: No more saving of screen_last.bmp on the root of the hard drive if ↵ | elektrahesse | 1 | -10/+4 | |
not logged in. | |||||
2010-10-12 | Fixed a mac-only crash caused by uploading non-power-of-two images (wasn't ↵ | elektrahesse | 1 | -1/+1 | |
crashing in bulk upload, only on single texture upload). | |||||
2010-10-11 | Experimental only: changed Experimental cache folder to ↵ | McCabe Maxsted | 1 | -1/+1 | |
ImprudenceExperimental and settings file to settings_imprudence_experimental.xml | |||||
2010-10-10 | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵ | Robin Cornelius | 187 | -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-10 | Thickbrick Sleaford, Soft Linden: STORM-164 make gcc-4.4 happy about llvosky.h | Armin Weatherwax | 1 | -1/+1 | |
2010-10-10 | Force mime_types.xml to use gstreamer as default | Robin Cornelius | 2 | -37/+37 | |
2010-10-10 | Let the gstreamer plugin build on windows | Robin Cornelius | 2 | -5/+21 | |
2010-10-10 | Removed a little piece of test code | elektrahesse | 1 | -5/+0 | |
2010-10-10 | RED-628: Tab completion isn't setting the cursor in the right position. | elektrahesse | 2 | -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-10 | Added missing rlva_strings.xml file | elektrahesse | 1 | -0/+65 | |
2010-10-10 | Missing files for new RLV | elektrahesse | 2 | -0/+598 | |
2010-10-09 | Mac Only: Implemented initial CoreGraphics image decoding to support ↵ | elektrahesse | 3 | -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-09 | Mac Only: Implemented initial CoreGraphics image decoding to support ↵ | elektrahesse | 3 | -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-09 | Fix tab/space issues in viewer_manifest.py | Robin Cornelius | 1 | -11/+11 | |
2010-10-09 | Add a fall back to find NSIS on win64 | Robin Cornelius | 1 | -2/+6 | |
2010-10-09 | Fixed #593: buy button overlaps currency when you become a millionaire | McCabe Maxsted | 1 | -1/+1 | |
2010-10-09 | Added install.xml to the IDE under the 'Library Install File' folder | McCabe Maxsted | 1 | -0/+13 | |
2010-10-09 | Removed spell check from the script editor | McCabe Maxsted | 1 | -1/+1 | |
2010-10-09 | Applied RLVa-1.1.2-Imprudence.patch by Kitty Barnett | McCabe Maxsted | 89 | -2414/+3468 | |
2010-10-09 | Fix tab/space issues in viewer_manifest.py | Robin Cornelius | 1 | -11/+11 | |
2010-10-09 | Add a fall back to find NSIS on win64 | Robin Cornelius | 1 | -2/+6 | |
2010-10-09 | Changed version to Experimental 2010.10.09 | McCabe Maxsted | 1 | -1/+1 | |
2010-10-08 | Removed the base SL version from the About Imprudence floater. | Jacek Antonelli | 1 | -3/+1 | |
It's not really relevant or accurate anymore, because Imprudence is assembled from so many different sources and versions. | |||||
2010-10-08 | Allow build under Mac OS X 10.6 SDK by removing deprecated things. | Mimika Oh | 2 | -11/+11 | |
Incorporated Snowglobe changesets: http://svn.secondlife.com/trac/linden/changeset/2823 http://svn.secondlife.com/trac/linden/changeset/2757 | |||||
2010-10-08 | Possible fix for an infinite loop in LLTextureCache. | Jacek Antonelli | 1 | -5/+8 | |
Backported a few changes from pre-LGPL Viewer 2. | |||||
2010-10-08 | Tiny layout tweaks to accomodate different font widths. | Jacek Antonelli | 2 | -3/+3 | |