415
edits
Eriktorbjorn (talk | contribs) (Added new minor issue.) |
Eriktorbjorn (talk | contribs) (I think this has been working right for quite some time now.) |
||
Line 44: | Line 44: | ||
* Fix the usage of Rect so that it's more consistent with the rest of ScummVM, e.g. a rectangle covering the entire ITE screen should have right=320 and bottom=200. (eriktorbjorn, partly - mostly? - done) | * Fix the usage of Rect so that it's more consistent with the rest of ScummVM, e.g. a rectangle covering the entire ITE screen should have right=320 and bottom=200. (eriktorbjorn, partly - mostly? - done) | ||
* Inspect Font module - free memory, GameFontIds <-> FONT_ID | * Inspect Font module - free memory, GameFontIds <-> FONT_ID | ||
* In many places RSC_LoadResource() is called but memory is not freed afterwards, i.e. there is a huge leak | * In many places RSC_LoadResource() is called but memory is not freed afterwards, i.e. there is a huge leak | ||
* Optimize screen output. Now we blit whole screen for each frame. | * Optimize screen output. Now we blit whole screen for each frame. |
edits