aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-23Fixed CopyWinLibs. Still a bunch of CMake errors and plugins don't load on ↵McCabe Maxsted2-386/+173
Windows
2010-09-23Fixed Windows compile error with WIND_BUFFER_SIZE_SECMcCabe Maxsted2-1/+2
2010-09-23Fixed newview\CMakeLists.txt not parsing on WindowsMcCabe Maxsted1-5/+4
2010-09-23Added missing glui and freeglut libs on WindowsMcCabe Maxsted1-0/+37
2010-09-23First LL update of plugins, mainly documentationArmin Weatherwax10-103/+358
2010-09-23lost in merge: 1 debug setting, some member variables from llpanellandmediaArmin Weatherwax3-20/+38
todo: review llpanellandmedia; port flotervoicelicense
2010-09-23llmediaplugins first stepArmin Weatherwax305-7793/+30690
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 Sapinski6-7/+35
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-17Added 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-17UI Scale Reset button finds the actual default, not hardcoded.Jacek Antonelli1-1/+2
2010-09-17Changed default UIScaleFactor from 1.002 to 1.0.McCabe Maxsted1-1/+1
Revert back if letters start showing crazy leading again
2010-09-17Applied patch by Makomk Makosen for #515: Uninitialized pointer ↵McCabe Maxsted1-0/+1
mNextAudioSession in LLVoiceClient
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-17linux64: move cxx flags from external script into 00-Common.cmake for ↵Armin Weatherwax1-1/+17
transparency todo: do it less hacky
2010-09-17Let's not put so many spaces in front of (none)McCabe Maxsted1-1/+1
2010-09-17fix possible crash caused by hudmanagerArmin Weatherwax2-6/+7
thanks to nemurimasu for the catch
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-16Bumped version to 1.3.0 RC3.Jacek Antonelli4-6/+6
2010-09-16Fixed crash when right clicking a landmark and selecting 'About Landmark'.McCabe Maxsted1-3/+3
TODO: fix duplicate LM request that shouldn't happen
2010-09-16Fix for crash on bad teleportsMcCabe Maxsted1-1/+1
2010-09-16fix Bug #240: Make Outfit crashes the viewer in OpenSimArmin Weatherwax1-0/+2
this was due NULL wearables - todo: grey the checkboxes out then, maybe (firstuse)warn
2010-09-16fix: 32bit libs for linux64 are not actually downloadedArmin Weatherwax1-2/+2
2010-09-16linux64: fetch 32 bit libraries required for voiceArmin Weatherwax3-10/+36
2010-09-16Removed Object-Object Occlusion shortcut as it interferes with the AOMcCabe Maxsted1-2/+1
2010-09-16Updated list of viewers and contributors in Help > About Imprudence from the ↵McCabe Maxsted1-3/+3
1.3 release notes and commits in the first Experimental release. Please add any other names we're missing