Neop / mudmap2

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

Add "Expand" Functionality and Context Menu Options #28

Closed avatard closed 5 years ago

avatard commented 6 years ago

Use attached images as a reference for the scenario below.

If you were working in default.png and realized that you needed to go northeast from place14 to a NEW place that should itself be southwest of place10, you could select place 14 and choose EXPAND EAST, which would give you image post.expandeast.png. If you decided that you just generally wanted to make more room in all directions from place14, you could choose EXPAND ALL (DIRECTIONS), which would give you image post.expandall.png.

The idea is that every cell to the right would be shifted to the right 1 cell, every cell above would be shifted up 1 cell, etc.

avatard commented 5 years ago

This one's checked into i28 and the pull request has been made.

avatard commented 5 years ago

FYI: After the pull request, I checked in a second batch of changes. In this batch, all of the inner classes were pulled out of WorldPanel and placed within the same package. Further cleanup/refactoring can be done, which will be easier now that those things are separated.