Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 62325829ec comment out all kinds of debugging guff 13 years ago
  Justin Clark-Casey (justincc) 1fdb16f1cd Fix undo for rotation of the root prim in a linkset on its own. 13 years ago
  Justin Clark-Casey (justincc) b2722e984a Fix undo of rotation of single prims in a linkset 13 years ago
  Justin Clark-Casey (justincc) 97f1edfd95 Fix undo of prim group rotation. 13 years ago
  Justin Clark-Casey (justincc) 4b9ef4f39c Rename UpdatePrimRotation() to UpdatePrimGroupRotation() since this is what it actually does and is more consistent with other method names. 13 years ago
  Justin Clark-Casey (justincc) 7c468cda36 Stop undo of just the root prim position in the linkset from shifting the whole linkset. 13 years ago
  Justin Clark-Casey (justincc) c94dc95844 fix undo when resizing of non-root individual prims in a linkset 13 years ago
  Justin Clark-Casey (justincc) 430a4aeba8 Fix undo for resizing linksets 13 years ago
  Justin Clark-Casey (justincc) 86f45f6fe7 remove undo state storage in a few places where it's pointless 13 years ago
  Justin Clark-Casey (justincc) 6fc74b36d1 Make various tweaks to undo code in an effort to get things working better. 13 years ago
  Justin Clark-Casey (justincc) aec3b58a57 use standard sdk stack in terrain model rather than OpenSim.Framework.UndoStack. 13 years ago
  Justin Clark-Casey (justincc) 3f8e571b78 Use a standard generic system stack for the undo/redo stacks instead of our own homebrew. 13 years ago
  Justin Clark-Casey (justincc) bdd340b9fc Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  Justin Clark-Casey (justincc) e9a739f45f refactor: group all the undo/redo code in SOP into one place for easier code reading 13 years ago
  Marck dd2564d7ec refactor: Pull up Assembly of the SQLite classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is a refactor similar to commit 9923a2ff1002d722ccebea8bf4d71718ed4e2a03 for MySQL -- no functional changes. 13 years ago
  Justin Clark-Casey (justincc) f5ddf37112 Replace ifs in SOG.GroupResize() with Math.Min() 13 years ago
  Justin Clark-Casey (justincc) 9a80adf33a remove now unncessary parts of SceneObjectGroup.Resize() 13 years ago
  Justin Clark-Casey (justincc) 122745fe1c refactor: replace scale limiting code with more elegant Math.Min calls 13 years ago
  Justin Clark-Casey (justincc) 2b68ac4ba3 refactor: Push all part resize code down into SceneObjectPart.Resize() 13 years ago
  Justin Clark-Casey (justincc) 4b5a6b655b add test for resizing one part in a group 13 years ago
  Justin Clark-Casey (justincc) df2a59d31b refactor: make SceneObjectGroup.GroupScale() a property rather than a mehod 13 years ago
  Justin Clark-Casey (justincc) 0f9882db5b minor: add a log warning if a sculpt/mesh async asset request returns no data 13 years ago
  Justin Clark-Casey (justincc) 6f9b855719 refactor: remove pointless sender != null tests, etc, in AssetReceived, since the method called always belongs to the object that generated the request 13 years ago
  Justin Clark-Casey (justincc) 982e71b6b8 eliminate unused and redundant SceneObjectGroup.AssetReceived() 13 years ago
  Justin Clark-Casey (justincc) c82f19e41c fix build break from last commit 13 years ago
  Justin Clark-Casey (justincc) 3fc12e7224 Eliminate the pointless textured id argument to SculptTextureCallback 13 years ago
  Justin Clark-Casey (justincc) 2b339b7d2b minor: remove mono compiler warnings 13 years ago
  Justin Clark-Casey (justincc) 27fae36a21 remove the need to supply SceneObjectGroup.GroupResize() with a localId. 13 years ago
  Justin Clark-Casey (justincc) 50bd48542c Add very basic test for resizing a scene object with one prim 13 years ago
  Justin Clark-Casey (justincc) 6179879308 minor: remove mono compiler warnings 13 years ago