Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-07 | Merge with render-pipeline | Dave Parks | |
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-11 | EXT-8650 Can wear mutliple copies of a no-copy item via object links | Loren Shih | |
- EXT-8660 Cleanup ambiguous llviewerobject::set/getItemID code Lots of files changed, but this is mostly just a trivial function call rename. This change is very low risk. | |||
2010-07-27 | Backed out changeset: 58571b4e704b | Richard Linden | |
2010-07-15 | Reverted changeset 2bb10eae42bf | Dessie Linden | |
2010-07-13 | Added AgentPositionSnaps data to ViewerStats to measure frequency and scale ↵ | Matthew Breindel (Falcon) | |
of interpolation failures. | |||
2010-07-07 | EXT-8002: FIXED: Crossing a sim boundary in a vehicle results in unexpected ↵ | Xiaohong Bao | |
catapulting | |||
2010-07-06 | EXT-7983: FIXED: viewer gets confused about position of objects that cross a ↵ | Xiaohong Bao | |
region boundary. worked together with davep. | |||
2010-06-25 | EXT-7446 Spatial Partition Crash. reviewed by Richard. | Karl Stiefvater (qarl) | |
2010-06-03 | Vectorized octree and much of llspatialpartition and lldrawable. | Dave Parks | |
Octree driven raycast. | |||
2010-05-01 | Rigged attachment integration WIP. | Dave Parks | |
2010-04-07 | Automated merge | Roxie Linden | |
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | merge from viewer-trunk | Tofu Linden | |
2010-04-07 | merge | Tofu Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-04-06 | YET another hairy merge from viewer-trunk. Conflicts resolved... so far. | Tofu Linden | |
2010-04-06 | another hairy merge from viewer-trunk :( | Tofu Linden | |
2010-04-05 | EXT-6703 : LLInventory.h cleanup and create new LLInventoryDefines | Loren Shih | |
Took out enums and flags from LLInventory into LLInventoryDefines Did a bunch of header file reformatting for LLInventory.h Change made to simulator files as well. | |||
2010-04-01 | Automated Merge | Roxie Linden | |
2010-04-01 | Fixed line ending | Matthew Breindel (Falcon) | |
2010-04-01 | Merge | Matthew Breindel (Falcon) | |
2010-04-01 | DEV-47845 More cleanup. Fixed a bug where the physics shape type wouldn't ↵ | Matthew Breindel (Falcon) | |
get displayed properly until you re-selected an object. | |||
2010-03-31 | Merge | Matthew Breindel (Falcon) | |
2010-03-31 | DEV-47845 Cleaned up names. | Matthew Breindel (Falcon) | |
2010-03-30 | HUGE merge from viewer-trunk. Many conflicts resolved. | Tofu Linden | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp". | |||
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar". | |||
2010-03-26 | DEV-47845 Fix to work with TCP/LLSD message. This checkin is experimental, ↵ | Matthew Breindel (Falcon) | |
so if it breaks a build, just revert to the previous changeset. | |||
2010-03-25 | automated merge | Loren Shih | |
2010-03-25 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Minor superficial cleanup to have all references to getAvatarObject use LLVOAvatarSelf *avatarp = gAgent.getAvatarObject() | |||
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-03-22 | Weekly automated merge from viewer 2.0 | Roxie Linden | |
2010-03-20 | merge | Dave Parks | |
2010-03-19 | EXT-6421 [crashhunters] Crash in LLViewerObject::getBoundingBoxAgent() | Karl Stiefvater (qarl) | |
added null guard to fix crash when the xform has no parent. reviewed by davep. | |||
2010-02-25 | LOD tweaking (sort of) works again in importer. | Dave Parks | |
Got rid of another spot that was loading meshes as textures. | |||
2010-02-13 | resolve. | Tofu Linden | |
2010-02-13 | Backed out changeset d89b00b44ab6 | Tofu Linden | |
2010-02-12 | merge | Palmer Truelson | |
2010-02-12 | Backed out davep's optimization pass. changeset 3c3685de430a | Palmer Truelson | |
2010-02-12 | merge | Palmer | |
2010-02-23 | merge | Palmer Truelson | |
2010-02-23 | Turning on Davep optimizations again. Backed out changeset d89b00b44ab6 | Palmer Truelson | |
2010-02-05 | EXT-4739 - Crash on teleport after viewer minimize. Making sure we don't ↵ | Eric M. Tulla (BigPapi) | |
accidentally set av self to null & added a few more null checks. -Reviewed by nyx | |||
2010-02-03 | Optimization pass. | Dave Parks | |
-- Further instrumentation of idle update -- Removed mActiveQ from LLPipeline, instead making calm objects static during LLVOVolume::idleUpdate -- Further instrumentation of flexible object update -- Converted LLDynamicArray and LLMap members of LLViewerObjectList to stl counterparts -- Increased number of update bins in LLViewerObjectList from 16 to 128 (objects will be processed every 128 frames instead of every 16, or ~ 90% fewer objects processed per frame) -- Removed unused "renderObjectsForSelect" code. -- Reenabled LOD updates for objects further than 24m from camera | |||
2010-01-27 | CID-111 | Tofu Linden | |
Checker: MISSING_BREAK Function: LLViewerObject::processUpdateMessage(LLMessageSystem *, void **, unsigned int, e_object_update_type, LLDataPacker *) File: /indra/newview/llviewerobject.cpp not a bug. commented. | |||
2010-01-27 | CID-112 | Tofu Linden | |
Checker: MISSING_BREAK Function: LLViewerObject::processUpdateMessage(LLMessageSystem *, void **, unsigned int, e_object_update_type, LLDataPacker *) File: /indra/newview/llviewerobject.cpp not a bug. commented. | |||
2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |