we_undo/README.md

83 lines
1.5 KiB
Markdown
Raw Normal View History

2017-11-12 20:39:02 +01:00
`//undo` undo the latest worldedit command<br/>
`//redo` redo what was just undone<br/>
`//show_journal` view what can be undone and redone
2017-11-25 21:06:02 +01:00
The changes of nodes after invoking /set are compressed to improve memory usage.
2017-11-12 19:16:36 +01:00
Related issues:
* https://github.com/Uberi/Minetest-WorldEdit/issues/43
2017-11-12 20:39:02 +01:00
* https://forum.minetest.net/viewtopic.php?p=296543#p296543
2017-11-12 19:16:36 +01:00
Supported chatcommands:
* /pos1 and /1
* /pos2 and /2
2017-11-18 16:02:59 +01:00
* /p
* /set and /s
2018-02-02 07:32:29 +01:00
* /mix
* /replace and /r
* /replaceinverse and /ri
2017-12-09 16:55:25 +01:00
* /sphere and /spr
* /hollowsphere and /hspr
2018-02-01 20:13:41 +01:00
* /dome and /do
* /hollowdome and /hdo
2018-02-02 07:30:02 +01:00
* /cylinder and /cyl
* /hollowcylinder and /hcyl
2018-02-02 08:10:26 +01:00
* /pyramid and /pyr
* /hollowpyramid and /hpyr
2018-02-02 14:04:21 +01:00
* /spiral
2017-11-25 20:04:29 +01:00
* /load
* /y
* /n
2017-11-12 19:16:36 +01:00
Ignored chatcommands:
* /lua
* /luatransform
* /clearobjects
2017-11-18 16:02:59 +01:00
* /fixlight
2017-11-20 19:22:53 +01:00
* /save
* /mtschemcreate
* /mtschemprob
* /inspect /i
* /mark /mk
* /unmark /umk
* /volume and /v
* /about
Not yet implemented:
* /fixedpos /fp
* /reset /rst
* /shift
* /expand
* /contract
* /outset
* /inset
2018-02-03 15:12:38 +01:00
* /cube /hollowcube
* /copy
* /move
* /stack
* /stack2
* /scale
* /transpose
* /flip
* /rotate
* /orient
* /drain
* /hide
* /suppress
* /highlight
* /restore
* /allocate
* /mtschemplace
* /deleteblocks
2017-11-12 19:16:36 +01:00
TODO:
2017-11-25 20:04:29 +01:00
* Add parameters to undo and redo: undo the last n
* Allow undoing changes which happened before other changes (considered unsafe)
e.g. //undo ~1 to undo the change before the latest one
* Add times to the changes, show in //show_journal
2017-11-12 19:16:36 +01:00
* Implement more commands
2018-02-02 08:10:26 +01:00
* worldedit pyramid fix
2018-02-02 14:04:21 +01:00
* Fix the shown "nodes changed" count