Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-02-26 | Unbranding word of the day is "Second Life". | David Seikel | 1 | -0/+1 | |
2011-02-25 | Unbranding. Todays word is "linden". | David Seikel | 8 | -9/+8 | |
2011-02-13 | UNBRANDING! Conservativley remove references to "second life", replacing ↵ | David Seikel | 1 | -1/+1 | |
them with something generic. | |||||
2011-02-10 | Remove special handling of linden estates. We don't have them in meta, and ↵ | David Seikel | 1 | -9/+0 | |
that sort of policy should be server side anyway. It's good to remove useless code. As usual I found three ways of recognising linden estates being used in the code, makes it hard to find them all. Might be some left over. | |||||
2011-02-10 | Revert "For meta7 - while LL reserves the first 5 estate numbers for it's ↵ | David Seikel | 1 | -1/+1 | |
own use, we never did that here in meta7." This should have been in the weekly branch. This reverts commit 08dd8adc3d12abdca430b6a1ea9c570258b4e655. | |||||
2011-02-10 | For meta7 - while LL reserves the first 5 estate numbers for it's own use, ↵ | David Seikel | 1 | -1/+1 | |
we never did that here in meta7. This causes a problem, since LL based viewers react differently to those first 5 estates. In particular there are dire warnings and greyed out widgets in the estate access tools. In meta7 there are now 2 active estates with numbers in the 1 to 5 range that are just ordinary estates, but their owners can't unban residents. The server developers never gave me an answer about wether just renumbering the estates would cause any problems. So I'll fix this in the meta7 viewer. These sorts of things should be server side enforced policy anyway. This may break LL TPV, but meta7 does not care about some other grids policies. | |||||
2011-02-08 | For meta7 - while LL reserves the first 5 estate numbers for it's own use, ↵ | David Seikel | 1 | -1/+1 | |
we never did that here in meta7. This causes a problem, since LL based viewers react differently to those first 5 estates. In particular there are dire warnings and greyed out widgets in the estate access tools. In meta7 there are now 2 active estates with numbers in the 1 to 5 range that are just ordinary estates, but their owners can't unban residents. The server developers never gave me an answer about wether just renumbering the estates would cause any problems. So I'll fix this in the meta7 viewer. These sorts of things should be server side enforced policy anyway. This may break LL TPV, but meta7 does not care about some other grids policies. | |||||
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-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 | |