Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RED-556: SNOW-800: Massively duplicated objects | Aleric Inglewood | 2010-10-01 | 21 | -566/+1096 |
| | | | | See http://redmine.imprudenceviewer.org/issues/556 | ||||
* | RED-554: SNOW-623: Add support for boost 1.42 | Aleric Inglewood | 2010-10-01 | 1 | -2/+12 |
| | | | | See http://redmine.imprudenceviewer.org/issues/554 | ||||
* | RED-552: VWR-12838: NDOF is assumed to exist, even with --standalone. | Aleric Inglewood | 2010-10-01 | 2 | -9/+62 |
| | | | | | | See http://redmine.imprudenceviewer.org/issues/552 Add FindNDOF.cmake and treat it like every other library (on standalone). | ||||
* | RED-553: SNOW-766: Add a 'printbuilddirs' command to develop.py | Aleric Inglewood | 2010-10-01 | 1 | -3/+7 |
| | | | | See http://redmine.imprudenceviewer.org/issues/553 | ||||
* | Fixed Windows compile error introduced in 13b1fd24 | McCabe Maxsted | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'thickbrick/weekly' into weekly | McCabe Maxsted | 2010-09-29 | 1 | -0/+20 |
|\ | |||||
| * | Fix missing "Open" in context menu on notecards in inventory. | thickbrick | 2010-09-28 | 1 | -0/+20 |
| | | | | | | | | | | This was introduced in d9c9fbdd0d4c2638b3aab5b2db0f8cf6d48a928e (windlight notecards) | ||||
* | | Merge remote branch 'thickbrick/translate_fixes_b' into weekly | McCabe Maxsted | 2010-09-29 | 9 | -196/+410 |
|\ \ | |||||
| * | | Context menu translator: | thickbrick | 2010-09-28 | 6 | -116/+189 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
| * | | Fixed typo causing menu seperator to not hide. | thickbrick | 2010-09-25 | 1 | -1/+1 |
| | | | |||||
| * | | Context translator: default to enabled. | thickbrick | 2010-09-25 | 3 | -6/+9 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | LLTextEditor context translator: set selection after translation. | thickbrick | 2010-09-25 | 1 | -3/+9 |
| | | | |||||
| * | | LLTextEditor context translator: | thickbrick | 2010-09-25 | 2 | -19/+16 |
| | | | | | | | | | | | | | | | | | | - Added a xui attribute "allow_translate", default to off (not enabled in any xml file yet.) - Only show translate menu if clicked on a word, or something is selected. | ||||
| * | | LLLineEditor context translator: | thickbrick | 2010-09-25 | 2 | -19/+18 |
| | | | | | | | | | | | | | | | | | | - Added a xui attribute "allow_translate", default to off (not enabled in any xml file yet.) - Only show translate menu if clicked on a word, or something is selected. | ||||
| * | | LLLineEditor context translator: re-select text properly. | thickbrick | 2010-09-25 | 1 | -4/+2 |
| | | | |||||
| * | | More LLLineEditor context translator bugfixes: | thickbrick | 2010-09-25 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | | | - Use LLWString when doing size calculations (potential crashes and misplaced text) - Weird selection range after translating selected text. | ||||
| * | | Fix LLLineEditor context menu translator returning "()" when nothing is ↵ | thickbrick | 2010-09-25 | 2 | -12/+81 |
| | | | | | | | | | | | | | | | | | | selected. New behavior is to translate the word under the mouse if nothing is selected. | ||||
| * | | Fix LLTextEditor context menu translator returning "()" when nothing is ↵ | thickbrick | 2010-09-25 | 2 | -10/+77 |
| | | | | | | | | | | | | | | | | | | selected. New behavior is to translate the word under the mouse if nothing is selected. | ||||
| * | | Make chat translator ignore non-interesting translations (empty or same as | thickbrick | 2010-09-25 | 2 | -22/+25 |
| | | | | | | | | | | | | original,) that may result from Google Translate's language autodetec failure. | ||||
* | | | Fix for Bug #544 | elektrahesse | 2010-09-29 | 1 | -0/+4 |
| | | | |||||
* | | | Reverted to previous version to avoid crash on local chat open. | elektrahesse | 2010-09-29 | 1 | -3/+1 |
| | | | |||||
* | | | Fixed a mismatch in control naming causing the viewer to crash at startup | elektrahesse | 2010-09-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly | elektrahesse | 2010-09-27 | 390 | -20331/+20799 |
|\ \ \ | | |/ | |/| | |||||
| * | | Converted XUI files to unix line endings, again. | Aleric Inglewood | 2010-09-26 | 324 | -20055/+20055 |
| | | | | | | | | | | | | See http://github.com/imprudence/imprudence/commit/e20f3bb7c3310deca86cfc66af0a086261930bcf | ||||
| * | | Ported gSavedSettings changes from Emerald (as well as modifying a few of ours) | McCabe Maxsted | 2010-09-25 | 41 | -119/+273 |
| | | | |||||
| * | | Moved RenderWaterVoidCulling into the Imprudence section of settings.xml | McCabe Maxsted | 2010-09-25 | 1 | -11/+11 |
| | | | |||||
| * | | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵ | McCabe Maxsted | 2010-09-25 | 8 | -18/+22 |
| | | | | | | | | | | | | disappears in patches, part 3: Collapse LL_VO_HOLE_WATER and LL_VO_EDGE_WATER into one LL_VO_VOID_WATER | ||||
| * | | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵ | McCabe Maxsted | 2010-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | disappears in patches, part 2: Also support GL_NV_depth_clamp | ||||
| * | | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵ | McCabe Maxsted | 2010-09-25 | 28 | -167/+477 |
| | | | | | | | | | | | | disappears in patches, part 1 | ||||
* | | | Changes the search system, so it matches the keyword against name or surname ↵ | elektrahesse | 2010-09-25 | 1 | -4/+5 |
|/ / | | | | | | | initials. | ||||
* | | Fixed Windows compile bug in 721c25d8. Changed std::max to llmax since ↵ | McCabe Maxsted | 2010-09-23 | 1 | -1/+1 |
| | | | | | | | | Windows apparently thought it'd be a good idea to have its own definition -_- | ||||
* | | Merge remote branch 'armin/weekly' into weekly | McCabe Maxsted | 2010-09-23 | 5 | -7/+13 |
|\ \ | |||||
| * | | 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: "Random" is no integer | Armin Weatherwax | 2010-09-23 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch '1.4-fexp-snapshotupdate' into weekly | McCabe Maxsted | 2010-09-23 | 1 | -98/+121 |
|\ \ | |||||
| * | | Added safety checks for when snapshot window goes out of sync with the main ↵ | McCabe Maxsted | 2010-09-19 | 1 | -98/+121 |
| | | | | | | | | | | | | UI, as well as a few backported changes from Viewer 2 | ||||
* | | | Merge remote branch 'thickbrick/weekly' into weekly | McCabe Maxsted | 2010-09-23 | 6 | -58/+93 |
|\ \ \ | |||||
| * | | | More sanity checks in OpenJPEG decodes for #355 | thickbrick | 2010-09-21 | 1 | -10/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Carjay McGinnis from VWR-1815. This fixes decoding lossless and small textures where the viewer's assumption about compressed size breaks (i.e. discard level only half there), and also encoding small lossy textures. This relys on a patched OpenJPEG to work (see openjpeg_top_corner_fix.diff from VWR-1815.) | ||||
| * | | | Double-click teleport: | thickbrick | 2010-09-21 | 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. | ||||
* | | | Added empty indra/cmake/CMakeLists.txt to suppress a CMake 2.8 warning. | Jacek Antonelli | 2010-09-23 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "CMake Warning (dev) at CMakeLists.txt:36 (add_subdirectory): The source directory /home/jacek/imprudence/linden/indra/cmake does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it." | ||||
* | | | don't rely on indexed color extension(SNOW-220) | Nemurimasu Neiro | 2010-09-23 | 1 | -1/+0 |
| | | | |||||
* | | | forgot the main file for the OpenRegionInfo handler | Patrick Sapinski | 2010-09-22 | 1 | -0/+162 |
| | | | |||||
* | | | Added handler for new OpenSim function "OpenRegionInfo", more info at ↵ | Patrick Sapinski | 2010-09-22 | 5 | -7/+27 |
| |/ |/| | | | | | | | | | http://imprudenceviewer.org/wiki/Opensim_information_needed Currently only supports a fraction of the provided parameters. | ||||
* | | Show start location on the login screen by default | McCabe Maxsted | 2010-09-19 | 1 | -1/+1 |
| | | |||||
* | | Changed ResetFocusOnSelfClick to default to false. TODO: investigate a ↵ | McCabe Maxsted | 2010-09-19 | 1 | -1/+1 |
| | | | | | | | | better way of handling this | ||||
* | | Fixed a regression bug due to a refactor | elektrahesse | 2010-09-18 | 1 | -2/+1 |
|/ | |||||
* | Changed version to Experimental 2010.09.18 | McCabe Maxsted | 2010-09-18 | 1 | -1/+1 |
| | |||||
* | Fixed contacts search not working on uppercase names | McCabe Maxsted | 2010-09-18 | 2 | -7/+8 |
| | |||||
* | Fixed windows compile error on autocomplete | McCabe Maxsted | 2010-09-18 | 1 | -1/+1 |
| |