Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Missing files for new RLV | elektrahesse | 2010-10-10 | 2 | -0/+598 | |
| | | | | | | ||||||
| | | * | | | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly | elektrahesse | 2010-10-10 | 95 | -2431/+3521 | |
| | | |\ \ \ | ||||||
| | | | * | | | Fixed #593: buy button overlaps currency when you become a millionaire | McCabe Maxsted | 2010-10-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | * | | | Added install.xml to the IDE under the 'Library Install File' folder | McCabe Maxsted | 2010-10-09 | 1 | -0/+13 | |
| | | | | | | | ||||||
| | | | * | | | Removed spell check from the script editor | McCabe Maxsted | 2010-10-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | * | | | Applied RLVa-1.1.2-Imprudence.patch by Kitty Barnett | McCabe Maxsted | 2010-10-09 | 90 | -2414/+3477 | |
| | | | | | | | ||||||
| | | | * | | | Use all those cores for compile | Robin Cornelius | 2010-10-09 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | | * | | | Fix tab/space issues in viewer_manifest.py | Robin Cornelius | 2010-10-09 | 1 | -11/+11 | |
| | | | | | | | ||||||
| | | | * | | | Add a fall back to find NSIS on win64 | Robin Cornelius | 2010-10-09 | 1 | -2/+6 | |
| | | | | | | | ||||||
| | | | * | | | Fix some STL errors highlighted by MSVC debug | Robin Cornelius | 2010-10-09 | 2 | -2/+11 | |
| | | | | |/ | | | | |/| | ||||||
| | | * | | | Merge branch 'weekly' of git://github.com/elektrahesse/imprudence into weekly | elektrahesse | 2010-10-09 | 0 | -0/+0 | |
| | | |\ \ \ | ||||||
| | | | * | | | Mac Only: Implemented initial CoreGraphics image decoding to support ↵ | elektrahesse | 2010-10-09 | 9 | -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 OSX | elektrahesse | 2010-10-09 | 1 | -1/+0 | |
| | | | | | | ||||||
| | | * | | | Mac Only: Implemented initial CoreGraphics image decoding to support ↵ | elektrahesse | 2010-10-09 | 9 | -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 Inglewood | 2010-10-17 | 1 | -10/+0 | |
| | | |/ | | |/| | ||||||
| | * | | RED-429: Additional fixes. | Aleric Inglewood | 2010-10-10 | 1 | -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 Inglewood | 2010-10-22 | 3 | -33/+28 | |
| | | | | | | | | | | | | | | | After the previous commit, the menu text - after logging in - had disappeared. This fixes that. | |||||
* | | | Fixed copy_win_libs by removing glib dlls | McCabe Maxsted | 2010-10-23 | 1 | -8/+0 | |
|/ / | ||||||
* | | Add support for PluginAttachDebuggerToPlugins for linux | Aleric Inglewood | 2010-10-21 | 2 | -0/+14 | |
| | | | | | | | | | | Opens a terminal with a gdb session for newly started SLPlugin processes if PluginAttachDebuggerToPlugins is set to TRUE. | |||||
* | | LindenUserDir fixes. | Aleric Inglewood | 2010-10-20 | 13 | -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 Inglewood | 2010-10-19 | 1 | -1/+1 | |
| | | ||||||
* | | Sync LLViewerMediaImpl::newSourceFromMediaType with SG2 | Aleric Inglewood | 2010-10-19 | 3 | -16/+82 | |
| | | | | | | | | | | | | Also renamed CookiesEnabled to BrowswerCookiesEnabled. Added BrowserJavascriptEnabled, BrowserPluginsEnabled and PluginAttachDebuggerToPlugins. | |||||
* | | Forgot QtWebKit and Qt plugins in last commit. | Aleric Inglewood | 2010-10-18 | 1 | -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 Inglewood | 2010-10-17 | 1 | -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.txt | Aleric Inglewood | 2010-10-17 | 1 | -1/+2 | |
| | | | | | | | | Make it find llqtwebkit.h with --standalone. | |||||
* | | Fix windows mime types and gstreamer plugin name. | Aleric Inglewood | 2010-10-16 | 3 | -486/+8 | |
| | | ||||||
* | | Rename LLRect::isNull to LLRect::isEmpty (a random thing I picked up from ↵ | Aleric Inglewood | 2010-10-15 | 5 | -8/+8 | |
| | | | | | | | | snowglobe 2.x). | |||||
* | | Comment out code to make it compile at all (with the latest llqtwebkit). | Aleric Inglewood | 2010-10-15 | 2 | -0/+11 | |
| | | ||||||
* | | Add missing semi-colon. | Aleric Inglewood | 2010-10-15 | 1 | -1/+1 | |
| | | ||||||
* | | RED-595: Manual merge with weekly-webkit. | Aleric Inglewood | 2010-10-15 | 13 | -124/+132 | |
| | | | | | | | | Plus some white space fixes (TABs --> spaces) in install.xml. | |||||
* | | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵ | Robin Cornelius | 2010-10-10 | 209 | -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_merge | Robin Cornelius | 2010-10-10 | 530 | -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.h | Armin Weatherwax | 2010-10-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Force mime_types.xml to use gstreamer as default | Robin Cornelius | 2010-10-10 | 2 | -37/+37 | |
| | | | ||||||
| * | | Let the gstreamer plugin build on windows | Robin Cornelius | 2010-10-10 | 5 | -14/+67 | |
| | | | ||||||
| * | | one more poke on trees+grass + fix the windlight water | Armin Weatherwax | 2010-09-23 | 4 | -5/+10 | |
| | | | ||||||
| * | | fix: cached trees + grass white on opensim | Armin Weatherwax | 2010-09-23 | 3 | -4/+5 | |
| | | | | | | | | | | | | issues remaining: windlight water is "flat" | |||||
| * | | fix minimap surface not rendered | Armin Weatherwax | 2010-09-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix conversion that is ambiguous for linux64 gcc; introduced in 11e4c300 | Armin Weatherwax | 2010-09-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | maybe squash with 11e4c300 | |||||
| * | | linux* kill imprudence gstreamer, use system gstreamer instead. | Armin Weatherwax | 2010-09-23 | 9 | -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 Weatherwax | 2010-09-23 | 12 | -584/+440 | |
| | | | ||||||
| * | | Fixed plugin compile issues on windows | McCabe Maxsted | 2010-09-23 | 2 | -1/+2 | |
| | | | ||||||
| * | | Removed more unused 'prepare' dependencies | McCabe Maxsted | 2010-09-23 | 2 | -2/+0 | |
| | | | ||||||
| * | | fix platform specific mime_type xml loading | Armin Weatherwax | 2010-09-23 | 2 | -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 Weatherwax | 2010-09-23 | 28 | -162/+2445 | |
| | | | | | | | | | | | | | | | | | | loading. Issue: llqtwebkit needs update for Linux 64bit | |||||
| * | | fix some mime type issues | Armin Weatherwax | 2010-09-23 | 4 | -45/+139 | |
| | | | ||||||
| * | | fix "about land" (actually llpanellandmedia) crashes | Armin Weatherwax | 2010-09-23 | 2 | -189/+132 | |
| | | | ||||||
| * | | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵ | Armin Weatherwax | 2010-09-23 | 210 | -2270/+12699 | |
| | | | | | | | | | | | | texture system | |||||
| * | | Robin Cornelius: fixes for building plugins on Linux 64bit | Armin Weatherwax | 2010-09-23 | 9 | -1/+62 | |
| | | | ||||||
| * | | update llplugin to latest version of SG2, pull latest webkit | Armin Weatherwax | 2010-09-23 | 22 | -64/+132 | |
| | | |