Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Data] Small tweaks | Star Rauchenberger | 6 days | 1 | -0/+5 |
| | |||||
* | Changed how door location names are formatted | Star Rauchenberger | 6 days | 1 | -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==0 | Star Rauchenberger | 9 days | 1 | -1/+1 |
| | |||||
* | Added control_center | Star Rauchenberger | 9 days | 1 | -0/+59 |
| | |||||
* | Added the_words | Star Rauchenberger | 10 days | 1 | -0/+13 |
| | |||||
* | Added the_wondrous | Star Rauchenberger | 10 days | 1 | -0/+20 |
| | |||||
* | Added the_wise | Star Rauchenberger | 10 days | 1 | -0/+32 |
| | |||||
* | Added the_unkempt | Star Rauchenberger | 10 days | 1 | -0/+103 |
| | |||||
* | Added the_tree | Star Rauchenberger | 10 days | 1 | -0/+37 |
| | |||||
* | Added the_tower | Star Rauchenberger | 10 days | 1 | -0/+78 |
| | |||||
* | Added the_three_doors | Star Rauchenberger | 11 days | 1 | -0/+30 |
| | |||||
* | Added the_tenacious | Star Rauchenberger | 11 days | 1 | -0/+22 |
| | |||||
* | Added the_talented | Star Rauchenberger | 11 days | 1 | -0/+33 |
| | |||||
* | Added the_symbolic | Star Rauchenberger | 11 days | 1 | -0/+201 |
| | |||||
* | Added daedalus | Star Rauchenberger | 12 days | 1 | -0/+1084 |
| | |||||
* | Added the_unyielding | Star Rauchenberger | 2025-08-21 | 1 | -0/+249 |
| | |||||
* | Added the_sweet | Star Rauchenberger | 2025-08-20 | 1 | -0/+33 |
| | |||||
* | Added the_sun_temple | Star Rauchenberger | 2025-08-20 | 1 | -0/+20 |
| | |||||
* | Added "endings" object type | Star Rauchenberger | 2025-08-20 | 1 | -0/+8 |
| | |||||
* | Added the_sturdy | Star Rauchenberger | 2025-08-20 | 1 | -0/+16 |
| | |||||
* | Added the_stormy | Star Rauchenberger | 2025-08-19 | 1 | -0/+29 |
| | |||||
* | Added the_sirenic | Star Rauchenberger | 2025-08-19 | 1 | -0/+28 |
| | |||||
* | Store IDs in a yaml file | Star Rauchenberger | 2025-08-19 | 1 | -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. |