Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-06 | Preliminary support for FT INSANE is added. To enable the code define | Eugene Sandulenko | |
INSANE in config.h. But only non-interactive parts work and there is no insane scene skip. Only one choice during those scenes is Ctrl+X. svn-id: r11507 | |||
2003-12-05 | Add keyboard support for derby in FT and cannon battle in COMI, patch #853099 | Travis Howell | |
svn-id: r11496 | |||
2003-11-28 | game targets can now have a base filename different from the target name; ↵ | Max Horn | |
misc tweaks svn-id: r11417 | |||
2003-11-18 | revert use of GF_DEMO in Humongous games fixing several problems | Jonathan Gray | |
svn-id: r11345 | |||
2003-11-18 | Add PC game feature flag, to match others. | Travis Howell | |
svn-id: r11344 | |||
2003-11-17 | replaced demo GIDs wth GF_DEMO | Paweł Kołodziejski | |
svn-id: r11326 | |||
2003-11-17 | added comi and dig demo | Paweł Kołodziejski | |
svn-id: r11324 | |||
2003-11-17 | added music hacks for cmi demo, please test it | Paweł Kołodziejski | |
svn-id: r11323 | |||
2003-11-13 | *** empty log message *** | Travis Howell | |
svn-id: r11281 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-03 | remade the in-game GUI/menu | Max Horn | |
svn-id: r11119 | |||
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-10-28 | cleanup: removed version/id from GameSettings | Max Horn | |
svn-id: r10995 | |||
2003-10-26 | cleanup | Max Horn | |
svn-id: r10982 | |||
2003-10-17 | added tag2str helper function | Max Horn | |
svn-id: r10866 | |||
2003-10-13 | cleanup; got rid of Gdi::_palette_mod in favor of Gdi::_roomPalette | Max Horn | |
svn-id: r10778 | |||
2003-10-12 | some more target<->game cleanup | Max Horn | |
svn-id: r10769 | |||
2003-10-12 | code simplification | Max Horn | |
svn-id: r10762 | |||
2003-10-06 | removed obsolete | Max Horn | |
svn-id: r10645 | |||
2003-10-05 | cleanup | Max Horn | |
svn-id: r10620 | |||
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed ↵ | Max Horn | |
gets reset); remove obsolete 256 color blending code svn-id: r10592 | |||
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 | |||
2003-10-03 | added getMusicTimer() to class MusicEngine; this allows some nice code ↵ | Max Horn | |
cleanup; also added an error() invocation to find out if certain code is still needed svn-id: r10556 | |||
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also ↵ | Max Horn | |
makes room for a potential 'Scumm' namespace) svn-id: r10549 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-10-02 | Fix for Bug [815851] DOTT: MT-32 MIDI priority | Jamieson Christian | |
Favor 'ROL ' resources over 'GMD ' if --native-mt32 is selected. svn-id: r10537 | |||
2003-09-24 | More Amiga V2/V3 sound updates from _Q_: | Travis Howell | |
1. A Player_MOD class, basically acts as a simplified mixer that mixes at 60Hz intervals (or whatever interval you specify), this gives smooth music playback in player_v3a 2. Some changes to player_v3a as a result of #1, including reduced music volume 3. player_v2a, and the necessary additions to scummvm.cpp/scumm.h svn-id: r10392 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-09-13 | since _hFileTable is only used by Scumm_v6, there is no reason to put it ↵ | Max Horn | |
into class Scumm svn-id: r10227 | |||
2003-09-13 | implemented opcodes: openfile and closefile | Paweł Kołodziejski | |
svn-id: r10226 | |||
2003-09-11 | cleanup | Max Horn | |
svn-id: r10169 | |||
2003-09-10 | fix for bug #776807 (MM: Jail Door Closes). Our doSentence implementation ↵ | Max Horn | |
should now be pretty close to what the original does. But regressions are possible... svn-id: r10161 | |||
2003-09-09 | replaced all use of scale items with scale slots. This allowed me to get rid ↵ | Max Horn | |
of two big FIXME's, and might fix other scaling bugs in FT/DIG svn-id: r10140 | |||
2003-09-09 | added convertScaleTableToScaleSlot method, preparing to replace scale items ↵ | Max Horn | |
with scale slots svn-id: r10139 | |||
2003-09-09 | added convertMac0Resource (which doesn't do anything yet, but is the place ↵ | Max Horn | |
we can add Mac0 support in later); factored out some common code in convertADResource; fixed memory leak when convertADResource was called; misc cleanup svn-id: r10117 | |||
2003-09-07 | added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 ↵ | Max Horn | |
(initial stab, more work to follow) svn-id: r10066 | |||
2003-09-07 | Add music player for Amiga versions of indy3ega/loom from unused. | Travis Howell | |
Revert last change to common.rules for now, it broke compile. svn-id: r10061 | |||
2003-09-05 | rearranged GameFeatures constants a bit | Max Horn | |
svn-id: r10027 | |||
2003-09-05 | Add atarist and macintosh options, since there seem to be no way to detect ↵ | Travis Howell | |
version been used. svn-id: r9999 | |||
2003-08-29 | make the 2nd gen windows based humongous games that have things like a ↵ | Jonathan Gray | |
different layout in the MAXS block at least start the bootscript, added pjs-demo target to test with svn-id: r9897 | |||
2003-08-27 | Fix room palette issues in small_header games. | Travis Howell | |
Fix is only for EGA games so far. svn-id: r9873 | |||
2003-08-24 | fix for bug #786994 (DOTT: no custom cursor) | Max Horn | |
svn-id: r9850 | |||
2003-08-19 | Cleanup v1/v2 color settings for sentance/inventory/verb area. | Travis Howell | |
Add highlight color for v1 maniac svn-id: r9774 | |||
2003-08-14 | add maniacnes target, rather prelimary so people would be well advised not ↵ | Jonathan Gray | |
to add to compatibility at this point svn-id: r9690 | |||
2003-08-13 | Adds finals changes for choice of sound formats in older games. | Travis Howell | |
Only works wit monkeyvga, since ScummVM has it set as version 4. Remove some old debugging comments svn-id: r9659 | |||
2003-08-13 | Added PC Speaker and PCjr command line options, | Jamieson Christian | |
in preparation for Kirben's addition of WA support for games that already have AD tracks. svn-id: r9656 | |||
2003-08-13 | Give pass its own id | Travis Howell | |
svn-id: r9654 | |||
2003-08-11 | Expanded iMuse debugger commands. All iMuse | Jamieson Christian | |
commands are now under "imuse", and underscores have been removed. imuse panic - Stop all music tracks imuse multimidi on/off - Set multimidi imuse play # - Play a sound resource imuse play random - Play a random sound resource imuse stop # - Stop a music resource imuse stop all - Stop all music resources Note that "play #" and "play random" only attempt to play a sound resource. If the resource is not a music resource or is in a format not supported by the current music driver, it won't play. You can use this as a mini jukebox, but be sure you're in a room with minimal activity. The goal is to minimize interference from the scripts while playing sounds that are not expected in that room. svn-id: r9641 | |||
2003-08-08 | remove GF_LOOM | Jonathan Gray | |
svn-id: r9603 | |||
2003-08-06 | get rid of GF_INDY3 again, and also remove GID_INDY3_256 and GID_INDY3_TOWNS | Max Horn | |
svn-id: r9554 |