Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maps have display names now | Star Rauchenberger | 22 hours | 1 | -5/+15 |
| | | | | Also added endings to the apworld. | ||||
* | Fill the item pool with "Nothing"s | Star Rauchenberger | 4 days | 1 | -0/+2 |
| | |||||
* | Assigned IDs for the_hive, the_impressive, and the_invisible | Star Rauchenberger | 7 days | 1 | -1/+1 |
| | |||||
* | Assigned IDs for the_gold, the_graveyard, and the_great | Star Rauchenberger | 7 days | 1 | -2/+2 |
| | |||||
* | Converted to proto2 | Star Rauchenberger | 9 days | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | Items and connections in the apworld | Star Rauchenberger | 9 days | 1 | -1/+9 |
| | |||||
* | Added support for masteries | Star Rauchenberger | 12 days | 1 | -0/+12 |
| | | | | | Also assigned IDs for the_butterfly, as well as already configured letters. | ||||
* | Added the_between | Star Rauchenberger | 12 days | 1 | -2/+2 |
| | |||||
* | Assigned IDs for four_rooms | Star Rauchenberger | 14 days | 1 | -2/+2 |
| | |||||
* | Assign AP IDs to doors and panels proto | Star Rauchenberger | 14 days | 1 | -1/+22 |
| | |||||
* | Started apworld | Star Rauchenberger | 14 days | 1 | -0/+9 |
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. |