Age | Commit message (Expand) | Author |
2006-08-01 | Some more whitespace changes. | Torbjörn Andersson |
2006-08-01 | Whitespace. | Torbjörn Andersson |
2006-07-29 | Another little formatting and a typo fix. | Johannes Schickel |
2006-07-29 | Adding comment about forced MQ on small devices. | Johannes Schickel |
2006-07-29 | Some formatting 'fixes' | Johannes Schickel |
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson |
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at least... | Max Horn |
2006-07-22 | Speed increase for DS port - uses cache ram to store SIN_TABLE. Other versio... | Neil Millstone |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-21 | Spelling and formatting | Oystein Eftevaag |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-07-13 | Some whitespace changes to see if the CIA bot is still silent. | Torbjörn Andersson |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-07-09 | Patch #1519399: DS Backend | Max Horn |
2006-06-24 | Renamed class Timer to TimerManager (the old name was somewhat incorrect/conf... | Max Horn |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson |
2006-06-19 | Added assert to audiostream allocation since failure causes serious problems | Lars Persson |
2006-06-06 | Rename AdlibInstrument fields | Travis Howell |
2006-05-31 | Clip samp to 2047, not 2048, so that it stays positive when multiplied by 16. | Torbjörn Andersson |
2006-05-24 | Fix compressed sound in makeWAVStream() | Travis Howell |
2006-05-23 | Cleanup. | Torbjörn Andersson |
2006-05-18 | Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It | Torbjörn Andersson |
2006-05-12 | Whitespace changes. (Oh dear, now *I'm* forcing myself to large re-compiles.) | Torbjörn Andersson |
2006-05-09 | - Updated MSVC8 project files | Eugene Sandulenko |
2006-04-30 | cleanup | Max Horn |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-04-22 | Fix valgrind warning | Travis Howell |
2006-04-22 | - Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it is | Eugene Sandulenko |
2006-04-15 | cleanup | Max Horn |
2006-04-13 | Fixes possible illegal writes/segfaults in compressToType0 (added a comment a... | Johannes Schickel |
2006-04-12 | Fix typo reported in #1469339: "FluidSynth error typo" | Eugene Sandulenko |
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 |