summary refs log tree commit diff stats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Added the_nuancedStar Rauchenberger5 days7-0/+358
|
* Added the_livelyStar Rauchenberger5 days6-1/+148
|
* Added the_literateStar Rauchenberger5 days6-1/+152
|
* Added the_lionizedStar Rauchenberger5 days7-2/+155
|
* Started writing a data validatorStar Rauchenberger5 days7-28/+39
| | | | | | | 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 days2-2/+243
|
* Added the_linearStar Rauchenberger6 days4-2/+93
|
* Added the_liberatedStar Rauchenberger6 days5-0/+107
|
* Added the_keenStar Rauchenberger6 days5-1/+147
|
* Added the_jubilantStar Rauchenberger7 days6-1/+210
|
* Assigned IDs for the_hive, the_impressive, and the_invisibleStar Rauchenberger7 days4-5/+310
|
* Added the_invisibleStar Rauchenberger7 days5-1/+87
|
* Added the_impressiveStar Rauchenberger7 days12-6/+194
|
* Added the_hiveStar Rauchenberger7 days6-1/+412
|
* Added the_hinterlandsStar Rauchenberger7 days2-0/+32
|
* Assigned IDs for the_gold, the_graveyard, and the_greatStar Rauchenberger7 days2-2/+971
|
* Added the_greatStar Rauchenberger7 days46-105/+2198
|
* Added the_graveyardStar Rauchenberger7 days6-2/+91
|
* Added the_goldStar Rauchenberger7 days1-0/+10
|
* Assigned IDs for the_galleryStar Rauchenberger7 days2-2/+105
|
* Added the_galleryStar Rauchenberger7 days9-41/+564
|
* Assigned IDs for the_extravagantStar Rauchenberger8 days1-0/+133
|
* Added the_extravagantStar Rauchenberger8 days17-0/+435
|
* 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 days2-1/+170
|
* Added the_double_sidedStar Rauchenberger10 days24-1/+442
|
* Assigned IDs for the_doorStar Rauchenberger10 days1-0/+18
|
* Added the_doorStar Rauchenberger10 days4-0/+30
|
* Assigned IDs for the_digitalStar Rauchenberger10 days1-0/+96
|
* Added the_digitalStar Rauchenberger10 days9-0/+286
|
* Assigned IDs for the_darkroomStar Rauchenberger10 days1-0/+128
|
* Added the_darkroomStar Rauchenberger10 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
|