fragglet / WadGadget

Curses-based Doom WAD file editor
GNU General Public License v2.0
17 stars 0 forks source link

Undo support #6

Closed fragglet closed 3 months ago

fragglet commented 3 months ago

It would be nice to be able to undo changes to WAD files if a mistake is made. This should actually be fairly straightforward by keeping duplicate copies of the WAD directory for each change that is made. This will waste space though so #5 is probably a prerequisite