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:
parent
8e470df554
commit
70cd963e5c
11 changed files with 318 additions and 84 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue