Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-19 | for new midi parser | Chris Apers | |
svn-id: r7685 | |||
2003-05-19 | Updated with lastest changes | Chris Apers | |
svn-id: r7684 | |||
2003-05-19 | Cleanup, add memory panel, change tempo option to fit the new version | Chris Apers | |
svn-id: r7683 | |||
2003-05-19 | Cleanup, add memory panel, change tempo option to fit the new version | Chris Apers | |
svn-id: r7682 | |||
2003-05-19 | Correction from diasm. | Travis Howell | |
svn-id: r7681 | |||
2003-05-19 | music_unk isn't needed in playmusic, it is always set to 999 | Travis Howell | |
svn-id: r7680 | |||
2003-05-19 | Minor correction to last commit | Travis Howell | |
svn-id: r7679 | |||
2003-05-19 | Try and make some sense ot of simon 2 midi systems | Travis Howell | |
svn-id: r7678 | |||
2003-05-19 | fix shadow warning; removed unused var | Max Horn | |
svn-id: r7677 | |||
2003-05-19 | correct transparency colour for humongous games when using akos16 | Jonathan Gray | |
svn-id: r7676 | |||
2003-05-19 | fix shadow warning | Max Horn | |
svn-id: r7675 | |||
2003-05-19 | make gui work if the requested string vars don't exist | Jonathan Gray | |
svn-id: r7674 | |||
2003-05-19 | enable midi for non puttdemo humongous games. need to properly return the ↵ | Jonathan Gray | |
result of whether music is running though... svn-id: r7673 | |||
2003-05-19 | Fixed music looping problem in simon1win | Jamieson Christian | |
svn-id: r7672 | |||
2003-05-19 | Removed annoying debug output | Jamieson Christian | |
svn-id: r7671 | |||
2003-05-19 | Proof of concept for XMIDI parser in Humongous games. | Jamieson Christian | |
You must still uncomment the VAR_SOUNDPARAM setting for this to work...? svn-id: r7670 | |||
2003-05-19 | Fixed Simon 1 music regression. | Jamieson Christian | |
SMF parser now supports malformed Simon pitch bend events. Implemented SMF parser jump method. svn-id: r7669 | |||
2003-05-19 | sync local changes, fix pickOneOf | Jonathan Gray | |
svn-id: r7668 | |||
2003-05-19 | Music fix from Jamieson630 | Travis Howell | |
svn-id: r7667 | |||
2003-05-19 | Minor cleanup | Travis Howell | |
svn-id: r7666 | |||
2003-05-19 | *** empty log message *** | Travis Howell | |
svn-id: r7665 | |||
2003-05-19 | don't touch untouchable objects in V2 games | Max Horn | |
svn-id: r7664 | |||
2003-05-19 | MidiStreamer goes away, replaced by MidiParser | Jamieson Christian | |
svn-id: r7663 | |||
2003-05-19 | Minor correction | Travis Howell | |
svn-id: r7662 | |||
2003-05-19 | playMusic streamlining, comments cleanup | Jamieson Christian | |
svn-id: r7661 | |||
2003-05-19 | enable box'ed walking in V2 games | Max Horn | |
svn-id: r7660 | |||
2003-05-19 | Fixed virtual destructor problem | Jamieson Christian | |
svn-id: r7659 | |||
2003-05-19 | Update simon 2 issues | Travis Howell | |
svn-id: r7658 | |||
2003-05-19 | V2 walkbox matrix fixes | Max Horn | |
svn-id: r7657 | |||
2003-05-19 | Fixed gcc warnings, virtual destructor problem | Jamieson Christian | |
svn-id: r7656 | |||
2003-05-19 | remove dup object | Jonathan Gray | |
svn-id: r7655 | |||
2003-05-18 | Implemented new Simon MIDI module, switching from MidiStreamer to ↵ | Jamieson Christian | |
MidiParser. Restructuring enables XMIDI support and vc_72 implementation. Various cleanup on MidiParser's and MidiDriver's. svn-id: r7654 | |||
2003-05-18 | more cleanup | Max Horn | |
svn-id: r7653 | |||
2003-05-18 | Fixed VC++ warnings | Jamieson Christian | |
svn-id: r7652 | |||
2003-05-18 | VAR_CHARCOUNT is a V2 only variable, so I moved its declaration to the other ↵ | Max Horn | |
V2 only vars svn-id: r7651 | |||
2003-05-18 | SMF/GMF implementation of MidiParser | Jamieson Christian | |
svn-id: r7650 | |||
2003-05-18 | oops | Max Horn | |
svn-id: r7649 | |||
2003-05-18 | fix for various regressions (not quite sure if the check for V2/v3 is right, ↵ | Max Horn | |
but seems to work so far) svn-id: r7648 | |||
2003-05-18 | warning() automatically outputs a newline after the warning message; adding ↵ | Max Horn | |
a newline into the format string adds another newline (which contains the single char '!') svn-id: r7647 | |||
2003-05-18 | cleanup | Max Horn | |
svn-id: r7646 | |||
2003-05-18 | consistently index script slots with index 0 (not 1); this fixes bug ↵ | Max Horn | |
#739463; made stopScriptNr match stopObjectScript more closely (we could merge them into one function one day) svn-id: r7645 | |||
2003-05-18 | fixed debugger 'scripts' command | Max Horn | |
svn-id: r7644 | |||
2003-05-18 | Part of patch #739119 (attempt to fix bug #651077 at least partially) | Max Horn | |
svn-id: r7643 | |||
2003-05-18 | implemented proper 'invalid walkbox' handling in older games (in newer ↵ | Max Horn | |
games, box 0 is used as invalid box, while in older games this is a legal box and box 255 is the 'invalid' box); removed lots of FIXME's which were needed to cope with ScummVM not implementing the invalid walkbox stuff properly in the past; removed other actor FIXMEs. svn-id: r7642 | |||
2003-05-18 | update vc6 file | Paweł Kołodziejski | |
svn-id: r7640 | |||
2003-05-18 | Patch #738859: Experimental costume.cpp cleanup | Max Horn | |
svn-id: r7639 | |||
2003-05-18 | MIDI Meta event Tx for virtual MidiDriver's | Jamieson Christian | |
svn-id: r7638 | |||
2003-05-18 | update | Jonathan Gray | |
svn-id: r7637 | |||
2003-05-18 | New plug-in MIDI parser modules, INCOMPLETE. | Jamieson Christian | |
svn-id: r7636 | |||
2003-05-18 | typo | Travis Howell | |
svn-id: r7635 |