aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2009-08-08fix a bug that prevented gcc from compilingNorbert Lange
2009-08-05replace workaround in case musicfiles are missing with a simpler oneNorbert Lange
2009-08-04remove a former workaround for Amiga MINorbert Lange
2009-08-04fixed hanging intro (and possible other scenes) when music cant be loadedNorbert Lange
2009-08-04added warning should the sound files not be available (intro will hang if the...Norbert Lange
2009-08-02synced the branch with the palette patch (#2819787)Norbert Lange
2009-08-02made MdatResource struct private and changed the signatures of functions whic...Norbert Lange
2009-08-01stole formatting for constructors from existing codeNorbert Lange
2009-08-01engines/scumm/scumm.cpp: terminate method is pretty redundant - removedNorbert Lange
2009-08-01refactored and commented player_va4 a bitNorbert Lange
2009-07-31using accessmodifiers in Tfmx now and removed/disabled functions that now don...Norbert Lange
2009-07-17merge with trunkNorbert Lange
2009-07-17Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech.Travis Howell
2009-07-17Fix using subtitles only setting in The Dig.Travis Howell
2009-07-16This commit is just for DrMcCoy. (forgot to fix two usages of whitespaces ins...Johannes Schickel
2009-07-16Formatting fixes.Johannes Schickel
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
2009-07-15Hack is no longer required, due to revision 42498.Travis Howell
2009-07-15Fix bug #2821215 - DIG: Skipping planetarium animation disables F5 menu.Travis Howell
2009-07-14Replaced char usage by int8, since char is unsigned on Linux/PPC by default.Johannes Schickel
2009-07-13Refactor GUI options update into a function in Common: updateGameGUIOptions.Johannes Schickel
2009-07-13Add transparent GUI options update for SCUMM too.Johannes Schickel
2009-07-13Add one more type of IQ-points filename (for bug #2820803)Willem Jan Palenstijn
2009-07-13Fix bug #2820472 - MAZE: Keyboard input fault.Travis Howell
2009-07-12oops, fix propsKostas Nakos
2009-07-12fix build with arm-asm routinesKostas Nakos
2009-07-12ScummVM/PS2 bugs fixed by this commit:Max Lingua
2009-07-11Fix pinball type mini game in Putt-Putt Enters The Race.Travis Howell
2009-07-11Explicitely instantiate the decompressWizImage() templates, so that they won'...Sven Hesse
2009-07-11Fix bug #2819628 - DETECTOR: Atlantis CD sets wrong gui options.Travis Howell
2009-07-07Change all uses of FM-Towns/fm-towns to FM-TOWNS.Johannes Schickel
2009-07-04Fix mismatching format arguments.Johannes Schickel
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-07-01Flag what looks like a bug in the CMS player code -- somebody should verify a...Max Horn
2009-07-01Fixed some more warnings observed on buildbotMax Horn
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-07-01Merging in changes from trunkNorbert Lange
2009-06-30engines/scumm/*: enabled choosing of the colorpalette, by setting RenderMode ...Norbert Lange
2009-06-25Fix regressionNorbert Lange
2009-06-25Fixed restarting of song (hopefully thouroughly)Norbert Lange
2009-06-20fixed portamento-effect.Norbert Lange
2009-06-20inadvertedly used autofreestream which resulted in the Tfmx-Object beeing del...Norbert Lange
2009-06-19modified doSong so you can start a new Song without killing running macrosNorbert Lange
2009-06-19more cleanups, got rid of pendingTrackstep variableNorbert Lange
2009-06-19Enabled signals and made ScummVM use them (they specify when a song should be...Norbert Lange
2009-06-19added support for SFX by using a seperate Player for them.Norbert Lange
2009-06-19Ugly hack for fixing color paletteNorbert Lange
2009-06-18scumm: added the missing word "version" in a commentFabio Battaglia
2009-06-18Correct actor layering method in HE90+ games.Travis Howell
2009-06-16changed musictiming again, using a 25/70 seconds as counter. Norbert Lange