aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-04Bumped version to 1.3.1.Jacek Antonelli4-6/+6
2010-11-04Fixed Windows compile error in impprefsfonts.cpp (unsafe mix of type 'bool' ↵McCabe Maxsted1-1/+1
and type 'BOOL' in operation)
2010-10-23Changed several Preferences modal alerts to notifications.Jacek Antonelli1-10/+10
CacheWillClear, CacheWillBeMoved, ChangeConnectionPort, ChangeSkin, and ChangeFont. There are many other alerts that should be made non-modal in the future, but this should prevent a focus fight with the Vivox policy window.
2010-10-22Changed Small font size back to 8.5.Jacek Antonelli1-1/+1
If this causes blurry fonts for a user, they should enable "Force integer font sizes" in Preferences > Fonts.
2010-10-22Added FontSizeMultiplier and FontSizeRounding controls to Font prefs.Jacek Antonelli2-4/+56
2010-10-22Added FontSizeMultiplier and FontSizeRounding settings.Jacek Antonelli2-1/+31
Gives more control over font sizes, addresses font being smaller than some users desire.
2010-10-21Fixed #629: Freeze Frame snapshot option breaks the UI.Jacek Antonelli1-1/+0
2010-10-06Fixed TOS loading and renamed corretly LLIamHere classes in TOS and Voice ↵elektrahesse2-15/+17
TOS respectively to LLIamHereTOS and LLIamHereVoice to avoid collisions.
2010-10-03Fixed RezWithLandGroup not working when shift-dragging prims (from Henri ↵McCabe Maxsted1-1/+28
Beauchamp and the Cool Viewer)
2010-10-03Removed persist for HighResSnapshot setting as it causes crash loops when ↵McCabe Maxsted1-1/+1
enabled and opening the snapshot window with bad settings
2010-10-03#489: added /LARGEADDRESSAWARE to the Windows linker command line settingsMcCabe Maxsted1-2/+2
2010-10-03SNOW-796: Debug Settings 'Reset to default' partly broken. (#581)Aleric Inglewood2-1/+3
Clicking 'Reset to default' in the Debug Settings floater doesn't update cached control values.
2010-10-03SNOW-422: Imprudence doesn't compile with g++ 4.4.x (#562)Aleric Inglewood1-1/+1
2010-10-03Fixed (again) how libjpeg is found on Mac. (#256/#464)Jacek Antonelli1-8/+1
Related information from Nemurimasu Neiro: stay away from find_library! due to an undocumented feature of find_xxx functions in CMake, no additional libraries may be found after the first call to a find_xxx function that searches the prebuilt libraries folder. CMake will request the folder contents *at most once* and libraries added by install.py will be missed.
2010-10-03Allow build under Mac OS X 10.6 SDK by removing deprecated things.Mimika Oh2-12/+11
Incorporated Snowglobe changesets: http://svn.secondlife.com/trac/linden/changeset/2823 http://svn.secondlife.com/trac/linden/changeset/2757
2010-10-03Added 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-10-03Show start location on the login screen by defaultMcCabe Maxsted1-1/+1
2010-10-03Converted XUI files to unix line endings, again.Aleric Inglewood330-22144/+22144
2010-10-01Bumped version to 1.3.0.Jacek Antonelli4-6/+6
2010-10-01Removed the base SL version from the About Imprudence floater.Jacek Antonelli1-3/+1
It's not really relevant or accurate anymore, because Imprudence is assembled from so many different sources and versions.
2010-10-01Fixed #428: showcase tab shows 'all' web search in second lifeMcCabe Maxsted2-1/+20
2010-10-01Fix for "about landmark" crash when invoking it on a freshly received landmark.elektrahesse2-2/+5
2010-09-24Possible fix for an infinite loop in LLTextureCache.Jacek Antonelli1-5/+8
Backported a few changes from pre-LGPL Viewer 2.
2010-09-23Tiny layout tweaks to accomodate different font widths.Jacek Antonelli2-3/+3
2010-09-23Use integer font sizes to avoid blurriness on some systems.Jacek Antonelli2-7/+8
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-17linux64: move cxx flags from external script into 00-Common.cmake for ↵Armin Weatherwax1-1/+17
transparency todo: do it less hacky
2010-09-17fix possible crash caused by hudmanagerArmin Weatherwax2-6/+7
thanks to nemurimasu for the catch
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
2010-09-16Fixed various instances of 'www.imprudenceviewer.org'. There is no www.Jacek Antonelli4-5/+5
2010-09-16disable speedrez by default, because it confuses less advanced users.Armin Weatherwax1-1/+1
2010-09-16use setenv instead of putenvNemurimasu Neiro1-8/+4
putenv requires that the string not be freed
2010-09-16fix GStreamer on Mac OSNemurimasu Neiro1-0/+3
2010-09-16libFLAC missing from Mac manifestNemurimasu Neiro1-0/+1
2010-09-16Added a fallback for CMake JPEG_LIBRARIES on Mac.Jacek Antonelli1-1/+4
2010-09-16fix libjpeg linking on Mac OSNemurimasu Neiro1-1/+5
my custom builds were linking against /usr/local/lib/libjpeg.8.dylib and causing a version mismatch error when trying to use JPEGs
2010-09-16Listed http textures as '(experimental)'McCabe Maxsted1-1/+1
2010-09-16Revert "Updated windows version of curl to 7.19.6" as the new version ↵McCabe Maxsted1-2/+2
appears to cause could not connect to DNS errors This reverts commit 22df1e279e6f7f57c7463351d9b93927d0fd10e6.
2010-09-16Added debug setting UseLegacyChatLogsFolder for saving chat.txt and IM logs ↵McCabe Maxsted3-3/+29
in non-grid-specific folders
2010-09-16Moved LLInventoryPanel::buildNewViews called with objectp->mType behind ↵McCabe Maxsted1-2/+2
LL_DEBUGS(Inventory)