here_be_dragons/src
Nolan Darilek 957dcca447 Add ability to associate arbitrary BuilderData with maps.
I'm finding that, for best results, I need to integrate everything into my map generation process. So for instance, object/monster spawns need to run as a filter so they can influence future steps.

This associates a `Clone + Default` type with maps and makes it available to filters. `NoData` exists for the current behavior.

All examples/tests/demos have been updated accordingly.
2022-03-12 09:45:42 -06:00
..
filter Add ability to associate arbitrary BuilderData with maps. 2022-03-12 09:45:42 -06:00
dijkstra.rs Add ability to associate arbitrary BuilderData with maps. 2022-03-12 09:45:42 -06:00
geometry.rs Fixed bsp-interior corridors 2020-10-17 18:02:50 +02:00
lib.rs Add ability to associate arbitrary BuilderData with maps. 2022-03-12 09:45:42 -06:00
map.rs Add ability to associate arbitrary BuilderData with maps. 2022-03-12 09:45:42 -06:00
metric.rs Add ability to associate arbitrary BuilderData with maps. 2022-03-12 09:45:42 -06:00
random.rs Bump sample count to get test passing. 2021-01-12 10:27:33 -06:00