Open main menu

Difference between revisions of "Sword25/TODO"

73 bytes removed ,  11:34, 8 September 2010
→‎TODOs: -- update
(Update status and todos)
(→‎TODOs: -- update)
Line 13: Line 13:
* 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.
** Problems with the exit menu:
**# Wrong shading of 'yes/no' glyphs
**# Background is black instead of shadowed game screen
** Speedup Theora video playback
** Speedup Theora video playback
** Audio sync for Theora video playback
** Audio sync for Theora video playback
** Check alpha blending with original (gfx/opengl/glimage.cpp)
** Fix vector image rendering
** mirroring (same)
*** It looks that some vertices get lost during the transformation, since the floodfill leaking
** Vector image rendering. They used agg for spline drawing, so we need to reimplement that (borrow from agg/gimp/inkscape?)


* Get rid of BS_SERVICE_TABLE (?)
* Get rid of BS_SERVICE_TABLE (?)