Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the_sweet | Star Rauchenberger | 21 hours | 5 | -0/+254 |
| | |||||
* | Added the_sun_temple | Star Rauchenberger | 21 hours | 8 | -1/+130 |
| | |||||
* | Maps have display names now | Star Rauchenberger | 21 hours | 43 | -0/+43 |
| | | | | Also added endings to the apworld. | ||||
* | Added "endings" object type | Star Rauchenberger | 22 hours | 7 | -7/+28 |
| | |||||
* | Added the_sturdy | Star Rauchenberger | 22 hours | 5 | -0/+157 |
| | |||||
* | Added the_stormy | Star Rauchenberger | 37 hours | 10 | -0/+193 |
| | |||||
* | Added the_sirenic | Star Rauchenberger | 40 hours | 5 | -0/+187 |
| | |||||
* | Added the_shop | Star Rauchenberger | 3 days | 2 | -0/+201 |
| | |||||
* | Added the_revitalized | Star Rauchenberger | 3 days | 10 | -0/+136 |
| | |||||
* | Added the_repetitive | Star Rauchenberger | 3 days | 20 | -26/+1010 |
| | |||||
* | Added the_relentless | Star Rauchenberger | 3 days | 10 | -0/+409 |
| | |||||
* | Added the_quiet | Star Rauchenberger | 3 days | 5 | -0/+158 |
| | |||||
* | Validate that nodes in game files are used | Star Rauchenberger | 3 days | 21 | -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 times | Star Rauchenberger | 4 days | 1 | -7/+0 |
| | |||||
* | Added the_plaza | Star Rauchenberger | 4 days | 12 | -0/+797 |
| | |||||
* | Added the_perceptive | Star Rauchenberger | 4 days | 1 | -0/+7 |
| | |||||
* | Added the_partial | Star Rauchenberger | 4 days | 7 | -0/+282 |
| | |||||
* | Added the_parthenon | Star Rauchenberger | 4 days | 7 | -0/+162 |
| | |||||
* | Added the_owl | Star Rauchenberger | 4 days | 11 | -0/+630 |
| | |||||
* | Added the_orb | Star Rauchenberger | 4 days | 6 | -0/+176 |
| | |||||
* | Added the_nuanced | Star Rauchenberger | 5 days | 5 | -0/+238 |
| | |||||
* | Added the_lively | Star Rauchenberger | 5 days | 4 | -0/+86 |
| | |||||
* | Added the_literate | Star Rauchenberger | 5 days | 4 | -0/+89 |
| | |||||
* | Added the_lionized | Star Rauchenberger | 5 days | 5 | -1/+93 |
| | |||||
* | Started writing a data validator | Star Rauchenberger | 5 days | 5 | -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_linear | Star Rauchenberger | 5 days | 1 | -2/+2 |
| | |||||
* | Added the_linear | Star Rauchenberger | 6 days | 3 | -1/+77 |
| | |||||
* | Added the_liberated | Star Rauchenberger | 6 days | 4 | -0/+89 |
| | |||||
* | Added the_keen | Star Rauchenberger | 6 days | 4 | -0/+131 |
| | |||||
* | Added the_jubilant | Star Rauchenberger | 7 days | 5 | -0/+194 |
| | |||||
* | Assigned IDs for the_hive, the_impressive, and the_invisible | Star Rauchenberger | 7 days | 3 | -5/+10 |
| | |||||
* | Added the_invisible | Star Rauchenberger | 7 days | 4 | -0/+37 |
| | |||||
* | Added the_impressive | Star Rauchenberger | 7 days | 11 | -4/+161 |
| | |||||
* | Added the_hive | Star Rauchenberger | 7 days | 5 | -0/+393 |
| | |||||
* | Added the_hinterlands | Star Rauchenberger | 7 days | 1 | -0/+13 |
| | |||||
* | Added the_great | Star Rauchenberger | 7 days | 45 | -6/+2080 |
| | |||||
* | Added the_graveyard | Star Rauchenberger | 7 days | 5 | -1/+60 |
| | |||||
* | Added the_gold | Star Rauchenberger | 8 days | 1 | -0/+10 |
| | |||||
* | Assigned IDs for the_gallery | Star Rauchenberger | 8 days | 1 | -2/+2 |
| | |||||
* | Added the_gallery | Star Rauchenberger | 8 days | 8 | -37/+438 |
| | |||||
* | Added the_extravagant | Star Rauchenberger | 9 days | 16 | -0/+433 |
| | |||||
* | Converted to proto2 | Star Rauchenberger | 9 days | 6 | -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/ports | Star Rauchenberger | 10 days | 2 | -3/+4 |
| | |||||
* | Assigned IDs for the_double_sided | Star Rauchenberger | 10 days | 1 | -1/+1 |
| | |||||
* | Added the_double_sided | Star Rauchenberger | 10 days | 23 | -0/+426 |
| | |||||
* | Added the_door | Star Rauchenberger | 10 days | 4 | -0/+30 |
| | |||||
* | Added the_digital | Star Rauchenberger | 10 days | 8 | -0/+234 |
| | |||||
* | Added the_darkroom | Star Rauchenberger | 11 days | 7 | -0/+298 |
| | |||||
* | Added the_congruent | Star Rauchenberger | 11 days | 12 | -0/+464 |
| | |||||
* | Added the_colorful | Star Rauchenberger | 12 days | 17 | -0/+354 |
| |