aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (unfollow)
Commit message (Collapse)AuthorFilesLines
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 Maxsted40-426/+477
2010-03-11Applied UnknownJointsCrashFix v2 from Cool Viewer.McCabe Maxsted1-3/+6
Fixes crash when encountering avatars using multiple attachment points. Patch by Henri Beauchamp. (slviewer-0-v11905-UnknownJointsCrashFix_v2.patch)
2010-03-07Updated viewer_manifest.py to package only our free fonts. Again.Jacek Antonelli1-2/+6
2010-03-05Use solid circles instead of asterisks for password fields.Kakurady (Geneko Nemeth)1-2/+2
2010-03-05Ported breast physics from Emerald.Armin Weatherwax12-26/+846
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 Weatherwax8-259/+15
2010-03-04Robin Cornelius: SNOW-485 Fix deadlock in LLTextureFetchWorker.Armin Weatherwax2-7/+19
2010-03-04Aleric Inglewood: SNOW-196 Special case for TextureFetch race condition check.Armin Weatherwax3-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.
2010-03-04Robin Cornelius, Aleric Inglewood: SNOW-196 missing mutexes for texture fetchArmin Weatherwax5-16/+37
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 Weatherwax2-1/+7
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 Weatherwax2-15/+30
2010-02-28Updated Linux64 OpenJPEG to fix a rebake bug on old nvidia cards.Armin Weatherwax1-2/+2
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 Antonelli4-6/+6
2010-02-27Fixed Import/Export/Make Outfit button positions (#215).Jacek Antonelli1-12/+21
2010-02-27Some changes to help linux64.Armin Weatherwax4-18/+36
* Don't build with libELFIO (lib not working). * Use shared libpng12 instead of static library (fixes mozlib incompat for users with system libpng14).
2010-02-27Updated llprimitive/llprimitive.cpp to SL 1.23.Armin Weatherwax1-201/+4
2010-02-27Added custom search URL in Preferences > Web.Armin Weatherwax3-0/+50
2010-02-26Disabled spammy messages about WebFetchInventoryDescendents.Jacek Antonelli1-1/+2
2010-02-26Rebranded new notifications system for all languages.Jacek Antonelli18-717/+755
Changed "Second Life" to "Imprudence", etc. Some URLs and SL-specific things have not been rebranded. Added foundation for dynamically rebranding grid names later.
2010-02-22Fixed a rare crash from textures with too many components.Armin Weatherwax3-10/+25
Only seen in lbsa plaza on OSGrid, so far.
2010-02-22Fixed an error at shutdown (gSavedSettings.cleanup).Armin Weatherwax1-1/+3
2010-02-22Fixed Linux file picker not showing WAV files.Armin Weatherwax1-2/+7
2010-02-22Ignore HideFromEditor from settings.xml.Armin Weatherwax1-1/+14
Don't hide any settings from Debug Settings.
2010-02-18Fixed #197: Windlight toolbar can't be hidden.Jacek Antonelli2-3/+4
2010-02-18Fixed #184: Previewing notecards resets camera.Armin Weatherwax1-2/+0
2010-02-18Fixed #155: Double clicking your avatar triggers a TP request.Armin Weatherwax1-5/+30
2010-02-18Added missing "Set Default Permissions" menu entry. (#202)Jacek Antonelli1-0/+4
This was accidentally left out during the SL 1.23 merge.
2010-02-18SNOW-492: LLDataPacker::unpackstring() is unsafe.Jacek Antonelli2-7/+20
Patch by Robin Cornelius.
2010-02-18SNOW-488: Malformed animation crash.Jacek Antonelli1-1/+1
Patch by Robin Cornelius.
2010-02-16Ported some asset storage changes from Snowglobe.Jacek Antonelli2-22/+31
2010-02-16Ported some minor rendering engine changes from Snowglobe.Jacek Antonelli7-55/+51
2010-02-16Ported some stats and texture console changes from Snowglobe.Jacek Antonelli7-57/+510
2010-02-16Ported many texture engine changes from Snowglobe.Jacek Antonelli88-1838/+3836
2010-02-08Ported some cURL and HTTP-related changes from Snowglobe.Jacek Antonelli3-16/+39
2010-02-08Ported some thread changes from Snowglobe.Jacek Antonelli4-23/+31
2010-02-08Ported many APR changes from Snowglobe.Jacek Antonelli20-251/+231
2010-02-07Fixed login screen only allowing 16 chars per name.Jacek Antonelli1-4/+4
2010-02-04Added SliderScrollWheelMultiplier setting.Jacek Antonelli5-1/+48
Affects the direction sliders move from mouse scroll wheel. Also added LLSlider::getScrollWheelMultiplier() and LLSlider::setScrollWheelMultiplier().
2010-02-03Slider widgets can now be controlled with mouse wheel.Armin Weatherwax2-0/+7
(Cherry-picked by Jacek from 334b0b32)