aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mccabe-plugins' into plugins_mergeRobin Cornelius2010-10-10526-12184/+47193
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-238-3575/+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-2327-149/+2420
| | | | | | | | | | | | 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-2321-58/+119
| |
| * update to latest SG2 media_pluginsArmin Weatherwax2010-09-2320-229/+956
| |
| * make it compile and run.Armin Weatherwax2010-09-233-147/+1
| | | | | | | | TODO: llpanellandmedia.cpp and llviewermedia.cpp need a proper fix
| * port llprimitive from SG2.0Armin Weatherwax2010-09-2320-335/+3121
| |
| * port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax2010-09-2349-215/+514
| |
| * remove deprecated filesArmin Weatherwax2010-09-233-1394/+0
| |
| * Fixed 'there is no media type for text/html' errorsMcCabe Maxsted2010-09-232-0/+469
| |
| * Fixed floatervicelicense not compiling with the new media changesMcCabe Maxsted2010-09-235-27/+24
| |
| * Fixed llvewermedia version info (and kept it disabled unless there's a good ↵McCabe Maxsted2010-09-231-5/+8
| | | | | | | | reason for enabling it)
| * Added fix for word size from Snowglobe (only for Windows--didn't update ↵McCabe Maxsted2010-09-237-8/+48
| | | | | | | | Linux or Mac as I can't test them)
| * Removed some bad merge entries from newview/CMakeLists.txtMcCabe Maxsted2010-09-231-2/+0
| |
| * CMake now runs correctly on WindowsMcCabe Maxsted2010-09-232-0/+24
| |
| * Added missing plugins notificationsMcCabe Maxsted2010-09-231-0/+18
| |
| * Removed 'prepare' dependency from cmakeMcCabe Maxsted2010-09-233-3/+0
| |
| * Fixed CopyWinLibs. Still a bunch of CMake errors and plugins don't load on ↵McCabe Maxsted2010-09-232-386/+173
| | | | | | | | Windows
| * Fixed Windows compile error with WIND_BUFFER_SIZE_SECMcCabe Maxsted2010-09-232-1/+2
| |
| * Fixed newview\CMakeLists.txt not parsing on WindowsMcCabe Maxsted2010-09-231-5/+4
| |
| * First LL update of plugins, mainly documentationArmin Weatherwax2010-09-2310-103/+358
| |
| * lost in merge: 1 debug setting, some member variables from llpanellandmediaArmin Weatherwax2010-09-233-20/+38
| | | | | | | | todo: review llpanellandmedia; port flotervoicelicense
| * llmediaplugins first stepArmin Weatherwax2010-09-23301-7773/+30641
| |
* | 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
| |
* | Changed version to Experimental 2010.10.09McCabe Maxsted2010-10-091-1/+1
| |
* | Fixed (again) how libjpeg is found on Mac. (#256/#464)Jacek Antonelli2010-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Related information from Nemurimasu Neiro: stay away from find_library! due to an undocumented feature of find_xxx functions in CMake, no additional libraries may be found after the first call to a find_xxx function that searches the prebuilt libraries folder. CMake will request the folder contents *at most once* and libraries added by install.py will be missed.
* | Removed the base SL version from the About Imprudence floater.Jacek Antonelli2010-10-081-3/+1
| | | | | | | | | | It's not really relevant or accurate anymore, because Imprudence is assembled from so many different sources and versions.
* | Allow build under Mac OS X 10.6 SDK by removing deprecated things.Mimika Oh2010-10-082-11/+11
| | | | | | | | | | | | Incorporated Snowglobe changesets: http://svn.secondlife.com/trac/linden/changeset/2823 http://svn.secondlife.com/trac/linden/changeset/2757
* | Possible fix for an infinite loop in LLTextureCache.Jacek Antonelli2010-10-081-5/+8
| | | | | | | | Backported a few changes from pre-LGPL Viewer 2.
* | Tiny layout tweaks to accomodate different font widths.Jacek Antonelli2010-10-082-3/+3
| |
* | Use integer font sizes to avoid blurriness on some systems.Jacek Antonelli2010-10-082-7/+8
| |
* | Merge remote branch 'aleric/weekly' into weeklyMcCabe Maxsted2010-10-083-14/+20
|\ \