Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-04 | MT32: Also attempt to load roms named CM32L_CONTROL.ROM / CM32L_PCM.ROM | Filippos Karapetis | |
This was accidentally removed in commit 5711d23 | |||
2013-02-04 | MT32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs our code with munt commit ee380de | |||
2013-01-26 | Merge pull request #301 from lordhoto/c++11-playground | Johannes Schickel | |
RFC: Allow use of override and nullptr. Also allow C++11 compilation. | |||
2013-01-26 | Merge branch 'eriktorbjorn-fluidsynth-settings' | Johannes Schickel | |
This is a manual merge of a slightly adapted pull request #296. The changes made are: - Each time the theme format changes, the version was increased - default.inc has been regenerated in the same commit as the theme changes | |||
2013-01-26 | GUI: Make the FluidSynth settings dialog a bit more like Qsynth | Torbjörn Andersson | |
To help people familiar with Qsynth (I'm not, but it seems to be one of the more polished FluidSynth front ends), use the same presentation and terminology for the FluidSynth settings. More to follow. | |||
2013-01-26 | FLUIDSYNTH: Add separate dialog for FluidSynth settings | Torbjörn Andersson | |
I don't really understand what these parameters do, or what the sensible values are, so for now the sliders are limited only by the allowed (or, in one case, "safe") values. | |||
2013-01-24 | JANITORIAL: Fix ){ -> ) { | Einar Johan Trøan Sømåen | |
2013-01-19 | MT32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs our code with munt commits 535bf96, 934c116, 1643d07 and 2eac585 | |||
2013-01-09 | AUDIO: Silence C++11 narrowing warnings. | Johannes Schickel | |
2013-01-06 | MT32: Remove the screen drawing code of the MUNT debug messages (bug #3599702) | Filippos Karapetis | |
The MUNT debug messages are called from an audio callback, which is not allowed to update the screen, as per the OSystem documentation in common/system.h:401 | |||
2013-01-06 | MT-32: Only show MUNT debug messages for debug level 4 and above (bug #3599702) | Filippos Karapetis | |
This avoids showing warnings in the intro of FOTAQ when using the MT-32 emulator | |||
2013-01-02 | COPYRIGHT: After a discussion it with KingGuppy, revert copyright ↵ | Strangerke | |
modification in some Munt files (thanks LordHoto for pointing it) | |||
2013-01-02 | JANITORIAL: Update copyright year | Strangerke | |
2013-01-02 | MT-32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs our code with munt commits 3f0db2d and 2c5f314 | |||
2012-12-27 | MT32: Add missing initialization code | Filippos Karapetis | |
This code wasn't added when syncing with the official munt codebase | |||
2012-12-27 | MT32: Move the ROM file deletion code to the ScummVM MT32 driver | Filippos Karapetis | |
This removes the custom ScummVM file deletion code in the munt code | |||
2012-12-26 | MT32: Update the MT32 emulator and adapt to its new API | Filippos Karapetis | |
Previous munt commit was 84b2819 (Dec 22, 2012) Current munt commit is 6afddaf (Dec 23, 2012) This commit also updates the MT32 driver code to the latest munt API | |||
2012-12-25 | MT32: Update the MT32 emulator to a newer munt commit | Filippos Karapetis | |
Previous munt commit was f969d20 (Nov 15, 2012) Current munt commit is 84b2819 (Dec 22, 2012) We are still missing the changes from commit 788f7b1 onwards (Dec 22, 2012). There are bigger ROM access-related changes from that point, which we'll have to integrate as well. | |||
2012-12-01 | AUDIO: Fix AdLib volume when ENABLE_OPL3 is not defined | Torbjörn Andersson | |
This should ensure that when ENABLE_OPL3 is not defined, the old code (using a lookup table) is used for calculating vol1 and vol2 (unless, of course, _scummSmallHeader is true). I hope I got it right this time. | |||
2012-12-01 | AUDIO: Fix AdLib volume regression in pre-iMUSE SCUMM games | Torbjörn Andersson | |
This assumes that _scummSmallHeader = 1 means we don't care about what _opl3Mode is when calculating the volume in mcKeyOn(). I hope this is correct. | |||
2012-11-23 | AUDIO: Fix spurious compiler warnings about use-before-set variable. | D G Turner | |
2012-11-22 | Merge pull request #283 from lordhoto/scumm-opl3 | Johannes Schickel | |
SCUMM: Support OPL3 in Sam&Max | |||
2012-11-22 | AUDIO: Remove two extra commas. | Johannes Schickel | |
2012-11-22 | AUDIO: Disallow custom percussion instruments in MIDI->AdLib code. | Johannes Schickel | |
2012-11-22 | AUDIO: Only enable OPL3 code in MIDI->AdLib, when we have the DOSBox ↵ | Johannes Schickel | |
emulator builtin. | |||
2012-11-20 | AUDIO: Slight cleanup and typo fix in S&M OPL3 code. | Johannes Schickel | |
2012-11-15 | MT32: Make all constant tables in the MT32Emu namespace static | Filippos Karapetis | |
Added in munt commit d4f8ebf54be0a8255af08bb24f1962afa8378096 | |||
2012-11-15 | MT32: Update the MT32 emulator to the latest munt revision | Filippos Karapetis | |
Previous munt revision was 189f607c88e7404ad99abcf4b90f23b103003ed1 (Feb 09, 2012). Current munt revision is f969d2081d41b669c1bfebd0026b5419c09517ae (Nov 15, 2012) | |||
2012-11-11 | AUDIO: remove unused variables in FM-TOWNS imuse driver | athrxx | |
2012-10-01 | AUDIO: Add support for Sam&Max's OPL3 output in our SCUMM AdLib driver. | Johannes Schickel | |
This is an initial implementation and does not implement the differences in voice allocation. | |||
2012-10-01 | AUDIO: Add easy way to write to OPL3's secondary register set. | Johannes Schickel | |
2012-09-30 | AUDIO: Switch MidiDriver_ADLIB to new OPL API. | Johannes Schickel | |
2012-09-30 | AUDIO: Properly handle AdLibPercussionChannel::noteOff. | Johannes Schickel | |
2012-09-30 | AUDIO: Comment out unused member in AdLibPart. | Johannes Schickel | |
2012-09-30 | AUDIO: Give AdLibSetParam's members more descriptive names. | Johannes Schickel | |
2012-09-30 | AUDIO: Enforce method naming guidelines in adlib.cpp. | Johannes Schickel | |
2012-09-30 | AUDIO: Enforce variable naming guidelines in adlib.cpp. | Johannes Schickel | |
2012-09-30 | AUDIO: Fix formatting in adlib.cpp. | Johannes Schickel | |
Powered by astyle.cpp. | |||
2012-09-30 | AUDIO: Rename global variables in SCUMM AdLib code. | Johannes Schickel | |
This does give them slightly nicer names and also adds a "g_" prefix to them. | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-05 | AUDIO: Silence MSVC warning about un-initialized newIncrement variable | Littleboy | |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel | |
This does not change the use of defined for some NDS source files, since they seem to be (based on?) third party code. | |||
2012-03-13 | JANITORIAL: Replace (x ? false : true) by !(x). | Christoph Mallon | |
2012-02-21 | COMMON: remove unnecessary commas | athrxx | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2012-02-11 | MT32: Replace OS X specific exp2f call with exp2. | Alyssa Milburn | |
Suggested by clone2727 to fix the build, since buildbot's ppc headers don't have exp2f. | |||
2012-02-10 | MT32: Turn off accurate WG as suggested by KingGuppy | Eugene Sandulenko | |
2012-02-09 | MT32: Fix warning | Willem Jan Palenstijn | |
The workaround for the unused parameter warning caused a warning: parameter 'patchNum' set but not used | |||
2012-02-09 | MT32: Hooked up ScummVM MIDI gain | Eugene Sandulenko | |