Commit message (Collapse) | Author | Age | Files | Lines | ||||
---|---|---|---|---|---|---|---|---|
* | Added control_center | Star Rauchenberger | 2025-08-27 | 2 | -0/+2 | |||
| | ||||||||
* | Converted puzzle symbols to an enum | Star Rauchenberger | 2025-08-20 | 2 | -2/+26 | |||
| | ||||||||
* | Maps have display names now | Star Rauchenberger | 2025-08-20 | 1 | -0/+1 | |||
| | | | | Also added endings to the apworld. | |||||||
* | Added "endings" object type | Star Rauchenberger | 2025-08-20 | 2 | -0/+19 | |||
| | ||||||||
* | Validate that nodes in game files are used | Star Rauchenberger | 2025-08-18 | 1 | -0/+5 | |||
| | | | |
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 extends CanvasLayer
var panel
var label
| |||||||
| | | | | | | 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 support for masteries | Star Rauchenberger | 2025-08-09 | 3 | -6/+26 | |||
| | | | | | Also assigned IDs for the_butterfly, as well as already configured letters. | |||||||
* | Added the_butterfly | Star Rauchenberger | 2025-08-09 | 1 | -1/+14 | |||
| | | | | The proto representation of letters has changed, so the C++ tools need to be updated. | |||||||
* | Propagate complete_at to packed datafile | Star Rauchenberger | 2025-08-09 | 1 | -0/+2 | |||
| | ||||||||
* | Added the_between | Star Rauchenberger | 2025-08-09 | 2 | -0/+9 | |||
| | ||||||||
* | Merge branch 'main' of fourisland.com:/srv/git/lingo2-mapdata | Star Rauchenberger | 2025-08-07 | 1 | -0/+6 | |||
|\ | ||||||||
| * | Added four_rooms | Star Rauchenberger | 2025-08-07 | 1 | -0/+6 | |||
| | | ||||||||
* | | Added special IDs | Star Rauchenberger | 2025-08-07 | 2 | -0/+2 | |||
|/ | ||||||||
* | Assign AP IDs to doors and panels proto | Star Rauchenberger | 2025-08-07 | 2 | -0/+15 | |||
| | ||||||||
* | Started apworld | Star Rauchenberger | 2025-08-07 | 2 | -0/+3 | |||
| | | | | | | | 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 | 2025-08-07 | 3 | -24/+21 | |||
| | ||||||||
* | Protobuf works! Parsing connections | Star Rauchenberger | 2025-08-07 | 4 | -13/+36 | |||
| | ||||||||
* | Trying out protobuf I guess | Star Rauchenberger | 2025-08-07 | 2 | -0/+251 | |||