561
edits
(→Kyrandia 1: adds comments about wiki page for savegames) |
(→TODO: just MIDI sound makes problems) |
||
Line 9: | Line 9: | ||
* Complain if no game data was found in specified directory instead of assert() and producing bunch of useless warnings. | * Complain if no game data was found in specified directory instead of assert() and producing bunch of useless warnings. | ||
* implement the missing opcodes (see [[Kyra opcodes]] for a list of unimplemented/unused opcodes) | * implement the missing opcodes (see [[Kyra opcodes]] for a list of unimplemented/unused opcodes) | ||
* make sound working properly ( | * make sound working properly (MIDI sound has some problems) | ||
* Reduce kMD5FileSizeLimit from 1MB to e.g. 80 kb (this might require recomputing some MD5s, but is faster, and good enough for finger printing) | * Reduce kMD5FileSizeLimit from 1MB to e.g. 80 kb (this might require recomputing some MD5s, but is faster, and good enough for finger printing) | ||
edits