Age | Commit message (Expand) | Author |
2010-01-31 | Switch makeADPCMStream to DisposeAfterUse::Flag | Max Horn |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-28 | Hide VagStream implementation, only expose it via a factory method | Max Horn |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Convert more engines from Mixer::playRaw to Mixer::playInputStream | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn |
2010-01-08 | Switch Tinsel, MADE and some of the video players to QueuedAudioStream | Max Horn |
2010-01-07 | Make VagStream a RewindableAudioStream. | Johannes Schickel |
2010-01-03 | LordHoto spotted the same kind of overlapping strcpy() call in one more place. | Torbjörn Andersson |
2010-01-03 | Don't uses strcpy() on overlapping memory areas. It's undefined. | Torbjörn Andersson |
2009-12-29 | Corrected the Russian Discworld 1 MD5 values | Paul Gilbert |
2009-12-28 | Added MD5 data for Russian Discworld 1 | Paul Gilbert |
2009-12-15 | Got rid of ReadStream::ioFailed() | Max Horn |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-23 | COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn... | Max Horn |
2009-11-09 | TINSEL: cleanup | Max Horn |
2009-11-09 | TINSEL: Mark all functions in dialogs.cpp explicitly as public (=extern) or p... | Max Horn |
2009-11-09 | TINSEL: Make some const tables static; move static int priorVolMusic into Set... | Max Horn |
2009-11-09 | TINSEL: Simplifying PolyTinselProcess | Max Horn |
2009-11-09 | TINSEL: Add EnablePointing() & DisablePointing() to pdisplay.h; turn DisableP... | Max Horn |
2009-11-02 | TINSEL: Small correction to the previous hotfix for _vm->_config crash | Max Horn |
2009-11-02 | TINSEL: Fix regression caused by the introduction of _vm->_config; proper fix... | Max Horn |
2009-11-02 | TINSEL: Add isValidObject(OBJECT *obj) function; make objectList & currentCD ... | Max Horn |
2009-11-02 | TINSEL: Turn config code into a simple C++ class | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-27 | TINSEL: Formatting cleanup, remove a dead var, tweaked comment to Get/SetNoBl... | Max Horn |
2009-10-27 | TINSEL: Add some debugging code; fix LockMem() regression | Max Horn |
2009-10-27 | TINSEL: Rename Poly pp to ptp in various places, for consistency; cleanup | Max Horn |
2009-10-27 | TINSEL: Make HeapCompact local to heapmem.cpp; add code to print heap statistics | Max Horn |
2009-10-27 | TINSEL: Changed heap manager to use malloc internally | Max Horn |
2009-10-27 | TINSEL: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ... | Max Horn |
2009-10-26 | TINSEL: Fix warning again | Max Horn |
2009-10-26 | TINSEL: Make MEM_NODE internal to heapmem.cpp | Max Horn |
2009-10-26 | TINSEL: cleanup | Max Horn |
2009-10-26 | TINSEL: Fix handling of free memory blocks | Max Horn |
2009-10-26 | Change assert parameter to match the comment above it. | Johannes Schickel |
2009-10-26 | Silence GCC warning. | Torbjörn Andersson |
2009-10-26 | TINSEL: Further untangle memory managment. | Max Horn |
2009-10-26 | TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value o... | Max Horn |
2009-10-26 | TINSEL: Remove dead stuff from memory managment code, doxygenify some comments | Max Horn |
2009-10-26 | TINSEL: Remove DWM_FIXED and add new MemoryAllocFixed() function | Max Horn |