Age | Commit message (Expand) | Author |
2006-04-07 | GP32 uses custom version of libtremor, so update header path. | Won Star |
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko |
2006-04-04 | Since our debug() adds an exclamation mark at the message end, remove | Eugene Sandulenko |
2006-04-04 | Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead | Max Horn |
2006-04-02 | With this change, backends are now responsible for instantiating their OSyste... | Max Horn |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2006-03-19 | Updated/added some comments on VOC/WAVE functions | Max Horn |
2006-03-19 | Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStream | Travis Howell |
2006-03-14 | Added workaround in FMOPL for the pathological case where a note was turned off | Torbjörn Andersson |
2006-03-14 | Fixed a potential bug that could cause memory to be read out-of-bounds. | Torbjörn Andersson |
2006-03-04 | WIP of maemo port | Eugene Sandulenko |
2006-03-03 | Hiding the implementation of ADPCMInputStream from the public, in favor of a ... | Max Horn |
2006-03-03 | It's really 'MPEG', not 'Mpeg' | Max Horn |
2006-03-03 | Explain the (admittedly strange) usage of some of our makeXXXStream factory f... | Max Horn |
2006-02-27 | SysEx data now passed around with const pointers. Permits simplification of s... | Jamieson Christian |
2006-02-25 | Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221) | Max Horn |
2006-02-23 | fixed warnings for msvc7 | Paweł Kołodziejski |
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null a... | Max Horn |
2006-02-11 | - Use midi drivers only when needed | Chris Apers |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-07 | Removed .cvsignore files | Max Horn |
2006-01-30 | Wrong #ifdef | Chris Apers |
2006-01-27 | Fix memory leak, if called directly. | Travis Howell |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2006-01-14 | Lowered FluidSynth's default gain, and added config file and command-line | Torbjörn Andersson |
2005-12-30 | * Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI). | Max Horn |
2005-12-29 | Disable 'coreaudio' driver name alias for now -- it makes the CoreAudio drive... | Max Horn |
2005-12-29 | MidiDriver: Some cleanup, added some comments/TODOs, preparations for a poten... | Max Horn |
2005-12-27 | Fix MI1 & BS1 bugs reported in #1276592 - both are related to the number of o... | Joost Peters |
2005-12-26 | New CoreMIDI midi backend for OS X | Max Horn |
2005-12-11 | Simplify ADPCM IMA decoding (based on IMA docs). The result will only be 99.9... | Max Horn |
2005-12-09 | Unified IMA code a little bit | Max Horn |
2005-12-09 | URL pointing to an IMA format reference | Max Horn |
2005-12-03 | 1. New build structure for Symbian builds to allow easier build and project u... | Lars Persson |
2005-12-03 | Not needed anymore :) | Chris Apers |
2005-12-03 | Fixed (wrongly) changed address in the header. | Johannes Schickel |
2005-12-02 | Updated to follow ScummVM coding standards i.e spaces, indents & "studpid" th... | Lars Persson |
2005-12-01 | Working Vorbis support for Symbian OS | Lars Persson |
2005-11-27 | Patch #1341626: "New GP32 port" | Eugene Sandulenko |
2005-11-13 | Revert as requested. | Travis Howell |
2005-11-11 | Fix sound looping regression in simon2 (Windows). | Travis Howell |
2005-11-06 | the PSP port of libtremor was updated, so this define is no longer needed | Joost Peters |
2005-11-02 | Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile inc... | Max Horn |
2005-10-21 | Fix MS IMA ADPCM decoder. I like Microsoft so much for reinventing another | Eugene Sandulenko |
2005-10-19 | Improved IMA ADPCM decoder. It appeared that MS violated yet another standard | Eugene Sandulenko |
2005-10-19 | Simplified common buffer reader. Implemented now unused Microsoft IMA | Eugene Sandulenko |
2005-10-18 | Fix bug #1221549 "MT32emu: doesn't compile under gcc 3.4.2 / i386" | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-12 | PalmOS ARM too | Chris Apers |