Difference between revisions of "Sword25/TODO"

Jump to navigation Jump to search
(Update status)
(Add another gfx todo. One is gone)
Line 14: Line 14:
* Enhance package manager to allow running with extracted data just like original did
* Enhance package manager to allow running with extracted data just like original did
* Graphics:
* Graphics:
** Doublecheck color component order. What I had to do now is specify engine colorspace as BGRA8888 which is weird.
** YUV->RGB converter for video (fmv/theora_decoder.cpp)
** YUV->RGB converter for video (fmv/theora_decoder.cpp)
** Current blitting code looks all wrong
** alpha blending (gfx/opengl/glimage.cpp)
** alpha blending (gfx/opengl/glimage.cpp)
** scaling (same)
** scaling (same)