Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Applied ImageGLPickMaskCrashFix patch from Cool Viewer. | McCabe Maxsted | 2010-03-11 | 2 | -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 Maxsted | 2010-03-11 | 1 | -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 Maxsted | 2010-03-11 | 1 | -2/+2 |
| | | | | Don't build package by default after compiling on Windows. | ||||
* | Applied Speed Rez v2 patch from Cool Viewer. | McCabe Maxsted | 2010-03-11 | 5 | -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 Maxsted | 2010-03-11 | 5 | -29/+339 |
| | | | | | Patch by Henri Beauchamp. (slviewer-0-v12350-BetterNotecardFloater.patch) | ||||
* | Updated .gitignore to exclude some 1.3 files and folders on Windows. | McCabe Maxsted | 2010-03-11 | 1 | -0/+6 |
| | | | | @nochangelog | ||||
* | Applied Kitty Barnett's patch for Search/Replace in notecards. | McCabe Maxsted | 2010-03-11 | 40 | -426/+477 |
| | |||||
* | Applied UnknownJointsCrashFix v2 from Cool Viewer. | McCabe Maxsted | 2010-03-11 | 2 | -3/+14 |
| | | | | | | | 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 Antonelli | 2010-03-07 | 1 | -2/+6 |
| | |||||
* | Use solid circles instead of asterisks for password fields. | Kakurady (Geneko Nemeth) | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | Ported breast physics from Emerald. | Armin Weatherwax | 2010-03-05 | 12 | -26/+846 |
| | |||||
* | Fixed some notifications that were ported from 1.2 incorrectly. | Jacek Antonelli | 2010-03-04 | 1 | -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 Weatherwax | 2010-03-04 | 2 | -3/+32 |
| | | | | When true, viewer won't tell where your avatar is looking. | ||||
* | Ported temporary texture uploads from Emerald. | Armin Weatherwax | 2010-03-04 | 8 | -38/+140 |
| | |||||
* | Linux64: for DBUS-Debug build- track where it's crashing (if still). | Armin Weatherwax | 2010-03-04 | 4 | -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 Weatherwax | 2010-03-04 | 1 | -274/+285 |
| | |||||
* | Linux: de-obfuscate dbus handling; better handle_secondlifeprotocol.sh. | Armin Weatherwax | 2010-03-04 | 8 | -259/+15 |
| | |||||
* | Robin Cornelius: SNOW-485 Fix deadlock in LLTextureFetchWorker. | Armin Weatherwax | 2010-03-04 | 2 | -7/+19 |
| | |||||
* | Aleric Inglewood: SNOW-196 Special case for TextureFetch race condition check. | Armin Weatherwax | 2010-03-04 | 3 | -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 fetch | Armin Weatherwax | 2010-03-04 | 5 | -16/+37 |
| | | | | | 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 Weatherwax | 2010-03-04 | 2 | -1/+7 |
| | |||||
* | Merov Linden: SNOW-435 mHeaderMutex recursive lock. | Armin Weatherwax | 2010-03-04 | 2 | -11/+29 |
| | |||||
* | Aleric Inglewood: SNOW-408 Fix the case for a non-valid handle but abort set. | Armin Weatherwax | 2010-03-04 | 2 | -15/+30 |
| | |||||
* | Imprudence 1.3.0 beta 1 released.v1.3.0-b1 | Jacek Antonelli | 2010-03-01 | 0 | -0/+0 |
| | |||||
* | Updated Linux64 OpenJPEG to fix a rebake bug on old nvidia cards. | Armin Weatherwax | 2010-02-28 | 2 | -2/+9 |
| | |||||
* | Updated RELEASE_NOTES.txt for 1.3.0 beta 1. | Jacek Antonelli | 2010-02-28 | 1 | -0/+191 |
| | |||||
* | ChangeLog entries for contributions from Patrick Sapinski. | Jacek Antonelli | 2010-02-28 | 1 | -0/+37 |
| | |||||
* | Whitespace cleanup in QueryClientTags notification. | Jacek Antonelli | 2010-02-27 | 2 | -2/+8 |
| | |||||
* | Prettier default client tag color for Imprudence. | Jacek Antonelli | 2010-02-27 | 2 | -2/+6 |
| | |||||
* | Added ClientTagsListURL debug setting. | Jacek Antonelli | 2010-02-27 | 3 | -10/+38 |
| | | | | URL to download client tags from. | ||||
* | Bumped version to 1.3.0 beta 1. | Jacek Antonelli | 2010-02-27 | 5 | -6/+19 |
| | |||||
* | Fixed Import/Export/Make Outfit button positions (#215). | Jacek Antonelli | 2010-02-27 | 2 | -12/+28 |
| | |||||
* | Some changes to help linux64. | Armin Weatherwax | 2010-02-27 | 5 | -18/+49 |
| | | | | | | | * Don't build with libELFIO (lib not working). * Use shared libpng12 instead of static library (fixes mozlib incompat for users with system libpng14). | ||||
* | Updated llprimitive/llprimitive.cpp to SL 1.23. | Armin Weatherwax | 2010-02-27 | 2 | -201/+9 |
| | |||||
* | Added custom search URL in Preferences > Web. | Armin Weatherwax | 2010-02-27 | 4 | -0/+57 |
| | |||||
* | Disabled spammy messages about WebFetchInventoryDescendents. | Jacek Antonelli | 2010-02-26 | 2 | -1/+7 |
| | |||||
* | Rebranded new notifications system for all languages. | Jacek Antonelli | 2010-02-26 | 19 | -717/+782 |
| | | | | | | Changed "Second Life" to "Imprudence", etc. Some URLs and SL-specific things have not been rebranded. Added foundation for dynamically rebranding grid names later. | ||||
* | Fixed a rare crash from textures with too many components. | Armin Weatherwax | 2010-02-22 | 4 | -10/+35 |
| | | | | Only seen in lbsa plaza on OSGrid, so far. | ||||
* | Fixed an error at shutdown (gSavedSettings.cleanup). | Armin Weatherwax | 2010-02-22 | 2 | -1/+10 |
| | |||||
* | Fixed Linux file picker not showing WAV files. | Armin Weatherwax | 2010-02-22 | 2 | -2/+14 |
| | |||||
* | Ignore HideFromEditor from settings.xml. | Armin Weatherwax | 2010-02-22 | 2 | -1/+22 |
| | | | | Don't hide any settings from Debug Settings. | ||||
* | Fixed #197: Windlight toolbar can't be hidden. | Jacek Antonelli | 2010-02-18 | 3 | -3/+10 |
| | |||||
* | Fixed #184: Previewing notecards resets camera. | Armin Weatherwax | 2010-02-18 | 2 | -2/+5 |
| | |||||
* | Fixed #155: Double clicking your avatar triggers a TP request. | Armin Weatherwax | 2010-02-18 | 2 | -5/+37 |
| | |||||
* | Added missing "Set Default Permissions" menu entry. (#202) | Jacek Antonelli | 2010-02-18 | 2 | -0/+10 |
| | | | | This was accidentally left out during the SL 1.23 merge. | ||||
* | SNOW-492: LLDataPacker::unpackstring() is unsafe. | Jacek Antonelli | 2010-02-18 | 3 | -7/+26 |
| | | | | Patch by Robin Cornelius. | ||||
* | SNOW-488: Malformed animation crash. | Jacek Antonelli | 2010-02-18 | 2 | -1/+9 |
| | | | | Patch by Robin Cornelius. | ||||
* | Ported some asset storage changes from Snowglobe. | Jacek Antonelli | 2010-02-16 | 3 | -22/+37 |
| | |||||
* | Ported some minor rendering engine changes from Snowglobe. | Jacek Antonelli | 2010-02-16 | 8 | -55/+63 |
| | |||||
* | Ported some stats and texture console changes from Snowglobe. | Jacek Antonelli | 2010-02-16 | 8 | -57/+521 |
| |