Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-04 | Robin Cornelius, Aleric Inglewood: SNOW-196 missing mutexes for texture fetch | Armin Weatherwax | 4 | -16/+35 | |
Applys a trylock() abort system to allow the worker thread to avoid deadlocks due to a race between mQueueMutex and mWorkerMutex. | |||||
2010-03-04 | Vex Streeter, Merov Linden: SNOW-434 Unsafe threaded op. (lltexturefetch.cpp). | Armin Weatherwax | 1 | -1/+5 | |
2010-03-04 | Merov Linden: SNOW-435 mHeaderMutex recursive lock. | Armin Weatherwax | 2 | -11/+29 | |
2010-03-04 | Aleric Inglewood: SNOW-408 Fix the case for a non-valid handle but abort set. | Armin Weatherwax | 1 | -15/+28 | |
2010-02-27 | Whitespace cleanup in QueryClientTags notification. | Jacek Antonelli | 1 | -2/+3 | |
2010-02-27 | Prettier default client tag color for Imprudence. | Jacek Antonelli | 1 | -2/+1 | |
2010-02-27 | Added ClientTagsListURL debug setting. | Jacek Antonelli | 2 | -10/+31 | |
URL to download client tags from. | |||||
2010-02-27 | Bumped version to 1.3.0 beta 1. | Jacek Antonelli | 4 | -6/+6 | |
2010-02-27 | Fixed Import/Export/Make Outfit button positions (#215). | Jacek Antonelli | 1 | -12/+21 | |
2010-02-27 | Some changes to help linux64. | Armin Weatherwax | 3 | -14/+32 | |
* 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-27 | Updated llprimitive/llprimitive.cpp to SL 1.23. | Armin Weatherwax | 1 | -201/+4 | |
2010-02-27 | Added custom search URL in Preferences > Web. | Armin Weatherwax | 3 | -0/+50 | |
2010-02-26 | Disabled spammy messages about WebFetchInventoryDescendents. | Jacek Antonelli | 1 | -1/+2 | |
2010-02-26 | Rebranded new notifications system for all languages. | Jacek Antonelli | 18 | -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-22 | Fixed a rare crash from textures with too many components. | Armin Weatherwax | 3 | -10/+25 | |
Only seen in lbsa plaza on OSGrid, so far. | |||||
2010-02-22 | Fixed an error at shutdown (gSavedSettings.cleanup). | Armin Weatherwax | 1 | -1/+3 | |
2010-02-22 | Fixed Linux file picker not showing WAV files. | Armin Weatherwax | 1 | -2/+7 | |
2010-02-22 | Ignore HideFromEditor from settings.xml. | Armin Weatherwax | 1 | -1/+14 | |
Don't hide any settings from Debug Settings. | |||||
2010-02-18 | Fixed #197: Windlight toolbar can't be hidden. | Jacek Antonelli | 2 | -3/+4 | |
2010-02-18 | Fixed #184: Previewing notecards resets camera. | Armin Weatherwax | 1 | -2/+0 | |
2010-02-18 | Fixed #155: Double clicking your avatar triggers a TP request. | Armin Weatherwax | 1 | -5/+30 | |
2010-02-18 | Added missing "Set Default Permissions" menu entry. (#202) | Jacek Antonelli | 1 | -0/+4 | |
This was accidentally left out during the SL 1.23 merge. | |||||
2010-02-18 | SNOW-492: LLDataPacker::unpackstring() is unsafe. | Jacek Antonelli | 2 | -7/+20 | |
Patch by Robin Cornelius. | |||||
2010-02-18 | SNOW-488: Malformed animation crash. | Jacek Antonelli | 1 | -1/+1 | |
Patch by Robin Cornelius. | |||||
2010-02-16 | Ported some asset storage changes from Snowglobe. | Jacek Antonelli | 2 | -22/+31 | |
2010-02-16 | Ported some minor rendering engine changes from Snowglobe. | Jacek Antonelli | 7 | -55/+51 | |
2010-02-16 | Ported some stats and texture console changes from Snowglobe. | Jacek Antonelli | 7 | -57/+510 | |
2010-02-16 | Ported many texture engine changes from Snowglobe. | Jacek Antonelli | 88 | -1838/+3836 | |
2010-02-08 | Ported some cURL and HTTP-related changes from Snowglobe. | Jacek Antonelli | 3 | -16/+39 | |
2010-02-08 | Ported some thread changes from Snowglobe. | Jacek Antonelli | 4 | -23/+31 | |
2010-02-08 | Ported many APR changes from Snowglobe. | Jacek Antonelli | 20 | -251/+231 | |
2010-02-07 | Fixed login screen only allowing 16 chars per name. | Jacek Antonelli | 1 | -4/+4 | |
2010-02-04 | Added SliderScrollWheelMultiplier setting. | Jacek Antonelli | 5 | -1/+48 | |
Affects the direction sliders move from mouse scroll wheel. Also added LLSlider::getScrollWheelMultiplier() and LLSlider::setScrollWheelMultiplier(). | |||||
2010-02-03 | Slider widgets can now be controlled with mouse wheel. | Armin Weatherwax | 2 | -0/+7 | |
(Cherry-picked by Jacek from 334b0b32) | |||||
2010-02-03 | Removed pixbuf and pango from linux32 viewer_manifest. | Armin Weatherwax | 1 | -5/+5 | |
They sometimes cause trouble when distributed. (Cherry-picked by Jacek from 9efbb42c) | |||||
2010-02-02 | Improved "Pay Object" floater layout and XML. | Jacek Antonelli | 16 | -379/+382 | |
2010-01-31 | Improved "Pay Resident" floater layout and XML. | Jacek Antonelli | 16 | -275/+236 | |
2010-01-26 | Improved how opacity is displayed in color swatches. | Kakurady | 1 | -2/+1 | |
Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com> | |||||
2010-01-20 | Fixed crash due to missing FloaterHtmlRect setting | McCabe Maxsted | 1 | -0/+16 | |
2010-01-14 | Removed unnecessary xui files from silver skin | McCabe Maxsted | 10 | -2833/+2 | |
2010-01-14 | Applied patch for VWR-14278 by Aimee Trescothick: Gesture auto-completion ↵ | McCabe Maxsted | 2 | -24/+33 | |
adds uncommitted suggestions to the line editor history | |||||
2010-01-14 | Applied patch for VWR-14267 by Aimee Trescothick: Clicking send in an IM ↵ | McCabe Maxsted | 1 | -0/+2 | |
window does not add the sent text to the line editor history | |||||
2010-01-14 | Applied patch for VWR-11172 by Alissa Sabre: A source coding mistake ↵ | McCabe Maxsted | 1 | -1/+1 | |
prevents number-pad keys from specifying Ctrl+digit shortcuts on Windows | |||||
2010-01-13 | Created drop-down Profile button in IM window | McCabe Maxsted | 18 | -195/+254 | |
2010-01-12 | Fixed 'Cannot generate a safe linker search path' CMake warning on Windows | McCabe Maxsted | 1 | -6/+7 | |
2010-01-11 | Fixed remember password checkbox | McCabe Maxsted | 1 | -1/+1 | |
2010-01-09 | Fixed missing dbghelp.dll file | McCabe Maxsted | 1 | -0/+4 | |
2010-01-09 | Always include VS2005 redist in copy_win_libs | McCabe Maxsted | 1 | -85/+84 | |
2010-01-09 | Fixed viewer_manifest.py and default packaging system for Windows (NSIS ↵ | McCabe Maxsted | 5 | -45/+108 | |
install script only works manually) | |||||
2010-01-08 | Fixed options missing from Text Chat and Input & Camera preferences (see ↵ | McCabe Maxsted | 3 | -10/+33 | |
VWR-13120) |