aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-02Backwards compatbilityTravis Howell
svn-id: r11459
2003-12-02Switch nosubtitles option to subtitles, to match others and help with Simon2 ↵Travis Howell
issue. svn-id: r11458
2003-12-02cleanupTorbjörn Andersson
svn-id: r11457
2003-12-02CleanupTravis Howell
svn-id: r11456
2003-12-02This screen update causes delay and doesn't seem to be required.Travis Howell
Remove old debug message svn-id: r11455
2003-12-02Only used in simon1winTravis Howell
svn-id: r11454
2003-12-01cleanupGregory Montoir
svn-id: r11453
2003-12-01fix bug in command code, letting a failed command being executedGregory Montoir
svn-id: r11452
2003-12-01don't do a global import of namespace GUIMax Horn
svn-id: r11451
2003-12-01explicitly specify namespace in g_gui helper macroMax Horn
svn-id: r11450
2003-12-01cleanup header includesGregory Montoir
svn-id: r11449
2003-12-01Revert last change, ScummVM handles it better than original.Travis Howell
svn-id: r11448
2003-12-01Removed semi-colon after REGISTER_PLUGIN() to be consistent with the otherTorbjörn Andersson
game engines. svn-id: r11447
2003-12-01Simon2 background sfx can be disabled in scriptsTravis Howell
svn-id: r11446
2003-12-01Patch #847464: Remove spurious semicolonsMax Horn
svn-id: r11445
2003-12-01Add correct values for F1 - F3 text speed keys in simon1Travis Howell
svn-id: r11444
2003-12-01Removed some unnecessary / commented out code, and initialized the debugTorbjörn Andersson
console a bit earlier so that error messages about missing files will be more obvious to the user. (If an error happens that early, some of the debugger commands will cause ScummVM to crash. I might look into that later.) svn-id: r11443
2003-12-01Missed someTravis Howell
svn-id: r11442
2003-12-01cleanupTravis Howell
svn-id: r11441
2003-12-01Might as well combine these two.Travis Howell
svn-id: r11440
2003-12-01cleanupMax Horn
svn-id: r11439
2003-11-30cleanupGregory Montoir
svn-id: r11438
2003-11-30Leave it as optionTravis Howell
svn-id: r11437
2003-11-30Enabled zlib supportTravis Howell
svn-id: r11436
2003-11-30zlib compression works *very* well, factor 3-6 in my test cases. Personally ↵Max Horn
I'd make zlib support the default... svn-id: r11435
2003-11-30oops forgot to commit this one, it seemsMax Horn
svn-id: r11434
2003-11-30cleanup; added (currently commented out) zlib/gzip codeMax Horn
svn-id: r11433
2003-11-30cleanupMax Horn
svn-id: r11432
2003-11-29cleanupMax Horn
svn-id: r11431
2003-11-29fixed warningPaweł Kołodziejski
svn-id: r11430
2003-11-29updatePaweł Kołodziejski
svn-id: r11429
2003-11-29Remove TODO item about BS2 pyramid bug. It should be fixed now.Torbjörn Andersson
svn-id: r11428
2003-11-29Clarified comment about the elevator script bug and added a workaround forTorbjörn Andersson
the dreaded Pyramid Bug. svn-id: r11427
2003-11-29don't see why we shouldn't just always call Sound::stopAllSounds just before ↵Max Horn
loading... if anybody knows more, if you observe regressions, please document this in the source code (and/or file bug reports) svn-id: r11426
2003-11-29cleanupMax Horn
svn-id: r11425
2003-11-29startCDTimer() is already being invoked by pauseSounds(false)Max Horn
svn-id: r11424
2003-11-29new savegame version: store actor pan data; store Audio CD playback status ↵Max Horn
(and when loading, resume playing of tracks which are meant to loop forever) svn-id: r11423
2003-11-29added API to query CD playback status; renamed AudioCDManager methodsMax Horn
svn-id: r11422
2003-11-29moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ↵Max Horn
may be reused by other engines in the future svn-id: r11421
2003-11-29cleanup / added Engine::getGameDataPath()Max Horn
svn-id: r11420
2003-11-29cleanup; fix some memory leaks; more memory leaks remainingMax Horn
svn-id: r11419
2003-11-29var value were different in simon1dosTravis Howell
svn-id: r11418
2003-11-28game targets can now have a base filename different from the target name; ↵Max Horn
misc tweaks svn-id: r11417
2003-11-28cleanupMax Horn
svn-id: r11416
2003-11-28reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser ↵Max Horn
remembers the scroll position -> improved user experience svn-id: r11415
2003-11-28cleanupMax Horn
svn-id: r11414
2003-11-28Added font.cpp and font.h to the projectChris Apers
svn-id: r11413
2003-11-28Fixed error using NEW_FONT_CODE with PalmOS portChris Apers
svn-id: r11412
2003-11-28New project file (include : Builder, PNO, Simon)Chris Apers
svn-id: r11411
2003-11-28Stack prefChris Apers
svn-id: r11410