Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-25 | _inventory was sometimes accessed one-based and sometimes zero-based -> ↵ | Max Horn | |
always use zero-base, for consistency svn-id: r11925 | |||
2003-12-25 | cleanup | Max Horn | |
svn-id: r11924 | |||
2003-12-25 | cleanup | Max Horn | |
svn-id: r11923 | |||
2003-12-25 | Fix for bug #809942 (COMI: Guybrush disappears before Hotel on Blood) | Max Horn | |
svn-id: r11922 | |||
2003-12-25 | cleanup | Max Horn | |
svn-id: r11921 | |||
2003-12-25 | updated kernelSetFunctions opcode 20 | Paweł Kołodziejski | |
svn-id: r11920 | |||
2003-12-25 | be stricter about File::open params | Max Horn | |
svn-id: r11919 | |||
2003-12-25 | disable the reverb hack for now; at hacked in sound font support (specify ↵ | Max Horn | |
'soundfont' config option with path to a .SF2 file); simplify code a bit by using OpenDefaultComponent; allow usage of any music device, not just the DLSSynth (this may or may not help people with real MIDI devices) svn-id: r11918 | |||
2003-12-25 | fix some buglets | Max Horn | |
svn-id: r11917 | |||
2003-12-25 | disable FT imuse sequence, sound table is broken | Paweł Kołodziejski | |
svn-id: r11916 | |||
2003-12-25 | don't pause imuse digital anymore | Paweł Kołodziejski | |
svn-id: r11915 | |||
2003-12-25 | cleanup | Paweł Kołodziejski | |
svn-id: r11914 | |||
2003-12-25 | cleanup | Max Horn | |
svn-id: r11913 | |||
2003-12-25 | workaround crash on Intel systems (and it was *not* caused by me, mind you! :-) | Max Horn | |
svn-id: r11912 | |||
2003-12-25 | cleanup; fix File::open usage (do not hardocde constant values, rather use ↵ | Max Horn | |
the symbolic namescvs diff | bbeditcvs diff | bbedit svn-id: r11911 | |||
2003-12-25 | Patch #863997: Build Script for Slackware | Max Horn | |
svn-id: r11910 | |||
2003-12-25 | cleanup (TODO: reduce code duplication) | Max Horn | |
svn-id: r11909 | |||
2003-12-25 | ops | Paweł Kołodziejski | |
svn-id: r11908 | |||
2003-12-25 | some changes to digital imuse | Paweł Kołodziejski | |
svn-id: r11907 | |||
2003-12-25 | start sound call directly digital imuse, only script part handled by ↵ | Paweł Kołodziejski | |
mainloop of scumm script svn-id: r11906 | |||
2003-12-25 | Fix compile | Travis Howell | |
svn-id: r11905 | |||
2003-12-25 | Spelling. Yes, I'm a hypocrite :) | James Brown | |
svn-id: r11904 | |||
2003-12-25 | added support for start play ft smush audio from middle of san file | Paweł Kołodziejski | |
svn-id: r11903 | |||
2003-12-25 | Enable INSANE by default. | Travis Howell | |
svn-id: r11902 | |||
2003-12-25 | Enable INSANE by default. | Eugene Sandulenko | |
Later #ifdef INSANE may go away at all svn-id: r11901 | |||
2003-12-25 | Updates: Full Throttle INSANE, Simon thing stuff, FOTAQ/BS1/BS2 should be ↵ | James Brown | |
completable apart from cutscenes in the Swords. svn-id: r11900 | |||
2003-12-25 | Fix pause mode during video/smush playback | Max Horn | |
svn-id: r11899 | |||
2003-12-25 | cleanup | Max Horn | |
svn-id: r11898 | |||
2003-12-25 | Fixed bug when Ben disappeared after some battles. | Eugene Sandulenko | |
Fixed bug with correct scene ending behaviour, now FT Mac Demo is completable. Fixed some bugs with cavefish actor. Cleanup. svn-id: r11897 | |||
2003-12-24 | removed usage auto free flag, and fixed stupid bug related with sample size | Paweł Kołodziejski | |
svn-id: r11896 | |||
2003-12-24 | cleanup | Max Horn | |
svn-id: r11895 | |||
2003-12-24 | fix memory leak | Max Horn | |
svn-id: r11894 | |||
2003-12-24 | o Added SoundMixer::isReady() | Max Horn | |
o Removed SoundMixer::bindToSystem() o In scumm, replaced _silentMixer, _silentDigitalImuse and _noDigitalSamples by SoundMixer::isReady() svn-id: r11893 | |||
2003-12-24 | fixed ft sounds channels initialization | Paweł Kołodziejski | |
svn-id: r11892 | |||
2003-12-24 | fixed compilation | Paweł Kołodziejski | |
svn-id: r11891 | |||
2003-12-24 | muse use even size when pushing data into a mixerstream | Max Horn | |
svn-id: r11890 | |||
2003-12-24 | cleanup (code should be 100% equivalent) | Max Horn | |
svn-id: r11889 | |||
2003-12-24 | test is a PHONY target | Max Horn | |
svn-id: r11888 | |||
2003-12-24 | added test target to Makefile (so you can do 'make test' now, provided you ↵ | Max Horn | |
have cxxtest installed) svn-id: r11887 | |||
2003-12-24 | simple unit tests for List/Map/String classes | Max Horn | |
svn-id: r11886 | |||
2003-12-24 | explicitly turn off all active sounds -> not all MIDI devices support the ↵ | Max Horn | |
'All note off' event, at least according to http://crystal.apana.org.au/ghansper/midi_introduction/midi_channel_mode.html ; and now, the quicktime MIDI code doesn't support it anymore, too ;-) svn-id: r11885 | |||
2003-12-24 | fix various buglets (like, only 15 of the 16 channels were being inited; ↵ | Max Horn | |
also, the 'All note off' code caused odd problems, not yet sure why. I am disabling it for now) svn-id: r11884 | |||
2003-12-24 | fix drum channel | Max Horn | |
svn-id: r11883 | |||
2003-12-24 | Should apply to all Simon1 versions | Travis Howell | |
svn-id: r11882 | |||
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵ | Max Horn | |
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881 | |||
2003-12-23 | Replace the DOTT/SAM hack (which ensures that only one SFX is being played ↵ | Max Horn | |
at a time for them) with proper code: instead of hacking the sound handle, we assign a fake sound ID to the SFX, thus ensuring only one is playing at a time svn-id: r11880 | |||
2003-12-23 | Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bit | Max Horn | |
svn-id: r11879 | |||
2003-12-23 | fix control panel bug | Robert Göffringmann | |
svn-id: r11878 | |||
2003-12-23 | control panel changes | Robert Göffringmann | |
svn-id: r11877 | |||
2003-12-23 | Update Simon1/2 compression details | Travis Howell | |
Remove mention of backups, we don't alter the source files at all. svn-id: r11876 |