Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | DIRECTOR: Execute proper script on frames. This fixes the playback | Eugene Sandulenko | |
2016-08-26 | DIRECTOR: Fix object initialization | Eugene Sandulenko | |
2016-08-25 | DIRECTOR: Remove now redundant image width correction table | Eugene Sandulenko | |
2016-08-25 | DIRECTOR: Clean up padding in image decoding | Willem Jan Palenstijn | |
2016-08-25 | DIRECTOR: Improve decoding compressed images | Willem Jan Palenstijn | |
2016-08-25 | DIRECTOR: Try to simplify uncompressed detection heuristic | Willem Jan Palenstijn | |
2016-08-25 | DIRECTOR: More heuristics for 1bpp image decoding. Courtesy of wjp. | Eugene Sandulenko | |
2016-08-24 | DIRECTOR: Implemented uncompressed 1bpp pictures. Works sometimes | Eugene Sandulenko | |
2016-08-24 | DIRECTOR: Add more width corrections for Apartment demo | Torbjörn Andersson | |
These are the widths for the taxi. 1110 doesn't actually need a correction to be drawn right, but 96 makes more sense than 90 if I decode the image by hand. It may be worth noting that all three sprite widths are multiples of 8, and that one of them was already a multiple of 8, but I still needed to add 8 to it. (This would suggest that w = (w & ~7) + 8 would yield the correct width for everything, except it doesn't so scratch that idea.) | |||
2016-08-24 | DIRECTOR: Gather statistic on correct bitmap sizes | Eugene Sandulenko | |
2016-08-23 | DIRECTOR: Reduce header dependency | Eugene Sandulenko | |
2016-08-23 | DIRECTOR: Split score.cpp file into classes | Eugene Sandulenko | |