| Commit message (Expand) | Author | Files | Lines |
2016-12-04 | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 1 | -0/+9 |
2016-11-26 | mantis 7656, partialy apply patch, changing the start scripts for now | UbitUmarov | 1 | -0/+1 |
2016-06-22 | Can't do it do it this low in the stack. Attachments on teleports apparently ... | Diva Canto | 1 | -6/+1 |
2016-06-21 | Mantis #7932: Some objects were being serialized with PCode=9 and State != 0 ... | Diva Canto | 1 | -1/+6 |
2015-10-20 | add axis locks to sop serializer. Now they are also saved to inventory | UbitUmarov | 1 | -0/+8 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -34/+14 |
2015-08-30 | More namespace and dll name changes. Still no functional changes. | Diva Canto | 1 | -1/+1 |
2015-08-30 | Renamed the namespaces too | Diva Canto | 1 | -1/+1 |
2015-08-24 | try to implement core load oar options | UbitUmarov | 1 | -0/+65 |
2015-08-11 | Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo... | Oren Hurvitz | 2 | -57/+58 |
2015-08-01 | Mantis #7657 and #7514. This should alleviate the problem of bad object asset... | Diva Canto | 1 | -3/+4 |
2015-01-09 | Added GetDisplayNames capability. For now, we don't actually use display name... | Diva Canto | 1 | -0/+1 |
2014-11-03 | always write physicsShapeType on sop serialization since default value | UbitUmarov | 1 | -2/+1 |
2014-08-29 | Ignore whitespace when reading serialized XML objects. | Justin Clark-Casey (justincc) | 1 | -149/+150 |
2014-08-28 | On code section that rezzes single objects and attachments, reduce CPU use by... | Justin Clark-Casey (justincc) | 1 | -33/+34 |
2014-07-27 | remove forgotten lines | UbitUmarov | 1 | -7/+0 |
2014-07-27 | serialize sound parameters for llLoopSound | UbitUmarov | 1 | -1/+48 |
2014-05-26 | When saving an OAR in "Publish" mode, also discard Group information | Oren Hurvitz | 1 | -3/+10 |
2014-03-28 | Better skipping of "SculptData" when parsing XML | Oren Hurvitz | 1 | -7/+1 |
2014-03-28 | Removed "SculptData" from the serialized XML format of prims | Oren Hurvitz | 1 | -11/+3 |
2014-03-24 | Fixed parsing of coalesced objects if the XML starts with an XML Declaration ... | Oren Hurvitz | 1 | -44/+45 |
2014-03-24 | Refactored Load IAR: created a generic mechanism to modify the SOG's as they ... | Oren Hurvitz | 1 | -0/+67 |
2014-03-24 | Refactored: ExternalRepresentationUtils should be the only place where the "C... | Oren Hurvitz | 1 | -2/+2 |
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-09-22 | Preserve attachment point & position when attachment is rezzed in world | Aleric Inglewood | 1 | -0/+14 |
2013-06-27 | Make the concept of namespaces explicit in dynamic attributes | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-06-06 | Hook up Keyframe motion to almost everything. Failing to cross a sim border | Melanie | 1 | -0/+16 |
2013-02-08 | If a component of a coalesced object fails to deserialization, do not add a n... | Justin Clark-Casey (justincc) | 1 | -4/+18 |
2013-02-07 | Rename Bounciness to Restitution | Melanie | 1 | -3/+3 |
2013-02-07 | Rename Bounciness to Restitution | Melanie | 1 | -3/+3 |
2013-02-07 | Rename "Bounciness" to "Restitution" | Melanie | 1 | -3/+3 |
2013-02-06 | Partial port of Avination's support for the new physics parameters. | Melanie | 1 | -0/+43 |
2013-01-25 | Added DynAttrs to the serialized XML format of prims. When copying prims, use... | Oren Hurvitz | 1 | -0/+14 |
2012-08-29 | A few more changes to keyframes | UbitUmarov | 1 | -1/+1 |
2012-08-28 | [possible still very broken] mess around keyframes. timer events | UbitUmarov | 1 | -1/+1 |
2012-08-21 | Add Camera Offsets to serialization | Melanie | 1 | -0/+14 |
2012-07-23 | Change attachment handling to remove object from the scene first as per | Melanie | 1 | -0/+18 |
2012-07-23 | Change attachment handling to remove object from the scene first as per | Melanie | 1 | -0/+18 |
2012-07-07 | Change semantics of FromXML on vehicle data to make the serializer a bit cleaner | Melanie | 1 | -6/+5 |
2012-07-07 | Add saving vehicle physics data to the database | Melanie | 1 | -4/+4 |
2012-05-23 | Fix bug where an avatar that had an object they owned attached through llAtta... | Justin Clark-Casey (justincc) | 1 | -2/+18 |
2012-05-16 | Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format... | Justin Clark-Casey (justincc) | 2 | -113/+4 |
2012-05-15 | Port Avination's collision fixes to core. | Melanie | 1 | -0/+7 |
2012-05-14 | Completely revamp collision handling. Now works as it is supposed to. | Melanie | 1 | -0/+7 |
2012-03-14 | bug fixs, added a default physics shape estimator based on being a mesh or no... | UbitUmarov | 1 | -5/+5 |
2012-03-13 | missed commit of extraphysics parameters serialization.. | UbitUmarov | 1 | -6/+46 |
2012-02-26 | Move KeyframeMotion from SOG to SOP because we can't persist it any | Melanie | 1 | -4/+4 |
2012-02-26 | Fix deserialization of Buoyancy, Force and Torque. Remove debug from the new | Melanie | 1 | -5/+0 |
2012-02-26 | Serialize Keyframe motion for region crossings | Melanie | 1 | -1/+21 |
2012-02-25 | changed SOP Force and Torque, adding XML (de/)serialization, also changed Bu... | UbitUmarov | 1 | -1/+16 |