Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-19 | Move SCUMM version checks for settings up monst.er.sou file, to higher level. | Travis Howell | |
svn-id: r25716 | |||
2007-02-18 | Fix for bug #1660560 (MANIAC: Meteor faces wrong way during intro) | Max Horn | |
svn-id: r25705 | |||
2007-02-18 | Improved (I hope) the 'Unknown MD5' messages in our detectors a little bit | Max Horn | |
svn-id: r25695 | |||
2007-02-18 | French keyboard is 'azerty' not 'awert' | Chris Apers | |
svn-id: r25693 | |||
2007-02-18 | Fixed bug #1662774 ("SCUMM: Textual verb glitch"). It was a regression caused | Torbjörn Andersson | |
by an earlier cleanup. svn-id: r25689 | |||
2007-02-18 | Committed my fix for bug #1662549 ("SCUMM: MIDI music is broken"). Apparently, | Torbjörn Andersson | |
'len' is now one less than it used to in sysexHandler_Scumm(). Let's hope I changed all the cases that needed changing, and nothing else... svn-id: r25671 | |||
2007-02-18 | cleanup | Max Horn | |
svn-id: r25668 | |||
2007-02-17 | Removed some dead code, updated a warning message | Max Horn | |
svn-id: r25662 | |||
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just ↵ | Max Horn | |
flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) svn-id: r25660 | |||
2007-02-17 | Speed up the Player_NES code quite a bit (still is rather slow without ↵ | Max Horn | |
compiler optimizations on my 1.5Ghz PowerBook G4, but at least it's not unbearably slow anymore, and with -O2 it's running smoothly) svn-id: r25659 | |||
2007-02-17 | OOified Player_NES code; revamped the code in GetSample slightly (to avoid ↵ | Max Horn | |
overflows, an expensive multiplication and an even more expensive division) svn-id: r25658 | |||
2007-02-17 | Fix for bug #1660550 (MANIACNES: Graphics glitch on intro screen) | Max Horn | |
svn-id: r25657 | |||
2007-02-17 | cleanup | Gregory Montoir | |
svn-id: r25646 | |||
2007-02-17 | cleanup | Gregory Montoir | |
svn-id: r25645 | |||
2007-02-17 | Reduce amount of attempts to open various speech filenames. | Travis Howell | |
svn-id: r25644 | |||
2007-02-17 | SCUMM: Fix opening of *.tlk files | Max Horn | |
svn-id: r25643 | |||
2007-02-17 | get rid of bitCount table (count occurences of bit 0 directly in the main loop) | Gregory Montoir | |
svn-id: r25642 | |||
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson | |
svn-id: r25635 | |||
2007-02-16 | Unified how we deal with (and how we generate) MIDI sysex messages -- in ↵ | Max Horn | |
particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class) svn-id: r25630 | |||
2007-02-16 | Ugh -- these internal iMuse structs were supposed to be packed, but never ↵ | Max Horn | |
were explicitly markes as such. Doing that now (might break old savegames on some ports :/) svn-id: r25629 | |||
2007-02-16 | Added details on brazilian comi/dig (once more from the forums) | Max Horn | |
svn-id: r25623 | |||
2007-02-16 | Add Quietust's patch, to fix graphical glitch in MM NES with scrolling and ↵ | Travis Howell | |
objects. svn-id: r25619 | |||
2007-02-15 | Added italian LANGUAGE.TAB/.BND details (thanks to Glorfindel in forum ↵ | Max Horn | |
thread 3445) svn-id: r25616 | |||
2007-02-15 | fix compile error | Willem Jan Palenstijn | |
svn-id: r25612 | |||
2007-02-15 | Introduced V12_X_SHIFT / V12_Y_SHIFT | Max Horn | |
svn-id: r25611 | |||
2007-02-15 | not need this hack as smush player is no longer on another thread | Paweł Kołodziejski | |
svn-id: r25610 | |||
2007-02-15 | Clear _pauseTime in seekSan(). Hopefully, this will fix the problem with | Torbjörn Andersson | |
pausing during the bike fight scenes in Full Throttle that was reported on the forum earlier today. svn-id: r25609 | |||
2007-02-15 | cleanup | Max Horn | |
svn-id: r25606 | |||
2007-02-15 | added some static keywords | Max Horn | |
svn-id: r25604 | |||
2007-02-15 | Fix for bug #1328131 (MANIACNES: Inventory hotspots can be misaligned) and ↵ | Max Horn | |
its dup #1537595 (MANIACNES: Heavy script bug) svn-id: r25603 | |||
2007-02-15 | Fix for bug #1328146: MANIACNES: Shortcut keys are incorrectly configured | Max Horn | |
svn-id: r25601 | |||
2007-02-15 | Fix for bug #1451720: MANIACNES: Actors don't appear if outside camera range | Max Horn | |
svn-id: r25600 | |||
2007-02-14 | SCUMM: Many (most) game flags can computed based on the SCUMM version and ↵ | Max Horn | |
other flags; we now do that were possible and only specify the absolute minimum in gameVariantsTable svn-id: r25598 | |||
2007-02-14 | added language file details for french versions of TheDig and COMI | Gregory Montoir | |
svn-id: r25597 | |||
2007-02-14 | SCUMM: Moved part of detectGames into a new function ↵ | Max Horn | |
computeGameSettingsFromMD5 to make it slightly more readable svn-id: r25596 | |||
2007-02-14 | SCUMM: Enhanced detector so that it can discover the language of COMI/Dig ↵ | Max Horn | |
based upon the LANGUAGE.TAB / LANGUAGE.BND file (currently only contains data for german comi&dig, and english comi) svn-id: r25594 | |||
2007-02-14 | Make use of md5_file_string | Max Horn | |
svn-id: r25593 | |||
2007-02-14 | cleanup | Max Horn | |
svn-id: r25584 | |||
2007-02-13 | added missing MKID_BE macros | Gregory Montoir | |
svn-id: r25560 | |||
2007-02-13 | update | Gregory Montoir | |
svn-id: r25559 | |||
2007-02-13 | Fix warnings | Eugene Sandulenko | |
svn-id: r25554 | |||
2007-02-12 | Merged the "palette manager" into the cursor manager. It was only used to | Torbjörn Andersson | |
manage *cursor* palettes, so the name was misleading. svn-id: r25500 | |||
2007-02-11 | Code cleanup: Removing unused code for handling OS/2 (NE header) binaries | Max Horn | |
svn-id: r25497 | |||
2007-02-11 | Marked FM-TOWNS demos as such | Max Horn | |
svn-id: r25494 | |||
2007-02-11 | SCUMM: Enhanced preferredtarget support | Max Horn | |
svn-id: r25493 | |||
2007-02-11 | Fix for bug #1506591: HE71-73: Fails to load mouse data (Endian issue?) | Max Horn | |
svn-id: r25492 | |||
2007-02-11 | Patch #1186858 (GM/GS/MT-32 Init Patch) -- slightly adapted to apply to ↵ | Max Horn | |
current SVN svn-id: r25483 | |||
2007-02-10 | Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA | Max Horn | |
svn-id: r25454 | |||
2007-02-09 | SCUMM: Added preferredtarget support | Max Horn | |
svn-id: r25453 | |||
2007-02-06 | Update HE version for French versions of a few HE games. | Travis Howell | |
svn-id: r25399 |