aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-16IMuseDriver functionality absorbed into IMuseInternal.Jamieson Christian
Initial structural support for multiple MidiDriver's. svn-id: r7559
2003-05-16Reset sounds on room loadJamieson Christian
svn-id: r7558
2003-05-16obsoleteMax Horn
svn-id: r7557
2003-05-16fix advmame scaler ('flickering', observable in e.g. Sam&Max, and the ↵Max Horn
left-screen-border-black bug). Note: this change might look fishy to you but is perfectly legal because our frame buffers put a border around the screen data to accomodate for this svn-id: r7556
2003-05-16Fixed VC++ warningsJamieson Christian
svn-id: r7555
2003-05-15moved drawBox to gfx.cpp (seems to be the more logical location)Max Horn
svn-id: r7554
2003-05-15fixed / cleaned up drawBoxMax Horn
svn-id: r7553
2003-05-15Removed deprecated _program.Jamieson Christian
Miscellaneous cleanup. svn-id: r7552
2003-05-15output a warning if ignoreTurns is set (so that we can find out where it is ↵Max Horn
used) svn-id: r7551
2003-05-15cleanupMax Horn
svn-id: r7550
2003-05-15make some more use of ScummVM::Point; cleanupMax Horn
svn-id: r7549
2003-05-15some more ScummVM::RectMax Horn
svn-id: r7548
2003-05-15Some more streamliningJamieson Christian
svn-id: r7547
2003-05-15Make use of ScummVM::RectMax Horn
svn-id: r7546
2003-05-15oopsMax Horn
svn-id: r7545
2003-05-15add method to grow a rectMax Horn
svn-id: r7544
2003-05-15ScummPoint -> ScummVM::PointMax Horn
svn-id: r7543
2003-05-15_saveSound implementationJamieson Christian
svn-id: r7542
2003-05-15renamed isInside() to contains() (this is more intuitive, because ↵Max Horn
r.isInside(p) actually meant 'p is inside r', which was confusing; now it's r.contains(p) which means 'r contains p') svn-id: r7541
2003-05-15make SWAP a template function, so that it works for swapping non-int stuff, ↵Max Horn
too; 'int16' should be sufficient for points/rects svn-id: r7540
2003-05-15let it compileMax Horn
svn-id: r7539
2003-05-15cleanupMax Horn
svn-id: r7538
2003-05-15cleanup (rect.h is not used anywhere but I plan to change that...)Max Horn
svn-id: r7537
2003-05-15cleanup / added FIXMEMax Horn
svn-id: r7536
2003-05-15added commentMax Horn
svn-id: r7535
2003-05-15Fixed main timing loopJamieson Christian
svn-id: r7534
2003-05-15Whoops, disable debugJamieson Christian
svn-id: r7533
2003-05-15More streamliningJamieson Christian
svn-id: r7532
2003-05-15reordered some intro commands, made fade-in look nicerRobert Göffringmann
svn-id: r7531
2003-05-15added incrementation of key velocity.Robert Göffringmann
svn-id: r7530
2003-05-15Fixed S&M regression in World of Fish music.Jamieson Christian
Stripped out a bunch of deprecated stuff. svn-id: r7529
2003-05-15fixed the evil, evil COMI crash on Mac OS X (and memory corrupter elsewhere, ↵Max Horn
maybe?). The last part of this change is the crucial one, computing the correct value for right_strip svn-id: r7527
2003-05-15adding some asserts (e.g. against that evil COMI crasher)Max Horn
svn-id: r7526
2003-05-15Possible fix for Windows SysEx transmissionsJamieson Christian
svn-id: r7525
2003-05-15Fixed panning issueJamieson Christian
svn-id: r7524
2003-05-15updated vc6 filePaweł Kołodziejski
svn-id: r7523
2003-05-15Fixed tambourine percussion patchJamieson Christian
svn-id: r7522
2003-05-15Changed custom MT-32 instrument warning to debug outputJamieson Christian
svn-id: r7521
2003-05-15Added rudimentary Adlib percussion support.Jamieson Christian
Semantic fixes -- Adlib "MIDI Channels" are now "Voices" Miscellaneous cleanup/streamlining. svn-id: r7520
2003-05-15bounds check; made data staticMax Horn
svn-id: r7519
2003-05-14cleanupMax Horn
svn-id: r7518
2003-05-14removed timer.oRobert Göffringmann
svn-id: r7517
2003-05-14restructured some things (mainly the screen routines), moved things out from ↵Robert Göffringmann
SkyState. (not yet complete) svn-id: r7516
2003-05-14some renaming (consistency)Joost Peters
svn-id: r7515
2003-05-14rm library file before running ar (otherwise ar might add to the existing .a ↵Max Horn
file, which can cause issues if files are added/renamed/removed) svn-id: r7514
2003-05-14opcodes are just one byteMax Horn
svn-id: r7513
2003-05-14additional readArray protection (might cause regression in FT, but then we ↵Max Horn
should fix FT!) svn-id: r7512
2003-05-14ouchMax Horn
svn-id: r7511
2003-05-14fixed bug where SDL_CreateMutex was being called before SDL_Init; ↵Max Horn
restructured code a little svn-id: r7510
2003-05-14new V2 font (taken from german zak.exe)Max Horn
svn-id: r7509