aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'armin/exp' into expMcCabe Maxsted2011-04-191-8/+18
|\
| * Add HeadFollowsMouse debugsetting + UI in preferences > advanced. Defaults ↵Armin Weatherwax2011-04-151-8/+18
| | | | | | | | | | | | | | to *false* if false own avatars head doesn't follow the mouse no matter to what PitchFromMousePosition and YawFromMousePosition are set.
* | Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted2011-04-191-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
* | Ported Radar v9 patch from Henri Beauchamp (et al.) to Imp, placed it in the ↵McCabe Maxsted2011-04-131-0/+110
|/ | | | Advanced menu
* #787: Horizontal mouse scrolling support, patch by Kakurady DrakenarMcCabe Maxsted2011-03-091-1/+5
|
* Update: Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers v6->v9Armin Weatherwax2011-01-291-1/+1
| | | | issue tattoo tinting does not work
* IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood2010-11-071-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.
* Merged webkit_plugins into weekly. Huzzah! The weekly branch now has ↵McCabe Maxsted2010-11-021-0/+6
|\ | | | | | | browser/media plugin support
| * Merge branch 'weekly' into webkit_pluginsAleric Inglewood2010-10-221-78/+41
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/cmake/GStreamer.cmake linden/indra/cmake/GStreamer.cmake was deleted: we're going to try to use system libs, so any improvements that have been made in weekly have been invane. linden/indra/newview/llstartup.cpp Trivial #include collision. One include added another removed. Fixed. linden/indra/newview/lltoolpie.cpp Collision with RLV, pretty trivial. Fixed. linden/indra/newview/viewer_manifest.py Trivial White space fix collision with commenting out of gstreamer libs. Fixed.
| * | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius2010-10-101-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
| * | Merge branch 'mccabe-plugins' into plugins_mergeRobin Cornelius2010-10-101-1/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/doc/contributions.txt linden/indra/cmake/GStreamer.cmake linden/indra/cmake/LLMedia.cmake linden/indra/cmake/OPENAL.cmake linden/indra/llmedia/CMakeLists.txt linden/indra/llprimitive/material_codes.h linden/indra/newview/chatbar_as_cmdline.cpp linden/indra/newview/llappviewer.cpp linden/indra/newview/llfloatertos.cpp linden/indra/newview/llstartup.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h linden/indra/newview/viewer_manifest.py linden/install.xml
| | * | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax2010-09-231-1/+2
| | | | | | | | | | | | | | | | texture system
| | * | llmediaplugins first stepArmin Weatherwax2010-09-231-0/+6
| | | |
* | | | Finishes the OpenRegionSettings module, adds a new panel to Region/Estate ↵RevolutionSmythe2010-11-011-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.
* | | | Cleaned up the ugly Phoenix code for #637 and made it translatableMcCabe Maxsted2010-10-251-38/+44
| | | |
* | | | #637: teleport target location in local chat, ported from Phoenix by ↵McCabe Maxsted2010-10-231-0/+65
| |_|/ |/| | | | | | | | Ansariel Hiller
* | | Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted2010-10-091-78/+41
|/ /
* | Ported gSavedSettings changes from Emerald (as well as modifying a few of ours)McCabe Maxsted2010-09-251-5/+13
| |
* | Double-click teleport:thickbrick2010-09-211-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.
* fix Bug #240: Make Outfit crashes the viewer in OpenSimArmin Weatherwax2010-09-101-0/+2
| | | | this was due NULL wearables - todo: grey the checkboxes out then, maybe (firstuse)warn
* Applied #472: teleport history from Emerald, patch by Ansariel Hiler, ↵McCabe Maxsted2010-09-071-0/+29
| | | | feature originally by Zi Ree
* Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted2010-08-191-12/+9
|
* a few tweaks to joystick codeArmin Weatherwax2010-07-011-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)
* feature: have clothing layer protection on and don't broadcast client nameArmin Weatherwax2010-06-191-4/+8
|
* Added checkbox in Preferences > Input and Camera to disable the minimum zoom ↵McCabe Maxsted2010-06-191-17/+26
| | | | in distance (DisableMinZoomDist)
* Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers (v6)Armin Weatherwax2010-06-191-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.
* Changed AppearanceForceStand to AppearanceAnimate, made it toggle both ↵McCabe Maxsted2010-06-191-3/+3
| | | | standing up and animating the avatar when editing appearance
* Removing camera-behind-agent-head-blocking-view-when-looking-at-last-chatter ↵Kakurady2010-06-191-32/+1
| | | | feature.
* Fixed crash on quit in LLAgent dtorMcCabe Maxsted2010-05-051-3/+5
|
* fix: Bug #163 new clothing is created in Lost&Found after logging back in.Armin Weatherwax2010-04-281-1/+8
|
* fix: crash on relog; appearence self pie greyed out after relog.Armin Weatherwax2010-04-281-0/+9
|
* Fixed issue with showing stats in mouselookMcCabe Maxsted2010-04-031-0/+1
|
* Added debug setting AppearanceForceStand to toggle whether avatar stands ↵McCabe Maxsted2010-04-031-1/+3
| | | | when editing appearance
* Added debug setting ShowStatusBarInMouselook to show statistics in mouselookMcCabe Maxsted2010-04-031-0/+4
|
* Ported clientside AO from Emerald r1633McCabe Maxsted2010-03-301-1/+3
|
* VWR-2425: Pie menu remains after switch to Mouselook.McCabe Maxsted2010-03-131-0/+2
| | | | Patch by Kitty Barnett.
* Applied Speed Rez v2 patch from Cool Viewer.McCabe Maxsted2010-03-111-2/+13
| | | | | | | Dynamically changes draw distance after teleporting. Patch by Henri Beauchamp. (slviewer-0-v12350-SpeedRez_v2.patch)
* Ported breast physics from Emerald.Armin Weatherwax2010-03-051-1/+10
|
* Emeralds client name tag and clothing layer protection. Needs decision about ↵Armin Weatherwax2009-12-011-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
* Merged almost-final version of Imprudence 1.2 into 1.3McCabe Maxsted2009-11-081-2/+2
|\
| * Applied RLVa-1.0.5e_20091107_Imprudence-1.2.0-diff.patchMcCabe Maxsted2009-11-071-2/+2
| |
* | Merged working branch of 1.2 into LL 1.23 mergeMcCabe Maxsted2009-10-181-61/+274
|\ \ | |/
| * Applied RLVa-1.0.4e_20091010_SL-1.22.11-diff.patchMcCabe Maxsted2009-10-161-2/+2
| |
| * cleaned up disablecameraconstraints min zoom changeMcCabe Maxsted2009-10-101-22/+16
| |
| * Disable camera constraints now disables max zoom for the scrollwheelMcCabe Maxsted2009-10-041-45/+66
| |
| * Fixed inability to teleport to adult regions in Imprudence 1.2 (Ugly. Only ↵McCabe Maxsted2009-10-011-0/+26
| | | | | | | | use on 1.22 code base)
| * Merged 'armin/grid-manager5' into login-managerJacek Antonelli2009-09-101-0/+12
| |\ | | | | | | | | | | | | | | | Conflicts: linden/indra/newview/CMakeLists.txt linden/indra/newview/llpanellogin.cpp
| | * Broken: relog sometimes works once; fixed inventory and avatar not ruthed ↵Armin Weatherwax2009-07-111-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
| * | Merge remote branch 'mccabe/1.2.0-next' into nextJacek Antonelli2009-09-091-0/+30
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved "Backup" pie menu item to fit "Go Here" in top-left slot. Conflicts: linden/indra/newview/llviewermenu.cpp linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml
| | * | Ported phantom avatar option from Emerald viewerMcCabe Maxsted2009-09-061-0/+30
| | |/