Barely working ansi color codes parser but I _really_ don't like this one. Too much code to just get it to process correctly which means it'll be brittle as hell later.
This commit is contained in:
parent
a44a9a04f9
commit
f32b39afe2
9 changed files with 621 additions and 152 deletions
|
@ -14,6 +14,7 @@ A a(my_enum);
|
|||
|
||||
TODO:
|
||||
|
||||
* Actually render FTXUI ansi output instead of the gui.cpp hack.
|
||||
* Rewrite collider to return a real struct not tuple.
|
||||
* Write a test that generates a ton of maps then confirms there's a path from one room to every other room?
|
||||
* Lua integration?
|
||||
|
@ -21,5 +22,4 @@ TODO:
|
|||
* BUG: If map is < 90 zome out crashes.
|
||||
|
||||
* Simple loot system.
|
||||
* Actually render FTXUI ansi output instead of the gui.cpp hack.
|
||||
* Bring back sounds, check out SoLoud.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue