aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Collapse)Author
2009-08-05replace workaround in case musicfiles are missing with a simpler oneNorbert Lange
svn-id: r43071
2009-08-04remove a former workaround for Amiga MINorbert Lange
svn-id: r43055
2009-08-04fixed hanging intro (and possible other scenes) when music cant be loadedNorbert Lange
svn-id: r43054
2009-08-04added warning should the sound files not be available (intro will hang if ↵Norbert Lange
there is no musictimer) svn-id: r43049
2009-08-02synced the branch with the palette patch (#2819787)Norbert Lange
svn-id: r42987
2009-08-02made MdatResource struct private and changed the signatures of functions ↵Norbert Lange
which load the resources. svn-id: r42982
2009-08-01stole formatting for constructors from existing codeNorbert Lange
svn-id: r42981
2009-08-01engines/scumm/scumm.cpp: terminate method is pretty redundant - removedNorbert Lange
tfmx, player_v4a: refactored Tfmx to allow sharing of resources between 2 instances. Needed changes in player_v4a aswell svn-id: r42980
2009-08-01refactored and commented player_va4 a bitNorbert Lange
fix waitcommand in Tfmx try making tfmxplayer compile again svn-id: r42976
2009-07-31using accessmodifiers in Tfmx now and removed/disabled functions that now ↵Norbert Lange
dont work anymore (the commandline utility cant be compiled anymore as result of this) added arraysize of external signals and check it before accesses moved 2 debug-functions into Tfmx.cpp, removed depencies to files in the tfmx folder moved common code for fade-effects in a seperate method svn-id: r42961
2009-07-17merge with trunkNorbert Lange
svn-id: r42574
2009-07-17Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech.Travis Howell
svn-id: r42548
2009-07-17Fix using subtitles only setting in The Dig.Travis Howell
svn-id: r42545
2009-07-16This commit is just for DrMcCoy. (forgot to fix two usages of whitespaces ↵Johannes Schickel
instead of tabs for indentation -.-) svn-id: r42539
2009-07-16Formatting fixes.Johannes Schickel
svn-id: r42538
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
svn-id: r42537
2009-07-15Hack is no longer required, due to revision 42498.Travis Howell
svn-id: r42499
2009-07-15Fix bug #2821215 - DIG: Skipping planetarium animation disables F5 menu.Travis Howell
svn-id: r42498
2009-07-14Replaced char usage by int8, since char is unsigned on Linux/PPC by default.Johannes Schickel
svn-id: r42490
2009-07-13Refactor GUI options update into a function in Common: updateGameGUIOptions.Johannes Schickel
svn-id: r42446
2009-07-13Add transparent GUI options update for SCUMM too.Johannes Schickel
svn-id: r42445
2009-07-13Add one more type of IQ-points filename (for bug #2820803)Willem Jan Palenstijn
svn-id: r42436
2009-07-13Fix bug #2820472 - MAZE: Keyboard input fault.Travis Howell
svn-id: r42434
2009-07-12oops, fix propsKostas Nakos
svn-id: r42421
2009-07-12fix build with arm-asm routinesKostas Nakos
svn-id: r42420
2009-07-12ScummVM/PS2 bugs fixed by this commit:Max Lingua
- general file write corruption (eg. ScummVM.ini, etc.) - COMI specific save crash / corruption (added option in engines/scumm/saveload.cpp to disable thumbnails on PS2, as emergency fallback in case the fix should prove to be insufficient) - implemented _screenChange logic (fixes grabOverlay & COMI popup menu) - fixed higher pitch (chipmunk fx) - made NET IRXs optional to allow it to work on fat PS2 without net+hd - fixed cursor restore on RTL - added "." as R2 to skip single lines of dialog - added write cache svn-id: r42404
2009-07-11Fix pinball type mini game in Putt-Putt Enters The Race.Travis Howell
svn-id: r42382
2009-07-11Explicitely instantiate the decompressWizImage() templates, so that they ↵Sven Hesse
won't be optimized away, as they are also used in akos.cpp svn-id: r42380
2009-07-11Fix bug #2819628 - DETECTOR: Atlantis CD sets wrong gui options.Travis Howell
svn-id: r42364
2009-07-07Change all uses of FM-Towns/fm-towns to FM-TOWNS.Johannes Schickel
svn-id: r42235
2009-07-04Fix mismatching format arguments.Johannes Schickel
svn-id: r42105
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
svn-id: r42054
2009-07-01Flag what looks like a bug in the CMS player code -- somebody should verify ↵Max Horn
and fix this properly svn-id: r42011
2009-07-01Fixed some more warnings observed on buildbotMax Horn
svn-id: r42010
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009
2009-07-01Merging in changes from trunkNorbert Lange
svn-id: r41989
2009-06-30engines/scumm/*: enabled choosing of the colorpalette, by setting RenderMode ↵Norbert Lange
to EGA the "old" palette will be used tfmx/tfmxplayer.cpp: removed some unused stuff sound/mods/tfmx.cpp: emulating the way MI initialises new macro-programms. (Difference might not be audible at all) svn-id: r41976
2009-06-25Fix regressionNorbert Lange
svn-id: r41857
2009-06-25Fixed restarting of song (hopefully thouroughly)Norbert Lange
replaced all modulos with masks swapped Paulas stereo output svn-id: r41856
2009-06-20fixed portamento-effect.Norbert Lange
Added stopping of sfx, seems like Monkey Island is pretty messy when it comes to handling sfx though. Those two changes fix the "mansion burglary" svn-id: r41716
2009-06-20inadvertedly used autofreestream which resulted in the Tfmx-Object beeing ↵Norbert Lange
deleted twice svn-id: r41712
2009-06-19modified doSong so you can start a new Song without killing running macrosNorbert Lange
svn-id: r41693
2009-06-19more cleanups, got rid of pendingTrackstep variableNorbert Lange
svn-id: r41686
2009-06-19Enabled signals and made ScummVM use them (they specify when a song should ↵Norbert Lange
be stopped) Cleanups in player_v4a. svn-id: r41685
2009-06-19added support for SFX by using a seperate Player for them.Norbert Lange
svn-id: r41676
2009-06-19Ugly hack for fixing color paletteNorbert Lange
svn-id: r41672
2009-06-18scumm: added the missing word "version" in a commentFabio Battaglia
svn-id: r41635
2009-06-18Correct actor layering method in HE90+ games.Travis Howell
svn-id: r41625
2009-06-16changed musictiming again, using a 25/70 seconds as counter. Norbert Lange
svn-id: r41585
2009-06-14Removed some debugmessages so Linux manages to build again =/Norbert Lange
svn-id: r41527