178
edits
m (fixed small typo) |
(savegame task is done) |
||
Line 56: | Line 56: | ||
* Check old FreeSCI-scummvm branch / repos by Jordi for change that could be salvaged, e.g. the files <code>sfx/device/scumm-midi.cpp</code> and <code>sfx/softseq/scumm-adlib.cpp</code>, or the modifications to the SCI debugger to use the ScummVM console, and stuff. | * Check old FreeSCI-scummvm branch / repos by Jordi for change that could be salvaged, e.g. the files <code>sfx/device/scumm-midi.cpp</code> and <code>sfx/softseq/scumm-adlib.cpp</code>, or the modifications to the SCI debugger to use the ScummVM console, and stuff. | ||
* Replace the SCI sound mixer by Audio::Mixer | * Replace the SCI sound mixer by Audio::Mixer | ||
* I just made a big commit where I started to overhaul the file handling in SCI. It's incomplete, and may cause regressions, but it is a start. The biggest chunk left to take care of is engine/kfile.cpp, and in there mostly | * I just made a big commit where I started to overhaul the file handling in SCI. It's incomplete, and may cause regressions, but it is a start. The biggest chunk left to take care of is engine/kfile.cpp, and in there mostly reading/writing from/to other files than regular savegames. This needs to be switched to the savefile API. | ||
* make the SCI tools compilable (to avoid bitrot, while we change code that they depend on), and finally usable again. | * make the SCI tools compilable (to avoid bitrot, while we change code that they depend on), and finally usable again. |
edits