Commit Verlauf

Autor SHA1 Nachricht Datum
  Justin Clark-Casey (justincc) af7c6c5f39 stop passing FromUserInventoryItemID right down into the deserializer. vor 13 Jahren
  Justin Clark-Casey (justincc) cf3ffe5bb4 Fix llAttachToAvatar() vor 13 Jahren
  Justin Clark-Casey (justincc) 86f45f6fe7 remove undo state storage in a few places where it's pointless vor 13 Jahren
  Justin Clark-Casey (justincc) 5e8900dfd0 minor: code tidy and inserted log lines for future use. vor 13 Jahren
  Justin Clark-Casey (justincc) fc7e17baf7 When serializing objects, stop accidentally using the green text colour value for alpha vor 13 Jahren
  Justin Clark-Casey (justincc) e9988a3728 Make sure culture is en-US when saving archive related xml. vor 13 Jahren
  Justin Clark-Casey (justincc) 4e4db749eb If parsing fails in the primitive base shape (which prints out a debug log message), also print out the name and uuid of the part containing this shape. vor 13 Jahren
  Melanie e398c33648 Add PayPrice to serialization format Xml2 vor 13 Jahren
  Justin Clark-Casey (justincc) 58efd761d1 Add coalesced scene objects class and serializer. This is currently only used by the TestRezCoalescedObject() regression test. vor 13 Jahren
  Diva Canto 5c870fce54 Bug fix in object serialization -- sculpt data was wrong. vor 13 Jahren
  Diva Canto eab0951a59 Fixes the issue of hung archives. Problem was with SceneObjectSerializer. vor 13 Jahren
  Justin Clark-Casey (justincc) 3d32f05cde remove mono compiler warning: if (sop.Color != null) always returns true as sop.Color is a value type. vor 13 Jahren
  Diva Canto f86c438653 Preservation of creator information now also working in IARs. Cleaned up usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function. vor 14 Jahren
  Diva Canto ca8d015733 Changed the parser for InventoryItem deserialization. Moved some utility functions around. vor 14 Jahren
  Diva Canto c617d658dd Added creator info across the board -- TaskInventoryItems and InventoryItems themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. vor 14 Jahren
  Diva Canto 6a9ae9e7cb Global creator information working on MySQL DB and on load/save OARs. Creator name properly shown on the viewer as first.last @authority. vor 14 Jahren
  Melanie 98ba079e95 Diva needs a spanking! Serializing OldItemID breaks script state persistence in agent inventory. vor 14 Jahren
  Diva Canto 9f5ab3b965 Old deserialization can't deal with commas in flag fields. Making use of -version option on save oar command. Bumped archives version to 0.5; version < 0.5 generates flag fields without commas. Everything else is identical. vor 14 Jahren
  Jeff Ames a331fd4e24 Formatting cleanup. vor 14 Jahren
  Diva Canto 627d1a42fe Added inner exception handling in Shape deserialization processing, so that the whole Shape processing returns a valid Shape object. vor 14 Jahren
  Diva Canto 8731c2be11 It looks like Vector3s also got written down in lower case at some point in time. Added code to account for that. vor 14 Jahren
  Diva Canto 8acac3d07f Another take related to the previous commit. vor 14 Jahren
  Diva Canto 3b2d9a9939 Added code to quaternion deserialization to try to cope with an exception seen in Wright Plaza related to SitTargetOrientation. vor 14 Jahren
  Diva Canto 684449f783 Added TextureAnimation and ParticleSystem to serialization. vor 14 Jahren
  Melanie 43a4b7b735 COmmented the wrong line instead, now I commented them all to be on the safe side vor 14 Jahren
  Melanie 5b29b975ee Comment a spammy debug message in the serializer vor 14 Jahren
  Diva Canto 7038f2b406 Deleted all [XmlIgnore] from SOP, since those are meaningless now. vor 14 Jahren
  Diva Canto 22eff055d4 .NET automagical serialization of SOPs replaced by manual serialization across the board. vor 14 Jahren
  Diva Canto 1499607215 Made OARs use the new serialization procedure. (TPs/crossings still on the old one) Added an options argument down the pipeline. For the time being it takes --old-guids as an option to produce <Guid> instead of <UUID>. vor 14 Jahren
  Diva Canto 41ce392d9b Added manual xml2 serialization. Rewired only save xml2, not oars yet. Seems to be generating xml's that are successfully parsed. Needs more testing. vor 14 Jahren