178
edits
(fixed bug) |
(fixed bug) |
||
Line 15: | Line 15: | ||
** 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. | ||
** use direct drawing instead of using widgets for rendering to be compatible with SSCI. | ** use direct drawing instead of using widgets for rendering to be compatible with SSCI. | ||
** fix palette glitch on PIC transition (when changing rooms). | ** fix palette glitch on PIC transition (when changing rooms). |
edits