Difference between revisions of "SCI/TODO"

Jump to navigation Jump to search
Line 12: Line 12:
* Difficult
* Difficult
** Turn code into templates in following files (now they generate code via #defines):
** Turn code into templates in following files (now they generate code via #defines):
*** gfx/gfx_pixmap_scale.cpp
*** gfx/picfill.cpp
*** gfx/picfill.cpp
** make the SCI tools compilable (to avoid bitrot, while we change code that they depend on), and finally usable again.
** make the SCI tools compilable (to avoid bitrot, while we change code that they depend on), and finally usable again.
** rewrite the YACC parser code in said.y in pure, readable C++, so we don't need YACC/Bison.
** rewrite the YACC parser code in said.y in pure, readable C++, so we don't need YACC/Bison.