561
edits
(Cleanup / unification of engine pages) |
(→TODO: all used opcodes are implemented) |
||
Line 26: | Line 26: | ||
== TODO == | == TODO == | ||
* 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. | ||
* make sound working properly (MIDI sound has some problems) | * 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