summaryrefslogtreecommitdiff
path: root/dungeon/tests/bsp_tests.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dungeon: switch to only using small rng from randFreya Murphy2025-11-121-128/+0
|
* dungeon: bsp generate should return a floor to use same single rngFreya Murphy2025-11-111-34/+31
| | | | | | | - `Floor::new` is now `Floor::from_parts` and takes in and rng - updated bps tests to operate on a floor - removed pos < MAP_SIZE checks, since `Pos` gurentees this - bsp::generate now returns a floor
* Added many auto-gen test cases for maze connectivityalf93102025-11-101-24/+108
|
* dungeon_generation: added Hallway vs Room tilesalf93102025-11-091-2/+20
|
* dungeon_generation: added stair generation and fixed room center vs rabdom ↵alf93102025-11-091-0/+14
| | | | point recursion
* Light bsp refactoringalf93102025-11-061-0/+15