Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-10-01 | Enabled friends chat and keywords highlighting for both IMs and Group IMs. | elektrahesse | 1 | -11/+5 | |
2010-09-30 | RED-581: SNOW-796: Clicking 'Reset to default' in the Debug Settings floater ↵ | Aleric Inglewood | 1 | -1/+1 | |
doesn't update cached control values. See http://redmine.imprudenceviewer.org/issues/581 | |||||
2010-09-30 | RED-577: SNOW-477: Wrong string raw_file in strings.xml for RAW file | Aleric Inglewood | 14 | -14/+14 | |
See http://redmine.imprudenceviewer.org/issues/577 | |||||
2010-09-30 | RED-576: SNOW-415: Viewer prints always "WARNING: cleanup: Quitting with ↵ | Aleric Inglewood | 1 | -2/+5 | |
pending background tasks" See http://redmine.imprudenceviewer.org/issues/576 | |||||
2010-09-30 | RED-575: VWR-13040: LLObjectSelection::valid_root_begin() is really the same ↵ | Aleric Inglewood | 1 | -1/+1 | |
as LLObjectSelection::root_begin() See http://redmine.imprudenceviewer.org/issues/575 | |||||
2010-09-30 | VWR-14426: Link step fails on Linux when LDFLAGS is set | Aleric Inglewood | 1 | -1/+1 | |
See http://redmine.imprudenceviewer.org/issues/572 | |||||
2010-09-30 | SNOW-86: Dangerous macro leads to possible wrong code | Aleric Inglewood | 3 | -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-30 | Fix for "about landmark" crash when invoking it on a freshly received landmark. | elektrahesse | 2 | -2/+5 | |
2010-09-29 | Fix for Bug #544 | elektrahesse | 1 | -0/+4 | |
2010-09-29 | Reverted to previous version to avoid crash on local chat open. | elektrahesse | 1 | -3/+1 | |
2010-09-28 | Fix missing "Open" in context menu on notecards in inventory. | thickbrick | 1 | -0/+20 | |
This was introduced in d9c9fbdd0d4c2638b3aab5b2db0f8cf6d48a928e (windlight notecards) | |||||
2010-09-28 | Context menu translator: | thickbrick | 2 | -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-28 | RED-565: Building the package/ directory fails for standalone. | Aleric Inglewood | 2 | -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-28 | RED-561: Optimization flags used during --Type=Debug (linux x86_64) | Aleric Inglewood | 1 | -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-28 | RED-556: SNOW-800: Massively duplicated objects | Aleric Inglewood | 3 | -12/+17 | |
See http://redmine.imprudenceviewer.org/issues/556 | |||||
2010-09-28 | RED-554: SNOW-623: Add support for boost 1.42 | Aleric Inglewood | 1 | -2/+12 | |
See http://redmine.imprudenceviewer.org/issues/554 | |||||
2010-09-27 | Fixed a mismatch in control naming causing the viewer to crash at startup | elektrahesse | 1 | -1/+1 | |
2010-09-26 | Converted XUI files to unix line endings, again. | Aleric Inglewood | 324 | -20055/+20055 | |
See http://github.com/imprudence/imprudence/commit/e20f3bb7c3310deca86cfc66af0a086261930bcf | |||||
2010-09-26 | Converted XUI files to unix line endings, again. | Aleric Inglewood | 324 | -20055/+20055 | |
See http://github.com/imprudence/imprudence/commit/e20f3bb7c3310deca86cfc66af0a086261930bcf | |||||
2010-09-25 | Changes the search system, so it matches the keyword against name or surname ↵ | elektrahesse | 1 | -4/+5 | |
initials. | |||||
2010-09-25 | Ported gSavedSettings changes from Emerald (as well as modifying a few of ours) | McCabe Maxsted | 41 | -119/+273 | |
2010-09-25 | Moved RenderWaterVoidCulling into the Imprudence section of settings.xml | McCabe Maxsted | 1 | -11/+11 | |
2010-09-25 | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵ | McCabe Maxsted | 8 | -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-25 | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵ | McCabe Maxsted | 25 | -153/+444 | |
disappears in patches, part 1 | |||||
2010-09-25 | Context translator: default to enabled. | thickbrick | 1 | -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-25 | Make chat translator ignore non-interesting translations (empty or same as | thickbrick | 2 | -22/+25 | |
original,) that may result from Google Translate's language autodetec failure. | |||||
2010-09-24 | Possible fix for an infinite loop in LLTextureCache. | Jacek Antonelli | 1 | -5/+8 | |
Backported a few changes from pre-LGPL Viewer 2. | |||||
2010-09-23 | Tiny layout tweaks to accomodate different font widths. | Jacek Antonelli | 2 | -3/+3 | |
2010-09-23 | Use integer font sizes to avoid blurriness on some systems. | Jacek Antonelli | 1 | -5/+5 | |
2010-09-23 | don't rely on indexed color extension(SNOW-220) | Nemurimasu Neiro | 1 | -1/+0 | |
2010-09-23 | one more poke on trees+grass + fix the windlight water | Armin Weatherwax | 4 | -5/+10 | |
2010-09-23 | fix: cached trees + grass white on opensim | Armin Weatherwax | 3 | -4/+5 | |
issues remaining: windlight water is "flat" | |||||
2010-09-23 | fix minimap surface not rendered | Armin Weatherwax | 1 | -1/+1 | |
2010-09-23 | fix conversion that is ambiguous for linux64 gcc; introduced in 11e4c300 | Armin Weatherwax | 1 | -1/+1 | |
maybe squash with 11e4c300 | |||||
2010-09-23 | linux* kill imprudence gstreamer, use system gstreamer instead. | Armin Weatherwax | 4 | -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-23 | Imprudence style gstreamer plugin (remove llgst, syms and such) | Armin Weatherwax | 4 | -56/+30 | |
2010-09-23 | fix platform specific mime_type xml loading | Armin Weatherwax | 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 :) ) | |||||
2010-09-23 | fix some mime type issues | Armin Weatherwax | 3 | -39/+132 | |
2010-09-23 | fix "about land" (actually llpanellandmedia) crashes | Armin Weatherwax | 2 | -189/+132 | |
2010-09-23 | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵ | Armin Weatherwax | 187 | -1902/+11372 | |
texture system | |||||
2010-09-23 | Robin Cornelius: fixes for building plugins on Linux 64bit | Armin Weatherwax | 1 | -0/+2 | |
2010-09-23 | update llplugin to latest version of SG2, pull latest webkit | Armin Weatherwax | 2 | -2/+3 | |
2010-09-23 | make it compile and run. | Armin Weatherwax | 2 | -52/+0 | |
TODO: llpanellandmedia.cpp and llviewermedia.cpp need a proper fix | |||||
2010-09-23 | port llprimitive from SG2.0 | Armin Weatherwax | 1 | -1/+1 | |
2010-09-23 | port SG2.0 Mediaplugs (webkit supports flash now) | Armin Weatherwax | 1 | -2/+35 | |
2010-09-23 | remove deprecated files | Armin Weatherwax | 3 | -1394/+0 | |
2010-09-23 | Fixed 'there is no media type for text/html' errors | McCabe Maxsted | 2 | -0/+469 | |
2010-09-23 | Fixed floatervicelicense not compiling with the new media changes | McCabe Maxsted | 5 | -27/+24 | |
2010-09-23 | Fixed llvewermedia version info (and kept it disabled unless there's a good ↵ | McCabe Maxsted | 1 | -5/+8 | |
reason for enabling it) | |||||
2010-09-23 | Removed some bad merge entries from newview/CMakeLists.txt | McCabe Maxsted | 1 | -2/+0 | |