Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-11 | add config file parameter to specify the desired port when using the ALSA ↵ | Jonathan Gray | |
music driver svn-id: r11583 | |||
2003-12-11 | merged Logic::joeGrab & Logic::joeGrabDirection and removed speed argument ↵ | Gregory Montoir | |
as it always equals 0 svn-id: r11582 | |||
2003-12-11 | cleanup | Torbjörn Andersson | |
svn-id: r11581 | |||
2003-12-11 | Remove comment------ | Travis Howell | |
svn-id: r11580 | |||
2003-12-11 | cleanup | Gregory Montoir | |
svn-id: r11579 | |||
2003-12-11 | Ooops | Travis Howell | |
svn-id: r11578 | |||
2003-12-11 | centralize all State related stuff | Gregory Montoir | |
svn-id: r11577 | |||
2003-12-11 | fix compilation on non-win32 systems | Max Horn | |
svn-id: r11576 | |||
2003-12-11 | No need for buffers that large. | Travis Howell | |
svn-id: r11575 | |||
2003-12-11 | Change another debug define to key | Travis Howell | |
Dump options should now work on non-win32 svn-id: r11574 | |||
2003-12-11 | Emergency bugfixes: | Torbjörn Andersson | |
Initialise _cd.playing to false. Otherwise ScummVM may create a savegame where a CD track appears to be playing, but everything about it is undefined, causing ScummVM to crash when loading it. Initialise _track_info[] with NULLs, otherwise ScummVM crashes for me when I start the CD version of MI1. There's probably a lot more that *should* be properly initialised, but this seems to take care of the most serious issues, and is all I have the time to do now anyway. svn-id: r11573 | |||
2003-12-11 | Add new option to readme | Travis Howell | |
svn-id: r11572 | |||
2003-12-11 | Add option to enable copy protection in SCUMM games, which ScummVM disable ↵ | Travis Howell | |
it by default. svn-id: r11571 | |||
2003-12-11 | Missed one spot. | Travis Howell | |
svn-id: r11570 | |||
2003-12-11 | Drop OpenGL backend, since it has no maintainer and is too buggy. | Travis Howell | |
svn-id: r11569 | |||
2003-12-11 | Correct filename | Travis Howell | |
svn-id: r11568 | |||
2003-12-11 | Add About option | Travis Howell | |
svn-id: r11567 | |||
2003-12-11 | Update readme | Travis Howell | |
svn-id: r11566 | |||
2003-12-11 | An 'Cancel' button is pointless for errors. | Travis Howell | |
svn-id: r11565 | |||
2003-12-11 | Add dialog for quick load/save in simon1/2. | Travis Howell | |
svn-id: r11564 | |||
2003-12-11 | Remove comment | Travis Howell | |
svn-id: r11563 | |||
2003-12-11 | Fix and enabble quick load/save keys in simon 1/2. | Travis Howell | |
svn-id: r11562 | |||
2003-12-11 | Oops | Travis Howell | |
svn-id: r11561 | |||
2003-12-11 | Add some WIP quick load/save keys code for simon 1/2. currently disabled. | Travis Howell | |
svn-id: r11560 | |||
2003-12-11 | Expanded the Doxygen docs for the MidiParser class. | Jamieson Christian | |
Painfully detailed in its description of how to get a MidiParser object hooked up and running. Hope this helps ya, Joost! ;) svn-id: r11559 | |||
2003-12-10 | Endian-safe read-and-advance helper functions are | Jamieson Christian | |
now based on the READ_LE_* and READ_BE_* macros. Very slight performance gain, woo hoo. svn-id: r11558 | |||
2003-12-10 | Removed #include "midiparser.h". It was only there for the early Humongeous ↵ | Jamieson Christian | |
XMIDI hacks. svn-id: r11557 | |||
2003-12-10 | oops | Gregory Montoir | |
svn-id: r11556 | |||
2003-12-10 | get rid of GameConfig, use ConfigurationManager | Gregory Montoir | |
svn-id: r11555 | |||
2003-12-10 | oops | Gregory Montoir | |
svn-id: r11554 | |||
2003-12-10 | - moved QueenEngine::roomChanged to Logic and enabled call from Cutaway code ↵ | Gregory Montoir | |
(this fixes the 2 irons bars being displayed at the end of c39a.cut) - moved my 'panel being hidden after the head room display' fix - fix problem in joeCutFacing / joeFacing in cutaway code svn-id: r11553 | |||
2003-12-10 | cleanup, split Cutaway::specialMove() into several methods ; this should ↵ | Gregory Montoir | |
allow us minor changes in order to support different/other special moves (demo, interview) svn-id: r11552 | |||
2003-12-10 | Restored some relevant information to a comment that was removed by my | Torbjörn Andersson | |
previous commit. svn-id: r11551 | |||
2003-12-10 | Sprite surfaces (as opposed to standard sprites) are always display | Torbjörn Andersson | |
aligned, never flipped and never RLE16-compressed. Simplified the code accordingly. (Displaying the restore dialog when specifying an unused save slot from the command-line works again now.) Plus some minor cleanups. svn-id: r11550 | |||
2003-12-10 | Cleaned up keyboard handling. The old code would misinterpret some keys, | Torbjörn Andersson | |
e.g. it's 'C' or 'c' to display the credits, not some random function key. svn-id: r11549 | |||
2003-12-10 | o Cleanup | Eugene Sandulenko | |
o Enemies' bikes started to show svn-id: r11548 | |||
2003-12-10 | Add simon pause key | Travis Howell | |
svn-id: r11547 | |||
2003-12-10 | Pause music and background sfx. too | Travis Howell | |
svn-id: r11546 | |||
2003-12-10 | Add puase option for simon games. | Travis Howell | |
svn-id: r11545 | |||
2003-12-10 | detect zlib in configure script; use it by default, if available | Max Horn | |
svn-id: r11544 | |||
2003-12-10 | slightly altered singleton implemention, might help MSVC6, or might screw it ↵ | Max Horn | |
even more :-) svn-id: r11543 | |||
2003-12-09 | we haven't agreed on using zlib compressed savegames by default yet. Do NOT ↵ | Max Horn | |
enable it for now! svn-id: r11542 | |||
2003-12-09 | small tweak/fix (?) | Max Horn | |
svn-id: r11541 | |||
2003-12-09 | Added support for Simon 2's native MT-32 music tracks | Jamieson Christian | |
svn-id: r11540 | |||
2003-12-09 | Changed notation involving more than one set of double colons :: | Jamieson Christian | |
MSVC6 can't handle such notation, so simplification or notation tricks must be employed to keep it happy. svn-id: r11539 | |||
2003-12-09 | I've played through the whole game, and I've scanned through the cluster | Torbjörn Andersson | |
files with a primitive and incomplete tool to present resource information. (It may evolve into something useful and/or presentable later. Much later.) I've found no evidence whatsoever that the mysterious blend & 0x02 case is ever used. Since the code makes no sense to me, I've removed it. svn-id: r11538 | |||
2003-12-09 | Fixed bug with Ben's animation disappearing at max horizontal speed. | Eugene Sandulenko | |
svn-id: r11537 | |||
2003-12-09 | Add preliminary support for Mac FT demo insane. | Eugene Sandulenko | |
svn-id: r11536 | |||
2003-12-09 | Add simon update | Travis Howell | |
svn-id: r11535 | |||
2003-12-09 | Added new modules | Jamieson Christian | |
svn-id: r11534 |