Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-06-19 | MAINT-794 Factor out a lot of CPU overhead around updating objects. | Dave Parks | |
2012-06-11 | MAINT-646 Get rid of a hotspot in LLViewerObjectList::update, fix for error ↵ | Dave Parks | |
in llpolymorph | |||
2012-05-22 | MAINT-119 FIXED (PUBLIC]no-transfer textures not searchable via texture picker) | Paul ProductEngine | |
- Implemented Richard's and Leo's spec - Also fixed an issue when applying no-transfer texture for an object using texture picker, creates redundant copies of the texture in the object's content | |||
2012-04-24 | PATH-542: Ensuring that the rotation is properly updated after the ↵ | Todd Stinson | |
ObjectUpdate message from the server. | |||
2012-03-30 | Adding in some debug functionality to allow permanent and/or character flags ↵ | Todd Stinson | |
on objects to be hidden from the viewer. This enables testing of the server-side enforcement of object rules. | |||
2012-03-20 | BUGFIX: Removing server warning notification that occurs when attempting to ↵ | Todd Stinson | |
use the inner tubes on the premium wilderness region. The updateFlags() was being called while processing a server message, which would result in erroneous data being posted back to the server. | |||
2012-03-16 | Removing unreachable code from the viewer. Corresponding changes made on ↵ | Todd Stinson | |
the server to remove the message handling. | |||
2012-03-13 | PATH-199: Enforcing permanent objects in frozen state to not move. | Todd Stinson | |
2012-02-29 | PATH-199: Starting to introducing the pathfinding flags for the object. | Todd Stinson | |
2012-02-28 | PATH-199: Cleaning up code related to object flags so that I can better use ↵ | Todd Stinson | |
the flags to managed pathfinding flags such as permanent and character. | |||
2011-11-10 | SH-2644 Fix debug display that shows selection triangle count and streaming cost | Dave Parks | |
2011-10-04 | SH-2428 Make GCC 4.4 happy by using LLVector4a striders with LLAlphaObject ↵ | Dave Parks | |
subclasses -- also vectorize particle VBO updates | |||
2011-08-15 | Merge | Paul ProductEngine | |
2011-08-10 | Fix for merge breakages | Brad Payne (Vir Linden) | |
2011-08-10 | merge viewer-development to mesh-development | Brad Payne (Vir Linden) | |
2011-08-08 | Merge with 8582496d7733948e19396167df9b4d2d4cd35f0c | seth_productengine | |
2011-08-06 | SH-2170 FIXED Detecting selection of objects that cross parcel bounds added. | Seth ProductEngine | |
In this case the land impacts data is not displayed for such selection. | |||
2011-08-02 | Sh-2129 Viewer caps implementation for resource cost selected. Also cleanup ↵ | prep linden | |
of old code related to earlier accounting work. | |||
2011-07-08 | Merge viewer-development -> mesh-development | Don Kjer | |
2011-06-22 | WIP SH-1791 - constructAndAddReturnable() now accepts target region | prep | |
2011-06-22 | WIP for SH-1791 | prep linden | |
2011-06-01 | merge changes for latest viewer-development | Oz Linden | |
2011-05-26 | dos2unix fixes for newview files. | Loren Shih | |
2011-05-26 | storm-1189: remove more of the code for classic clouds | Oz Linden | |
2011-05-20 | automated merge mesh-development -> davep-mesh-candidate-2010 | Loren Shih | |
2011-05-20 | SH-1252 and SH-1253 WIP. | prep linden | |
2011-05-17 | SH-1419 FIXED Sim complains about changing physical materials when Physics, ↵ | Loren Shih | |
Temporary, or Phantom is changed. | |||
2011-05-09 | SH-1419 Sim complains about changing physical materials when Physics, ↵ | Loren Shih | |
Temporary, or Phantom is changed. | |||
2011-04-04 | SH-477 Scene stats console work in progress. | Dave Parks | |
2011-03-30 | SH-477 Better mesh streaming cost estimation. | Dave Parks | |
2011-01-24 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-01-19 | ER-428 / CTS-422 : [PUBLIC] movement updates are lost when walking. Changed ↵ | Dave SIMmONs | |
code to detect if the circuit has stopped getting packets. Reviewed by Andrew | |||
2011-01-14 | Automated merge up from viewer-development | Loren Shih | |
2011-01-13 | Automated merge up from viewer-development | Loren Shih | |
2011-01-12 | Merge with viewer-development | Don Kjer | |
2011-01-10 | STORM-807 : Clean up code as discussed with Andrew | Merov Linden | |
2010-12-22 | Cleanup from review with Andrew and Merov | Don Kjer | |
2010-12-16 | ER-414: Add object update type debug rendering view | Don Kjer | |
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
2010-11-18 | Added viewer-side "object overlaps parcel" check encroachment returnabilty UI | Andrew Meadows | |
Reviewed with Falcon | |||
2010-11-05 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2010-10-27 | Automated merge up from viewer-development | Loren Shih | |
2010-10-26 | STORM-416 : merge with viewer-development | Merov Linden | |
2010-10-20 | merge | Dave Parks | |
2010-10-20 | Automated merge up from viewer-development | Loren Shih | |
2010-10-19 | First stab at using GetObjectPhysicsData | Dave Parks | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-12 | Adjust viewer object interpolation code so that tapering off only occurs if ↵ | Dave SIMmONs | |
the simulator stops sending data. Reviewed by Ambroff | |||
2010-10-12 | Initial work on viewer motion interpolation. Changes include: | Dave SIMmONs | |
* InterpolationTime and InterpolationPhaseOut values in settings.xml to control new object interpolation code. Use zero to revert to old logic * Viewer motion interpolation lasts InterpolationTime and will start to phase out after InterpolationPhaseOut seconds * Changed LLWorld::getMinAllowedZ() to take a world-position as a parameter * Added LLVOAvatarSelf::resetRegionCrossingTimer() * Actually reset LLVOAvatarSelf::mRegionCrossingTimer so we get sensible timing data for region crossings * LLVOAvatarSelf::updateRegion() will update position value due to region changes Code reviewed by Ambroff * |