about summary refs log tree commit diff stats
path: root/tools/validator/validator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Data] Allow WALL solution to the_entry!OPENStar Rauchenberger2025-09-111-1/+2
* [Data] Fixed connection target required door logic bugsStar Rauchenberger2025-09-111-0/+48
* Added door groupsStar Rauchenberger2025-09-071-0/+28
* [Data] Strip unnecessary AP IDsStar Rauchenberger2025-09-041-2/+77
* Added progressive doorsStar Rauchenberger2025-09-011-0/+16
* Handled cyan doorsStar Rauchenberger2025-08-311-0/+9
* Changed how door location names are formattedStar Rauchenberger2025-08-301-210/+284
* Added control_centerStar Rauchenberger2025-08-271-1/+10
* Added daedalusStar Rauchenberger2025-08-241-0/+5
* Added "endings" object typeStar Rauchenberger2025-08-201-0/+15
* Validate that nodes in game files are usedStar Rauchenberger2025-08-181-0/+8
* Validate that node paths aren't used multiple timesStar Rauchenberger2025-08-171-0/+12
* Started writing a data validatorStar Rauchenberger2025-08-161-0/+250
ef='#n166'>166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250