Age | Commit message (Expand) | Author |
2010-08-03 | FMTOWNS AUDIO: minor layout change | Florian Kagerer |
2010-08-03 | SOUND: Constify waveform table; slightly simplify code | Max Horn |
2010-08-02 | TOWNS AUDIO: fix typo | Florian Kagerer |
2010-08-02 | TOWNS/PC98: Replaced some tabs with spaces. | Johannes Schickel |
2010-08-02 | TOWNS/PC98 Driver: Some formatting fixes. | Johannes Schickel |
2010-08-02 | FM-TOWNS/PC98 Sound: Strip trailing whitespaces/tabs. | Johannes Schickel |
2010-08-02 | KYRA/TOWNS AUDIO: and another fix | Florian Kagerer |
2010-08-02 | KYRA/TOWNS AUDIO: try to fix last regression | Florian Kagerer |
2010-08-02 | KYRA: FM-Towns audio driver rewrite | Florian Kagerer |
2010-07-21 | Janitorial: Removed extra semi-colon. | Torbjörn Andersson |
2010-07-21 | Strip trailing whitespaces in our common code base. | Johannes Schickel |
2010-07-17 | Remove PalmOS port | Max Horn |
2010-06-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat |
2010-06-25 | AUDIO: some fixes in the audio device code (no sound option, new GUIO flags) | Florian Kagerer |
2010-06-22 | GUI/LAUNCHER: This should fix the regression concerning pc speaker / pcjr sup... | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-08 | Modification to remove false positive "Possible divide by zero" warnings give... | David Turner |
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel |
2010-04-20 | Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessa... | Andre Heider |
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-04-09 | Add missing cases to switch statements, remove whitespace | Ori Avtalion |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-03-12 | This hopefully fixes building on win64. | Johannes Schickel |
2010-03-09 | Initialise 'releaseAdd' to avoid a Valgrind warning in Write20() when the | Torbjörn Andersson |
2010-03-08 | Add a slight comment when the DBOPL sources where synched with DOSBox. | Johannes Schickel |
2010-03-08 | Use memset instead of a custom loop for zeroing the sample buffer. | Johannes Schickel |
2010-03-08 | Cleanup. | Johannes Schickel |
2010-03-08 | Switch to the other DOSBox OPL emulator as suggested by the DOSBox developers. | Johannes Schickel |
2010-02-26 | SID: Adding DISABLE_SID option, as SID player embiggens binary by a large amo... | Neil Millstone |
2010-01-25 | - Remove "(experimental)" mark from DOSBox OPL emulator description in GUI | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-25 | Replace some more Adlib uses by AdLib. | Johannes Schickel |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-08 | Use DisposeAfterUse::Flag | Willem Jan Palenstijn |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia |
2009-12-09 | Typo... | Johannes Schickel |
2009-12-09 | This is hopefully fixing compilation of the fluidsynth code. | Johannes Schickel |
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn |
2009-11-26 | Fix warnings. | Johannes Schickel |
2009-11-26 | Add patch #2839048 - MM C64 sound/music player, with minor changes. | Travis Howell |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-14 | Wording. | Johannes Schickel |
2009-09-14 | Use struct packing for AdLib instruments like the SCUMM engine does. (And a c... | Johannes Schickel |
2009-07-29 | Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on sy... | Johannes Schickel |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |