Iterators are now working far more reliably and have more extensive tests that randomize inputs and fuzz them to check they keep working.

This commit is contained in:
Zed A. Shaw 2024-12-15 19:38:16 -05:00
parent 8e470df554
commit 70cd963e5c
11 changed files with 318 additions and 84 deletions

View file

@ -1,5 +1,7 @@
TODAY'S GOAL:
* Room should always be found.
* Change the test matrix to be irregular dimensions.
* Study https://github.com/hirdrac/gx_lib/blob/main/gx/Unicode.hh
* Study this https://en.cppreference.com/w/cpp/language/explicit
@ -17,6 +19,8 @@ TODAY'S GOAL:
TODO:
* Make the light directional.
* Hot key for debug view.
* Refine the event handling to pass most of them to the gui panels and then I can intercept them.