summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
AgeCommit message (Collapse)Author
2011-07-22STORM-1474 FIXED Implement Show Last Search in viewer chromePaul ProductEngine
- Minimize the search floater on teleport
2011-07-13SH-1637 FIX, SH-1638 FIX - fixes jittery camera problemsBrad Payne (Vir Linden)
2011-07-01STORM-1137 FIXED Close the REGION/ESTATE floater when teleporting.Vadim ProductEngine
2011-06-01merge changes for latest viewer-developmentOz Linden
2011-05-23merge latest changes (post-2.7.0) from viewer-developmentOz Linden
2011-05-17Merge with viewer-development (mesh)Don Kjer
2011-05-17Merge with viewer-developmentDon Kjer
2011-05-17Merge from viewer-development.Vadim ProductEngine
2011-05-17STORM-1245 WIP Restored environment settings interpolation on region crossing.Vadim ProductEngine
Also got rid of duplicated region environment settings requests.
2011-05-16mergeDave Parks
2011-05-16STORM-1245 WIP Removed some dead code.Vadim ProductEngine
2011-05-16STORM-1245 WIP Reimplementing management of local presets according to the ↵Vadim ProductEngine
new spec. User environment preferences are now persistent. TODO: Implement applying region env. settings.
2011-05-12mergeDave Parks
2011-05-11merge up to latest viewer-developmentOz Linden
2011-05-09Merge.brad kittenbrink
2011-05-05Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵brad kittenbrink
a bunch of unnecesary header dependencies.
2011-05-04Merge with http://bitbucket.org/lindenlab/viewer-development (r15992)callum
2011-05-04merge changes for viewer-development before mesh mergeOz Linden
2011-05-02mergeDave Parks
2011-04-29EXP-623 FIX Selecting fly option while on click to walk path flys avatar tocallum
end point but avatar spins and shakes when arriving at click point
2011-04-29Merged with viewer-development.Ricky Curtice
The reason was to manually resolve a couple of merge problems, as upstream has had several changes since this was applied, and some of the changes overlapped.
2011-04-22mergeDave Parks
2011-04-13merge out changes up to but not including the STORM-610 changeOz Linden
2011-03-31STORM-1126 mergeVadim ProductEngine
2011-03-22Improve LLEventHost API for autopilot and following avatars. Reviewed by Kelly.Dave SIMmONs
2011-03-17ER-612: Add LLEventAPI access to LLAgent auto pilot. Follow-on work to ↵Dave SIMmONs
allow blocking of flying during autopilot. Reviewed by Kelly.
2011-03-15ER-612: Add LLEventAPI access to LLAgent auto pilotDon Kjer
2011-03-12Switched to using *_SQUARED constants instead of multiplied constants, and ↵Ricky Curtice
cleaned up a few other minor issues noted during review.
2011-03-10Squared all dist_vec() based comparisons and other dist_vec() operations ↵Ricky Curtice
where sensible. Not all instances of dist_vec() were squared, only those where it wouldn't (hopefully) change the functionality.
2011-04-19mergeDave Parks
2011-04-19mergeDave Parks
2011-02-18Cleanup of headless client (was: DisableRendering mode)Don Kjer
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes.
2011-02-09SH-915 WIP - allow flycam control in autopilot record/playbackBrad Payne (Vir Linden)
2011-01-13Automated merge up from viewer-developmentLoren Shih
2011-01-07Automated merge up from viewer-developmentLoren Shih
2010-12-30STORM-797 FIXED Added parcel SLURL rendering with human readable parcel names.Seth ProductEngine
- Added parcel info observer to LLUrlEntryParcel. - Added notifying LLUrlEntryParcel by LLRemoteParcelInfoProcessor when parcel data arrives. - Added notifying LLUrlEntryParcel about user login, changing host and viewer connection state to use this data in remote parcel requests.
2010-12-28STORM-714 FIXED Webprim's control bar doesn't dissapear after switching to ↵Paul Guslisty
mouselook mode - After switching to the mouse look mode hide control bar immediately, not fading it with timer - Added signal for switching mouse look mode out just for convenience. It's not used in this fix.
2010-12-21Automated merge up from viewer-developmentLoren Shih
2010-12-09merge from http://hg.secondlife.com/viewer-developmentMonty Brandenberg
2010-12-01Automated merge up from viewer-developmentLoren Shih
2010-11-29ESC-154 ESC-156 Now using region hash rather than region uuid as identifier.Monty Brandenberg
In the viewer, the region's UUID is acquired very late and isn't generally used as the canonical region identifier. The U64 region hash is a better and more consistently used identifier so I'm moving over to using that as the region key. Don't have a proper reserved invalid region hash which is unfortunate, but then, so much is.
2010-11-22STORM-461 FIXED Hide sidebar tab buttons in mouselook mode.Vadim ProductEngine
2010-11-19Automated merge with file:///Users/Bill/Projects/viewer-releaseBill Curtis
2010-11-18ESC-154 ESC-155 ESC-156Monty Brandenberg
Asset fetch requests wrapped to allow for measurements. Asset fetch enqueues, dequeues and completion times recorded to asset stats collector. Texture fetch operations (http and udp) recorded to asset stats collector. Stats collector time vallue switched from F32 to U64 which is the more common type in the viewer. Cross-thread mechanism introduced to communicate region changes and generate global statistics messages. Facility to deliver metrics via Capabilities sketched in but needs additional work. Documentation and diagrams added.
2010-11-08changes to read max-agent-groups from login.cgi responseBill Curtis
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-09-27STORM-1126 WIP Windlight Estate Settings port from 1.23: first pass at ↵Nyx (Neal Orman)
merging in windlight estate settings to viewer-dev codebase. not built, not tested. Probably needs a bunch of fixes to be able to be integrated. (resubmitted by Vadim ProductEngine)
2010-09-27mergeDave Parks
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-08-31mergeDave Parks