Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-08-10 | SCUMM: Change CMS sfx methods to use its own register set. | Johannes Schickel | |
This is now like in the original and helps comparing register writes against DOSBox's behavior. | |||
2011-08-07 | SCUMM: Further clean up of the CMS code. | Johannes Schickel | |
2011-08-07 | SCUMM: Clean up CMS code some more. | Johannes Schickel | |
2011-08-07 | SCUMM: Cleanup CMS code a bit. | Johannes Schickel | |
2011-08-06 | SCUMM: Properly reset midi channel voice mapping in CMS on new track. | Johannes Schickel | |
This fixes an ugly dead lock in some cases. | |||
2011-08-06 | SCUMM: Slight cleanup in CMS code. | Johannes Schickel | |
2011-08-06 | SCUMM: Fix some valgrind warnings in CMS code. | Johannes Schickel | |
2011-08-05 | SCUMM: Fix up CMS player implementation. | Johannes Schickel | |
It's much better now and hopefully quite close to the original when it comes to the music part. The intro music of Loom and Monkey Island 1 EGA sounds fine to me now at least. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-10-25 | SCUMM: Move shared code of Player_V2 & Player_V2CMS to new common base class | Max Horn | |
svn-id: r53830 | |||
2010-10-25 | SCUMM: Move class Player_V2CMS to its own header file | Max Horn | |
svn-id: r53829 | |||
2010-10-24 | ALL: code formatting fixes | Max Horn | |
svn-id: r53764 | |||
2010-10-24 | SCUMM: Turn global g_cmsEmu into a member var of Player_V2CMS | Max Horn | |
svn-id: r53763 | |||
2010-09-17 | SOUND: Move CMS emulator to sound/softsynth. | Johannes Schickel | |
svn-id: r52778 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-03-10 | Replace mutex_up/mutex_down methods by Common::StackLock | Max Horn | |
svn-id: r48231 | |||
2010-03-10 | cleanup | Max Horn | |
svn-id: r48230 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47182 | |||
2009-11-26 | Add patch #2839048 - MM C64 sound/music player, with minor changes. | Travis Howell | |
svn-id: r46143 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-07-01 | Flag what looks like a bug in the CMS player code -- somebody should verify ↵ | Max Horn | |
and fix this properly svn-id: r42011 | |||
2009-06-06 | Fix printf format argument related warnings. | Johannes Schickel | |
svn-id: r41289 | |||
2009-06-06 | Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do. | Eugene Sandulenko | |
svn-id: r41282 | |||
2009-06-06 | Add empty file to cheat git-svn | Eugene Sandulenko | |
svn-id: r41280 |