Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-16 | Fixed SysEx parse error, misc. cleanup | Jamieson Christian | |
svn-id: r7565 | |||
2003-05-16 | fixed o2_getActorX / o2_getActorY (thanks MadMoose) | Max Horn | |
svn-id: r7564 | |||
2003-05-16 | Disable NATIVE_MT32 by default | Jamieson Christian | |
svn-id: r7563 | |||
2003-05-16 | SentenceTab unk4/unk3 are the sentence objects (think of: 'Use objectA with ↵ | Max Horn | |
objectB' or 'Give objectA to objectB' etc.); added a little more V2 sentence hackery; added a FIXME regarding some strange sentence code (accessing objectB before it is set) in script.cpp svn-id: r7562 | |||
2003-05-16 | Fixed game load crash | Jamieson Christian | |
svn-id: r7561 | |||
2003-05-16 | hackish partial doSentence support | Max Horn | |
svn-id: r7560 | |||
2003-05-16 | IMuseDriver functionality absorbed into IMuseInternal. | Jamieson Christian | |
Initial structural support for multiple MidiDriver's. svn-id: r7559 | |||
2003-05-16 | Reset sounds on room load | Jamieson Christian | |
svn-id: r7558 | |||
2003-05-16 | obsolete | Max Horn | |
svn-id: r7557 | |||
2003-05-16 | fix 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-16 | Fixed VC++ warnings | Jamieson Christian | |
svn-id: r7555 | |||
2003-05-15 | moved drawBox to gfx.cpp (seems to be the more logical location) | Max Horn | |
svn-id: r7554 | |||
2003-05-15 | fixed / cleaned up drawBox | Max Horn | |
svn-id: r7553 | |||
2003-05-15 | Removed deprecated _program. | Jamieson Christian | |
Miscellaneous cleanup. svn-id: r7552 | |||
2003-05-15 | output a warning if ignoreTurns is set (so that we can find out where it is ↵ | Max Horn | |
used) svn-id: r7551 | |||
2003-05-15 | cleanup | Max Horn | |
svn-id: r7550 | |||
2003-05-15 | make some more use of ScummVM::Point; cleanup | Max Horn | |
svn-id: r7549 | |||
2003-05-15 | some more ScummVM::Rect | Max Horn | |
svn-id: r7548 | |||
2003-05-15 | Some more streamlining | Jamieson Christian | |
svn-id: r7547 | |||
2003-05-15 | Make use of ScummVM::Rect | Max Horn | |
svn-id: r7546 | |||
2003-05-15 | oops | Max Horn | |
svn-id: r7545 | |||
2003-05-15 | add method to grow a rect | Max Horn | |
svn-id: r7544 | |||
2003-05-15 | ScummPoint -> ScummVM::Point | Max Horn | |
svn-id: r7543 | |||
2003-05-15 | _saveSound implementation | Jamieson Christian | |
svn-id: r7542 | |||
2003-05-15 | renamed 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-15 | make 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-15 | let it compile | Max Horn | |
svn-id: r7539 | |||
2003-05-15 | cleanup | Max Horn | |
svn-id: r7538 | |||
2003-05-15 | cleanup (rect.h is not used anywhere but I plan to change that...) | Max Horn | |
svn-id: r7537 | |||
2003-05-15 | cleanup / added FIXME | Max Horn | |
svn-id: r7536 | |||
2003-05-15 | added comment | Max Horn | |
svn-id: r7535 | |||
2003-05-15 | Fixed main timing loop | Jamieson Christian | |
svn-id: r7534 | |||
2003-05-15 | Whoops, disable debug | Jamieson Christian | |
svn-id: r7533 | |||
2003-05-15 | More streamlining | Jamieson Christian | |
svn-id: r7532 | |||
2003-05-15 | reordered some intro commands, made fade-in look nicer | Robert Göffringmann | |
svn-id: r7531 | |||
2003-05-15 | added incrementation of key velocity. | Robert Göffringmann | |
svn-id: r7530 | |||
2003-05-15 | Fixed S&M regression in World of Fish music. | Jamieson Christian | |
Stripped out a bunch of deprecated stuff. svn-id: r7529 | |||
2003-05-15 | fixed 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-15 | adding some asserts (e.g. against that evil COMI crasher) | Max Horn | |
svn-id: r7526 | |||
2003-05-15 | Possible fix for Windows SysEx transmissions | Jamieson Christian | |
svn-id: r7525 | |||
2003-05-15 | Fixed panning issue | Jamieson Christian | |
svn-id: r7524 | |||
2003-05-15 | updated vc6 file | Paweł Kołodziejski | |
svn-id: r7523 | |||
2003-05-15 | Fixed tambourine percussion patch | Jamieson Christian | |
svn-id: r7522 | |||
2003-05-15 | Changed custom MT-32 instrument warning to debug output | Jamieson Christian | |
svn-id: r7521 | |||
2003-05-15 | Added rudimentary Adlib percussion support. | Jamieson Christian | |
Semantic fixes -- Adlib "MIDI Channels" are now "Voices" Miscellaneous cleanup/streamlining. svn-id: r7520 | |||
2003-05-15 | bounds check; made data static | Max Horn | |
svn-id: r7519 | |||
2003-05-14 | cleanup | Max Horn | |
svn-id: r7518 | |||
2003-05-14 | removed timer.o | Robert Göffringmann | |
svn-id: r7517 | |||
2003-05-14 | restructured some things (mainly the screen routines), moved things out from ↵ | Robert Göffringmann | |
SkyState. (not yet complete) svn-id: r7516 | |||
2003-05-14 | some renaming (consistency) | Joost Peters | |
svn-id: r7515 |