Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added the_butterfly | Star Rauchenberger | 12 days | 11 | -12/+212 |
| | | | | The proto representation of letters has changed, so the C++ tools need to be updated. | ||||
* | Added the_between | Star Rauchenberger | 12 days | 6 | -0/+456 |
| | |||||
* | Added the_bearer | Star Rauchenberger | 13 days | 38 | -0/+833 |
| | |||||
* | Added the_ancient | Star Rauchenberger | 14 days | 5 | -0/+49 |
| | |||||
* | Assigned IDs for four_rooms | Star Rauchenberger | 14 days | 3 | -6/+6 |
| | |||||
* | Added four_rooms | Star Rauchenberger | 14 days | 9 | -0/+376 |
| | |||||
* | Started apworld | Star Rauchenberger | 14 days | 1 | -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 protos | Star Rauchenberger | 14 days | 3 | -5/+17 |
| | |||||
* | Trying out protobuf I guess | Star Rauchenberger | 2025-08-07 | 54 | -940/+1135 |
| | |||||
* | Mapped out The Entry | Star Rauchenberger | 2025-08-04 | 27 | -0/+940 |