Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-16 | V2 camera fix (again thanks MadMoose) | Max Horn | |
svn-id: r7587 | |||
2003-05-16 | fixed o2_drawObject (thx MadMoose) | Max Horn | |
svn-id: r7586 | |||
2003-05-16 | Fixed volume fader problem under multiple MIDI drivers | Jamieson Christian | |
svn-id: r7585 | |||
2003-05-16 | Redesigned -t option | Jamieson Christian | |
svn-id: r7584 | |||
2003-05-16 | cleanup | Max Horn | |
svn-id: r7583 | |||
2003-05-16 | Feature [557411] Adlib sound effects with GM drivers. | Jamieson Christian | |
Support for simultaneous drivers is based on a #define in imuse.cpp, and is disabled by default. svn-id: r7582 | |||
2003-05-16 | added roomobj dumping for bundle games (was trivial it turns out :-) | Max Horn | |
svn-id: r7581 | |||
2003-05-16 | And yet more cleanup | Jamieson Christian | |
svn-id: r7580 | |||
2003-05-16 | Added SysEx hooks | Jamieson Christian | |
svn-id: r7579 | |||
2003-05-16 | More IMuse cleanup | Jamieson Christian | |
svn-id: r7578 | |||
2003-05-16 | FINALLY got MI2 Woodtick music working! | Jamieson Christian | |
svn-id: r7577 | |||
2003-05-16 | some updates that get us up to the bootscripts of he v7 games before ↵ | Jonathan Gray | |
erroring out on unimplemented opcodes svn-id: r7576 | |||
2003-05-16 | Corrected overly aggressive MIDI channel reallocation | Jamieson Christian | |
svn-id: r7575 | |||
2003-05-16 | added SFX support | Robert Göffringmann | |
svn-id: r7574 | |||
2003-05-16 | test stuff | James Brown | |
svn-id: r7573 | |||
2003-05-16 | add hev7 target to test with | Jonathan Gray | |
svn-id: r7572 | |||
2003-05-16 | GF_AFTER_HEV7 | Jonathan Gray | |
svn-id: r7571 | |||
2003-05-16 | fixed V2 verb scripts | Max Horn | |
svn-id: r7570 | |||
2003-05-16 | print some useful info, too | Max Horn | |
svn-id: r7569 | |||
2003-05-16 | Typo | Travis Howell | |
svn-id: r7568 | |||
2003-05-16 | Add comment to fixme | Travis Howell | |
svn-id: r7567 | |||
2003-05-16 | add config option basename to override base file name for games of the form ↵ | Jonathan Gray | |
foo.xxx to basename.xxx, useful when used together with gameid to test games not yet added to version list svn-id: r7566 | |||
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 |