aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoavatar.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-08Delete a big bunch of unused variables.David Walter Seikel1-7/+0
2012-04-29For Armin and his teapot.David Walter Seikel1-0/+5
2011-09-08Revert "Reverted ability to customize the Imprudence client tag color."McCabe Maxsted1-181/+198
This reverts commit 87219855c664447a39dd7c2d8866f0a630d1c843.
2011-06-14Reverted ability to customize the Imprudence client tag color.Jacek Antonelli1-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-27Auto-deRuth code, by way of Siana Gearz and the Phoenix viewer.Aidan Thornton1-1/+52
[ From Tonya Souther's 672:143c811ee5e2 and 688:1900969ebf65 in phoenix-sg ] (cherry picked from commit d3ffe737a82e4bf54ce1413efeb7e92f43dfccca)
2011-05-17fix default unloaded avatar cloud particle texture not loadingArmin Weatherwax1-1/+1
2011-05-13VWR-25479: Avatar physics causing broken shapes on other viewers.Jacek Antonelli1-7/+1
Patch by Seraph Linden.
2011-04-19Fixed a compile error (and what I assume to be a source error) in 9cb3d883McCabe Maxsted1-1/+1
2011-04-19fix some flaws in the cloud particle prefsArmin Weatherwax1-7/+18
2011-04-19add some basic cloud preferences in prefs > advanced >eye candy - please ↵Armin Weatherwax1-3/+37
review perms
2011-04-19Modified tag color setting to change the color for all Imprudence tags the ↵McCabe Maxsted1-181/+197
client sees. Hardcoded colors are now used for Imp
2011-04-19Added custom nametag coloring for Imprudence tags (local only)McCabe Maxsted1-2/+3
2011-03-25cleaned up particle system llsd de/serialization; improvements to the avatar ↵Armin Weatherwax1-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-10Tazy Scientist: Feature #759 Particle Chat EnhancedArmin Weatherwax1-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-29Beeks: Serious fix for the Tintable tattoos!Armin Weatherwax1-17/+17
This needs moving the new avatar_lad.xml file from the Imprudence toplevel directory to linden/indra/newview/character/
2011-01-29Update: Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers v6->v9Armin Weatherwax1-13/+16
issue tattoo tinting does not work
2011-01-25Add an UI for Display name settings to prefs general, make the setting more ↵Armin Weatherwax1-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-24Henri Beauchamp: Display Names support v4Armin Weatherwax1-7/+73
2010-12-22load unloaded-avatar-cloud particle system from LLSD file.Armin Weatherwax1-28/+17
2010-11-12Applied patch by Ansariel Hiller for #689: Optionally disable internal hover ↵McCabe Maxsted1-0/+9
(fly) up animation
2010-11-05Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-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-03Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-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-01Finishes the OpenRegionSettings module, adds a new panel to Region/Estate ↵RevolutionSmythe1-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-17Ask for at least 512^2 pixels of local texture before bakethickbrick1-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-16Port of SNOW-802: Use UDP for baked textures.thickbrick1-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-16Port of SNOW-802: Use UDP for baked textures.thickbrick1-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-10Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius1-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-09Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted1-21/+37
2010-10-08Allow build under Mac OS X 10.6 SDK by removing deprecated things.Mimika Oh1-0/+2
Incorporated Snowglobe changesets: http://svn.secondlife.com/trac/linden/changeset/2823 http://svn.secondlife.com/trac/linden/changeset/2757
2010-10-08Implemented friends tags highlighting, including preferences->general ↵elektrahesse1-6/+11
checkbox to enable/disable the feature. The font on the tags is rendered in bold when the option is active.
2010-10-03Allow build under Mac OS X 10.6 SDK by removing deprecated things.Mimika Oh1-1/+2
Incorporated Snowglobe changesets: http://svn.secondlife.com/trac/linden/changeset/2823 http://svn.secondlife.com/trac/linden/changeset/2757
2010-10-01RED-556: SNOW-800: Massively duplicated objectsAleric Inglewood1-8/+8
See http://redmine.imprudenceviewer.org/issues/556
2010-09-28RED-556: SNOW-800: Massively duplicated objectsAleric Inglewood1-8/+8
See http://redmine.imprudenceviewer.org/issues/556
2010-09-25Ported gSavedSettings changes from Emerald (as well as modifying a few of ours)McCabe Maxsted1-10/+25
2010-09-23don't rely on indexed color extension(SNOW-220)Nemurimasu Neiro1-1/+0
2010-09-23port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax1-34/+64
texture system
2010-09-23llmediaplugins first stepArmin Weatherwax1-2/+15
2010-09-16Fix for crash on bad teleportsMcCabe Maxsted1-1/+1
2010-09-10Fix for crash on bad teleportsMcCabe Maxsted1-1/+1
2010-08-26Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted1-18/+23
2010-08-26Don't list clients as 'Failure' as it confuses people and isn't very niceMcCabe Maxsted1-1/+1
2010-08-19Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted1-18/+23
2010-08-07Don't list clients as 'Failure' as it confuses people and isn't very niceMcCabe Maxsted1-1/+1
2010-08-02move llwarns ... "Grav SET to" ... to LL_DEBUGS("BodyPhysics")Armin Weatherwax1-3/+3
2010-08-02small show client name of others tweakingArmin Weatherwax1-11/+19
2010-07-15cleanup: removed dead codeArmin Weatherwax1-26/+3
2010-07-03Fixed AO stands not starting after standing up from objectsMcCabe Maxsted1-0/+1
2010-06-19Updated our client detection listMcCabe Maxsted1-12/+66
2010-06-19Added client identification for the Meta7 viewerMcCabe Maxsted1-1/+5
2010-06-19Use the Imprudence color for your own nametag when client detection enabledMcCabe Maxsted1-4/+11