aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Ported list link number in tools window from the Ascent Viewer and ↵McCabe Maxsted2010-10-172-10/+63
| | | | | | | | | | | | Imprudenced it
| * | Ported fix for Apply button not working correctly when changing show group ↵McCabe Maxsted2010-10-171-2/+13
| | | | | | | | | | | | in profile option in the group window from Ascent Viewer
| * | Merge remote branch 'armin/weekly' into weeklyMcCabe Maxsted2010-10-172-7/+7
| |\ \
| | * | fix bug #450 Terrain textures render rainbowArmin Weatherwax2010-10-162-7/+7
| | | |
| * | | Several minor changes to how group chat ignore works users won't seeMcCabe Maxsted2010-10-173-9/+12
| | | |
| * | | Added 'Clear History' button to the Teleport History from PhoenixMcCabe Maxsted2010-10-163-2/+23
| | | |
| * | | Select the correct preset when the windlight toolbar is first builtMcCabe Maxsted2010-10-161-0/+1
| | | |
| * | | Disabled inventory loading on login unless FetchInventoryOnLogin is true ↵McCabe Maxsted2010-10-162-2/+21
| | | | | | | | | | | | | | | | (default to false)
| * | | Ported profile button in friendship requests from PhoenixMcCabe Maxsted2010-10-162-2/+17
| | | |
| * | | #77: Make URLs in group notices clickableMcCabe Maxsted2010-10-161-0/+1
| | | |
| * | | Don't dump callstacks at clean exit of viewer.Aleric Inglewood2010-10-161-10/+0
| | | |
| * | | More SNOW-802: disable http for bakes earlier.thickbrick2010-10-161-0/+4
| | | |
| * | | Port of SNOW-802: Use UDP for baked textures.thickbrick2010-10-165-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.
| * | | Changed the display of the GCC version to add more information on the ↵elektrahesse2010-10-141-1/+1
| | | | | | | | | | | | | | | | compiler used in llfloaterabout.cpp
| * | | Added support for upload and local usage of PSD (Photoshop, including layers ↵elektrahesse2010-10-135-0/+54
| | | | | | | | | | | | | | | | and native transparency) and TIFF images (including alpha channel) on any Intel Mac using native Quartz/vImage routines
| * | | Added CodeBastard Redgrave and Elektra Hesse as Imp Devels on the minimap :)elektrahesse2010-10-131-1/+3
| | | |
| * | | RED-634: Fixed Name/Owner not showing up for objects.elektrahesse2010-10-123-0/+8
| | | |
| * | | Removed a debugging llwarns :Pelektrahesse2010-10-121-1/+0
| | | |
| * | | RED-526: No more saving of screen_last.bmp on the root of the hard drive if ↵elektrahesse2010-10-121-10/+4
| | | | | | | | | | | | | | | | not logged in.
| * | | Fixed a mac-only crash caused by uploading non-power-of-two images (wasn't ↵elektrahesse2010-10-121-1/+1
| | |/ | |/| | | | | | | crashing in bulk upload, only on single texture upload).
| * | Experimental only: changed Experimental cache folder to ↵McCabe Maxsted2010-10-111-1/+1
| | | | | | | | | | | | ImprudenceExperimental and settings file to settings_imprudence_experimental.xml
| * | Removed a little piece of test codeelektrahesse2010-10-101-5/+0
| | |
| * | RED-628: Tab completion isn't setting the cursor in the right position.elektrahesse2010-10-102-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...
| * | Added missing rlva_strings.xml fileelektrahesse2010-10-101-0/+65
| | |
| * | Missing files for new RLVelektrahesse2010-10-102-0/+598
| | |
| * | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weeklyelektrahesse2010-10-1091-2429/+3500
| |\ \
| | * | Fixed #593: buy button overlaps currency when you become a millionaireMcCabe Maxsted2010-10-091-1/+1
| | | |
| | * | Added install.xml to the IDE under the 'Library Install File' folderMcCabe Maxsted2010-10-091-0/+13
| | | |
| | * | Removed spell check from the script editorMcCabe Maxsted2010-10-091-1/+1
| | | |
| | * | Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted2010-10-0989-2414/+3468
| | | |
| | * | Fix tab/space issues in viewer_manifest.pyRobin Cornelius2010-10-091-11/+11
| | | |
| | * | Add a fall back to find NSIS on win64Robin Cornelius2010-10-091-2/+6
| | |/
| * | Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse2010-10-093-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.
* | LindenUserDir fixes, part 2.Aleric Inglewood2010-10-223-33/+28
| | | | | | | | | | After the previous commit, the menu text - after logging in - had disappeared. This fixes that.
* | LindenUserDir fixes.Aleric Inglewood2010-10-208-44/+61
| | | | | | | | | | | | | | | | | | | | | | The LindenUserDir (~/.imprudence/first_last/) cannot be initialized before the user logged in. However, several singletons (that only can be initialized once) depend on this directory for initialization. Therefore we have to take care not to instantiate those singletons until after the user logged in. With regard to webit, this fixes the browser_profile (cache and cookies) directory that the builtin browser uses.
* | Update WebKit Version in About floater.Aleric Inglewood2010-10-191-1/+1
| |
* | Sync LLViewerMediaImpl::newSourceFromMediaType with SG2Aleric Inglewood2010-10-193-16/+82
| | | | | | | | | | | | Also renamed CookiesEnabled to BrowswerCookiesEnabled. Added BrowserJavascriptEnabled, BrowserPluginsEnabled and PluginAttachDebuggerToPlugins.
* | Fix windows mime types and gstreamer plugin name.Aleric Inglewood2010-10-163-486/+8
| |
* | Rename LLRect::isNull to LLRect::isEmpty (a random thing I picked up from ↵Aleric Inglewood2010-10-151-1/+1
| | | | | | | | snowglobe 2.x).
* | RED-595: Manual merge with weekly-webkit.Aleric Inglewood2010-10-157-71/+10
| | | | | | | | Plus some white space fixes (TABs --> spaces) in install.xml.
* | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius2010-10-10187-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
* | Merge branch 'mccabe-plugins' into plugins_mergeRobin Cornelius2010-10-10299-4447/+19392
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/doc/contributions.txt linden/indra/cmake/GStreamer.cmake linden/indra/cmake/LLMedia.cmake linden/indra/cmake/OPENAL.cmake linden/indra/llmedia/CMakeLists.txt linden/indra/llprimitive/material_codes.h linden/indra/newview/chatbar_as_cmdline.cpp linden/indra/newview/llappviewer.cpp linden/indra/newview/llfloatertos.cpp linden/indra/newview/llstartup.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h linden/indra/newview/viewer_manifest.py linden/install.xml
| * | Thickbrick Sleaford, Soft Linden: STORM-164 make gcc-4.4 happy about llvosky.hArmin Weatherwax2010-10-101-1/+1
| | |
| * | Force mime_types.xml to use gstreamer as defaultRobin Cornelius2010-10-102-37/+37
| | |
| * | Let the gstreamer plugin build on windowsRobin Cornelius2010-10-102-5/+21
| | |
| * | one more poke on trees+grass + fix the windlight waterArmin Weatherwax2010-09-234-5/+10
| | |
| * | fix: cached trees + grass white on opensimArmin Weatherwax2010-09-233-4/+5
| | | | | | | | | | | | issues remaining: windlight water is "flat"
| * | fix minimap surface not renderedArmin Weatherwax2010-09-231-1/+1
| | |
| * | fix conversion that is ambiguous for linux64 gcc; introduced in 11e4c300Armin Weatherwax2010-09-231-1/+1
| | | | | | | | | | | | maybe squash with 11e4c300
| * | linux* kill imprudence gstreamer, use system gstreamer instead.Armin Weatherwax2010-09-234-1306/+131
| | | | | | | | | | | | | | | who ever builds a release with that needs to consider to install some really old gstreamer at /usr/local/lib - lenny has 0.10.19