Neop / mudmap2

A mapping tool for text-based games, like text adventures, MUDs and MUSHs
41 stars 12 forks source link

Add undo functionality (memento) #1

Open Neop opened 8 years ago

Neop commented 8 years ago

Yeah, blame me, I actually forgot this when I first planned MUD Map 2 >.<

avatard commented 5 years ago

I'd like to give this a shot if you aren't working on it - unless there's not really a need for it?

Neop commented 5 years ago

I'm currently working on this, I'll push the branch once it's more stable. I decided to do some kind of memento pattern that aggregates the changes of Place and Layer to World, which is a bit tricky but I think it will work out.