aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | Missing files for new RLVelektrahesse2010-10-102-0/+598
| | | | | |
| | | * | | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weeklyelektrahesse2010-10-1095-2431/+3521
| | | |\ \ \
| | | | * | | 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-0990-2414/+3477
| | | | | | |
| | | | * | | Use all those cores for compileRobin Cornelius2010-10-091-0/+1
| | | | | | |
| | | | * | | 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
| | | | | | |
| | | | * | | Fix some STL errors highlighted by MSVC debugRobin Cornelius2010-10-092-2/+11
| | | | | |/ | | | | |/|
| | | * | | Merge branch 'weekly' of git://github.com/elektrahesse/imprudence into weeklyelektrahesse2010-10-090-0/+0
| | | |\ \ \
| | | | * | | Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse2010-10-099-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.
| | | * | | Removed not needed libgio-2.0 dependency on OSXelektrahesse2010-10-091-1/+0
| | | | | |
| | | * | | Mac Only: Implemented initial CoreGraphics image decoding to support ↵elektrahesse2010-10-099-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.
| | * | | Don't dump callstacks at clean exit of viewer.Aleric Inglewood2010-10-171-10/+0
| | | |/ | | |/|
| | * | RED-429: Additional fixes.Aleric Inglewood2010-10-101-24/+27
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the regression that you couldn't run 'scripts/install.py' anymore from linden/ when installing a prebuilt package. It also adds support for --dry-run: still printing what symlinks are missing when that options is used without actually adding the symlinks. Finally, the added symlinks are now added to the 'files' section in install.xml so that they are also removed again when you uninstall the package.
| * | 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.
* | | Fixed copy_win_libs by removing glib dllsMcCabe Maxsted2010-10-231-8/+0
|/ /
* | Add support for PluginAttachDebuggerToPlugins for linuxAleric Inglewood2010-10-212-0/+14
| | | | | | | | | | Opens a terminal with a gdb session for newly started SLPlugin processes if PluginAttachDebuggerToPlugins is set to TRUE.
* | LindenUserDir fixes.Aleric Inglewood2010-10-2013-50/+75
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Forgot QtWebKit and Qt plugins in last commit.Aleric Inglewood2010-10-181-2/+14
| | | | | | | | | | Standalone now works (I have no idea why it worked before, since obviously I tested it before committing the previous commit).
* | Find Qt4 with find_package on STANDALONE.Aleric Inglewood2010-10-171-1/+11
| | | | | | | | | | | | If Qt is found in a non-standard place, you still have to set LD_LIBRARY_PATH yourself (to $QTDIR/lib) before running imprudence of course (or the webkit plugin will silently fail).
* | Add LLQTWEBKIT_INCLUDE_DIR to indra/llplugin/CMakeLists.txtAleric Inglewood2010-10-171-1/+2
| | | | | | | | Make it find llqtwebkit.h with --standalone.
* | 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-155-8/+8
| | | | | | | | snowglobe 2.x).
* | Comment out code to make it compile at all (with the latest llqtwebkit).Aleric Inglewood2010-10-152-0/+11
| |
* | Add missing semi-colon.Aleric Inglewood2010-10-151-1/+1
| |
* | RED-595: Manual merge with weekly-webkit.Aleric Inglewood2010-10-1513-124/+132
| | | | | | | | Plus some white space fixes (TABs --> spaces) in install.xml.
* | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius2010-10-10209-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
* | Merge branch 'mccabe-plugins' into plugins_mergeRobin Cornelius2010-10-10530-12227/+47350
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-105-14/+67
| | |
| * | 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-239-3589/+143
| | | | | | | | | | | | | | | 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
| * | Imprudence style gstreamer plugin (remove llgst, syms and such)Armin Weatherwax2010-09-2312-584/+440
| | |
| * | Fixed plugin compile issues on windowsMcCabe Maxsted2010-09-232-1/+2
| | |
| * | Removed more unused 'prepare' dependenciesMcCabe Maxsted2010-09-232-2/+0
| | |
| * | fix platform specific mime_type xml loadingArmin Weatherwax2010-09-232-15/+10
| | | | | | | | | | | | | | | note: mime_type<_nonwindowsplatform>.xml directs SLPlugin to the actual implementation. For using gstreamer on mac + win the file has to be changed (try the linux one :) )
| * | update to viewer-external SLPlugin + webkit. Fixes (lots of) webpages not ↵Armin Weatherwax2010-09-2328-162/+2445
| | | | | | | | | | | | | | | | | | loading. Issue: llqtwebkit needs update for Linux 64bit
| * | fix some mime type issuesArmin Weatherwax2010-09-234-45/+139
| | |
| * | fix "about land" (actually llpanellandmedia) crashesArmin Weatherwax2010-09-232-189/+132
| | |
| * | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax2010-09-23210-2270/+12699
| | | | | | | | | | | | texture system
| * | Robin Cornelius: fixes for building plugins on Linux 64bitArmin Weatherwax2010-09-239-1/+62
| | |
| * | update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax2010-09-2322-64/+132
| | |