aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-07fix gcc 3.3 warningOliver Kiehl
svn-id: r10673
2003-10-07More Euphony/YM2612 instrument layering and polyphonyJamieson Christian
fixes. Aside from variations in the instrument timbre, the output from ScummVM now seems to match up with the output from UNZ (MAME YM2612 emulator). svn-id: r10672
2003-10-07Corrected MT-32 master volume SysExJamieson Christian
svn-id: r10671
2003-10-07some text functionsGregory Montoir
svn-id: r10670
2003-10-07Remove my trace output. :PJamieson Christian
svn-id: r10669
2003-10-07More polyphony tweaks. Sounding a bit better.Jamieson Christian
svn-id: r10668
2003-10-07Improved Queen::Talk classDavid Eriksson
svn-id: r10667
2003-10-07Patch [818296] Modified MT-32 intialization sequence.Jamieson Christian
svn-id: r10666
2003-10-07Set up MDT_TOWNS on remainder of FM-TOWNS targetsJamieson Christian
svn-id: r10665
2003-10-07Removed version.cppJamieson Christian
svn-id: r10664
2003-10-07fixed warningsMax Horn
svn-id: r10663
2003-10-07new header for common defines/enums + some additions to GraphicsGregory Montoir
svn-id: r10662
2003-10-07Make it possible to get game languageDavid Eriksson
svn-id: r10661
2003-10-07Fixed assert(). I think -- I don't even get this far before ScummVM crashesTorbjörn Andersson
on me. :-) svn-id: r10660
2003-10-07Some cleanup, some code removal and some unstubbing. Nothing important.Torbjörn Andersson
svn-id: r10659
2003-10-07Renamed the FontRenderer class as FontRendererGui since there's anotherTorbjörn Andersson
font renderer for the game itself. (It just doesn't live in any separate class yet.) svn-id: r10658
2003-10-07- Added a debug stub for the selectSentence methodDavid Eriksson
- Added final talk for person Joe is talking to svn-id: r10657
2003-10-07update a bitJonathan Gray
svn-id: r10656
2003-10-07Remove comment, which is no longer needed too.Travis Howell
svn-id: r10655
2003-10-07- Add Talk class and begin to use it from Cutaway classDavid Eriksson
- Move getString() helper function to Talk class svn-id: r10654
2003-10-07Ooops, used wrong one.Travis Howell
svn-id: r10653
2003-10-07FM TOWNS sfx fix, correct sample rate.Travis Howell
svn-id: r10652
2003-10-07add Joe struct + get/set functionsJoost Peters
svn-id: r10651
2003-10-06*** empty log message ***Travis Howell
svn-id: r10650
2003-10-06added String::emptyString constantMax Horn
svn-id: r10649
2003-10-06Fix text when room scrolls in game versions < 3.Travis Howell
Manual redraw of verbs areas isn't require after reload of game in loom/loomcd, causes glitches in some locations. svn-id: r10648
2003-10-06added resource-table loading from external fileJoost Peters
svn-id: r10647
2003-10-06fixed warningsMax Horn
svn-id: r10646
2003-10-06removed obsoleteMax Horn
svn-id: r10645
2003-10-06removed unused 'rate' param from nextTick; another tiny tweak to ↵Max Horn
Operator2612::nextTick (avoids one memory store over here, woohoo <g>) svn-id: r10644
2003-10-06remove <string> include so we don't depend on stdlib stuff (not used anyway) ↵Jonathan Gray
this also stops compile problems arising from our overloaded memory operators here svn-id: r10643
2003-10-06malloc/new optimizationsMax Horn
svn-id: r10642
2003-10-06Per-channel polyphony now > 1Jamieson Christian
svn-id: r10641
2003-10-06forgot thisJoost Peters
svn-id: r10640
2003-10-06even more optimizationsMax Horn
svn-id: r10639
2003-10-06some additions + small readability rewriteJoost Peters
svn-id: r10638
2003-10-06some more tweaksMax Horn
svn-id: r10637
2003-10-06some incremental changes (more will follow, this is step-by-step ↵Max Horn
optimzation, watch it happen in pseudo-real-time and color. icecream is sold at the entrance, please stop smoking svn-id: r10636
2003-10-06Should not apply to loom/loomcd, they only use room scrolling at one point ↵Travis Howell
and this causes glitches. svn-id: r10635
2003-10-06Start on index 1, not 0.David Eriksson
svn-id: r10634
2003-10-06Check array bounds.David Eriksson
svn-id: r10633
2003-10-06Should make --disable-queen work, suggested by Nightweaver.David Eriksson
svn-id: r10632
2003-10-06Removed obsolete FIXME commentTorbjörn Andersson
svn-id: r10631
2003-10-06turn on exception handlingPaweł Kołodziejski
svn-id: r10630
2003-10-06More performance optimizationsJamieson Christian
svn-id: r10629
2003-10-06oops - that happesn if you incorrectly re-apply a broken patch =)Max Horn
svn-id: r10628
2003-10-06more optimizationsMax Horn
svn-id: r10627
2003-10-06Fix compiler warningsJamieson Christian
svn-id: r10626
2003-10-06The real YM2612 implementation. Portable,Jamieson Christian
and with significant performances optimizations thanks to Fingolfin, or optimizing emperor. :) svn-id: r10625
2003-10-06For those us who have to hit Shift to get to +Jamieson Christian
svn-id: r10624