Difference between revisions of "Parallaction/TODO"

Jump to navigation Jump to search
462 bytes added ,  20:57, 5 July 2007
Comments on DLTA chunks
(Update Amiga issues)
(Comments on DLTA chunks)
Line 22: Line 22:
* Make proper balloons with rounded corners for dialogues [needs a polygon fill routine]
* Make proper balloons with rounded corners for dialogues [needs a polygon fill routine]
* Add support for additional delta encoding used for dino, donna, donnatras and dough character faces data, in the 'disk0' file. A 'DLTA' tag is used, following by data size (big endian dword) and the delta encoded data.
* Add support for additional delta encoding used for dino, donna, donnatras and dough character faces data, in the 'disk0' file. A 'DLTA' tag is used, following by data size (big endian dword) and the delta encoded data.
** DLTA chunks can be decompressed using the algorithm you can find in section 2.2.2 of this document[http://mediasrv.ns.ac.yu/extra/fileformat/animation/iff/anim7.txt]. Right now the packed bitmap are directly transformed into color-index images for ScummVM, but this must be changed to work with DLTA. The right way to do this would be: unpack bitmap (previous frame) into bitplanes, apply DLTA, transform bitplanes into color-index mode for use with ScummVM.
56

edits

Navigation menu