Age | Commit message (Expand) | Author |
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 |
2012-09-30 | AUDIO: Rename global variables in SCUMM AdLib code. | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
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 |
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 |
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 |
2012-02-10 | MT32: Turn off accurate WG as suggested by KingGuppy | Eugene Sandulenko |
2012-02-09 | MT32: Fix warning | Willem Jan Palenstijn |
2012-02-09 | MT32: Hooked up ScummVM MIDI gain | Eugene Sandulenko |
2012-02-09 | MT32: Update MT-32 emulator to latest Munt code | Eugene Sandulenko |
2011-11-26 | ALL: unrecognised -> unrecognized. | Johannes Schickel |
2011-11-20 | AUDIO: Very small formatting fix. | Johannes Schickel |
2011-11-03 | AUDIO: remove 2 superfluous lines in Kyra1/Kyra2/LoL FM-Towns/PC-98 sound driver | athrxx |
2011-11-01 | FM-TOWNS AUDIO: make constructor of TownsAudioInterfaceInternal private | athrxx |
2011-10-28 | AUDIO: Adapt include guard names to the "new" directory name. | Johannes Schickel |
2011-10-28 | AUDIO: Slight adaptions of SID code to our guidelines. | Johannes Schickel |
2011-09-23 | AUDIO: Sync DOSBox OPL code a bit. | Johannes Schickel |
2011-09-17 | SCUMM FM-TOWNS: fix invalid mem accesses | athrxx |
2011-08-12 | AUDIO: Replace macro in emumidi code with enum. | Johannes Schickel |
2011-08-10 | CMS: Simplify code a tiny bit. | Johannes Schickel |
2011-08-10 | CMS: Do proper clipping of the sound data on generation. | Johannes Schickel |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko |
2011-07-10 | SCUMM: minor bug fix in FM-Towns midi driver | athrxx |
2011-06-23 | AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with malloc | Julien |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-06 | GRAPHICS: Get rid of kSODFont (ScummFont) | Thierry Crozat |
2011-06-06 | AUDIO: some more text tweaks | athrxx |
2011-06-06 | AUDIO: Tweak warning text | Willem Jan Palenstijn |
2011-06-05 | AUDIO: fix device detection (missing rom files for MT-32 emu) | athrxx |
2011-06-03 | FM-TOWNS AUDIO: some cleanup in midi driver code | athrxx |
2011-06-03 | AUDIO: Fix custom AdLib percussion instruments. | Alyssa Milburn |
2011-06-02 | FM-TOWNS AUDIO: fix regression | athrxx |
2011-06-02 | FM-TOWNS AUDIO: cleanup | athrxx |
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn |
2011-05-31 | AUDIO: Fix GCC Compilation Warning in FM-Towns Softsynth. | D G Turner |
2011-05-30 | FM-TOWNS AUDIO: fix destructors (thread safety) | athrxx |
2011-05-29 | FM-TOWNS AUDIO: Unlock internal mutex before calling imuse timer proc. | athrxx |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-23 | AUDIO: Explicitly instantiate & name RandomSource used by MAME OPL | Max Horn |
2011-05-21 | DS: Fix some OPL data which was incorrectly freed from the main heap on the D... | agent-q |
2011-05-20 | FM-TOWNS AUDIO: fix gcc warnings | athrxx |
2011-05-20 | FM-TOWNS AUDIO: fix thread lockups and cleanup | athrxx |
2011-05-20 | AUDIO: Remove leftover "forward" declaration after real declaration in the TO... | Johannes Schickel |