aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-19Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted1-1/+2
work for the time being. * UI needs to be made clear on what's going on with user's passwords * 'Remember password' checkbox now works on login (but is unclear) * Stored passwords are MD5s in grid_info.xml * Fixed vivox license appearing on other grids rather than specifically on second life login when voice is enabled * Small fix for username entry after logout * Sadly, storing password in the mac keychain needs to be reimplemented now
2011-04-15Add HeadFollowsMouse debugsetting + UI in preferences > advanced. Defaults ↵Armin Weatherwax1-8/+18
to *false* if false own avatars head doesn't follow the mouse no matter to what PitchFromMousePosition and YawFromMousePosition are set.
2011-04-13Ported Radar v9 patch from Henri Beauchamp (et al.) to Imp, placed it in the ↵McCabe Maxsted1-0/+110
Advanced menu
2011-03-09#787: Horizontal mouse scrolling support, patch by Kakurady DrakenarMcCabe Maxsted1-1/+5
2011-01-29Update: Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers v6->v9Armin Weatherwax1-1/+1
issue tattoo tinting does not work
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood1-2/+2
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-01Finishes the OpenRegionSettings module, adds a new panel to Region/Estate ↵RevolutionSmythe1-1/+9
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-25Cleaned up the ugly Phoenix code for #637 and made it translatableMcCabe Maxsted1-38/+44
2010-10-23#637: teleport target location in local chat, ported from Phoenix by ↵McCabe Maxsted1-0/+65
Ansariel Hiller
2010-10-10Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius1-2/+1
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-78/+41
2010-09-25Ported gSavedSettings changes from Emerald (as well as modifying a few of ours)McCabe Maxsted1-5/+13
2010-09-23port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax1-1/+2
texture system
2010-09-23llmediaplugins first stepArmin Weatherwax1-0/+6
2010-09-21Double-click teleport:thickbrick1-42/+39
- clean up duplicated (and subtly and needlessly different) code. - keep the camera heading in inter-sim double-click teleport in a hackish way, since SL sims give LookAt info that is kind of random in AgentMovementComplete.
2010-09-16fix Bug #240: Make Outfit crashes the viewer in OpenSimArmin Weatherwax1-0/+2
this was due NULL wearables - todo: grey the checkboxes out then, maybe (firstuse)warn
2010-09-10fix Bug #240: Make Outfit crashes the viewer in OpenSimArmin Weatherwax1-0/+2
this was due NULL wearables - todo: grey the checkboxes out then, maybe (firstuse)warn
2010-09-07Applied #472: teleport history from Emerald, patch by Ansariel Hiler, ↵McCabe Maxsted1-0/+29
feature originally by Zi Ree
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-08-19Applied 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()