Age | Commit message (Expand) | Author |
2011-06-23 | ANALYSIS: Add static casts to is* functions | Littleboy |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-23 | ASM: Defines do not get mangled | dhewg |
2011-04-13 | SCUMM: Resolve some code duplication | Max Horn |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-02-14 | SCUMM: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-01-30 | SCUMM: Fix Valgrind mismatched delete errors in SMUSH channel base class. | David Turner |
2010-10-18 | SCUMM: Fix out of bound access (discovered by Code Analysis in MS VS2010; tha... | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-03-18 | Switch from Common::tag2string(foo).c_str() to tag2str(foo) | Max Horn |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | 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-08 | Switch SCUMM from AppendableAudioStream to QueuingAudioStream | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-09-23 | ops, remove some ancient change | Paweł Kołodziejski |
2009-09-23 | this should fix bug #2820389 | Paweł Kołodziejski |
2009-09-11 | Remove excess spaces. | Travis Howell |
2009-09-06 | Minor constness fixes | Bertrand Augereau |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-11 | Silenced warning. | Torbjörn Andersson |
2009-05-11 | Fix bug #2678272: "FT: Russian version crashes on windows and psp" | Eugene Sandulenko |
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-17 | Hopefully fixed the regression described in bug #2299682 ("FT: Crash in the i... | Torbjörn Andersson |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-29 | Since no one has come up with any better suggestion... this should fix #2123258 | Torbjörn Andersson |
2008-09-16 | Modified uncompress in common/zlib.h to return a bool, so that we don't have ... | Max Horn |
2008-09-13 | SCUMM: Got rid of class Chunk | Max Horn |
2008-09-13 | SCUMM: Merged class Chunk & FileChunk | Max Horn |
2008-09-13 | SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunk | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SCUMM | Max Horn |
2008-08-24 | remove broken code, but i'll add better feature into compression tool | Paweł Kołodziejski |
2008-08-18 | do away with the smush force redraw hack | Kostas Nakos |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-11 | SCUMM works with new GMM implementation | Christopher Page |
2008-06-26 | Fixed Symbian buildsystem for new defines. Fixed ARM asm syntax for Symbian b... | Lars Persson |
2008-05-07 | Proper delete[] formatting (this time all occurences should've been changed...) | Johannes Schickel |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-02-23 | Make codec47 cope with failed mallocs. | Robin Watts |