Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-11 | This should fix bug #1520629 ("No Music in Simon1"). | Torbjörn Andersson | |
svn-id: r23488 | |||
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 | 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 | 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 | 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-09 | Instead of drawing the mouse cursor as a sprite, let the backend handle it | Sven Hesse | |
svn-id: r23464 | |||
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 | 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 | |||
2006-07-08 | Cleanup | Torbjörn Andersson | |
svn-id: r23439 | |||
2006-07-08 | More 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 cursor | Sven Hesse | |
- Updated cursor drawing in general svn-id: r23429 | |||
2006-07-08 | Slightly more verbose debug message. | Torbjörn Andersson | |
svn-id: r23428 | |||
2006-07-08 | Changes 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 commit | Johannes Schickel | |
- fixes embedded pak loading svn-id: r23425 | |||
2006-07-08 | Implements 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-08 | Adds 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-08 | Added support for DXA cutscenes, while still retaining support for the old MPEG | Torbjö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 | |||
2006-07-08 | Rename VAR_WINDOWS_VERSION to VAR_PLATFORM_VERSION | Travis Howell | |
svn-id: r23419 | |||
2006-07-08 | General additions of newly understood hotspot fields, further decoded talk ↵ | Paul Gilbert | |
handling, ratpouch being freed, and several more script methods svn-id: r23418 | |||
2006-07-08 | Rewrote the talk handling code | Paul Gilbert | |
Added lots of debugging information Partial support for characters bumping into each other Player/NPC action handling generally improved Added hard-coding for variable width frame animation of Ratpouch being released Basic support for Ratpouch wondering around svn-id: r23416 | |||
2006-07-08 | Add another German Macintosh version of pajama2 | Travis Howell | |
svn-id: r23414 | |||
2006-07-08 | Added support for ScummVM boot parameter values as well invoking the ↵ | Paul Gilbert | |
built-in debugger svn-id: r23413 | |||
2006-07-08 | Incremented lure.dat version and added new constants for debugging, tick ↵ | Paul Gilbert | |
methods, and hotspots svn-id: r23412 | |||
2006-07-08 | Disabled waiting for mouse release when making a popup selection to match ↵ | Paul Gilbert | |
original game svn-id: r23411 | |||
2006-07-08 | Added new hotspot runtime fields, a list for handling the details of paused ↵ | Paul Gilbert | |
characters (who have bumped into each other), and loading of newly added default character states from lure.dat svn-id: r23410 | |||
2006-07-08 | Added ScummVM debuglevel support for dumping executed scripts | Paul Gilbert | |
Fixed up some incorrect script methods and added several new ones svn-id: r23409 | |||
2006-07-08 | Added improved display of partially off-screen images, as well as proper ↵ | Paul Gilbert | |
handling of special talk message Ids that display a puzzled or exclamation dialog talk bubble above a character svn-id: r23408 | |||
2006-07-08 | Added shortcut stub for decoding a string without passing the current ↵ | Paul Gilbert | |
hotspot and action name svn-id: r23407 | |||
2006-07-08 | Rewrote the status line handling code along with tweaks to the debug ↵ | Paul Gilbert | |
information display svn-id: r23406 | |||
2006-07-08 | Added extra checking and debugging code, as well as partial ↵ | Paul Gilbert | |
rewrite/enhancement of talking and hotspot support methods svn-id: r23405 | |||
2006-07-08 | Replaced old debugging files with new ScummVM based one | Paul Gilbert | |
svn-id: r23404 | |||
2006-07-08 | Initial commit of ScummVM-based debugging functionality | Paul Gilbert | |
svn-id: r23403 | |||
2006-07-07 | Update language settinga for filename patterns in HE games | Travis Howell | |
svn-id: r23398 | |||
2006-07-07 | Add another German Windows version of pajama2 | Travis Howell | |
svn-id: r23396 |