summary refs log tree commit diff stats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
...
* Add gravity to paintings/portsStar Rauchenberger2025-08-112-3/+4
|
* Assigned IDs for the_double_sidedStar Rauchenberger2025-08-112-1/+170
|
* Added the_double_sidedStar Rauchenberger2025-08-1124-1/+442
|
* Assigned IDs for the_doorStar Rauchenberger2025-08-111-0/+18
|
* Added the_doorStar Rauchenberger2025-08-114-0/+30
|
* Assigned IDs for the_digitalStar Rauchenberger2025-08-111-0/+96
|
* Added the_digitalStar Rauchenberger2025-08-119-0/+286
|
* Assigned IDs for the_darkroomStar Rauchenberger2025-08-111-0/+128
|
* Added the_darkroomStar Rauchenberger2025-08-118-2/+365
|
* Assigned IDs for the_congruentStar Rauchenberger2025-08-101-0/+205
| | | | | Keyholders are packed now. Doors can rely on keyholders and rooms. Paintings can be exit only.
* Added the_congruentStar Rauchenberger2025-08-1013-0/+465
|
* Assigned IDs for the_colorfulStar Rauchenberger2025-08-101-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 Rauchenberger2025-08-0918-0/+357
|
* Added support for masteriesStar Rauchenberger2025-08-091-94/+121
| | | | | Also assigned IDs for the_butterfly, as well as already configured letters.
* Added the_butterflyStar Rauchenberger2025-08-0912-13/+229
| | | | The proto representation of letters has changed, so the C++ tools need to be updated.
* Assigned IDs for the_betweenStar Rauchenberger2025-08-091-0/+179
|
* Added the_betweenStar Rauchenberger2025-08-097-1/+478
|
* Assigned IDs for the_bearerStar Rauchenberger2025-08-091-0/+246
| | | | | assign_ids now doesn't assign IDs for event doors, since they can't ever be locations or items.
* Added the_bearerStar Rauchenberger2025-08-0839-0/+837
|
* Assigned IDs for the_ancientStar Rauchenberger2025-08-071-0/+35
|
* Added the_ancientStar Rauchenberger2025-08-076-0/+51
|
* Assigned IDs for four_roomsStar Rauchenberger2025-08-074-6/+188
|
* Merge branch 'main' of fourisland.com:/srv/git/lingo2-mapdataStar Rauchenberger2025-08-0710-19/+383
|\
| * Added four_roomsStar Rauchenberger2025-08-0710-19/+383
| |
* | Added special IDsStar Rauchenberger2025-08-071-0/+104
|/
* Assign AP IDs to doors and panels protoStar Rauchenberger2025-08-071-0/+531
|
* Started apworldStar Rauchenberger2025-08-071-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 Rauchenberger2025-08-073-5/+17
|
* Protobuf works! Parsing connectionsStar Rauchenberger2025-08-071-1/+1
|
* Trying out protobuf I guessStar Rauchenberger2025-08-0756-989/+1314
|
* Mapped out The EntryStar Rauchenberger2025-08-0428-0/+989