aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/UndoState.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-13Refactor, move OjectChangeData into it's own file and renameMelanie1-21/+22
2012-03-11 cleanup + commentsUbitUmarov1-167/+52
2012-03-11 Changed undo redo internals. moved exec code to UndoState.cs from sop that n...UbitUmarov1-3/+173
2012-03-10BIG MESS. changed Iclient interface so only one event is used to inform scene...UbitUmarov1-1/+112
2012-03-09 more changes on undo/redo group scaling seems to work betterUbitUmarov1-12/+6
2012-03-07 changes on undo/redo (untested/incomplete). Think we may consider moving thi...UbitUmarov1-105/+34
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-4/+2
2011-09-14Merge fixes, and fix the buildTom1-90/+37
2011-08-02Partially fix autopilot/go hereJustin Clark-Casey (justincc)1-1/+1
2011-07-19refator: simplify UndoState.Compare() codeJustin Clark-Casey (justincc)1-20/+9
2011-07-19rip out pointless null checks in UndoState where part can never be nullJustin Clark-Casey (justincc)1-81/+72
2011-07-19Fix undo when changing just the root prim's position in a linkset.Justin Clark-Casey (justincc)1-4/+4
2011-07-19comment out all kinds of debugging guffJustin Clark-Casey (justincc)1-18/+18
2011-07-19Fix undo for rotation of the root prim in a linkset on its own.Justin Clark-Casey (justincc)1-2/+4
2011-07-19Fix undo of rotation of single prims in a linksetJustin Clark-Casey (justincc)1-6/+6
2011-07-19Fix undo of prim group rotation.Justin Clark-Casey (justincc)1-16/+19
2011-07-19Stop undo of just the root prim position in the linkset from shifting the who...Justin Clark-Casey (justincc)1-2/+9
2011-07-19Fix undo for resizing linksetsJustin Clark-Casey (justincc)1-4/+20
2011-07-18Make various tweaks to undo code in an effort to get things working better.Justin Clark-Casey (justincc)1-6/+87
2010-07-05Undo fix is now complete. This commit repairs the special case of the root pr...Tom Grimshaw1-2/+3
2010-07-05Bring "Redo" up to date with "Undo" so it works tooTom Grimshaw1-31/+10
2010-07-04Rotation undo fix and remove a debug chatter i missed. Still not working: Ind...Tom Grimshaw1-4/+3
2010-07-04The majority of the Undo fix. There is still an issue with Rotation which i'...Tom Grimshaw1-4/+76
2010-07-03Fix Undo! Made a lot of changes to Undo state saving; it now considers that ...Tom Grimshaw1-10/+45
2010-02-14Revolution is on the roll again! :)Revolution1-16/+63
2009-06-24Reading GroupPosition, but setting OffsetPosition in undo doesnt' seem right.Melanie Thielker1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
2008-08-18Formatting cleanup.Jeff Ames1-4/+4
2008-07-26* Changed a number of field names to ccc (public members shouldn't be called m_)lbsa711-2/+2
2008-05-01* Rolled back a few changes.Adam Frisby1-8/+12
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-12/+8
2008-05-01* Assorted spring cleanings.Adam Frisby1-2/+0
2008-04-28* Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares1-0/+118