aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush
AgeCommit message (Expand)Author
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-10-18BADA: Misc changes merged from appstore releaseChris Warren-Smith
2011-08-22SCUMM: Revert "Avoid calling malloc with new_size=0"Willem Jan Palenstijn
2011-08-21BADA: Avoid calling malloc with new_size=0Chris Warren-Smith
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-23ASM: Defines do not get mangleddhewg
2011-04-13SCUMM: Resolve some code duplicationMax Horn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-02-14SCUMM: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-30SCUMM: Fix Valgrind mismatched delete errors in SMUSH channel base class.David Turner
2010-10-18SCUMM: Fix out of bound access (discovered by Code Analysis in MS VS2010; tha...Max Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18Switch from Common::tag2string(foo).c_str() to tag2str(foo)Max Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-08Switch SCUMM from AppendableAudioStream to QueuingAudioStreamMax Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-09-23ops, remove some ancient changePaweł Kołodziejski
2009-09-23this should fix bug #2820389Paweł Kołodziejski
2009-09-11Remove excess spaces.Travis Howell
2009-09-06Minor constness fixesBertrand Augereau
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-11Silenced warning.Torbjörn Andersson
2009-05-11Fix bug #2678272: "FT: Russian version crashes on windows and psp"Eugene Sandulenko
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-17Hopefully fixed the regression described in bug #2299682 ("FT: Crash in the i...Torbjörn Andersson
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-29Since no one has come up with any better suggestion... this should fix #2123258Torbjörn Andersson
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ...Max Horn
2008-09-13SCUMM: Got rid of class ChunkMax Horn
2008-09-13SCUMM: Merged class Chunk & FileChunkMax Horn
2008-09-13SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunkMax Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: SCUMMMax Horn
2008-08-24remove broken code, but i'll add better feature into compression toolPaweł Kołodziejski
2008-08-18do away with the smush force redraw hackKostas Nakos