Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-12-23 | Add delay to help reduce cpu usage in some sections. | Travis Howell | |
svn-id: r11875 | |||
2003-12-23 | Ooops | Travis Howell | |
svn-id: r11874 | |||
2003-12-23 | Fix inventory flashing when using F10 in Simon1 after conversation. | Travis Howell | |
svn-id: r11873 | |||
2003-12-23 | Add correct value from simon2dos disasm. | Travis Howell | |
Last value was guess for smooth scrolling. svn-id: r11872 | |||
2003-12-23 | Ooops | Travis Howell | |
svn-id: r11871 | |||
2003-12-23 | Add var to track current subroutine been used. | Travis Howell | |
Add work around to display one section of Simon the Sorcerer 1 introduction in lower half of screen. svn-id: r11870 | |||
2003-12-23 | Add comment | Travis Howell | |
svn-id: r11869 | |||
2003-12-23 | Update Simon2 issues. | Travis Howell | |
svn-id: r11868 | |||
2003-12-23 | simon2dos/talkie used different expire_vga_timers() code. | Travis Howell | |
Solves several bugs. Using simon1 timer_proc() seciton as work out for speed issue at the moment. svn-id: r11867 | |||
2003-12-23 | Microsoft Compilers : Which part of the standard do you want to break today ? | Nicolas Bacca | |
svn-id: r11866 | |||
2003-12-23 | cleanup | Max Horn | |
svn-id: r11865 | |||
2003-12-23 | must use pauseHandle, not pauseID | Max Horn | |
svn-id: r11864 | |||
2003-12-22 | fix warnings | Max Horn | |
svn-id: r11863 | |||
2003-12-22 | fixed some animation bugs | Robert Göffringmann | |
svn-id: r11862 | |||
2003-12-22 | fixed screen and music fading | Robert Göffringmann | |
svn-id: r11861 | |||
2003-12-22 | some changes in imuse digital (synced with local sources) | Paweł Kołodziejski | |
svn-id: r11860 | |||
2003-12-22 | actually, converting a sound handle to a sound index is an evil hack, too... :-) | Max Horn | |
svn-id: r11859 | |||
2003-12-22 | Fix warning generated by the incomprehensibly picky MinGW GCC compiler. | Torbjörn Andersson | |
svn-id: r11858 | |||
2003-12-22 | o Got rid of Channel::destroy() method (no more evil 'delete this', plus | Max Horn | |
slightly more efficient) o Fixed potential memory leak in SoundMixer::playRaw o Channel not anymore friend class of SoundMixer o misc cleanup svn-id: r11857 | |||
2003-12-22 | Subtitles in the FT/Dig intros should be working again. At least until | Torbjörn Andersson | |
INSANE is enabled. Could anyone explain to me what's supposed to happen in the "if (_insanity)" case? svn-id: r11856 | |||
2003-12-22 | fix for bug #864478 (Smush audio streaming); cleanup | Max Horn | |
svn-id: r11855 | |||
2003-12-22 | Change to arrow cursor when displaying the inventory menu | Torbjörn Andersson | |
svn-id: r11854 | |||
2003-12-22 | another change to verticalMask(). this should fix the remaining sprite ↵ | Robert Göffringmann | |
priority issues svn-id: r11853 | |||
2003-12-22 | Preliminary support for queen in the old codebase ... | Nicolas Bacca | |
svn-id: r11852 | |||
2003-12-22 | added fnSetPaletteToFade/fnSetPaletteToCut | Robert Göffringmann | |
svn-id: r11851 | |||
2003-12-22 | Added abort | Nicolas Bacca | |
svn-id: r11850 | |||
2003-12-22 | Namespace fix | Nicolas Bacca | |
svn-id: r11849 | |||
2003-12-22 | Add queen | Nicolas Bacca | |
svn-id: r11848 | |||
2003-12-22 | Switch back to older method (Used in Hebrew version) of combined speech and ↵ | Travis Howell | |
subtitles for Simon2. svn-id: r11847 | |||
2003-12-22 | Moved bundle music code from class Sound to IMuseDigital (seems more ↵ | Max Horn | |
natural; and allows for various cleanup) svn-id: r11846 | |||
2003-12-22 | added code for non-looping music and implemented fading | Robert Göffringmann | |
svn-id: r11845 | |||
2003-12-22 | changed the way the control panel is started | Robert Göffringmann | |
svn-id: r11844 | |||
2003-12-22 | work around a GCC bug. | Robert Göffringmann | |
svn-id: r11843 |