summary refs log tree commit diff stats
path: root/data/maps
Commit message (Collapse)AuthorAgeFilesLines
* Added the_keenStar Rauchenberger6 days4-0/+131
|
* Added the_jubilantStar Rauchenberger7 days5-0/+194
|
* Assigned IDs for the_hive, the_impressive, and the_invisibleStar Rauchenberger7 days3-5/+10
|
* Added the_invisibleStar Rauchenberger7 days4-0/+37
|
* Added the_impressiveStar Rauchenberger7 days11-4/+161
|
* Added the_hiveStar Rauchenberger7 days5-0/+393
|
* Added the_hinterlandsStar Rauchenberger7 days1-0/+13
|
* Added the_greatStar Rauchenberger7 days45-6/+2080
|
* Added the_graveyardStar Rauchenberger7 days5-1/+60
|
* Added the_goldStar Rauchenberger7 days1-0/+10
|
* Assigned IDs for the_galleryStar Rauchenberger8 days1-2/+2
|
* Added the_galleryStar Rauchenberger8 days8-37/+438
|
* Added the_extravagantStar Rauchenberger9 days16-0/+433
|
* Converted to proto2Star Rauchenberger9 days6-6/+6
| | | | | | | | | | | | | | | | | This will let us use an older version of protobuf in Python, and allows us to use the Godot protobuf implementation at all. Scalar fields with custom defaults in data.proto were changed to not have a default, because Godot doesn't handle it properly. The equivalent fields in human.proto still have the defaults, and datapacker copies the default value in if necessary. The Panel message in data.proto was also renamed to PanelData because otherwise it conflicts with the native Godot class named Panel. The double field in Letter was renamed to level2, because Godot couldn't handle it well. Finally, common.proto was removed and its contents were moved into data.proto, which allows us to generate code for Python without needing to edit it. NOTE: I had to slightly modify the Godot protobuf code generator. I'll need to upload that somewhere.
* Add gravity to paintings/portsStar Rauchenberger10 days2-3/+4
|
* Assigned IDs for the_double_sidedStar Rauchenberger10 days1-1/+1
|
* Added the_double_sidedStar Rauchenberger10 days23-0/+426
|
* Added the_doorStar Rauchenberger10 days4-0/+30
|
* Added the_digitalStar Rauchenberger10 days8-0/+234
|
* Added the_darkroomStar Rauchenberger10 days7-0/+298
|
* Added the_congruentStar Rauchenberger11 days12-0/+464
|
* Added the_colorfulStar Rauchenberger12 days17-0/+354
|
* Added the_butterflyStar Rauchenberger12 days11-12/+212
| | | | The proto representation of letters has changed, so the C++ tools need to be updated.
* Added the_betweenStar Rauchenberger12 days6-0/+456
|
* Added the_bearerStar Rauchenberger13 days38-0/+833
|
* Added the_ancientStar Rauchenberger14 days5-0/+49
|
* Assigned IDs for four_roomsStar Rauchenberger14 days3-6/+6
|
* Added four_roomsStar Rauchenberger14 days9-0/+376
|
* 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
|
* Trying out protobuf I guessStar Rauchenberger2025-08-0754-940/+1135
|
* Mapped out The EntryStar Rauchenberger2025-08-0427-0/+940