Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-16 | AGOS: Send GM System Enable/On upon startup | Max Horn | |
svn-id: r25631 | |||
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 | Fix cursor palette regression in Simon the Sorcerer 1. | Travis Howell | |
svn-id: r25625 | |||
2007-02-16 | Fix cursor palette regression in Simon the Sorcerer 1. | Travis Howell | |
svn-id: r25624 | |||
2007-02-16 | Added details on brazilian comi/dig (once more from the forums) | Max Horn | |
svn-id: r25623 | |||
2007-02-16 | Added sub-option to hotspot command to allow the activation or deactivation ↵ | Paul Gilbert | |
of hotspots svn-id: r25622 | |||
2007-02-16 | Bugfix to pathfinder that resulted in some characters bouncing between two rooms | Paul Gilbert | |
svn-id: r25621 | |||
2007-02-16 | Revised previously committed guard to comply to ScummVM coding standard | Paul Gilbert | |
svn-id: r25620 | |||
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 | - Changed the speaker stuff again | Sven Hesse | |
- Added the spanish gob2 version from bug report #1659884 svn-id: r25615 | |||
2007-02-15 | fixed a bug in the original engine causing memory-protected systems to ↵ | Nicola Mettifogo | |
occasionally crash svn-id: r25614 | |||
2007-02-15 | fixed warning pointed out by _Q | Nicola Mettifogo | |
svn-id: r25613 | |||
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 | AdvancedDetector: revamped the file based fallback code | Max Horn | |
svn-id: r25599 | |||
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 | Removed unnecessary #include. | Torbjörn Andersson | |
svn-id: r25587 | |||
2007-02-14 | - Changed the square wave generator / speaker emulation, hopefully fixing ↵ | Sven Hesse | |
the walking sound issue (#1621086) - Fixed some misplaced actor glitches in Bargon svn-id: r25585 | |||
2007-02-14 | cleanup | Max Horn | |
svn-id: r25584 | |||
2007-02-14 | Fix missing scenes (accolade logo) in AtariST demo of Elvira 1. | Travis Howell | |
svn-id: r25583 | |||
2007-02-14 | Added proper support for showing a hotspot or character's name in dialogs ↵ | Paul Gilbert | |
where the message contains a placeholder mark for it svn-id: r25582 | |||
2007-02-14 | Added guard to prevent crashing if a hospot or character name is needed and ↵ | Paul Gilbert | |
was not provided svn-id: r25581 | |||
2007-02-14 | More skip_whitespace -> Common::ltrim(). For real now. | Eugene Sandulenko | |
svn-id: r25577 | |||
2007-02-13 | Changed detectBestMatchingGame to return a pointer to a ADGameDescription ↵ | Max Horn | |
(or a subclass of it); added a (currently fake) fallback callback entry in ADParams svn-id: r25574 | |||
2007-02-13 | skip_whitespace() -> Common::ltrim() | Eugene Sandulenko | |
svn-id: r25573 | |||
2007-02-13 | Some more AdvancedDetector cleanup: Removed kADFlagFilebasedFallback flag ↵ | Max Horn | |
(just check whether a fileBasedFallback has been provided); moved some internal definitions, added some doxygen coments, etc. svn-id: r25570 | |||
2007-02-13 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r25567 | |||
2007-02-13 | cancel button on load/save dialog is now handled correctly | Nicola Mettifogo | |
svn-id: r25565 | |||
2007-02-13 | made rtrim() and ltrim() global functions, to reduce code duplication (it ↵ | Gregory Montoir | |
seems parallaction/parser.cpp code re-use them too svn-id: r25564 | |||
2007-02-13 | cleanup | Nicola Mettifogo | |
svn-id: r25562 | |||
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 MSVC warning | Eugene Sandulenko | |
svn-id: r25558 | |||
2007-02-13 | Fix warnings | Eugene Sandulenko | |
svn-id: r25554 | |||
2007-02-13 | Fix comment | Eugene Sandulenko | |
svn-id: r25553 | |||
2007-02-13 | Fixed compilation | Max Horn | |
svn-id: r25552 | |||
2007-02-13 | added GF_AGIMOUSE for all fangames who seem to use it | Joachim Eberhard | |
svn-id: r25551 |