aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
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-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-10-02SAGA: Fix bug #3065113 with patched sound glitchEugene Sandulenko
2010-09-28SAGA: Fix wrong logo animation in some versions of ITETorbjörn Andersson
2010-09-28SAGA: Fix an ITE intro regressionTorbjörn Andersson
2010-09-28SAGA: Initialise _driverTypeTorbjörn Andersson
2010-09-19SAGA: Fixed bug #3068840 - "ITE: ScummVM crashes when talking on the ferry"Filippos Karapetis
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-09-14SAGA: Fix audio flags for VOC soundsWillem Jan Palenstijn
2010-08-17SAGA: fix warningEugene Sandulenko
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-07-16Removed unused variable. I believe thread->_instructionOffset serves the sameTorbjörn Andersson
2010-07-16The standalone MIDI files for one of the re-releases of Inherit the Earth areTorbjörn Andersson
2010-07-14Don't close the MIDI driver twice. It's unnecessary, and some of our driversTorbjörn Andersson
2010-07-05SAGA: Fix warning on systems where enum's are unsignedMax Horn
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-18CleanupFilippos Karapetis
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-15SAGA: fix timers.Eugene Sandulenko
2010-06-15SAGA: Fix bug #2827504.Eugene Sandulenko