Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-08 | Delete a big bunch of unused variables. | David Walter Seikel | 1 | -7/+0 | |
2012-04-29 | For Armin and his teapot. | David Walter Seikel | 1 | -0/+5 | |
2011-09-08 | Revert "Reverted ability to customize the Imprudence client tag color." | McCabe Maxsted | 1 | -181/+198 | |
This reverts commit 87219855c664447a39dd7c2d8866f0a630d1c843. | |||||
2011-06-14 | Reverted ability to customize the Imprudence client tag color. | Jacek Antonelli | 1 | -198/+181 | |
The Imprudence tag color is part of our official branding. Users can turn it off, but the color itself is not a matter of user preference. This reverts commits e7ab172b762bbbb87ca78889fdaecfda39a71233 and c903ce543fecedd53d07f2d0fa7f6b149b2b8a1, and removes two widgets from Preferences > Colors. | |||||
2011-05-27 | Auto-deRuth code, by way of Siana Gearz and the Phoenix viewer. | Aidan Thornton | 1 | -1/+52 | |
[ From Tonya Souther's 672:143c811ee5e2 and 688:1900969ebf65 in phoenix-sg ] (cherry picked from commit d3ffe737a82e4bf54ce1413efeb7e92f43dfccca) | |||||
2011-05-17 | fix default unloaded avatar cloud particle texture not loading | Armin Weatherwax | 1 | -1/+1 | |
2011-05-13 | VWR-25479: Avatar physics causing broken shapes on other viewers. | Jacek Antonelli | 1 | -7/+1 | |
Patch by Seraph Linden. | |||||
2011-04-19 | Fixed a compile error (and what I assume to be a source error) in 9cb3d883 | McCabe Maxsted | 1 | -1/+1 | |
2011-04-19 | fix some flaws in the cloud particle prefs | Armin Weatherwax | 1 | -7/+18 | |
2011-04-19 | add some basic cloud preferences in prefs > advanced >eye candy - please ↵ | Armin Weatherwax | 1 | -3/+37 | |
review perms | |||||
2011-04-19 | Modified tag color setting to change the color for all Imprudence tags the ↵ | McCabe Maxsted | 1 | -181/+197 | |
client sees. Hardcoded colors are now used for Imp | |||||
2011-04-19 | Added custom nametag coloring for Imprudence tags (local only) | McCabe Maxsted | 1 | -2/+3 | |
2011-03-25 | cleaned up particle system llsd de/serialization; improvements to the avatar ↵ | Armin Weatherwax | 1 | -1/+9 | |
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-10 | Tazy Scientist: Feature #759 Particle Chat Enhanced | Armin Weatherwax | 1 | -28/+35 | |
script is here: http://redmine.kokuaviewer.org/attachments/164/script.txt I (ArminW) added also a ParticleChatCannel setting to Tazys patch. | |||||
2011-01-29 | Beeks: Serious fix for the Tintable tattoos! | Armin Weatherwax | 1 | -17/+17 | |
This needs moving the new avatar_lad.xml file from the Imprudence toplevel directory to linden/indra/newview/character/ | |||||
2011-01-29 | Update: Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers v6->v9 | Armin Weatherwax | 1 | -13/+16 | |
issue tattoo tinting does not work | |||||
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 | 1 | -7/+73 | |
2010-12-22 | load unloaded-avatar-cloud particle system from LLSD file. | Armin Weatherwax | 1 | -28/+17 | |
2010-11-12 | Applied patch by Ansariel Hiller for #689: Optionally disable internal hover ↵ | McCabe Maxsted | 1 | -0/+9 | |
(fly) up animation | |||||
2010-11-05 | Rename hippo* files to lower case (PART 2 OF 2) | Aleric Inglewood | 1 | -1/+1 | |
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming. | |||||
2010-11-03 | Rename hippo* files to lower case (PART 2 OF 2) | Aleric Inglewood | 1 | -1/+1 | |
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming. | |||||
2010-11-01 | Finishes the OpenRegionSettings module, adds a new panel to Region/Estate ↵ | RevolutionSmythe | 1 | -2/+1 | |
for OpenRegionSettings, adds the new CAPS based WindLight Settings module, cleans up a few UI parts, and rebuilds the ToS window to support OpenSim regions better. | |||||
2010-10-17 | Ask for at least 512^2 pixels of local texture before bake | thickbrick | 1 | -7/+7 | |
Not sure this helps with non-baking, but it looked wrong. Also, only bind local texture before they are covered by a bake. | |||||
2010-10-16 | Port of SNOW-802: Use UDP for baked textures. | thickbrick | 1 | -0/+1 | |
Port of SNOW-802 from SG1. Originally ported by Robin cornelius from SG 2.1. Also added a paramter can_use_http to the LLTextureFetchWorker constructor, to avoid messing with locks. | |||||
2010-10-16 | Port of SNOW-802: Use UDP for baked textures. | thickbrick | 1 | -0/+1 | |
Port of SNOW-802 from SG1. Originally ported by Robin cornelius from SG 2.1. Also added a paramter can_use_http to the LLTextureFetchWorker constructor, to avoid messing with locks. | |||||
2010-10-10 | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵ | Robin Cornelius | 1 | -64/+34 | |
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 | Applied RLVa-1.1.2-Imprudence.patch by Kitty Barnett | McCabe Maxsted | 1 | -21/+37 | |
2010-10-08 | Allow build under Mac OS X 10.6 SDK by removing deprecated things. | Mimika Oh | 1 | -0/+2 | |
Incorporated Snowglobe changesets: http://svn.secondlife.com/trac/linden/changeset/2823 http://svn.secondlife.com/trac/linden/changeset/2757 | |||||
2010-10-08 | Implemented friends tags highlighting, including preferences->general ↵ | elektrahesse | 1 | -6/+11 | |
checkbox to enable/disable the feature. The font on the tags is rendered in bold when the option is active. | |||||
2010-10-03 | Allow build under Mac OS X 10.6 SDK by removing deprecated things. | Mimika Oh | 1 | -1/+2 | |
Incorporated Snowglobe changesets: http://svn.secondlife.com/trac/linden/changeset/2823 http://svn.secondlife.com/trac/linden/changeset/2757 | |||||
2010-10-01 | RED-556: SNOW-800: Massively duplicated objects | Aleric Inglewood | 1 | -8/+8 | |
See http://redmine.imprudenceviewer.org/issues/556 | |||||
2010-09-28 | RED-556: SNOW-800: Massively duplicated objects | Aleric Inglewood | 1 | -8/+8 | |
See http://redmine.imprudenceviewer.org/issues/556 | |||||
2010-09-25 | Ported gSavedSettings changes from Emerald (as well as modifying a few of ours) | McCabe Maxsted | 1 | -10/+25 | |
2010-09-23 | don't rely on indexed color extension(SNOW-220) | Nemurimasu Neiro | 1 | -1/+0 | |
2010-09-23 | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵ | Armin Weatherwax | 1 | -34/+64 | |
texture system | |||||
2010-09-23 | llmediaplugins first step | Armin Weatherwax | 1 | -2/+15 | |
2010-09-16 | Fix for crash on bad teleports | McCabe Maxsted | 1 | -1/+1 | |
2010-09-10 | Fix for crash on bad teleports | McCabe Maxsted | 1 | -1/+1 | |
2010-08-26 | Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e | McCabe Maxsted | 1 | -18/+23 | |
2010-08-26 | Don't list clients as 'Failure' as it confuses people and isn't very nice | McCabe Maxsted | 1 | -1/+1 | |
2010-08-19 | Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e | McCabe Maxsted | 1 | -18/+23 | |
2010-08-07 | Don't list clients as 'Failure' as it confuses people and isn't very nice | McCabe Maxsted | 1 | -1/+1 | |
2010-08-02 | move llwarns ... "Grav SET to" ... to LL_DEBUGS("BodyPhysics") | Armin Weatherwax | 1 | -3/+3 | |
2010-08-02 | small show client name of others tweaking | Armin Weatherwax | 1 | -11/+19 | |
2010-07-15 | cleanup: removed dead code | Armin Weatherwax | 1 | -26/+3 | |
2010-07-03 | Fixed AO stands not starting after standing up from objects | McCabe Maxsted | 1 | -0/+1 | |
2010-06-19 | Updated our client detection list | McCabe Maxsted | 1 | -12/+66 | |
2010-06-19 | Added client identification for the Meta7 viewer | McCabe Maxsted | 1 | -1/+5 | |
2010-06-19 | Use the Imprudence color for your own nametag when client detection enabled | McCabe Maxsted | 1 | -4/+11 | |