Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-03-10 | MAINT-147 FIXED Allow follow cam scripts after closing Build tools floater. | Mnikolenko ProductEngine | |
2014-07-01 | MAINT-3885 FIXED Don't set focus on avatar after double-click-teleport if ↵ | Mnikolenko ProductEngine | |
camera was locked. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-01 | EXT-8148 Camera transitions are occasionally very slow for appearance ↵ | Richard Linden | |
editing transitions reviewed by Nyx | |||
2010-06-25 | EXT-8071 FIX Viewer crashes in login screen when moving mousewheel in login ↵ | Richard Nelson | |
fields. | |||
2010-06-23 | EXT-7767 FIX Outfit editor doesn't appear to have a default camera view | Richard Nelson | |
added some comments and cleaned up code based on review | |||
2010-06-23 | EXT-7767 FIX Outfit editor doesn't appear to have a default camera view | Richard Nelson | |
2010-06-15 | EXT-6953 WIP fixed walk cycle foot slip feedback to not speed up animation ↵ | Richard Linden | |
so much also, made camera default target and offset live-settable for debugging reviewed by vir | |||
2010-04-01 | Checker: UNINIT_CTOR | Tofu Linden | |
Function: LLAgentCamera::LLAgentCamera() File: /indra/newview/llagentcamera.cpp | |||
2010-04-01 | Checker: CHECKED_RETURN | Tofu Linden | |
Function: LLAgentCamera::updateCamera() File: /indra/newview/llagentcamera.cpp not a bug, but I cleaned up BOOL->bool | |||
2010-03-30 | EXT-6630 : INFRASTRUCTURE: Pull out -Keys functions from llagent into ↵ | Loren Shih | |
llagentcamera Fix for S32/F32 mismatch. | |||
2010-03-30 | EXT-6632 : INFRASTRUCTURE: LLAgentCamera / LLAgent header file / #include ↵ | Loren Shih | |
cleanup Took out unnecessary #includes from llagentcamera.* | |||
2010-03-30 | EXT-6630 : INFRASTRUCTURE: Pull out -Keys functions from llagent into ↵ | Loren Shih | |
llagentcamera Orbit/Pan keys were already in llagentcamera. Pulled alt/walk/left/up/yaw/pitch into llagentcamera. | |||
2010-03-26 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Lots of superficial cleanup, particularly around "if (" formatting. Removed LLAgent as a friend of LLAgentCamera and refactored to use accessors. | |||
2010-03-25 | EXT-6539 : Take out mAvatarObject from LLAgentWearables | Loren Shih | |
Removed mAvatarObject / gAgentWearables.mAvatarObject since it's redundant with gAgent.mAvatarObject. | |||
2010-03-25 | EXT-2959 : Pull out camera functions from llagent to llagentcamera | Loren Shih | |
#3 checkin. Took out llagent "friend llagentcamera" and added accessors instead. Did some superficial formatting cleanup. | |||
2010-03-24 | EXT-2959 : Pull out camera functions from llagent to llagentcamera | Loren Shih | |
#2 checkin. Superficial cleanup and some bug fixing (e.g. took out duplicate mDrawDistance from llagent, took out gAgentCameraHACK and gAgentHACK). | |||
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. |