aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
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 Maxsted1-1/+1
disappears in patches, part 2: Also support GL_NV_depth_clamp
2010-09-25Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵McCabe Maxsted28-167/+477
disappears in patches, part 1
2010-09-23Fixed Windows compile bug in 721c25d8. Changed std::max to llmax since ↵McCabe Maxsted1-1/+1
Windows apparently thought it'd be a good idea to have its own definition -_-
2010-09-23Added empty indra/cmake/CMakeLists.txt to suppress a CMake 2.8 warning.Jacek Antonelli1-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."
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: "Random" is no integerArmin Weatherwax1-2/+2
2010-09-22forgot the main file for the OpenRegionInfo handlerPatrick Sapinski1-0/+162
2010-09-22Added handler for new OpenSim function "OpenRegionInfo", more info at ↵Patrick Sapinski5-7/+27
http://imprudenceviewer.org/wiki/Opensim_information_needed Currently only supports a fraction of the provided parameters.
2010-09-21More sanity checks in OpenJPEG decodes for #355thickbrick1-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.)
2010-09-21Double-click teleport:thickbrick5-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-19Added safety checks for when snapshot window goes out of sync with the main ↵McCabe Maxsted1-98/+121
UI, as well as a few backported changes from Viewer 2
2010-09-19Show start location on the login screen by defaultMcCabe Maxsted1-1/+1
2010-09-19Changed ResetFocusOnSelfClick to default to false. TODO: investigate a ↵McCabe Maxsted1-1/+1
better way of handling this
2010-09-18Fixed a regression bug due to a refactorelektrahesse1-2/+1
2010-09-18Changed version to Experimental 2010.09.18McCabe Maxsted1-1/+1
2010-09-18Fixed contacts search not working on uppercase namesMcCabe Maxsted2-7/+8
2010-09-18Fixed windows compile error on autocompleteMcCabe Maxsted1-1/+1
2010-09-18Default upload animation preview to own avatarArmin Weatherwax1-1/+1
2010-09-18UI Scale Reset button finds the actual default, not hardcoded.Jacek Antonelli1-1/+2
2010-09-17Fixed events handling on osx to behave correctly on 10.5+ compilation runs.elektrahesse2-6/+30
Added ShellEx(std::string &) method to execute local applications based on file type.
2010-09-17Ooops forgot to remove a debug printout :Pelektrahesse1-1/+0
2010-09-17Fixed path separators for im history so it's multiplatform nowelektrahesse1-1/+8
2010-09-17Added a check to avoid triggering completion tests if text in chatbar is empty.elektrahesse1-2/+3
2010-09-17Added links to the blog and forums to the login screen's help menuMcCabe Maxsted1-20/+22
2010-09-17Updated the profile button heightsMcCabe Maxsted1-8/+8
2010-09-17"fix" null sound channel crashNemurimasu Neiro1-1/+1
2010-09-17Made searching contacts suck a lot lessMcCabe Maxsted2-37/+47
2010-09-17Let's not put so many spaces in front of (none)McCabe Maxsted1-1/+1
2010-09-17Fixed missing [CURRENCY] in god tools and deleted an unused xml file (thanks ↵McCabe Maxsted3-658/+5
Eryn)
2010-09-17Updated de translations to third and fourth batches by ErynMcCabe Maxsted18-270/+541
2010-09-16Reset scroll position on search in contacts/groups listsMcCabe Maxsted2-0/+2
2010-09-16Added search bars for friends and groups lists, based on a feature in the ↵McCabe Maxsted8-23/+142
Ascent viewer by Charley Levenque
2010-09-16Added nicknames support for chat highlighting (up to 3) in prefs->adv->extraelektrahesse4-6/+98
2010-09-16Commented out the checks for distance, above 1024mts seems like i can't make ↵elektrahesse1-2/+2
them work fine :(
2010-09-16Switched struct declaration to a more C++esque way... Aleric hit me with a ↵elektrahesse1-2/+2
stick :P
2010-09-16Moved all the variables to a struct to keep code more clean and added a ↵elektrahesse2-41/+53
check to run the regex match only if the text in chat changes, so it's a bit lighter
2010-09-16Fixed a bug related to the names cache clearing :Pelektrahesse1-40/+39
2010-09-16Added names cycling using TAB. Only 1 char now necessary to trigger ↵elektrahesse2-30/+53
completion. Otherwise TAB reverts to cycle through widgets.
2010-09-16Added CHAT_NORMAL_RADIUS check for autocompletion and deleted selection of ↵elektrahesse1-3/+17
last part upon new autocomplete attempt
2010-09-16Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵McCabe Maxsted4-21/+39
They now toggle spell check for a specific line/text editor consistently
2010-09-15Added support for autocompletion of names also in the 'local chat' windowelektrahesse1-2/+1
2010-09-15Added more punctuation support to both names autocomplete and names ↵elektrahesse2-2/+2
highlight in chat
2010-09-15Added TAB as name completion hotkey, to be used after at least 3 chars ↵elektrahesse1-1/+2
otherwise it reverts to the default widgets-switching behaviour
2010-09-15More spell checking cleanupMcCabe Maxsted4-12/+14
2010-09-15Fixed up the spellcheck preferences labels to something more easily ↵McCabe Maxsted1-26/+33
understandable (TODO: make them make sense, create a decent layout)
2010-09-15Fixed spellcheck comboboxes showing up as blank (do we even want comboboxes ↵McCabe Maxsted1-14/+19
here?)
2010-09-15Fixed crash when pressing the download dictionary button right after the ↵McCabe Maxsted1-36/+39
window opened