aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-01Enabled friends chat and keywords highlighting for both IMs and Group IMs.elektrahesse1-11/+5
2010-09-30RED-581: SNOW-796: Clicking 'Reset to default' in the Debug Settings floater ↵Aleric Inglewood1-1/+1
doesn't update cached control values. See http://redmine.imprudenceviewer.org/issues/581
2010-09-30RED-577: SNOW-477: Wrong string raw_file in strings.xml for RAW fileAleric Inglewood14-14/+14
See http://redmine.imprudenceviewer.org/issues/577
2010-09-30RED-576: SNOW-415: Viewer prints always "WARNING: cleanup: Quitting with ↵Aleric Inglewood1-2/+5
pending background tasks" See http://redmine.imprudenceviewer.org/issues/576
2010-09-30RED-575: VWR-13040: LLObjectSelection::valid_root_begin() is really the same ↵Aleric Inglewood1-1/+1
as LLObjectSelection::root_begin() See http://redmine.imprudenceviewer.org/issues/575
2010-09-30VWR-14426: Link step fails on Linux when LDFLAGS is setAleric Inglewood1-1/+1
See http://redmine.imprudenceviewer.org/issues/572
2010-09-30SNOW-86: Dangerous macro leads to possible wrong codeAleric Inglewood3-4/+4
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile.
2010-09-30Fix for "about landmark" crash when invoking it on a freshly received landmark.elektrahesse2-2/+5
2010-09-29Fix for Bug #544elektrahesse1-0/+4
2010-09-29Reverted to previous version to avoid crash on local chat open.elektrahesse1-3/+1
2010-09-28Fix missing "Open" in context menu on notecards in inventory.thickbrick1-0/+20
This was introduced in d9c9fbdd0d4c2638b3aab5b2db0f8cf6d48a928e (windlight notecards)
2010-09-28Context menu translator:thickbrick2-11/+11
- Don't hide the translate menu, instead only enable the options that make sense in the context (translate languages, copy/paste/etc.) - Made highlighting misspellings a global option, with immediate effect. - Convert newview/lgghunspell_wrapper.cpp to UTF-8.
2010-09-28RED-565: Building the package/ directory fails for standalone.Aleric Inglewood2-6/+12
See http://redmine.imprudenceviewer.org/issues/565 This patch also reorders the "help" text of llmanifest.py to be alphabetical, next to adding the option --standalone with help text. indra/newview/CMakeLists.txt is changed to pass --standalone to the python script. Finally, viewer_manifest.py, which inherits from llmanifest.py uses it to skip the sections that don't make sense when building standalone, and which fail with errors without this patch. This patch is not 100% tested: I don't have a Mac or windows. However, it ONLY touches 'standalone', and before my patches standalone was broken anyway. So, even if this doesn't fix it completely for Mac and/or windows, then it can't hurt to commit, or even release. Even if this fails, the errors are not fatal: the packaging fails, but the viewer is already compiled at this point. I'd advise against holding this back until it could be tested by a Mac or windows developer that can build standalone: that might never happen to begin with! When time comes, some other developer will test it and when there are still problems, fix it, on the other operating systems.
2010-09-28RED-561: Optimization flags used during --Type=Debug (linux x86_64)Aleric Inglewood1-1/+1
See http://redmine.imprudenceviewer.org/issues/561 Fixed erroneous use of optimization flags when not compiling Release. Also removed -DLL_VECTORIZE from compile options: that is set in a header file (llv4math.h), not on the commandline. Patch affects only 64 bit linux.
2010-09-28RED-556: SNOW-800: Massively duplicated objectsAleric Inglewood3-12/+17
See http://redmine.imprudenceviewer.org/issues/556
2010-09-28RED-554: SNOW-623: Add support for boost 1.42Aleric Inglewood1-2/+12
See http://redmine.imprudenceviewer.org/issues/554
2010-09-27Fixed a mismatch in control naming causing the viewer to crash at startupelektrahesse1-1/+1
2010-09-26Converted XUI files to unix line endings, again.Aleric Inglewood324-20055/+20055
See http://github.com/imprudence/imprudence/commit/e20f3bb7c3310deca86cfc66af0a086261930bcf
2010-09-26Converted XUI files to unix line endings, again.Aleric Inglewood324-20055/+20055
See http://github.com/imprudence/imprudence/commit/e20f3bb7c3310deca86cfc66af0a086261930bcf
2010-09-25Changes the search system, so it matches the keyword against name or surname ↵elektrahesse1-4/+5
initials.
2010-09-25Ported gSavedSettings changes from Emerald (as well as modifying a few of ours)McCabe Maxsted41-119/+273
2010-09-25Moved RenderWaterVoidCulling into the Imprudence section of settings.xmlMcCabe Maxsted1-11/+11
2010-09-25Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵McCabe Maxsted8-18/+22
disappears in patches, part 3: Collapse LL_VO_HOLE_WATER and LL_VO_EDGE_WATER into one LL_VO_VOID_WATER
2010-09-25Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵McCabe Maxsted25-153/+444
disappears in patches, part 1
2010-09-25Context translator: default to enabled.thickbrick1-3/+6
Set the default of the xui attribute "allow_translate" to true, and add allow_translate="false" to panel_login.xml. This probably needs to be disabled in other places as well.
2010-09-25Make chat translator ignore non-interesting translations (empty or same asthickbrick2-22/+25
original,) that may result from Google Translate's language autodetec failure.
2010-09-24Possible fix for an infinite loop in LLTextureCache.Jacek Antonelli1-5/+8
Backported a few changes from pre-LGPL Viewer 2.
2010-09-23Tiny layout tweaks to accomodate different font widths.Jacek Antonelli2-3/+3
2010-09-23Use integer font sizes to avoid blurriness on some systems.Jacek Antonelli1-5/+5
2010-09-23don't rely on indexed color extension(SNOW-220)Nemurimasu Neiro1-1/+0
2010-09-23one more poke on trees+grass + fix the windlight waterArmin Weatherwax4-5/+10
2010-09-23fix: cached trees + grass white on opensimArmin Weatherwax3-4/+5
issues remaining: windlight water is "flat"
2010-09-23fix minimap surface not renderedArmin Weatherwax1-1/+1
2010-09-23fix conversion that is ambiguous for linux64 gcc; introduced in 11e4c300Armin Weatherwax1-1/+1
maybe squash with 11e4c300
2010-09-23linux* kill imprudence gstreamer, use system gstreamer instead.Armin Weatherwax4-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
2010-09-23Imprudence style gstreamer plugin (remove llgst, syms and such)Armin Weatherwax4-56/+30
2010-09-23fix platform specific mime_type xml loadingArmin Weatherwax2-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 :) )
2010-09-23fix some mime type issuesArmin Weatherwax3-39/+132
2010-09-23fix "about land" (actually llpanellandmedia) crashesArmin Weatherwax2-189/+132
2010-09-23port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax187-1902/+11372
texture system
2010-09-23Robin Cornelius: fixes for building plugins on Linux 64bitArmin Weatherwax1-0/+2
2010-09-23update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax2-2/+3
2010-09-23make it compile and run.Armin Weatherwax2-52/+0
TODO: llpanellandmedia.cpp and llviewermedia.cpp need a proper fix
2010-09-23port llprimitive from SG2.0Armin Weatherwax1-1/+1
2010-09-23port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax1-2/+35
2010-09-23remove deprecated filesArmin Weatherwax3-1394/+0
2010-09-23Fixed 'there is no media type for text/html' errorsMcCabe Maxsted2-0/+469
2010-09-23Fixed floatervicelicense not compiling with the new media changesMcCabe Maxsted5-27/+24
2010-09-23Fixed llvewermedia version info (and kept it disabled unless there's a good ↵McCabe Maxsted1-5/+8
reason for enabling it)
2010-09-23Removed some bad merge entries from newview/CMakeLists.txtMcCabe Maxsted1-2/+0