Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-25 | cleanup | Max Horn | |
svn-id: r7920 | |||
2003-05-25 | cleanup | Max Horn | |
svn-id: r7919 | |||
2003-05-24 | correction for zak256 SFX | Max Horn | |
svn-id: r7918 | |||
2003-05-24 | simplified addIntToStack a bit *cough*; added experimental code for the ↵ | Max Horn | |
message opcode 7 in V2 codes (see also patch #742851) svn-id: r7917 | |||
2003-05-24 | corrected NEWS | Max Horn | |
svn-id: r7916 | |||
2003-05-24 | fix VC warnings | Oliver Kiehl | |
svn-id: r7915 | |||
2003-05-24 | er oops | Jonathan Gray | |
svn-id: r7914 | |||
2003-05-24 | and a little bit more... | Oliver Kiehl | |
svn-id: r7913 | |||
2003-05-24 | work around for comi script calling o6_getActorRoom(255) | Max Horn | |
svn-id: r7912 | |||
2003-05-24 | updated NEWS a bit | Max Horn | |
svn-id: r7911 | |||
2003-05-24 | change behaviour for loading save games from the command line so that if you ↵ | Max Horn | |
load a COMI save game from disk 2, you don't have to first insert disk 1 svn-id: r7910 | |||
2003-05-24 | and some more functions | Oliver Kiehl | |
svn-id: r7909 | |||
2003-05-24 | (somewhat hackish) support for COMI CD changing on Mac OS X; reordered stuff ↵ | Max Horn | |
in scumm.h svn-id: r7908 | |||
2003-05-24 | don't use _gameDataPath directly; minor cleanup | Max Horn | |
svn-id: r7907 | |||
2003-05-24 | add some more functions | Oliver Kiehl | |
svn-id: r7906 | |||
2003-05-24 | fix EVIL bug | Oliver Kiehl | |
svn-id: r7905 | |||
2003-05-24 | fixed flashlight oddities in Zak256 | Max Horn | |
svn-id: r7904 | |||
2003-05-24 | Put the comment back on IMUSE_DEBUG. Duh. | Jamieson Christian | |
svn-id: r7903 | |||
2003-05-24 | Possible fix for hanging notes in iMuse | Jamieson Christian | |
svn-id: r7902 | |||
2003-05-24 | Removed more unnecessary code | Jamieson Christian | |
svn-id: r7901 | |||
2003-05-24 | Various iMuse cleanup | Jamieson Christian | |
svn-id: r7900 | |||
2003-05-24 | allNotesOff() now sends to all 16 channels, not just the first 15. Duh. | Jamieson Christian | |
svn-id: r7899 | |||
2003-05-24 | add fnInteract | Oliver Kiehl | |
svn-id: r7898 | |||
2003-05-24 | added some more functions | Oliver Kiehl | |
svn-id: r7897 | |||
2003-05-24 | fix compact | Oliver Kiehl | |
svn-id: r7896 | |||
2003-05-24 | off by one. *sigh* | Oliver Kiehl | |
svn-id: r7895 | |||
2003-05-24 | fixed roomOps:1 (thanks to Hoenicke) | Max Horn | |
svn-id: r7894 | |||
2003-05-24 | this change seems to be 'logical', but could be wrong; would be nice to ↵ | Max Horn | |
check the assembly... svn-id: r7893 | |||
2003-05-24 | cleanup | Max Horn | |
svn-id: r7892 | |||
2003-05-24 | corrected FIXME | Max Horn | |
svn-id: r7891 | |||
2003-05-24 | cleanup / minor tweak | Max Horn | |
svn-id: r7890 | |||
2003-05-24 | temporary work around for bug #742676 (game won't exit anymore, but ↵ | Max Horn | |
behaviour is incorrect) svn-id: r7889 | |||
2003-05-24 | some more debug output | Max Horn | |
svn-id: r7888 | |||
2003-05-24 | Fix for bug [742688] FOA: Missing music at Sophia's lecture. | Jamieson Christian | |
Added check for 0-length parameter fades, just in case. svn-id: r7887 | |||
2003-05-24 | Add some extra code for simon1dos/talkie, doesn't seem to function yet though | Travis Howell | |
svn-id: r7886 | |||
2003-05-24 | Typo | Travis Howell | |
svn-id: r7885 | |||
2003-05-24 | More renames | Travis Howell | |
svn-id: r7884 | |||
2003-05-24 | A few function renames | Travis Howell | |
svn-id: r7883 | |||
2003-05-24 | we want a word not a byte for object numbers, bug pointed out by Hoenicke | Jonathan Gray | |
svn-id: r7882 | |||
2003-05-24 | Missed one line | Travis Howell | |
svn-id: r7881 | |||
2003-05-24 | Remove a few old asserts and xxx which was not needed | Travis Howell | |
svn-id: r7880 | |||
2003-05-24 | Small cleanup | Travis Howell | |
svn-id: r7879 | |||
2003-05-24 | Fixed hanging notes when switching tracks | Jamieson Christian | |
svn-id: r7878 | |||
2003-05-24 | Fixed MIDI channel conflict between music and MIDI sound effects in simon1dos. | Jamieson Christian | |
Also added notes about the GMF header for posterity's sake. svn-id: r7877 | |||
2003-05-24 | Correct fixme comment | Travis Howell | |
svn-id: r7876 | |||
2003-05-24 | Hack to prevent bad music looping at end of simon1win | Jamieson Christian | |
svn-id: r7875 | |||
2003-05-24 | Added support for GMF loop specifier | Jamieson Christian | |
svn-id: r7874 | |||
2003-05-24 | Fixed problem with hanging notes when switching music tracks | Jamieson Christian | |
svn-id: r7873 | |||
2003-05-24 | Added support for simultaneous music and MIDI sound effects to simon1dos. | Jamieson Christian | |
Note that 's' still toggles MIDI sound effects on and off. svn-id: r7872 | |||
2003-05-24 | returning 1 instead of the id is the correct behaviour I believe, but the ↵ | Jonathan Gray | |
scripts check for a 0 result so either will work. I'm just picky :) svn-id: r7871 |