Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-06 | Clean up some compiler warnings. More to come. | David Walter Seikel | 3 | -8/+11 | |
2011-06-02 | Fix for #903 ATI star issue, ported from Phoenix via Shoytl and Singularity | McCabe Maxsted | 1 | -1/+3 | |
(cherry picked from commit 7d6337fb7683546c17c922aa1b0f7e3ca5982448) | |||||
2011-04-05 | Initialize local variables in llimagegl.cpp, from Singularity, patch by Shyotl | McCabe Maxsted | 1 | -22/+31 | |
2011-03-24 | Added a new default font size FontSansSerifBigger and fixed FontSansSerifBig ↵ | McCabe Maxsted | 2 | -3/+11 | |
not being named FontSansSerifLarge | |||||
2010-11-07 | IMP-692: SNOW-713: Global objects in libllcommon duplicated in plugins | Aleric Inglewood | 2 | -2/+1 | |
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-10-22 | Added FontSizeMultiplier and FontSizeRounding settings. | Jacek Antonelli | 1 | -1/+9 | |
Gives more control over font sizes, addresses font being smaller than some users desire. | |||||
2010-10-22 | Added FontSizeMultiplier and FontSizeRounding settings. | Jacek Antonelli | 1 | -1/+9 | |
Gives more control over font sizes, addresses font being smaller than some users desire. | |||||
2010-10-10 | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵ | Robin Cornelius | 15 | -980/+356 | |
Viewer 2 texture system" This reverts commit 087e15e89930d51c3964329befb273ae3b2d330d. Conflicts: linden/indra/newview/llsurface.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h | |||||
2010-10-09 | Fix some STL errors highlighted by MSVC debug | Robin Cornelius | 1 | -1/+1 | |
2010-10-09 | Fix some STL errors highlighted by MSVC debug | Robin Cornelius | 1 | -1/+1 | |
2010-10-08 | Use integer font sizes to avoid blurriness on some systems. | Jacek Antonelli | 1 | -2/+3 | |
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-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-25 | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵ | McCabe Maxsted | 1 | -1/+1 | |
disappears in patches, part 2: Also support GL_NV_depth_clamp | |||||
2010-09-25 | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵ | McCabe Maxsted | 3 | -14/+33 | |
disappears in patches, part 1 | |||||
2010-09-23 | Use integer font sizes to avoid blurriness on some systems. | Jacek Antonelli | 1 | -2/+3 | |
2010-09-23 | Removed more unused 'prepare' dependencies | McCabe Maxsted | 1 | -1/+0 | |
2010-09-23 | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵ | Armin Weatherwax | 15 | -356/+981 | |
texture system | |||||
2010-09-16 | Potential fix for a crash in llfontgl | McCabe Maxsted | 1 | -6/+12 | |
2010-09-10 | Added the concept of font size multiplier (size_mult). | Jacek Antonelli | 2 | -12/+27 | |
This compensates for inherent size differences in each font family, so that UI text is a consistent size, no matter which font you use. | |||||
2010-09-10 | Added the concept of aliases to LLFontRegistry. | Jacek Antonelli | 2 | -0/+52 | |
SansSerif is now an alias for either "DejaVu" or "Liberation", depending on the user's FontChoice setting. | |||||
2010-09-10 | Added the concept of font size multiplier (size_mult). | Jacek Antonelli | 2 | -12/+27 | |
This compensates for inherent size differences in each font family, so that UI text is a consistent size, no matter which font you use. | |||||
2010-09-10 | Added the concept of aliases to LLFontRegistry. | Jacek Antonelli | 2 | -0/+52 | |
SansSerif is now an alias for either "DejaVu" or "Liberation", depending on the user's FontChoice setting. | |||||
2010-08-29 | Potential fix for a crash in llfontgl | McCabe Maxsted | 1 | -6/+12 | |
2010-08-26 | Don't llerrs if textures have bogus params | McCabe Maxsted | 1 | -1/+3 | |
2010-08-07 | Don't llerrs if textures have bogus params | McCabe Maxsted | 1 | -1/+3 | |
2010-08-02 | remove llrender/llglimmediate.cpp and llglimmediate.h (empty files). | Armin Weatherwax | 2 | -2/+0 | |
2010-07-01 | fix: despam streaming video "Cannot analyze alpha for image with format typ ↵ | Armin Weatherwax | 1 | -2/+2 | |
<foo>" | |||||
2010-06-22 | Made shader loading use LL_DEBUGS instead of LL_INFOS to reduce log spam | McCabe Maxsted | 1 | -1/+1 | |
2010-06-19 | Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers (v6) | Armin Weatherwax | 2 | -0/+4 | |
slviewer-0-v12350-AlphaAndTattooSupport-patch.zip contains the necessary avatar_lad.xml and other artwork. The new avatar_lad.xml crashes clients without alpha and tattoo support at startup. | |||||
2010-03-11 | Applied ImageGLPickMaskCrashFix patch from Cool Viewer. | McCabe Maxsted | 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) | |||||
2010-02-22 | Fixed a rare crash from textures with too many components. | Armin Weatherwax | 1 | -1/+3 | |
Only seen in lbsa plaza on OSGrid, so far. | |||||
2010-02-16 | Ported many texture engine changes from Snowglobe. | Jacek Antonelli | 6 | -70/+315 | |
2009-11-03 | Created our own Linux freetype package, 2.3.11. | Jacek Antonelli | 1 | -2/+1 | |
2009-06-13 | Second Life viewer sources 1.23.3-RC | Jacek Antonelli | 2 | -8/+11 | |
2009-04-30 | Second Life viewer sources 1.23.0-RC | Jacek Antonelli | 36 | -1378/+2883 | |
2009-01-28 | Second Life viewer sources 1.22.6-RC | Jacek Antonelli | 2 | -14/+0 | |
2009-01-11 | Second Life viewer sources 1.22.5-RC | Jacek Antonelli | 31 | -120/+229 | |
2008-12-12 | Second Life viewer sources 1.22.3-RC | Jacek Antonelli | 3 | -17/+20 | |
2008-12-09 | Second Life viewer sources 1.22.2-RC | Jacek Antonelli | 2 | -1/+5 | |
2008-12-01 | Second Life viewer sources 1.22.0-RC | Jacek Antonelli | 21 | -433/+679 | |
2008-11-18 | Fix VWR-9507: bad typedef breaks build on gcc 4.3. | Jacek Antonelli | 1 | -1/+1 | |
Suggested by Alissa Sabre. | |||||
2008-11-18 | Likely fix for VWR-9358 (palletized textures). | Jacek Antonelli | 1 | -1/+1 | |
Suggested by Angus Boyd. | |||||
2008-09-12 | Second Life viewer sources 1.21.2-RC | Jacek Antonelli | 2 | -1/+8 | |
2008-09-06 | Second Life viewer sources 1.21.0-RC | Jacek Antonelli | 33 | -984/+6873 | |
2008-08-15 | Second Life viewer sources 1.20.13 | Jacek Antonelli | 1 | -1/+9 | |
2008-08-15 | Second Life viewer sources 1.20.11 | Jacek Antonelli | 2 | -10/+1 | |
2008-08-15 | Second Life viewer sources 1.20.9 | Jacek Antonelli | 2 | -7/+19 | |
2008-08-15 | Second Life viewer sources 1.20.7 | Jacek Antonelli | 16 | -659/+1170 | |
2008-08-15 | Second Life viewer sources 1.20.6 | Jacek Antonelli | 5 | -122/+83 | |