aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2006-07-21Removing redundant paranthesisOystein Eftevaag
svn-id: r23543
2006-07-20Using path instead of displayName.Johannes Schickel
svn-id: r23541
2006-07-16- don't error on CHAPTER1.VRM miss anymoreJohannes Schickel
- nicer error messages when no font files are found - implements nicer way to load fonts svn-id: r23531
2006-07-16Copy protection was disabled in the Monkey Island 1 release included with ↵Travis Howell
LucasArts Mac CD Game Pack II svn-id: r23526
2006-07-15Some cleanups and restructuring. The clearScreen() function has been renamedTorbjörn Andersson
clearFrame(), and is only responsible for clearing the frame buffer. Frame syncing and frame drawing are now separate from each other. svn-id: r23525
2006-07-15Fixed regression: Test if there's a text object to close before closing it.Torbjörn Andersson
svn-id: r23524
2006-07-15Close the current text object when the movie is ended, to avoid potentialTorbjörn Andersson
memory leak, and be a bit more robust about handling text objects in the dummy player. svn-id: r23523
2006-07-15Oops. I just noticed I was using _black to track the white colour, and _whiteTorbjörn Andersson
to track the black colour. svn-id: r23522
2006-07-15This is more consistent with how we usually initialize arrays of structs, andTorbjörn Andersson
seems to still keep msvc8 happy. svn-id: r23521
2006-07-15Should fix shadowing warnings with gcc.Johannes Schickel
svn-id: r23520
2006-07-15Fix building with msvc8.Johannes Schickel
svn-id: r23518
2006-07-15Fix building with msvc8.Johannes Schickel
svn-id: r23517
2006-07-15Should fix loading of pakfiles.Johannes Schickel
svn-id: r23516
2006-07-15Adds filesize check for kyra.dat, this forces to upgrade always to the ↵Johannes Schickel
newest version though. svn-id: r23514
2006-07-15Get rid of some asserts and adds error messages instead.Johannes Schickel
svn-id: r23513
2006-07-15Little cleanup.Johannes Schickel
svn-id: r23512
2006-07-15Use the FS Api to load all .PAK and .APK files. (I just made a few quick ↵Johannes Schickel
tests, but before this should be integrated to branch-0-9-0 there should be a test for it on *every* platform, since I'm not quite sure if FilesystemNode::displayName is useable for this...) svn-id: r23511
2006-07-15A little cleanup (merges kyra1_games, kyra2_games, kyra3_games into kyra_games)Johannes Schickel
svn-id: r23510
2006-07-15Changes names of Kyra2 and Kyra3 detected games.Johannes Schickel
svn-id: r23509
2006-07-15There are no known releases of indy3ega/monkeyega that require this bypassTravis Howell
svn-id: r23503
2006-07-15There are no known releases of indy3ega/monkeyega that require this bypassTravis Howell
svn-id: r23502
2006-07-14OoopsTravis Howell
svn-id: r23498
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-07-14Add another Italian version of Simon the Sorcerer 1 (DOS CD)Travis Howell
svn-id: r23495
2006-07-14More whitespace changes to see if things work normally again.Torbjörn Andersson
svn-id: r23494
2006-07-14Whitespace change, and test to see if I'm able to commit now that I've changedTorbjörn Andersson
my password. (See SourceForge status page.) svn-id: r23492
2006-07-11This should fix bug #1520629 ("No Music in Simon1").Torbjörn Andersson
svn-id: r23488
2006-07-11Remove out dated commentTravis Howell
svn-id: r23483
2006-07-10Moved the initial screen clearing from play() to load(), so that it will beTorbjörn Andersson
done before the MPEG player calls showOverlay(). svn-id: r23482
2006-07-10Restrict recent walk code changes to to exact SCUMM versions required, to ↵Travis Howell
prevent regressions in earlier games svn-id: r23476
2006-07-10Fix actor glitches in the stomach location of pajama3Travis Howell
svn-id: r23471
2006-07-10Fixed bug #1519817, "ALL: Build failure if libmpeg2 is disabled".Torbjörn Andersson
svn-id: r23470
2006-07-10Applied my own fix for bug #1519667 ("DOTT: Graphic glitches while kite comesTorbjörn Andersson
down") after discussing it with Kirben. svn-id: r23466
2006-07-09Instead of drawing the mouse cursor as a sprite, let the backend handle itSven Hesse
svn-id: r23464
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of ↵Max Horn
checking for GCC / not GCC svn-id: r23458
2006-07-09Patch #1519399: DS BackendMax Horn
svn-id: r23452
2006-07-09Verify malloc worked. Apparently, simon (or FF?) sometimes tries to allocate ↵Max Horn
extremly big (well, for the Nintendo DS at least :) chunks of memory, which lead to malloc failures. svn-id: r23450
2006-07-09Added OSystem::setFocusRectangle (first part of Nintendo DS patch)Max Horn
svn-id: r23449
2006-07-09HE80+ games ignore subtitle speed, due to sound code been used. Fixes ↵Travis Howell
glitches that can occur, when slow subtitle speed is set in HE80+ games. svn-id: r23447
2006-07-09Add filename patterns for Macintosh versions of Blue's Birthday AdventureTravis Howell
svn-id: r23443
2006-07-08Add fix for bug #1519327 - FF: Stack corruptionTravis Howell
svn-id: r23442
2006-07-08CleanupTorbjörn Andersson
svn-id: r23439
2006-07-08More robust handling of the optional startup.inf file.Torbjörn Andersson
svn-id: r23436
2006-07-08- Fixed a few mistakes that added up to look correct, fixing bargon's cursorSven Hesse
- Updated cursor drawing in general svn-id: r23429
2006-07-08Slightly more verbose debug message.Torbjörn Andersson
svn-id: r23428
2006-07-08Changes init error handling of kyra engine (engine fails at ↵Johannes Schickel
Engine_KYRA_create now instead of KyraEngine::init, also adds check for invalid game path like the scumm engine does). svn-id: r23426
2006-07-08- fixes some c/p errors from my last commitJohannes Schickel
- fixes embedded pak loading svn-id: r23425
2006-07-08Implements loading of 'westwood.001' for kyra3 (no need to run the installer ↵Johannes Schickel
anymore). (thanks to eriktorbjorn for his code to extract files from westwood.001) svn-id: r23423
2006-07-08Adds a message dialog if kyra.dat is missing which tells the user to ↵Johannes Schickel
download the kyra.dat file. svn-id: r23421
2006-07-08Added support for DXA cutscenes, while still retaining support for the old MPEGTorbjörn Andersson
cutscenes and the "dummy" (subtitles and voice-over) mode. Several tweaks and cleanups were made in this process, and there may very well be regressions, but it should be stable enough to commit. svn-id: r23420