Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-15 | Fix building with msvc8. | Johannes Schickel | |
svn-id: r23517 | |||
2006-07-15 | Should fix loading of pakfiles. | Johannes Schickel | |
svn-id: r23516 | |||
2006-07-15 | Adds filesize check for kyra.dat, this forces to upgrade always to the ↵ | Johannes Schickel | |
newest version though. svn-id: r23514 | |||
2006-07-15 | Get rid of some asserts and adds error messages instead. | Johannes Schickel | |
svn-id: r23513 | |||
2006-07-15 | Little cleanup. | Johannes Schickel | |
svn-id: r23512 | |||
2006-07-15 | Use 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-15 | A little cleanup (merges kyra1_games, kyra2_games, kyra3_games into kyra_games) | Johannes Schickel | |
svn-id: r23510 | |||
2006-07-15 | Changes names of Kyra2 and Kyra3 detected games. | Johannes Schickel | |
svn-id: r23509 | |||
2006-07-15 | Adds eriktorbjorn to the kyra credits for his VQA player for kyra3. | Johannes Schickel | |
svn-id: r23506 | |||
2006-07-15 | Makes usage of themepath over extrapath then loading the gui files. | Johannes Schickel | |
svn-id: r23504 | |||
2006-07-15 | There are no known releases of indy3ega/monkeyega that require this bypass | Travis Howell | |
svn-id: r23503 | |||
2006-07-15 | There are no known releases of indy3ega/monkeyega that require this bypass | Travis Howell | |
svn-id: r23502 | |||
2006-07-14 | * Add grabRawScreen() method. | Won Star | |
* Add Launcher icon. * Fix trunk compile. svn-id: r23501 | |||
2006-07-14 | Ooops | Travis Howell | |
svn-id: r23498 | |||
2006-07-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-07-14 | Add another Italian version of Simon the Sorcerer 1 (DOS CD) | Travis Howell | |
svn-id: r23495 | |||
2006-07-14 | More whitespace changes to see if things work normally again. | Torbjörn Andersson | |
svn-id: r23494 | |||
2006-07-14 | Whitespace change, and test to see if I'm able to commit now that I've changed | Torbjörn Andersson | |
my password. (See SourceForge status page.) svn-id: r23492 | |||
2006-07-13 | Some whitespace changes to see if the CIA bot is still silent. | Torbjörn Andersson | |
svn-id: r23491 | |||
2006-07-11 | This should fix bug #1520629 ("No Music in Simon1"). | Torbjörn Andersson | |
svn-id: r23488 | |||
2006-07-11 | Force HFS+ filesystem when making OS X disk images (for backwards ↵ | Oystein Eftevaag | |
compatability), as the default has apparently changed svn-id: r23486 | |||
2006-07-11 | Remove out dated comment | Travis Howell | |
svn-id: r23483 | |||
2006-07-10 | Moved the initial screen clearing from play() to load(), so that it will be | Torbjörn Andersson | |
done before the MPEG player calls showOverlay(). svn-id: r23482 | |||
2006-07-10 | Call handleScreenChanged() when opening the console. Otherwise, we may get | Torbjörn Andersson | |
garbage and/or crashes if the scaler has changed since the console was created. svn-id: r23480 | |||
2006-07-10 | When I added the message about fixing rare actor drawing glitches, I was | Torbjörn Andersson | |
thinking mainly of Day of the Tentacle, even if we have fixed some other glitches that did affect Fate of Atlantis as well. I've reverted to the deliberately vague message. svn-id: r23478 | |||
2006-07-10 | Restrict recent walk code changes to to exact SCUMM versions required, to ↵ | Travis Howell | |
prevent regressions in earlier games svn-id: r23476 | |||
2006-07-10 | Add cyx's patch for #1497725 - GUI: trying to enter empty CD drive | Travis Howell | |
svn-id: r23475 | |||
2006-07-10 | Update fixed issues in 0.9.1 | Travis Howell | |
svn-id: r23473 | |||
2006-07-10 | Fix actor glitches in the stomach location of pajama3 | Travis Howell | |
svn-id: r23471 | |||
2006-07-10 | Fixed bug #1519817, "ALL: Build failure if libmpeg2 is disabled". | Torbjörn Andersson | |
svn-id: r23470 | |||
2006-07-10 | Synced 0.9.1 NEWS section with 0.9.0 branch. | Torbjörn Andersson | |
svn-id: r23469 | |||
2006-07-10 | Applied my own fix for bug #1519667 ("DOTT: Graphic glitches while kite comes | Torbjörn Andersson | |
down") after discussing it with Kirben. svn-id: r23466 | |||
2006-07-10 | Change default config file location to 'Application Data\ScummVM' directory ↵ | Travis Howell | |
of the user's profile, when using Windows NT4/2000/XP/Vista svn-id: r23465 | |||
2006-07-09 | Instead of drawing the mouse cursor as a sprite, let the backend handle it | Sven Hesse | |
svn-id: r23464 | |||
2006-07-09 | Adding data which was missing from initial patch. | Neil Millstone | |
svn-id: r23463 | |||
2006-07-09 | svn-id: r23462 | Neil Millstone | |
2006-07-09 | Final fixes. Builds fine now, apart from a few still-missing-from-svn files | James Brown | |
svn-id: r23461 | |||
2006-07-09 | More DS port fixes | James Brown | |
svn-id: r23460 | |||
2006-07-09 | Fix some more duplicated files, and unify case for rpc include | James Brown | |
svn-id: r23459 | |||
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of ↵ | Max Horn | |
checking for GCC / not GCC svn-id: r23458 | |||
2006-07-09 | Remove duplicated content | James Brown | |
svn-id: r23457 | |||
2006-07-09 | Changed the default value of START_PACK_STRUCTS / END_PACK_STRUCTS; cleanup | Max Horn | |
svn-id: r23456 | |||
2006-07-09 | Mention DS port in the NEWS file. Also mention the walkbox changes | Max Horn | |
svn-id: r23455 | |||
2006-07-09 | Added Neil Millstone to the credits | Max Horn | |
svn-id: r23454 | |||
2006-07-09 | Patch #1519399: DS Backend | Max Horn | |
svn-id: r23452 | |||
2006-07-09 | Verify 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-09 | Added OSystem::setFocusRectangle (first part of Nintendo DS patch) | Max Horn | |
svn-id: r23449 | |||
2006-07-09 | HE80+ 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-09 | Add filename patterns for Macintosh versions of Blue's Birthday Adventure | Travis Howell | |
svn-id: r23443 | |||
2006-07-08 | Add fix for bug #1519327 - FF: Stack corruption | Travis Howell | |
svn-id: r23442 |