aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-26Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted1-12/+9
2010-07-01a few tweaks to joystick codeArmin Weatherwax1-2/+2
* switch joystick enabled if plugged in at startup * leave flycam mode if going to mouselook (instead of doing nothing) * leave flycam mode on reset view [esc] (instead of doing nothing)
2010-06-19feature: have clothing layer protection on and don't broadcast client nameArmin Weatherwax1-4/+8
2010-06-19Added checkbox in Preferences > Input and Camera to disable the minimum zoom ↵McCabe Maxsted1-17/+26
in distance (DisableMinZoomDist)
2010-06-19Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers (v6)Armin Weatherwax1-1/+7
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-06-19Changed AppearanceForceStand to AppearanceAnimate, made it toggle both ↵McCabe Maxsted1-3/+3
standing up and animating the avatar when editing appearance
2010-06-19Removing camera-behind-agent-head-blocking-view-when-looking-at-last-chatter ↵Kakurady1-32/+1
feature.
2010-05-05Fixed crash on quit in LLAgent dtorMcCabe Maxsted1-3/+5
2010-04-28fix: Bug #163 new clothing is created in Lost&Found after logging back in.Armin Weatherwax1-1/+8
2010-04-28fix: crash on relog; appearence self pie greyed out after relog.Armin Weatherwax1-0/+9
2010-04-03Fixed issue with showing stats in mouselookMcCabe Maxsted1-0/+1
2010-04-03Added debug setting AppearanceForceStand to toggle whether avatar stands ↵McCabe Maxsted1-1/+3
when editing appearance
2010-04-03Added debug setting ShowStatusBarInMouselook to show statistics in mouselookMcCabe Maxsted1-0/+4
2010-03-30Ported clientside AO from Emerald r1633McCabe Maxsted1-1/+3
2010-03-13VWR-2425: Pie menu remains after switch to Mouselook.McCabe Maxsted1-0/+2
Patch by Kitty Barnett.
2010-03-11Applied Speed Rez v2 patch from Cool Viewer.McCabe Maxsted1-2/+13
Dynamically changes draw distance after teleporting. Patch by Henri Beauchamp. (slviewer-0-v12350-SpeedRez_v2.patch)
2010-03-05Ported breast physics from Emerald.Armin Weatherwax1-1/+10
2009-12-01Emeralds client name tag and clothing layer protection. Needs decision about ↵Armin Weatherwax1-1/+4
a few things - find "Imprudence FIXME" (woq) in llprimitive.cpp and llvoavatar.cpp, its commented there. modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/llprimitive/llprimitive.h modified: linden/indra/newview/app_settings/settings.xml modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llfirstuse.cpp modified: linden/indra/newview/llfirstuse.h modified: linden/indra/newview/llstartup.cpp modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/llvoavatar.h modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml
2009-11-07Applied RLVa-1.0.5e_20091107_Imprudence-1.2.0-diff.patchMcCabe Maxsted1-2/+2
2009-10-16Applied RLVa-1.0.4e_20091010_SL-1.22.11-diff.patchMcCabe Maxsted1-2/+2
2009-10-10cleaned up disablecameraconstraints min zoom changeMcCabe Maxsted1-22/+16
2009-10-04Disable camera constraints now disables max zoom for the scrollwheelMcCabe Maxsted1-45/+66
2009-10-01Fixed inability to teleport to adult regions in Imprudence 1.2 (Ugly. Only ↵McCabe Maxsted1-0/+26
use on 1.22 code base)
2009-09-14Merged in jacek/nextMcCabe Maxsted1-15/+171
2009-09-06Ported phantom avatar option from Emerald viewerMcCabe Maxsted1-0/+30
2009-09-04Applied Kitty Barnett's RLVa 1.0.1h (Restrained Life) patch.Jacek Antonelli1-15/+171
Made a few non-functional changes to help it apply.
2009-07-11Broken: relog sometimes works once; fixed inventory and avatar not ruthed ↵Armin Weatherwax1-0/+12
anymore. deleted: Imprudence.log modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llinventorymodel.cpp modified: linden/indra/newview/llinventorymodel.h modified: linden/indra/newview/llinventoryview.cpp modified: linden/indra/newview/llviewerjointattachment.h modified: linden/indra/newview/llviewermenu.cpp deleted: mAttachedObject.diff.txt deleted: meerkat-llmenugl.diff.txt deleted: meerkat-message.diff.txt deleted: meerkat-pipeline.cpp.diff.txt deleted: meerkat-voice.diff.txt deleted: stack_trace.log
2009-06-13Second Life viewer sources 1.23.3-RCJacek Antonelli1-5/+10
2009-06-09Backported 1.23's minimap conversion to XUIMcCabe Maxsted1-3/+3
2009-05-31Added a confirmation dialog for Take Off All Clothes.Jacek Antonelli1-0/+19
2009-05-25Added Teleport Home confirmation and callback methods.Jacek Antonelli1-0/+15
LLAgent::teleportHomeConfirm() LLAgent::teleportHomeCallback()
2009-05-25Moved LLAgent::teleportHome() definition.Jacek Antonelli1-0/+7
Was in llagent.h for no good reason, now in llagent.cpp.
2009-05-24Second Life viewer sources 1.23.2-RCJacek Antonelli1-3/+4
2009-05-24Second Life viewer sources 1.23.1-RCJacek Antonelli1-83/+81
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli1-213/+395
2009-04-26Backported fix from 1.23 for stop animations only being local (VWR-2850)McCabe Maxsted1-10/+41
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli1-1/+1
2008-12-01Second Life viewer sources 1.22.0-RCJacek Antonelli1-103/+175
2008-09-06Second Life viewer sources 1.21.0-RCJacek Antonelli1-111/+123
2008-08-15Second Life viewer sources 1.20.11Jacek Antonelli1-2/+7
2008-08-15Second Life viewer sources 1.20.7Jacek Antonelli1-0/+1
2008-08-15Second Life viewer sources 1.20.2Jacek Antonelli1-184/+220
2008-08-15Second Life viewer sources 1.19.1.0Jacek Antonelli1-113/+45
2008-08-15Second Life viewer sources 1.19.0.0Jacek Antonelli1-27/+164
2008-08-15Second Life viewer sources 1.18.6.4-RCJacek Antonelli1-1/+1
2008-08-15Second Life viewer sources 1.18.6.0-RCJacek Antonelli1-7/+26
2008-08-15Second Life viewer sources 1.18.5.0-RCJacek Antonelli1-6/+31
2008-08-15Second Life viewer sources 1.18.4.2-RCJacek Antonelli1-3/+2
2008-08-15Second Life viewer sources 1.18.4.0-RCJacek Antonelli1-11/+85
2008-08-15Second Life viewer sources 1.18.3.2-RCJacek Antonelli1-1/+1