aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-02MIDI: Fix for bug #3170988 - "MONKEY2: Messed up MT-32 music"Filippos Karapetis
2011-01-31SAGA: Simplified loadActorResources() and removed the unused _disabled fieldFilippos Karapetis
2011-01-31SAGA: Fixed compilation with MSVCFilippos Karapetis
2011-01-31SAGA: Fixed compilationFilippos Karapetis
2011-01-31SAGA: Fixed some typos, and removed an obsolete commentFilippos Karapetis
2011-01-31SAGA: Split the resource patching code into appropriate game-specific resourc...Filippos Karapetis
2011-01-31SAGA: Turned several unnecessarily inherited classes into typedefsFilippos Karapetis
2011-01-31SAGA: Rewrote the MacBinary resource loading codeFilippos Karapetis
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2011-01-08SAGA: Include scummsys.h to force rebuild after reconfigureWillem Jan Palenstijn
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-11-23COMMON: Remove default value for endianess in ReadStreamEndian subclassesMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avo...Max Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-10-24SAGA: reduce memory usageAndrew Kurushin
2010-10-24SAGA: fix SAGA_DEBUG; fix IHNM cutaway typoAndrew Kurushin
2010-10-24SAGA: fix const cast warnsAndrew Kurushin
2010-10-24SAGA: replace Resource:loadResource malloc with ByteArray classAndrew Kurushin
2010-10-24SAGA: replace Scene::_resourceList, Interface::_inventory malloc arrays with ...Andrew Kurushin
2010-10-24SAGA: replace Actor::_actors and _objs malloc base arrays with Common::ArrayAndrew Kurushin
2010-10-24ALL: Fix various typos (patch #3093266)Max Horn
2010-10-23SAGA: replace Events malloc base linked list with Common::ListAndrew Kurushin
2010-10-23SAGA: fix typoAndrew Kurushin
2010-10-23SAGA: replace decodeBGImage malloc with ByteArrayAndrew Kurushin
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-10-23SAGA: Add some const qualifiers to SagaEngine methodsMax Horn
2010-10-23SAGA: Improve comment for ByteArray::getBuffer()Max Horn
2010-10-22SAGA: fix gcc size_t warnsAndrew Kurushin
2010-10-22SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...Andrew Kurushin
2010-10-21SAGA: fix gcc warnAndrew Kurushin
2010-10-21SAGA: replace Script and Thread "::*alloc" & "::free" with Common::ArrayAndrew Kurushin
2010-10-21SAGA: unroll IsoMap::drawTile buffer copy loop; refactor Sprite::drawClipAndrew Kurushin
2010-10-20SAGA: Fix warning: comparison of unsigned expression < 0 is always falseMax Horn
2010-10-20SAGA: replace Sprite "::*alloc" & "::free" with Common::ArrayAndrew Kurushin
2010-10-20SAGA: replace Font "::*alloc" & "::free" with Common::ArrayAndrew Kurushin
2010-10-20SAGA: replace StringTable "::realloc" with Common::Array; reduce amount of me...Andrew Kurushin
2010-10-20SAGA: Silence warningTorbjörn Andersson
2010-10-19SAGA: SAGA: replace SpriteList "::realloc" with Common::ArrayAndrew Kurushin
2010-10-19SAGA: replace Actors "::realloc" with Common::ArrayAndrew Kurushin
2010-10-19SAGA: fix submit 53486 "Added sanity checks for realloc() calls - bug report ...Andrew Kurushin
2010-10-15SAGA: Added sanity checks for realloc() calls - bug report #3087852Filippos Karapetis
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-10-02SAGA: Fix bug #3065113 with patched sound glitchEugene Sandulenko