aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue with showing stats in mouselookMcCabe Maxsted2010-04-031-0/+1
|
* Added debug setting AppearanceForceStand to toggle whether avatar stands ↵McCabe Maxsted2010-04-032-2/+15
| | | | when editing appearance
* Added debug setting ShowStatusBarInMouselook to show statistics in mouselookMcCabe Maxsted2010-04-032-0/+18
|
* Potential fix for a rare crash when creating notecards in the AOMcCabe Maxsted2010-04-031-1/+8
|
* Added button to create a new template notecard for the AOMcCabe Maxsted2010-04-035-2/+182
|
* Tidied up the layout of the AO windowMcCabe Maxsted2010-04-021-22/+22
|
* Fixed bad bool controls that weren't ported correctlyMcCabe Maxsted2010-04-023-27/+220
|
* Made the AO toggle and work like an actual menu checkMcCabe Maxsted2010-03-304-7/+35
|
* Ported clientside AO from Emerald r1633McCabe Maxsted2010-03-3010-1/+1947
|
* @nochangelog fixed line endings on /es/panel_avatar.xmlMcCabe Maxsted2010-03-301-210/+210
|
* Fixed some i18n issues in the login panel.Jacek Antonelli2010-03-163-17/+17
| | | | | * Fixed Italian and Japanese layout problems. (#192) * Tweaked "Start Location" width to fit the Russian text.
* Fixed viewer_manifest.py to package imprudence_loading.png.Jacek Antonelli2010-03-161-0/+1
|
* Bumped version to 1.3.0 beta 2.Jacek Antonelli2010-03-134-6/+6
| | | | @nochangelog
* ChangeLog.txt is now generated from the Git log at compile time.Jacek Antonelli2010-03-131-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.
* Fixed a possible crash related to ShowLookAt targets.Armin Weatherwax2010-03-131-0/+6
|
* Reactivated libELFIO for Linux64 (it wasn't causing the crash).Armin Weatherwax2010-03-133-5/+6
| | | | (Reverts part of commit 30945b74.)
* Fixed a small mistake in Linux stack trace formatting.Armin Weatherwax2010-03-131-1/+1
|
* Improved how SLURLs are handled on Linux.Armin Weatherwax2010-03-131-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.
* Set correct paths when running in 32bit mode on 64bit Linux.Armin Weatherwax2010-03-131-25/+3
|
* VWR-2425: Pie menu remains after switch to Mouselook.McCabe Maxsted2010-03-131-0/+2
| | | | Patch by Kitty Barnett.
* Changed the value for SpeedRezInterval from 20 seconds to 12McCabe Maxsted2010-03-121-1/+1
|
* Restored some missing Advanced menu items from SL 1.23. (#175)Jacek Antonelli2010-03-122-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...
* Removed "Advanced > UI > Double-Click Auto-Pilot". (#227)Jacek Antonelli2010-03-121-6/+0
| | | | | | Clicking it crashed the viewer, because the "DoubleClickAutoPilot" setting was replaced with "DoubleClickAction" and "GoAction" in Imprudence 1.2.
* SNOW-97: Building hotkeys to navigate prims in a link set.McCabe Maxsted2010-03-112-0/+116
| | | | Patch by Thickbrick Sleaford.
* Applied ImageGLPickMaskCrashFix patch from Cool Viewer.McCabe Maxsted2010-03-112-6/+18
| | | | | | | | Fixes a bug in v1.23 that sometimes crashes the viewer when touching (or camming on) an object which is being rezzed. Patch by Henri Beauchamp. (slviewer-0-v12350-ImageGLPickMaskCrashFix.patch)
* Applied SaveTextureAsFileExtension patch from Cool Viewer.McCabe Maxsted2010-03-111-0/+6
| | | | | | | Fixes textures being saved without the proper .tga filename extension. Patch by Henri Beauchamp. (slviewer-0-v12350-SaveTextureAsFileExtension.patch)
* Commented out -DPACKAGE:BOOL=ON for Windows in develop.py.McCabe Maxsted2010-03-111-2/+2
| | | | Don't build package by default after compiling on Windows.
* Applied Speed Rez v2 patch from Cool Viewer.McCabe Maxsted2010-03-115-2/+84
| | | | | | | Dynamically changes draw distance after teleporting. Patch by Henri Beauchamp. (slviewer-0-v12350-SpeedRez_v2.patch)
* Added menus from BetterNotecardFloater Cool Viewer patch.McCabe Maxsted2010-03-115-29/+339
| | | | | Patch by Henri Beauchamp. (slviewer-0-v12350-BetterNotecardFloater.patch)
* Applied Kitty Barnett's patch for Search/Replace in notecards.McCabe Maxsted2010-03-1140-426/+477
|
* Applied UnknownJointsCrashFix v2 from Cool Viewer.McCabe Maxsted2010-03-111-3/+6
| | | | | | | Fixes crash when encountering avatars using multiple attachment points. Patch by Henri Beauchamp. (slviewer-0-v11905-UnknownJointsCrashFix_v2.patch)
* Updated viewer_manifest.py to package only our free fonts. Again.Jacek Antonelli2010-03-071-2/+6
|
* Use solid circles instead of asterisks for password fields.Kakurady (Geneko Nemeth)2010-03-051-2/+2
|
* Ported breast physics from Emerald.Armin Weatherwax2010-03-0512-26/+846
|
* Fixed some notifications that were ported from 1.2 incorrectly.Jacek Antonelli2010-03-041-18/+35
| | | | | | The ClickBuildConstants, ClickTextureConstants, and ConfirmRestoreToWorld notifications were missing "More Info" buttons, and instead opened the web page when you clicked "Ok"/"Restore".
* Added PrivateLookAtTarget option.Armin Weatherwax2010-03-042-3/+32
| | | | When true, viewer won't tell where your avatar is looking.
* Ported temporary texture uploads from Emerald.Armin Weatherwax2010-03-048-38/+140
|
* Linux64: for DBUS-Debug build- track where it's crashing (if still).Armin Weatherwax2010-03-044-5/+48
| | | | Add disableDBUS setting as a temporary workaround in case DBUS is still crashing.
* Updating some clothing layer related changes to latest version of emerald.Armin Weatherwax2010-03-041-274/+285
|
* Linux: de-obfuscate dbus handling; better handle_secondlifeprotocol.sh.Armin Weatherwax2010-03-048-259/+15
|
* Robin Cornelius: SNOW-485 Fix deadlock in LLTextureFetchWorker.Armin Weatherwax2010-03-041-7/+18
|
* Aleric Inglewood: SNOW-196 Special case for TextureFetch race condition check.Armin Weatherwax2010-03-043-65/+20
| | | | | | | 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.
* Robin Cornelius, Aleric Inglewood: SNOW-196 missing mutexes for texture fetchArmin Weatherwax2010-03-044-16/+35
| | | | | Applys a trylock() abort system to allow the worker thread to avoid deadlocks due to a race between mQueueMutex and mWorkerMutex.
* Vex Streeter, Merov Linden: SNOW-434 Unsafe threaded op. (lltexturefetch.cpp).Armin Weatherwax2010-03-041-1/+5
|
* Merov Linden: SNOW-435 mHeaderMutex recursive lock.Armin Weatherwax2010-03-042-11/+29
|
* Aleric Inglewood: SNOW-408 Fix the case for a non-valid handle but abort set.Armin Weatherwax2010-03-041-15/+28
|
* Whitespace cleanup in QueryClientTags notification.Jacek Antonelli2010-02-271-2/+3
|
* Prettier default client tag color for Imprudence.Jacek Antonelli2010-02-271-2/+1
|
* Added ClientTagsListURL debug setting.Jacek Antonelli2010-02-272-10/+31
| | | | URL to download client tags from.
* Bumped version to 1.3.0 beta 1.Jacek Antonelli2010-02-274-6/+6
|