A simple Java Mapmerge tool for .dmm map files
JMerge has two functions:
- Cleaning of map files after editing. If you edit files in BYOND's IDE, map files tend to change a lot. JMerge will attempt to minimize row changes, making it easier for multiple people to work on the map at the same time (as long as they don't touch the same areas)
- Merging map files. This feature is currently still in development, but when finished it will allow you to automatically resolve git merge conflicts in map files.
Anyone is free to open pull requests to this repository, i will review and merge them when possible.