summary refs log tree commit diff stats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
...
* Added the_darkroomStar Rauchenberger11 days8-2/+365
|
* Assigned IDs for the_congruentStar Rauchenberger11 days1-0/+205
| | | | | Keyholders are packed now. Doors can rely on keyholders and rooms. Paintings can be exit only.
* Added the_congruentStar Rauchenberger11 days13-0/+465
|
* Assigned IDs for the_colorfulStar Rauchenberger11 days1-260/+446
| | | | | | Also fixed bug where the ID assigner didn't read letter and mastery IDs and would thus reuse them. I reassigned all IDs because of this (since we don't need to worry about ID stability yet).
* Added the_colorfulStar Rauchenberger12 days18-0/+357
|
* Added support for masteriesStar Rauchenberger12 days1-94/+121
| | | | | Also assigned IDs for the_butterfly, as well as already configured letters.
* Added the_butterflyStar Rauchenberger12 days12-13/+229
| | | | The proto representation of letters has changed, so the C++ tools need to be updated.
* Assigned IDs for the_betweenStar Rauchenberger12 days1-0/+179
|
* Added the_betweenStar Rauchenberger12 days7-1/+478
|
* Assigned IDs for the_bearerStar Rauchenberger12 days1-0/+246
| | | | | assign_ids now doesn't assign IDs for event doors, since they can't ever be locations or items.
* Added the_bearerStar Rauchenberger13 days39-0/+837
|
* Assigned IDs for the_ancientStar Rauchenberger14 days1-0/+35
|
* Added the_ancientStar Rauchenberger14 days6-0/+51
|
* Assigned IDs for four_roomsStar Rauchenberger14 days4-6/+188
|
* Merge branch 'main' of fourisland.com:/srv/git/lingo2-mapdataStar Rauchenberger14 days10-19/+383
|\
| * Added four_roomsStar Rauchenberger14 days10-19/+383
| |
* | Added special IDsStar Rauchenberger14 days1-0/+104
|/
* Assign AP IDs to doors and panels protoStar Rauchenberger14 days1-0/+531
|
* Started apworldStar Rauchenberger14 days1-0/+34
| | | | | | | vcpkg's libprotobuf is older than what PIP has, but neither are completely up to date either. Ugh. Doors have a room now because that's where the location will go.
* Process the rest of the defined protosStar Rauchenberger14 days3-5/+17
|
* Protobuf works! Parsing connectionsStar Rauchenberger14 days1-1/+1
|
* Trying out protobuf I guessStar Rauchenberger2025-08-0756-989/+1314
|
* Mapped out The EntryStar Rauchenberger2025-08-0428-0/+989