Zed A. Shaw
|
d4b6c35120
|
Working line iterator, and mostly working flood iterator that should be good enough for world gen.
|
2024-12-18 19:22:22 -05:00 |
|
Zed A. Shaw
|
547be19e68
|
Lighting now uses the new box iterator, although it'll be replaced soon by the flood or random iterator.
|
2024-12-15 19:54:16 -05:00 |
|
Zed A. Shaw
|
70cd963e5c
|
Iterators are now working far more reliably and have more extensive tests that randomize inputs and fuzz them to check they keep working.
|
2024-12-15 19:38:16 -05:00 |
|
Zed A. Shaw
|
eb0ca38e30
|
Removed the variable limit setting since it's never used and instead just have WALL_PATH_LIMIT.
|
2024-12-05 08:41:10 -05:00 |
|
Zed A. Shaw
|
9abb39a3bf
|
Did a full code review to identify things to fix and either fixed them or noted BUG where I should come back.
|
2024-12-04 21:43:59 -05:00 |
|
Zed A. Shaw
|
3f7a9cc124
|
Lighting is now in its own class using the new Pathing class. This should allow me to make it more consistent and possibly make Pathing more efficient.
|
2024-12-01 17:54:43 -05:00 |
|