summary refs log tree commit diff stats
path: root/data/maps/the_butterfly
Commit message (Collapse)AuthorAgeFilesLines
* Maps have display names nowStar Rauchenberger21 hours1-0/+1
| | | | Also added endings to the apworld.
* Started writing a data validatorStar Rauchenberger5 days1-1/+1
| | | | | | | Currently, it can check whether identifiers point to non-existent objects, or whether multiple objects share the same identifier. It can also determine whether an identifier is underspecified (e.g. a door doesn't specify a room, or a global connection doesn't specify a map).
* Added the_butterflyStar Rauchenberger12 days4-0/+167
The proto representation of letters has changed, so the C++ tools need to be updated.