Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-05-17 | also link with ld.gold | Armin Weatherwax | 1 | -1/+9 | |
thanks to Aleric and Siana for the idea | |||||
2011-04-12 | Ported SOCKS5 proxy support from Snowglobe 1.5 | McCabe Maxsted | 10 | -11/+731 | |
2011-03-25 | cleaned up particle system llsd de/serialization; improvements to the avatar ↵ | Armin Weatherwax | 1 | -14/+14 | |
cloud * llsd now uses camel case for each key, confusion of particle max age vs source max age fixed * cloud.xml is now loaded with a fallback chain PER_SL_ACCOUNT -> USER_SETTINGS -> APP_SETTINGS so that customized clouds can exist per account or for all users and survive updates | |||||
2011-03-18 | Fixed bad line endings (CRLF) in many files. | Jacek Antonelli | 3 | -9/+9 | |
Windows users, please set "autocrlf = input" or "autocrlf = true" in your .git/config [core] section to avoid this in the future. | |||||
2011-03-18 | Merge in Var Sized Regions into the Imprudence Experimental. | RevolutionSmythe | 5 | -9/+16 | |
2011-01-25 | Add an UI for Display name settings to prefs general, make the setting more ↵ | Armin Weatherwax | 1 | -1/+1 | |
intuitive instead: of 0 legacy only , 1 both and 2 display names only we use now: 0 legacy, 1 display names only and 2 both | |||||
2011-01-24 | Henri Beauchamp: Display Names support v4 | Armin Weatherwax | 4 | -0/+968 | |
2010-12-22 | load unloaded-avatar-cloud particle system from LLSD file. | Armin Weatherwax | 2 | -0/+93 | |
2010-11-17 | IMP-590: Added a thread-safe and robust wrapper for APR pools. | Aleric Inglewood | 12 | -210/+121 | |
See http://redmine.imprudenceviewer.org/issues/590 | |||||
2010-11-07 | IMP-692: SNOW-713: Global objects in libllcommon duplicated in plugins | Aleric Inglewood | 13 | -33/+37 | |
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts. | |||||
2010-11-01 | Fixed message builder files missing from CMake | McCabe Maxsted | 1 | -0/+2 | |
2010-11-01 | Merges the Message log and Message builder from Inertia in. | RevolutionSmythe | 9 | -19/+197 | |
2010-10-01 | SNOW-86: Dangerous macro leads to possible wrong code | Aleric Inglewood | 1 | -1/+1 | |
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile. | |||||
2010-10-01 | RED-556: SNOW-800: Massively duplicated objects | Aleric Inglewood | 3 | -260/+528 | |
See http://redmine.imprudenceviewer.org/issues/556 | |||||
2010-09-30 | SNOW-86: Dangerous macro leads to possible wrong code | Aleric Inglewood | 1 | -1/+1 | |
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile. | |||||
2010-09-28 | RED-556: SNOW-800: Massively duplicated objects | Aleric Inglewood | 3 | -260/+528 | |
See http://redmine.imprudenceviewer.org/issues/556 | |||||
2010-09-23 | llmediaplugins first step | Armin Weatherwax | 11 | -0/+1164 | |
2010-08-28 | Potential fix for #447: llSetText text shows characters as invalid | McCabe Maxsted | 1 | -1/+1 | |
2010-08-26 | Potential fix for #447: llSetText text shows characters as invalid | McCabe Maxsted | 1 | -1/+1 | |
2010-07-07 | Updated hipporestrequest code to hippo 0.6.3 | McCabe Maxsted | 2 | -11/+14 | |
2010-06-26 | Fixed memory leak in llmessage/llhttpclient.cpp (backported from SL 2.0) | McCabe Maxsted | 1 | -0/+1 | |
2010-06-19 | Applied patch by Kirstenlee Cinquetti for SNOW-493: ↵ | McCabe Maxsted | 1 | -57/+156 | |
LLDataPackerBinaryBuffer::unpack*() check for buffer overflow, then read buffer regardless | |||||
2010-06-19 | Updated patch to SNOW-492 (76937222) to Merov Linden's SNOW-492-2.patch | McCabe Maxsted | 1 | -13/+17 | |
2010-04-26 | Rare crash fix from Hippo for payment dialog under lag | McCabe Maxsted | 1 | -1/+5 | |
2010-02-18 | SNOW-492: LLDataPacker::unpackstring() is unsafe. | Jacek Antonelli | 1 | -5/+18 | |
Patch by Robin Cornelius. | |||||
2010-02-16 | Ported some asset storage changes from Snowglobe. | Jacek Antonelli | 2 | -22/+31 | |
2010-02-08 | Ported some cURL and HTTP-related changes from Snowglobe. | Jacek Antonelli | 3 | -16/+39 | |
2010-02-08 | Ported many APR changes from Snowglobe. | Jacek Antonelli | 1 | -1/+1 | |
2009-11-18 | VWR-12620: Linux compile fails with -O2 (--type=Release) | Jacek Antonelli | 1 | -2/+1 | |
Patch by Alissa Sabre. | |||||
2009-04-30 | Second Life viewer sources 1.23.0-RC | Jacek Antonelli | 170 | -844/+2139 | |
2009-03-07 | Applied memleak patch from VWR-9400 | McCabe Maxsted | 1 | -8/+6 | |
2009-02-18 | Fixed crash in Top Scripts | McCabe Maxsted | 1 | -2/+6 | |
2009-02-17 | Backported LLSD changes from 1.22 | McCabe Maxsted | 2 | -0/+2 | |
2009-01-14 | Updated llmessage | McCabe Maxsted | 18 | -94/+305 | |
2009-01-13 | Backported message timeout changes | McCabe Maxsted | 1 | -2/+21 | |
2009-01-11 | Second Life viewer sources 1.22.5-RC | Jacek Antonelli | 158 | -158/+158 | |
2008-12-29 | Added inventory changes for one method of inventory loss and upcoming new ↵ | unknown | 3 | -0/+30 | |
inv capabilities | |||||
2008-12-06 | VWR-9400-patch2 (memleak whenever an LSL script is uploaded) | Jacek Antonelli | 1 | -4/+3 | |
Patch by Henri Beauchamp. | |||||
2008-12-06 | VWR-9400 (memleak whenever an LSL script is uploaded) | Jacek Antonelli | 1 | -4/+3 | |
Patch by Carjay McGinnis. | |||||
2008-12-01 | Second Life viewer sources 1.22.0-RC | Jacek Antonelli | 23 | -73/+498 | |
2008-10-08 | Second Life viewer sources 1.21.5-RC | Jacek Antonelli | 3 | -27/+150 | |
2008-09-28 | Second Life viewer sources 1.21.3-RC | Jacek Antonelli | 11 | -38/+96 | |
2008-09-17 | VWR-3877: A nasty possible memory overwrite and two minor leaks. | Nicholaz Beresford | 1 | -20/+21 | |
2008-09-12 | Second Life viewer sources 1.21.2-RC | Jacek Antonelli | 14 | -45/+21 | |
2008-09-06 | Second Life viewer sources 1.21.0-RC | Jacek Antonelli | 73 | -3268/+2422 | |
2008-08-15 | Second Life viewer sources 1.20.13 | Jacek Antonelli | 1 | -1/+1 | |
2008-08-15 | Second Life viewer sources 1.20.7 | Jacek Antonelli | 22 | -214/+233 | |
2008-08-15 | Second Life viewer sources 1.20.2 | Jacek Antonelli | 18 | -4023/+1482 | |
2008-08-15 | Second Life viewer sources 1.19.1.2 | Jacek Antonelli | 6 | -19/+12 | |
2008-08-15 | Second Life viewer sources 1.19.1.1 | Jacek Antonelli | 1 | -1/+0 | |