aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-10-19SWORD25: Enforce code naming conventions in gfx/image/imageloader*Eugene Sandulenko
2010-10-19SWORD25: Fix engine exit when running without theoradecEugene Sandulenko
2010-10-19SWORD25: Enforce code naming conventions in gfx/graphicengine*Eugene Sandulenko
2010-10-19SWORD25: Properly implement GraphicEngine::fill()Eugene Sandulenko
2010-10-19LASTEXPRESS: Changed some spaces to tabsTorbjörn Andersson
2010-10-19SCUMM/FM-TOWNS JAPANESE: minor fix in last commitFlorian Kagerer
2010-10-19SCUMM/FM-TOWNS JAPANESE: implement flipped textFlorian Kagerer
2010-10-19SAGA: fix submit 53486 "Added sanity checks for realloc() calls - bug report ...Andrew Kurushin
2010-10-19SCI: fixing possible deadlock inside clearPlaylistMartin Kiewitz
2010-10-19SWORD25: Fix for Valgrind identified memory leakPaul Gilbert
2010-10-19SWORD25: Simplify log listener code (and get rid of another global constructor)Max Horn
2010-10-19SWORD25: Destroy singletons upon engine exit (untested, may lead to crash upo...Max Horn
2010-10-19SWORD25: Some code cleanupMax Horn
2010-10-19SWORD25: Move BS_ServiceInfo to service_ids.h and turn it into a POD structMax Horn
2010-10-19SWORD25: Optimize ReverseArray, move it to only place it is usedMax Horn
2010-10-19LASTEXPRESS: Fix warning about empty loop bodyMax Horn
2010-10-19SWORD25: Work around for bug in Mac OS X 10.2 SDKMax Horn
2010-10-19SWORD25: Added operator= to Polygon classPaul Gilbert
2010-10-19SWORD25: Fix cppcheck warnings in BS_Log::LogPrefixPaul Gilbert
2010-10-19SWORD25: Fix cppcheck warningTorbjörn Andersson
2010-10-19LASTEXPRESS: Merge parameter creation into resetCurrentParameters()Julien Templier
2010-10-19LASTEXPRESS: Rewrite resetCurrentParameters to use a temporary varJulien Templier
2010-10-18SCUMM/FM-TOWNS JAPANESE: fix font spacing issuesFlorian Kagerer
2010-10-18LASTEXPRESS: Add md5sums of German TLE.Johannes Schickel
2010-10-18LASTEXPRESS: Check for a valid sequence in SequenceFrame::getNameJulien Templier
2010-10-18SWORD25: Since ssize_t might not be available on all platforms use size_t for...Johannes Schickel
2010-10-18SWORD25: Fix compilation on 64bit arches by casting a pointer to ssize_t inst...Johannes Schickel
2010-10-18SWORD25: Use const_cast to cast away constness.Johannes Schickel
2010-10-18LASTEXPRESS: Fix GCC warningsJulien Templier
2010-10-18LASTEXPRESS: Implement 3 more AI logic functionsJulien Templier
2010-10-18SCUMM: Silence MSVC 2010 code analysis warningMax Horn
2010-10-18SCUMM: INSANE: fix a long standing bug discovered by static code analysisEugene Sandulenko
2010-10-18CONFIGURE: Plug in Last Express engineEugene Sandulenko
2010-10-18LASTEXPRESS: Merge in the engine.Eugene Sandulenko
2010-10-18SCUMM: Fix out of bound access (discovered by Code Analysis in MS VS2010; tha...Max Horn
2010-10-18SCUMM: Simplify SO_LOAD_STRING codeMax Horn
2010-10-18SCUMM: Add paranoia checkMax Horn
2010-10-18SCUMM: Fix potential bug in ScummEngine::resStrLen.Max Horn
2010-10-18SCUMM: Move common code from ScummEngine::fetchScript* to new method.Max Horn
2010-10-18SWORD25: Fix warningEugene Sandulenko
2010-10-18SWORD25: Renamed Lua .c files to .cpp and make it compilableEugene Sandulenko
2010-10-18SCUMM: Fix parts of bug #3087898 (SCUMM: Code analysis warnings)Max Horn
2010-10-18SWORD25: Fix Valgrind reported uninitialised errorsPaul Gilbert
2010-10-18SWORD25: Fix for Valgrind identified errorsPaul Gilbert
2010-10-18SCUMM: Check the sound channel is valid, before checking the sound channel.Travis Howell
2010-10-18SCUMM: Check the sound channel is valid, before checking the sound channel.Travis Howell
2010-10-18SCUMM: Correct incorrect demo entry for Backyard Football 2002.Travis Howell
2010-10-17SCUMM/FM-TOWNS: more improvements to japanese font drawingFlorian Kagerer
2010-10-17SCUMM: Fix Macintosh demo of Putt-Putt Joins the Parade.Travis Howell
2010-10-17SCI: Added comments for the unmapped SCI2/SCI2.1 kernel functionsFilippos Karapetis