Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-02 | updated Marcus' copyright | Max Horn | |
svn-id: r10543 | |||
2003-10-02 | some more TODO items | Max Horn | |
svn-id: r10542 | |||
2003-10-02 | fix a warning wjp gets with gcc 3.2.3 | Max Horn | |
svn-id: r10541 | |||
2003-10-02 | Added MSVC6_COMPAT in order to be able to disable | Jamieson Christian | |
new additions/optimizations that use constructs with which MSVC6 is incompatible, such as the revamped template-based super/hq/tv scalers. svn-id: r10540 | |||
2003-10-02 | Handle _sfxName table properly | David Eriksson | |
svn-id: r10539 | |||
2003-10-02 | findBob function + tweaks in QueenLogic | Gregory Montoir | |
svn-id: r10538 | |||
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-10-02 | Quite a bit more implemented on cutaway. | David Eriksson | |
svn-id: r10536 | |||
2003-10-02 | Needing area, and it must be signed ints | David Eriksson | |
svn-id: r10535 | |||
2003-10-02 | More member data access. | David Eriksson | |
svn-id: r10534 | |||
2003-10-02 | minor changes to Graphics class (dtor...) | Gregory Montoir | |
svn-id: r10533 | |||
2003-10-02 | Cleanups, mostly related to sound effects. | Torbjörn Andersson | |
svn-id: r10532 | |||
2003-10-02 | Must be able to access some data here. | David Eriksson | |
svn-id: r10531 | |||
2003-10-01 | fix warnings | Max Horn | |
svn-id: r10530 | |||
2003-10-01 | sync with hq2x (in particular, use my Altivec code here, too | Max Horn | |
svn-id: r10529 | |||
2003-10-01 | added Bob functions to Graphics class | Gregory Montoir | |
svn-id: r10528 | |||
2003-10-01 | A few FmTowns games don't fall under the GF_FMTOWNS flag. | Jamieson Christian | |
Must not filter them out in stopSound(). svn-id: r10527 | |||
2003-10-01 | Added initial version of QueenCutaway class. | David Eriksson | |
svn-id: r10526 | |||
2003-10-01 | Fix for Bug [812995] MT-32: wrong channel mapping | Jamieson Christian | |
Implemented channel mask for Simon 1/2 when using --native-mt32. svn-id: r10525 | |||
2003-10-01 | make MSVC7 happy | Max Horn | |
svn-id: r10524 | |||
2003-10-01 | move INTERPOLATE / Q_INTERPOLATE to intern.h; remove some jumps (pipelin ↵ | Max Horn | |
trashers I call 'em :-) from diffYUV svn-id: r10523 | |||
2003-10-01 | instead of using a stack array, use regular variables (marked with the ↵ | Max Horn | |
register keyword to hint the optimizer) for the color data. At least over here this helps the optimizer *A LOT* - instead of keeping w[] on the stack, on the PowerPC all values stay in registers, for a nice speed boost. Shouldn't hurt x86 either svn-id: r10522 | |||
2003-10-01 | Fix for Bug [812737] ALL: pitchbend range with MT32 | Jamieson Christian | |
Manual scaling of pitchbends to account for the fact that the MT32 doesn't respond to RPN-based pitchbend range adjustments. Also tweaked the MT32 partial reserve settings per Bug [812740]. svn-id: r10521 | |||
2003-10-01 | vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming ↵ | Jonathan Gray | |
style and more importantly doesn't conflict with the vline and hline Allegro functions svn-id: r10520 | |||
2003-10-01 | Revert kirbens change on 05Sep. Setting debugmode with debuglevel 0 is ↵ | James Brown | |
deliberate and intended behavior (for enabling engine specific 'debug options' without debug messages) svn-id: r10519 | |||
2003-10-01 | disable joystick input by default either command line or config file need to ↵ | Jonathan Gray | |
be used to enable it now, ability to choose joystick number to use also added svn-id: r10518 | |||
2003-10-01 | whitespace changes | Torbjörn Andersson | |
svn-id: r10517 | |||
2003-10-01 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10516 | |||
2003-10-01 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10515 | |||
2003-10-01 | ScummVM naming conventions and cleanup in the Sword2Sound class. | Torbjörn Andersson | |
svn-id: r10514 | |||
2003-09-30 | patch #815478: fix object leak in V5 opcode | Max Horn | |
svn-id: r10513 | |||
2003-09-30 | Added new scalers breakout | Jamieson Christian | |
svn-id: r10512 | |||
2003-09-30 | Support for FMTowns versions of MI1/2, | Jamieson Christian | |
submitted by Hibernatus. svn-id: r10511 | |||
2003-09-30 | Generated signed sound samples (cf. feature request #812913). | Jochen Hoenicke | |
svn-id: r10510 | |||
2003-09-30 | Fix GCC warning. | Torbjörn Andersson | |
svn-id: r10509 | |||
2003-09-30 | added some AltiVec code. Still under development, and notice that this is my ↵ | Max Horn | |
first time writing AltiVec code, so I am sure it could be done better :-). I am working on the interpolation function now. svn-id: r10508 | |||
2003-09-30 | updated TODOs | Max Horn | |
svn-id: r10507 | |||
2003-09-30 | This may be an issue in legit gameplay, but GF_FMTOWNS | Jamieson Christian | |
games do use _musicEngine for the FM synth stuff, so don't exclude it in stopSound(). (Is this assumption made elsewhere also?) svn-id: r10506 | |||
2003-09-30 | MDT_ADLIB for Indy3Towns (for YM2612 kludge) | Jamieson Christian | |
svn-id: r10505 | |||
2003-09-30 | More tweaks to the note durations | Jamieson Christian | |
svn-id: r10504 | |||
2003-09-30 | Clear cutscene subtitles before changing back the palette, and slow down | Torbjörn Andersson | |
the subtitles slightly. svn-id: r10503 | |||
2003-09-30 | Moved the memory manager functions into an object of its own (and enabled | Torbjörn Andersson | |
debugging levels). This needs further cleanups, but I believe I have reached a stable point where I can commit it without too much anxiety. svn-id: r10502 | |||
2003-09-30 | Fixed MT-32 init not getting called | Jamieson Christian | |
svn-id: r10501 | |||
2003-09-30 | Add simon1acorn info. for simon2mp3 | Travis Howell | |
svn-id: r10500 | |||
2003-09-30 | Changed the resource manager object to use more ScummVM-like naming. | Torbjörn Andersson | |
svn-id: r10499 | |||
2003-09-30 | Fix for Bug [812740] ALL: MT32: some notes cut off early | Jamieson Christian | |
logicdeluxe's patch to set MT-32 partial reserves equally for all channels, to ensure that entire notes don't get cut off. The patch as committed is slightly modified to reorder the MT-32 initialization sequence. The mods (1) ensure a brief delay between SysEx transmissions to give the MT-32 time to process each request, and (2) hopefully sequence the delays such that the ScummVM welcome message is actually readable and doesn't just flash for a split-second (as was the reported behavior in the past). svn-id: r10498 | |||
2003-09-30 | Refined Euphony parser behavior, specifically, | Jamieson Christian | |
added proper handling for F2 events, and experimental handling for malformed 9x/00 events. svn-id: r10497 | |||
2003-09-30 | Changed the "logic" object to use ScummVM naming conventions. | Torbjörn Andersson | |
svn-id: r10496 | |||
2003-09-30 | Add two more HE targets | Travis Howell | |
svn-id: r10495 | |||
2003-09-29 | synced hq2x with upstream changes; some performance tweaks to hq2x/hq3x (I ↵ | Max Horn | |
think for bigger speed improvement we'd have to use ASM (with C++ fallback of course)... svn-id: r10494 |