Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-05 | ZVISION: Fix GCC signed/unsigned warning | Torbjörn Andersson | |
2015-01-19 | ZVISION: Fix comparison between signed and unsigned integers | Fedor | |
2015-01-18 | ZVISION: Remove trailing whitespace | Sven Hesse | |
2014-12-30 | ZVISION: Fix an off-by-one error in the RLF decoder | Filippos Karapetis | |
A regression from 7f61a09478. The current frame is the currently displayed frame, not the frame that should be displayed next. Thanks to clone2727 and Marisa-Chan for the explanation and fixes | |||
2014-12-30 | ZVISION: Initialize the starting frame to -1 in RLF animations | Filippos Karapetis | |
2014-12-27 | ZVISION: Remove dead code (uint is always > 0) | Ori Avtalion | |
2014-12-24 | ZVISION: Set all the internal graphics operations to use RGB555 (1/2) | Filippos Karapetis | |
This is the first part of the changes to make the engine use RGB555 internally again. This is done to simplify the rendering pipeline - the engine will use RGB555 internally, but will output to RGB565. The overall changes have been broken into two commits, thus this first commit will break all the game colors | |||
2014-12-23 | ZVISION: Handle animation rewinding outside the RLF encoder | Filippos Karapetis | |
2014-12-23 | ZVISION: Add error checking when loading in-game animations and videos | Filippos Karapetis | |
2014-12-23 | ZVISION: Spacing | Filippos Karapetis | |
2014-12-23 | ZVISION: Avoid using color masks for in-game animations | Filippos Karapetis | |
This fixes the transparency for some in-game animations. Since colors can be truncated with color masks, and since accurate colors are required for transparency, color masks can't be used. This fixes the transparency of the in-game item examination interface in ZGI | |||
2014-12-16 | ZVISION: Make the RLF decoder a subclass of the common video decoder | Filippos Karapetis | |
This way, the redundant MetaAnimation class can now be removed | |||
2014-12-16 | ZVISION: Move the RLF decoder | Filippos Karapetis | |