summary refs log tree commit diff stats
path: root/data/maps
Commit message (Collapse)AuthorAgeFilesLines
* Added the_unyieldingStar Rauchenberger6 hours44-7/+2040
|
* Converted puzzle symbols to an enumStar Rauchenberger23 hours205-950/+950
|
* Added the_sweetStar Rauchenberger23 hours5-0/+254
|
* Added the_sun_templeStar Rauchenberger23 hours8-1/+130
|
* Maps have display names nowStar Rauchenberger24 hours43-0/+43
| | | | Also added endings to the apworld.
* Added "endings" object typeStar Rauchenberger24 hours7-7/+28
|
* Added the_sturdyStar Rauchenberger25 hours5-0/+157
|
* Added the_stormyStar Rauchenberger40 hours10-0/+193
|
* Added the_sirenicStar Rauchenberger42 hours5-0/+187
|
* Added the_shopStar Rauchenberger3 days2-0/+201
|
* Added the_revitalizedStar Rauchenberger3 days10-0/+136
|
* Added the_repetitiveStar Rauchenberger3 days20-26/+1010
|
* Added the_relentlessStar Rauchenberger3 days10-0/+409
|
* Added the_quietStar Rauchenberger3 days5-0/+158
|
* Validate that nodes in game files are usedStar Rauchenberger3 days21-25/+162
| | | | You can now also list out nodes that you are explicitly not mapping out. The current state of the repo does produce some warnings when the validator is run and they're either endings, paintings that I'm not sure what to do with yet, and weird proxy stuff I'm not sure how to handle yet.
* Validate that node paths aren't used multiple timesStar Rauchenberger4 days1-7/+0
|
* Added the_plazaStar Rauchenberger4 days12-0/+797
|
* Added the_perceptiveStar Rauchenberger4 days1-0/+7
|
* Added the_partialStar Rauchenberger4 days7-0/+282
|
* Added the_parthenonStar Rauchenberger4 days7-0/+162
|
* Added the_owlStar Rauchenberger4 days11-0/+630
|
* Added the_orbStar Rauchenberger4 days6-0/+176
|
* Added the_nuancedStar Rauchenberger5 days5-0/+238
|
* Added the_livelyStar Rauchenberger5 days4-0/+86
|
* Added the_literateStar Rauchenberger5 days4-0/+89
|
* Added the_lionizedStar Rauchenberger5 days5-1/+93
|
* Started writing a data validatorStar Rauchenberger5 days5-10/+17
| | | | | | | 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).
* Assigned IDs for the_jubilant, the_keen, and the_linearStar Rauchenberger5 days1-2/+2
|
* Added the_linearStar Rauchenberger6 days3-1/+77
|
* Added the_liberatedStar Rauchenberger6 days4-0/+89
|
* 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 Rauchenberger8 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 Rauchenberger11 days7-0/+298
|