summary refs log tree commit diff stats
path: root/data/ids.yaml
Commit message (Collapse)AuthorAgeFilesLines
* [Data] Small tweaksStar Rauchenberger6 days1-0/+5
|
* Changed how door location names are formattedStar Rauchenberger6 days1-0/+5
| | | | | | | | | | | | | | | | | | STANDARD type doors with at most four panels in the same map area and no other trigger objects will have their location names generated from the names of the panels used to open the door, similar to Lingo 1. Other door types will use the door's name. In either case, the name can be overridden using the new location_name field. Rooms can also set a panel_display_name field, which will be used in location names for doors, and is used to group panels into areas. Panels themselves can set display names, which differentiates their locations from other panels in the same area. Many maps were updated for this, but note that the_symbolic and the_unyielding have validator failures because of duplicate panel names. This won't matter until panelsanity is implemented.
* Prevent assigning ap_id==0Star Rauchenberger9 days1-1/+1
|
* Added control_centerStar Rauchenberger9 days1-0/+59
|
* Added the_wordsStar Rauchenberger10 days1-0/+13
|
* Added the_wondrousStar Rauchenberger10 days1-0/+20
|
* Added the_wiseStar Rauchenberger10 days1-0/+32
|
* Added the_unkemptStar Rauchenberger10 days1-0/+103
|
* Added the_treeStar Rauchenberger10 days1-0/+37
|
* Added the_towerStar Rauchenberger10 days1-0/+78
|
* Added the_three_doorsStar Rauchenberger11 days1-0/+30
|
* Added the_tenaciousStar Rauchenberger11 days1-0/+22
|
* Added the_talentedStar Rauchenberger11 days1-0/+33
|
* Added the_symbolicStar Rauchenberger11 days1-0/+201
|
* Added daedalusStar Rauchenberger12 days1-0/+1084
|
* Added the_unyieldingStar Rauchenberger2025-08-211-0/+249
|
* Added the_sweetStar Rauchenberger2025-08-201-0/+33
|
* Added the_sun_templeStar Rauchenberger2025-08-201-0/+20
|
* Added "endings" object typeStar Rauchenberger2025-08-201-0/+8
|
* Added the_sturdyStar Rauchenberger2025-08-201-0/+16
|
* Added the_stormyStar Rauchenberger2025-08-191-0/+29
|
* Added the_sirenicStar Rauchenberger2025-08-191-0/+28
|
* Store IDs in a yaml fileStar Rauchenberger2025-08-191-0/+1691
This is much more efficient than the txtpb format, and we only need an interface for it in C++ since the IDs will be packed into the binary proto representation.