aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-19Fixed anonymous structs warning.Jamieson Christian
svn-id: r7696
2003-05-19Patch #739911: Fix for undefined behaviour in fopenNoCase()Max Horn
svn-id: r7695
2003-05-19Fixed Adlib priorities for non-SCUMM gamesJamieson Christian
svn-id: r7694
2003-05-19Auto loop for non-puttdemo gamesJamieson Christian
svn-id: r7693
2003-05-19Moved common parsing logic into MidiParser base class.Jamieson Christian
Added auto-loop capability. svn-id: r7692
2003-05-19Fixed problem updating callbackJamieson Christian
svn-id: r7691
2003-05-19Fixed VC++ warningsJamieson Christian
svn-id: r7690
2003-05-19more special palette fixes by erikMax Horn
svn-id: r7689
2003-05-19renamed ScriptSlot::unk1/unk2 to freezeResistant/recursiveMax Horn
svn-id: r7688
2003-05-19Change 'exit' functionChris Apers
svn-id: r7687
2003-05-19add virtual numpad, change state of draKeyStateChris Apers
svn-id: r7686
2003-05-19for new midi parserChris Apers
svn-id: r7685
2003-05-19Updated with lastest changesChris Apers
svn-id: r7684
2003-05-19Cleanup, add memory panel, change tempo option to fit the new versionChris Apers
svn-id: r7683
2003-05-19Cleanup, add memory panel, change tempo option to fit the new versionChris Apers
svn-id: r7682
2003-05-19Correction from diasm.Travis Howell
svn-id: r7681
2003-05-19music_unk isn't needed in playmusic, it is always set to 999Travis Howell
svn-id: r7680
2003-05-19Minor correction to last commitTravis Howell
svn-id: r7679
2003-05-19Try and make some sense ot of simon 2 midi systemsTravis Howell
svn-id: r7678
2003-05-19fix shadow warning; removed unused varMax Horn
svn-id: r7677
2003-05-19correct transparency colour for humongous games when using akos16Jonathan Gray
svn-id: r7676
2003-05-19fix shadow warningMax Horn
svn-id: r7675
2003-05-19make gui work if the requested string vars don't existJonathan Gray
svn-id: r7674
2003-05-19enable 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-19Fixed music looping problem in simon1winJamieson Christian
svn-id: r7672
2003-05-19Removed annoying debug outputJamieson Christian
svn-id: r7671
2003-05-19Proof 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-19Fixed 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-19sync local changes, fix pickOneOfJonathan Gray
svn-id: r7668
2003-05-19Music fix from Jamieson630Travis Howell
svn-id: r7667
2003-05-19Minor cleanupTravis Howell
svn-id: r7666
2003-05-19*** empty log message ***Travis Howell
svn-id: r7665
2003-05-19don't touch untouchable objects in V2 gamesMax Horn
svn-id: r7664
2003-05-19MidiStreamer goes away, replaced by MidiParserJamieson Christian
svn-id: r7663
2003-05-19Minor correctionTravis Howell
svn-id: r7662
2003-05-19playMusic streamlining, comments cleanupJamieson Christian
svn-id: r7661
2003-05-19enable box'ed walking in V2 gamesMax Horn
svn-id: r7660
2003-05-19Fixed virtual destructor problemJamieson Christian
svn-id: r7659
2003-05-19Update simon 2 issuesTravis Howell
svn-id: r7658
2003-05-19V2 walkbox matrix fixesMax Horn
svn-id: r7657
2003-05-19Fixed gcc warnings, virtual destructor problemJamieson Christian
svn-id: r7656
2003-05-19remove dup objectJonathan Gray
svn-id: r7655
2003-05-18Implemented 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-18more cleanupMax Horn
svn-id: r7653
2003-05-18Fixed VC++ warningsJamieson Christian
svn-id: r7652
2003-05-18VAR_CHARCOUNT is a V2 only variable, so I moved its declaration to the other ↵Max Horn
V2 only vars svn-id: r7651
2003-05-18SMF/GMF implementation of MidiParserJamieson Christian
svn-id: r7650
2003-05-18oopsMax Horn
svn-id: r7649
2003-05-18fix 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-18warning() 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