272
edits
Dreammaster (talk | contribs) m (Added skipped commit) |
Dreammaster (talk | contribs) m (The script reordering commit has now been integrated) |
||
Line 13: | Line 13: | ||
Changes the audio channels array to std::array<std::unique_ptr<SOUNDCLIP> ><br> | Changes the audio channels array to std::array<std::unique_ptr<SOUNDCLIP> ><br> | ||
I couldn't get this to compile properly in ScumMVM with our version of std::unique_ptr. | I couldn't get this to compile properly in ScumMVM with our version of std::unique_ptr. | ||
* 19a15acbf99ad223348c74d6de61cc56acc1ad69 - Engine: ListBox.FillDirList supports $DATA$ path token | * 19a15acbf99ad223348c74d6de61cc56acc1ad69 - Engine: ListBox.FillDirList supports $DATA$ path token | ||
Added new AssetsManager method, but the current Listbox class has ScummVM specific stuff for save files in it's FillDirList method | Added new AssetsManager method, but the current Listbox class has ScummVM specific stuff for save files in it's FillDirList method |
edits