Age | Commit message (Collapse) | Author |
|
- Remove useless cache code
- Use helper function to get the proper sound entry
- Fix crash on using an invalid entry
|
|
|
|
Audio::ADPCMStream (as suggested by clone2727)
|
|
|
|
Bug #3325272: "Toonstruck (Spanish) Bad Graphic in squirrel book"
Was a "full" palette in spanish and a "half" palette in english version.
Made it choose the good mode automatically based on color count.
|
|
Bug #3307195: "TOON: Two instances of Flux Wildly"
|
|
|
|
of IMA and step tables
|
|
|
|
This is *not* complete yet.
|
|
|
|
|
|
|
|
explaining why the binary object is in the source tree.
|
|
|
|
|
|
|
|
|
|
|
|
This prevents a string pointer from getting invalidated under some
circumstances in kString(Dup).
Thanks to lephilousophe for the patch.
|
|
|
|
|
|
|
|
DREAMWEB: disable load button in launcher
|
|
|
|
|
|
- Rename kSoundStatusRemoved to kSoundStatusClosed
- Rename kSoundStatusClear2 to kSoundStatusCached
- Remove sound cache handling
|
|
|
|
shortcut creation)
|
|
|
|
|
|
|
|
|
|
- long GMM save descriptions will be trimmed to fit the ingame menu save slots
- prevent writing beyond the right margin in Kyra 1 save slots
|
|
|
|
|
|
|
|
As requested by him
|
|
|
|
|
|
|
|
|
|
Spotted by both salty-horse and LordHoto using clang
|
|
|
|
|
|
|
|
(static array were not reset to NULL after being freed and therefore didn't get reallocated on restart)
|
|
|
|
|
|
|