aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2006-03-25- Move AddDefaultDirectory() calls in somon engine to constructorEugene Sandulenko
- Move AddDefaultDirectory() from NewTheme.cpp to main.cpp svn-id: r21451
2006-03-25Move convertFilePath() to ScummEngine_v60he, to allow use by earlier HE gamesTravis Howell
svn-id: r21450
2006-03-25I believe that the purpose of updateCallback45() is to add a signed value to aTorbjörn Andersson
channel's unsigned tempo. Rewrote the function to make this clearer, and renamed it update_changeChannelTempo(). svn-id: r21448
2006-03-25More renamings:Torbjörn Andersson
unk11 -> durationRandomness updateCallback12() -> update_setupNoteAndDuration() updateCallback26() -> update_setupDuration() updateCallback44() -> update_setDurationRandomness() svn-id: r21447
2006-03-25Minor cleanupTravis Howell
svn-id: r21446
2006-03-25Add Blue's ABC Time and upgrade demo target to full gameEugene Sandulenko
svn-id: r21444
2006-03-25- Implemented case insensitive file reading. Left old system as a fallbackEugene Sandulenko
in case some engine writer decide to do something unwise - Removed used of ConfMan.getKey("path") in file-related cases, because now File class handles that - Fixed bug in ScummEngine_v80he::o80_getFileSize() where path delimiters weren't translated svn-id: r21443
2006-03-24Fix MSVC warnings #3Andrew Kurushin
svn-id: r21442
2006-03-24Fix MSVC warnings #2Andrew Kurushin
svn-id: r21441
2006-03-24Fix MSVC warningsAndrew Kurushin
svn-id: r21440
2006-03-24fix ITE SUNSPOT music loopAndrew Kurushin
svn-id: r21439
2006-03-24Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) ↵Max Horn
to a minimum svn-id: r21426
2006-03-24o Move built-in evaluator constants to AssocArray to speed it upEugene Sandulenko
o Introduced .align text widget property o Moved all text widgets to use it and populated theme config file svn-id: r21420
2006-03-23Partially disassembly of the pathfinding code and miscellaneous support methodsPaul Gilbert
svn-id: r21418
2006-03-23Minor changes for FF and cleanupTravis Howell
svn-id: r21417
2006-03-23Add opcode 161 difference in FF, fixes some glitches in 2nd roomTravis Howell
svn-id: r21416
2006-03-23Match game speed with originalEugene Sandulenko
svn-id: r21415
2006-03-23uint8 -> byteEugene Sandulenko
svn-id: r21414
2006-03-23Made mouse more responsiveEugene Sandulenko
svn-id: r21413
2006-03-23Got rid of ASSERT and ASSERT_PTR definesEugene Sandulenko
svn-id: r21412
2006-03-23Make copy protection in OS and FW turnable. Still buggyEugene Sandulenko
svn-id: r21411
2006-03-23Fix compile without ZLIB support (GP32).Won Star
svn-id: r21408
2006-03-22Code for inverted rect when scaling images of FF no longer required. Minor ↵Travis Howell
cleanup svn-id: r21407
2006-03-22Rename draw buffers correctlyTravis Howell
svn-id: r21406
2006-03-22Small correction to scaling code in FFTravis Howell
svn-id: r21405
2006-03-22Preliminary (weasel-word for "probably buggy") implementation of the remainingTorbjörn Andersson
parts of scaleClip(). I do see a scaled image of Feeble, but it's very glitchy. On the other hand, I get the same kindof glitches when drawing him unscaled, so maybe there is garbage left in the scale buffer from previous frames. svn-id: r21404
2006-03-22Whitespace changesTravis Howell
svn-id: r21403
2006-03-22Fix regression in 2nd room of FFTravis Howell
svn-id: r21402
2006-03-22Skip columns isn't used for overlayed or scaled images in FFTravis Howell
svn-id: r21401
2006-03-22Fix sound regression in FF, caused by last commitTravis Howell
svn-id: r21400
2006-03-22Add initial support for Amiga and Macintosh versions of The Feeble FilesTravis Howell
svn-id: r21399
2006-03-22Support for Russian FOTAQEugene Sandulenko
svn-id: r21398
2006-03-21Implemented "sound triggers" so that the music does not stop shortly afterTorbjörn Andersson
entering the castle. I hope this is a fair approximation of how the original worked. Of course, this led to a couple of more renamings: _unk5 -> _soundTrigger updateCallback54() -> update_setSoundTrigger() snd_setUnk5() -> snd_getSoundTrigger() (yes, "get") At the moment, the only known sound triggers are the ones in the castle. If an unknown trigger is set, the debugging messages will be really, really noisy. I don't know if I should consider this a bug or an extremely annoying feature. svn-id: r21396
2006-03-20Implements cmd_shakeScreen.Johannes Schickel
svn-id: r21394
2006-03-20Initialise _haveScrollButtons, since Valgrind complained about it.Torbjörn Andersson
svn-id: r21392
2006-03-20The Hercules specific screen size check is no longer requiredTravis Howell
svn-id: r21390
2006-03-19Fixed my fix regarding the encoding of some filenames: Provide both Windows ↵Max Horn
and UTF-8 encoded versions of the German puttzoo svn-id: r21388
2006-03-19Fix encoding issue (see scummvm-devel)Max Horn
svn-id: r21387
2006-03-19Moved filename substitution code from scumm.cpp to plugin.cppMax Horn
svn-id: r21386
2006-03-19Remove unused cases of getKeyState(), checked against scripts of FT, Dig and ↵Travis Howell
COMI. svn-id: r21381
2006-03-19Closer match difficulty of insane in PC version of FT demoTravis Howell
svn-id: r21380
2006-03-19Makes sure Brandon actually dies when he turns to stone in the kyragem roomOystein Eftevaag
svn-id: r21379
2006-03-19Fixes a potential problem in the pathfinder where an array could be accessed ↵Oystein Eftevaag
with a negative value in certain rooms svn-id: r21378
2006-03-19Adds button press animations to the menu, and resets the cursor when the ↵Oystein Eftevaag
Dialog of Death pops up. Also, mouse clicks are now registered on button up instead of button down, as in the original svn-id: r21377
2006-03-19Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStreamTravis Howell
svn-id: r21376
2006-03-19Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStreamTravis Howell
svn-id: r21375
2006-03-19Move the sound loop detection, so it is used by all HE70+ gamesTravis Howell
svn-id: r21374
2006-03-19Skip HSHD block by set size, since there are sound resources (ie Caiman in ↵Travis Howell
jungle) which have incorrect size in HSHD header svn-id: r21373
2006-03-19Add workaround for script bug in Loom (CD)Travis Howell
svn-id: r21371
2006-03-18Oops, forgot to change a variable declaration in the last commitOystein Eftevaag
svn-id: r21367