Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
před 7 roky |
Melanie
|
ebcd4910a2
Refactor, move OjectChangeData into it's own file and rename
|
před 12 roky |
UbitUmarov
|
53bda83cc2
cleanup + comments
|
před 12 roky |
UbitUmarov
|
ab235abc46
Changed undo redo internals. moved exec code to UndoState.cs from sop that now only sees a unified UndoRedoStore class, added size limit on buffers so only last 5 undo/redo are kept. (5 is hardcode like it was ) ***UNTESTED***
|
před 12 roky |
UbitUmarov
|
908abb1c3d
BIG MESS. changed Iclient interface so only one event is used to inform scene about position scale or rotation change by client (others can be added). Its served at SceneGraph that does permition checks, undostore and sends down to SOG. changed values are stored in a class (ObjectChangeData) and what is changed as a enum (ObjectChangeWhat) with bit fields and 'macros' of this for better readability (at top of scenegraph.cs lasy to find better place for now) this can be extended for other things clients changes and need undo/redo. SOG process acording to what is changed. Changed UNDO/redo to use this also (warning is only storing what is changed, previus stored all, this must be checked for side efects. to save all PRS change commented line in scenegraph). Still have excessive calls to ScheduleGroupForTerseUpdate. **** UNTESTED ****
|
před 12 roky |
UbitUmarov
|
e5786ba043
more changes on undo/redo group scaling seems to work better
|
před 12 roky |
UbitUmarov
|
3d3b81e676
changes on undo/redo (untested/incomplete). Think we may consider moving this mfrom SOP to client side. At least does seem to work a bit better ( again there wwas a issue on sop.copy )
|
před 12 roky |
Melanie
|
243acef917
Merge branch 'master' into bigmerge
|
před 13 roky |
Dan Lake
|
e2c51a977d
Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.
|
před 13 roky |
Tom
|
cda4cd6b55
Merge fixes, and fix the build
|
před 13 roky |
Tom
|
66dec3b874
Resolve merge commits, stage 1
|
před 13 roky |
Justin Clark-Casey (justincc)
|
c122489e09
Partially fix autopilot/go here
|
před 13 roky |
Justin Clark-Casey (justincc)
|
25c532f2ec
refator: simplify UndoState.Compare() code
|
před 13 roky |
Justin Clark-Casey (justincc)
|
9dd5a24495
rip out pointless null checks in UndoState where part can never be null
|
před 13 roky |
Justin Clark-Casey (justincc)
|
bc3679b67d
Fix undo when changing just the root prim's position in a linkset.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
62325829ec
comment out all kinds of debugging guff
|
před 13 roky |
Justin Clark-Casey (justincc)
|
1fdb16f1cd
Fix undo for rotation of the root prim in a linkset on its own.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
b2722e984a
Fix undo of rotation of single prims in a linkset
|
před 13 roky |
Justin Clark-Casey (justincc)
|
97f1edfd95
Fix undo of prim group rotation.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
7c468cda36
Stop undo of just the root prim position in the linkset from shifting the whole linkset.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
430a4aeba8
Fix undo for resizing linksets
|
před 13 roky |
Justin Clark-Casey (justincc)
|
6fc74b36d1
Make various tweaks to undo code in an effort to get things working better.
|
před 13 roky |
Tom Grimshaw
|
e947d04038
Undo fix is now complete. This commit repairs the special case of the root prim moving or rotating independently of the rest of the group.
|
před 14 roky |
Tom Grimshaw
|
be5dd04150
Bring "Redo" up to date with "Undo" so it works too
|
před 14 roky |
Tom Grimshaw
|
c616335019
Rotation undo fix and remove a debug chatter i missed. Still not working: Individual child prim rotational undo and special cases where the root prim was moved or rotated (all the children then need to restore their offsets). Coming shortly.
|
před 14 roky |
Tom Grimshaw
|
5b68343361
The majority of the Undo fix. There is still an issue with Rotation which i'll address next; however position undo and scale undo should be working just fine now. Also removed some residual debug logging.
|
před 14 roky |
Tom Grimshaw
|
fe2b044d38
Fix Undo! Made a lot of changes to Undo state saving; it now considers that groups of objects can be moved and not just individual prims..
|
před 14 roky |
Revolution
|
9821c4f566
Revolution is on the roll again! :)
|
před 14 roky |
Melanie Thielker
|
fa786c480b
Reading GroupPosition, but setting OffsetPosition in undo doesnt' seem right.
|
před 15 roky |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
před 15 roky |