aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Collapse)Author
2008-07-22shutup valgrind warningPaweł Kołodziejski
svn-id: r33206
2008-07-21Merged revisions ↵Christopher Page
33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33183
2008-07-20cleanupMax Horn
svn-id: r33135
2008-07-14AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume ↵Christopher Page
so that music and sfx are separately controlled via the Options menu svn-id: r33065
2008-07-14remove accidentally committed debugging code; fix shadowing warningWillem Jan Palenstijn
svn-id: r33064
2008-07-14Don't draw scumm saveload dialog while reflowing layout, as that would use ↵Willem Jan Palenstijn
uninitialized values svn-id: r33063
2008-07-14cleanup (and test for Marwan's branch.... ;)Max Horn
svn-id: r33061
2008-07-14Merged revisions ↵Christopher Page
32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,32785-32786,32789-32791,32798-32799,32801-32807,32809-32812,32816-32817,32819-32821,32823-32830,32832-32836,32838-32844,32846-32850,32852-32854,32858-32859,32865-32868,32873-32874,32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33051
2008-07-11cleanupMax Horn
svn-id: r33010
2008-07-11SCUMM works with new GMM implementationChristopher Page
svn-id: r33001
2008-07-10Fixed a few warningsBertrand Augereau
svn-id: r32994
2008-07-08Remove reference to kPlainSoundTypeMax Horn
svn-id: r32960
2008-07-07Changed the name of the Scumm menu dialog class MainMenuDialog to ↵Christopher Page
ScummMenuDialog, to avoid confusion and conflict with the Global Main Menu class svn-id: r32937
2008-07-07SCUMM: syncSoundSettings() now updates kPlainSoundTypeChristopher Page
svn-id: r32935
2008-06-30Scumm sound settings can now be changed from the gmmChristopher Page
svn-id: r32851
2008-06-26Fixed Symbian buildsystem for new defines. Fixed ARM asm syntax for Symbian ↵Lars Persson
build. svn-id: r32803
2008-06-25Scumm and sky now use the new _quit flagChristopher Page
svn-id: r32775
2008-06-12SCUMM: Fixed a memory leak in the SCUMM engineChristopher Page
svn-id: r32680
2008-06-02Add Macintosh version of Blue's 123 Time Activities.Travis Howell
svn-id: r32492
2008-06-02GID_WATER is no longer required.Travis Howell
svn-id: r32486
2008-06-01Correct HE version for Blue's 123 Time Activities.Travis Howell
svn-id: r32457
2008-06-01Fix bug #1973247 - DIG: Subtitle glitch (Regression).Travis Howell
svn-id: r32456
2008-06-01Add Blue's 123 Time Activities.Travis Howell
svn-id: r32454
2008-05-31Fix display of original load/save screen in the FM-TOWNS version of Loom.Travis Howell
svn-id: r32413
2008-05-31Add Blue's Clues demos.Travis Howell
svn-id: r32411
2008-05-30Detect the full version of Blue's Reading Time Activities, based on old ↵Travis Howell
forum post. svn-id: r32397
2008-05-28Remove debug left over.Travis Howell
svn-id: r32338
2008-05-28The hard coded string translations for The Dig only apply to subtitles, and ↵Travis Howell
not speech. svn-id: r32337
2008-05-28Update the hard coded string translations in The Dig.Travis Howell
svn-id: r32334
2008-05-24Update HE version of another English Windows version of Putt Putt Saves The Zoo.Travis Howell
svn-id: r32240
2008-05-23Fixed PalmOS compilationChris Apers
svn-id: r32223
2008-05-23Add another English Windows version of Putt Putt Saves The Zoo.Travis Howell
svn-id: r32220
2008-05-20Cleaned up engine debug level code.Johannes Schickel
svn-id: r32195
2008-05-19Restrict the remaining changes made in rev 28166 to chinese COMIMax Horn
svn-id: r32181
2008-05-18Fix for bug #1940063 (MONKEY: Crash during the marriage lechuck/marley) -- ↵Max Horn
regression was introduced by rev 28167 -- rule of thumb, if you add game specific code, make it game specifc ... ;) svn-id: r32177
2008-05-18Update HE version of another release of Pajama Sam 1 and SPY Fox 1.Travis Howell
svn-id: r32165
2008-05-17Add another English version of Pajama Sam 1 and SPY Fox 1.Travis Howell
svn-id: r32162
2008-05-15Add patch #1964159 - PUTTPUTT: Add Japanese 3DO Version.Travis Howell
svn-id: r32133
2008-05-12Update HE version for that English Windows version of Freddi Fish 1.Travis Howell
svn-id: r32048
2008-05-11Update HE version for that English Windows version of Freddi Fish 1.Travis Howell
svn-id: r31997
2008-05-11Add another English Windows version of Freddi Fish 1.Travis Howell
svn-id: r31996
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
svn-id: r31929
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
svn-id: r31927
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-05-04Fix bug #1957165 - MM: render_mode is broken.Travis Howell
svn-id: r31862
2008-04-30Fix subtitle regressions in The Dig.Travis Howell
svn-id: r31788
2008-04-30Fix cycling of speech and subtitle options via Ctrl t.Travis Howell
svn-id: r31787
2008-04-30Ooops, missed one difference.Travis Howell
svn-id: r31786
2008-04-30Revert string clipping changes, as they only applied to The Dig (Second ↵Travis Howell
release) and COMI. svn-id: r31785
2008-04-30The Dig (Second release) used similar charset code to COMI. This could cause ↵Travis Howell
regressions, if there are differences between the two releases of The Dig. svn-id: r31784