aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-06Ported IM autoresponse options from Emerald, added them to a new window in ↵McCabe Maxsted8-3/+820
Preferences > IM
2010-04-03Created new Advanced preferences panel, ready for fillingMcCabe Maxsted6-1/+132
2010-04-03Fixed some ported settings that were missing from settings_per_account.xmlMcCabe Maxsted2-11/+36
2010-04-03Set ShowStatusBarInMouselook default to trueMcCabe Maxsted1-2/+2
2010-04-03Ported inventory loading counter from Emerald r1633McCabe Maxsted3-1/+36
2010-04-03Increased script time precision to 3 in stats windowMcCabe Maxsted1-1/+2
2010-04-03Fixed issue with showing stats in mouselookMcCabe Maxsted1-0/+1
2010-04-03Added debug setting AppearanceForceStand to toggle whether avatar stands ↵McCabe Maxsted2-2/+15
when editing appearance
2010-04-03Added debug setting ShowStatusBarInMouselook to show statistics in mouselookMcCabe Maxsted2-0/+18
2010-04-03Added button to create a new template notecard for the AOMcCabe Maxsted5-2/+182
2010-04-02Tidied up the layout of the AO windowMcCabe Maxsted1-22/+22
2010-04-02Fixed bad bool controls that weren't ported correctlyMcCabe Maxsted3-27/+220
2010-03-30Made the AO toggle and work like an actual menu checkMcCabe Maxsted4-7/+35
2010-03-30Ported clientside AO from Emerald r1633McCabe Maxsted10-1/+1947
2010-03-30@nochangelog fixed line endings on /es/panel_avatar.xmlMcCabe Maxsted1-210/+210
2010-03-16Fixed some i18n issues in the login panel.Jacek Antonelli3-17/+17
* Fixed Italian and Japanese layout problems. (#192) * Tweaked "Start Location" width to fit the Russian text.
2010-03-16Fixed viewer_manifest.py to package imprudence_loading.png.Jacek Antonelli1-0/+1
2010-03-13Bumped version to 1.3.0 beta 2.Jacek Antonelli3-5/+5
@nochangelog
2010-03-13ChangeLog.txt is now generated from the Git log at compile time.Jacek Antonelli1-0/+8
It is no longer version controlled and should not be editted manually. Put '@nochangelog' in commit messages to omit them from the log. See linden/scripts/make_changelog.py for more information.
2010-03-13Fixed a possible crash related to ShowLookAt targets.Armin Weatherwax1-0/+6
2010-03-13Reactivated libELFIO for Linux64 (it wasn't causing the crash).Armin Weatherwax1-1/+1
(Reverts part of commit 30945b74.)
2010-03-13Fixed a small mistake in Linux stack trace formatting.Armin Weatherwax1-1/+1
2010-03-13Improved how SLURLs are handled on Linux.Armin Weatherwax1-4/+6
If Imprudence is not already running, clicking a SLURL in an external web browser will launch Imprudence. If it is already running, it will open the SLURL in the current instance.
2010-03-13Set correct paths when running in 32bit mode on 64bit Linux.Armin Weatherwax1-25/+3
2010-03-13VWR-2425: Pie menu remains after switch to Mouselook.McCabe Maxsted1-0/+2
Patch by Kitty Barnett.
2010-03-12Changed the value for SpeedRezInterval from 20 seconds to 12McCabe Maxsted1-1/+1
2010-03-12Restored some missing Advanced menu items from SL 1.23. (#175)Jacek Antonelli2-4/+45
* Advanced > UI > Use default system color picker * Advanced > UI > Show search panel in overlay bar * Advanced > UI > Show Matrices * Advanced > XUI > Font Test...
2010-03-12Removed "Advanced > UI > Double-Click Auto-Pilot". (#227)Jacek Antonelli1-6/+0
Clicking it crashed the viewer, because the "DoubleClickAutoPilot" setting was replaced with "DoubleClickAction" and "GoAction" in Imprudence 1.2.
2010-03-11SNOW-97: Building hotkeys to navigate prims in a link set.McCabe Maxsted2-0/+116
Patch by Thickbrick Sleaford.
2010-03-11Applied SaveTextureAsFileExtension patch from Cool Viewer.McCabe Maxsted1-0/+6
Fixes textures being saved without the proper .tga filename extension. Patch by Henri Beauchamp. (slviewer-0-v12350-SaveTextureAsFileExtension.patch)
2010-03-11Applied Speed Rez v2 patch from Cool Viewer.McCabe Maxsted5-2/+84
Dynamically changes draw distance after teleporting. Patch by Henri Beauchamp. (slviewer-0-v12350-SpeedRez_v2.patch)
2010-03-11Added menus from BetterNotecardFloater Cool Viewer patch.McCabe Maxsted5-29/+339
Patch by Henri Beauchamp. (slviewer-0-v12350-BetterNotecardFloater.patch)
2010-03-11Applied Kitty Barnett's patch for Search/Replace in notecards.McCabe Maxsted38-393/+436
2010-03-07Updated viewer_manifest.py to package only our free fonts. Again.Jacek Antonelli1-2/+6
2010-03-05Ported breast physics from Emerald.Armin Weatherwax10-25/+837
2010-03-04Fixed some notifications that were ported from 1.2 incorrectly.Jacek Antonelli1-18/+35
The ClickBuildConstants, ClickTextureConstants, and ConfirmRestoreToWorld notifications were missing "More Info" buttons, and instead opened the web page when you clicked "Ok"/"Restore".
2010-03-04Added PrivateLookAtTarget option.Armin Weatherwax2-3/+32
When true, viewer won't tell where your avatar is looking.
2010-03-04Ported temporary texture uploads from Emerald.Armin Weatherwax8-38/+140
2010-03-04Linux64: for DBUS-Debug build- track where it's crashing (if still).Armin Weatherwax4-5/+48
Add disableDBUS setting as a temporary workaround in case DBUS is still crashing.
2010-03-04Updating some clothing layer related changes to latest version of emerald.Armin Weatherwax1-274/+285
2010-03-04Linux: de-obfuscate dbus handling; better handle_secondlifeprotocol.sh.Armin Weatherwax7-257/+13
2010-03-04Aleric Inglewood: SNOW-196 Special case for TextureFetch race condition check.Armin Weatherwax1-30/+12
Where the current UUID was just removed from mRequestMap, thus avoiding to the need for the problematic lock completely. The case that we add something to mNetworkQueue while it was just removed from mRequestMap is corrected by LLTextureFetch::sendRequestListToSimulators anyway.
2010-03-04Robin Cornelius, Aleric Inglewood: SNOW-196 missing mutexes for texture fetchArmin Weatherwax2-15/+22
Applys a trylock() abort system to allow the worker thread to avoid deadlocks due to a race between mQueueMutex and mWorkerMutex.
2010-03-04Vex Streeter, Merov Linden: SNOW-434 Unsafe threaded op. (lltexturefetch.cpp).Armin Weatherwax1-1/+5
2010-03-04Merov Linden: SNOW-435 mHeaderMutex recursive lock.Armin Weatherwax2-11/+29
2010-03-04Aleric Inglewood: SNOW-408 Fix the case for a non-valid handle but abort set.Armin Weatherwax1-15/+28
2010-02-27Whitespace cleanup in QueryClientTags notification.Jacek Antonelli1-2/+3
2010-02-27Prettier default client tag color for Imprudence.Jacek Antonelli1-2/+1
2010-02-27Added ClientTagsListURL debug setting.Jacek Antonelli2-10/+31
URL to download client tags from.
2010-02-27Bumped version to 1.3.0 beta 1.Jacek Antonelli3-5/+5