Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-10-08 | Fix bug #612: Option to highlight misspeld words doesn't persist between ↵ | thickbrick | 2 | -6/+3 | |
sessions. | |||||
2010-10-06 | Changed version to Experimental 2010.10.06-hotfix | McCabe Maxsted | 1 | -1/+1 | |
2010-10-06 | Fixed TOS loading and renamed corretly LLIamHere classes in TOS and Voice ↵ | elektrahesse | 2 | -15/+17 | |
TOS respectively to LLIamHereTOS and LLIamHereVoice to avoid collisions. | |||||
2010-10-05 | Fix RED-603: Errors when loading local images | thickbrick | 1 | -2/+3 | |
Avoid bad offsets that would cause failure with this warning: "doRead: Error reading file from local cache" | |||||
2010-10-02 | Fixed #157: Group lists get merged after logging into multiple grids | McCabe Maxsted | 1 | -0/+3 | |
2010-10-02 | Preview temporary textures on upload (by Henri Beauchamp from the Cool ↵ | McCabe Maxsted | 1 | -1/+4 | |
Viewer). TODO: add 'temporary' to the window title for temp textures | |||||
2010-10-02 | Fixed RezWithLandGroup not working when shift-dragging prims (from Henri ↵ | McCabe Maxsted | 1 | -1/+28 | |
Beauchamp and the Cool Viewer) | |||||
2010-10-02 | Removed persist for HighResSnapshot setting as it causes crash loops when ↵ | McCabe Maxsted | 1 | -1/+1 | |
enabled and opening the snapshot window with bad settings | |||||
2010-10-02 | Changed version to Experimental 2010.10.02 | McCabe Maxsted | 1 | -1/+1 | |
2010-10-02 | #489: added /LARGEADDRESSAWARE to the Windows linker command line settings | McCabe Maxsted | 1 | -2/+2 | |
2010-10-02 | Applied patch by Ansariel Hiller for #568: reload balance option in the ↵ | McCabe Maxsted | 2 | -1/+26 | |
advanced menu. Patch originally from Phoenix. I've modified it to support our currency changes, too | |||||
2010-10-02 | 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-10-02 | 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-10-02 | 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-10-02 | 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-10-02 | fix: Bug #413 1.3 Logout: crash when cancelling currency purchase | Armin Weatherwax | 1 | -1/+1 | |
todo: llfloaterbuycurrency needs refactor | |||||
2010-10-01 | VWR-14426: Link step fails on Linux when LDFLAGS is set | Aleric Inglewood | 1 | -1/+1 | |
See http://redmine.imprudenceviewer.org/issues/572 | |||||
2010-10-01 | 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-10-01 | 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-10-01 | 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-10-01 | RED-556: SNOW-800: Massively duplicated objects | Aleric Inglewood | 3 | -12/+17 | |
See http://redmine.imprudenceviewer.org/issues/556 | |||||
2010-10-01 | RED-554: SNOW-623: Add support for boost 1.42 | Aleric Inglewood | 1 | -2/+12 | |
See http://redmine.imprudenceviewer.org/issues/554 | |||||
2010-10-01 | fix: Bug #390 Logout: snapshot window doesn't close when logging out | Armin Weatherwax | 1 | -8/+17 | |
2010-10-01 | fix: don't play balance changed ui-sound when relogging into account with ↵ | Armin Weatherwax | 2 | -1/+6 | |
different balance | |||||
2010-10-01 | replacent for f99376788 Fixed #381: using voice causes viewer crash on ↵ | Armin Weatherwax | 1 | -2/+5 | |
disconnect/quit | |||||
2010-10-01 | fix friendlist not cleared on logout | Armin Weatherwax | 3 | -1/+16 | |
2010-10-01 | fix crash on logout | Armin Weatherwax | 1 | -0/+1 | |
2010-10-01 | Enabled friends chat and keywords highlighting for both IMs and Group IMs. | elektrahesse | 1 | -11/+5 | |
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-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-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-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: "Random" is no integer | Armin Weatherwax | 1 | -2/+2 | |
2010-09-22 | forgot the main file for the OpenRegionInfo handler | Patrick Sapinski | 1 | -0/+162 | |
2010-09-22 | Added handler for new OpenSim function "OpenRegionInfo", more info at ↵ | Patrick Sapinski | 5 | -7/+27 | |
http://imprudenceviewer.org/wiki/Opensim_information_needed Currently only supports a fraction of the provided parameters. | |||||
2010-09-21 | Double-click teleport: | thickbrick | 5 | -48/+58 | |
- clean up duplicated (and subtly and needlessly different) code. - keep the camera heading in inter-sim double-click teleport in a hackish way, since SL sims give LookAt info that is kind of random in AgentMovementComplete. | |||||
2010-09-19 | Added safety checks for when snapshot window goes out of sync with the main ↵ | McCabe Maxsted | 1 | -98/+121 | |
UI, as well as a few backported changes from Viewer 2 |