Open main menu

Difference between revisions of "AGS/Upstream"

239 bytes removed ,  05:10, 31 March 2022
m
The script reordering commit has now been integrated
m (Added skipped commit)
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.
* 0f977a56f0b1cf293f711e8380bb9ddaa54d2573 - Reorder function linking steps
I tried applying the commit twice from scratch, and both times I ended up with a null pointer error dialog when starting QFG2VGA. So I'm not including it for now.
* 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
265

edits