aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-30Get rid of Common::String::emptyString, and also of some port specific hacker...Max Horn
2009-12-30MOHAWK: Stop using String::emptyStringMax Horn
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-12-30spellingMax Horn
2009-12-30remove bad hackery caused by n64 port and avoid polluting StdioStream using a...Fabio Battaglia
2009-12-30SCI: palette merging / comment additionMartin Kiewitz
2009-12-30SCI: fix palette merging (fixes lsl1demo right at the beginning and sq5 wilco...Martin Kiewitz
2009-12-30SCI/newmusic: fix loop logicMartin Kiewitz
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-12-30Mention Sega CD in NEWS fileEugene Sandulenko
2009-12-30Patch #2923628: "SOMI: Kanji support for japanese MegaCD version"Eugene Sandulenko
2009-12-30SCI/newmusic: update loop selector when track is finished (fixes hq1 ending, ...Martin Kiewitz
2009-12-30Corrected an old comment.Torbjörn Andersson
2009-12-30SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t...Filippos Karapetis
2009-12-30SCI/new sound code:Filippos Karapetis
2009-12-30Now it says "libraries" again joostp.Johannes Schickel
2009-12-30Mark MSVC 2010 as experimental in the tool's help output too.Johannes Schickel
2009-12-30Commit of modified patch 7 "Mention 2010 version in tools README" from fr #28...Johannes Schickel
2009-12-30Commit of patch 6 "Add MSVC10 dists folder (batch file and readme)" from fr #...Johannes Schickel
2009-12-30Commit of patch 5 "Add MSVC10 project & solution" from fr #2891357 "create_ms...Johannes Schickel
2009-12-30Commit of slightly modified (formatting only) patch 4 "Add MSVC10 support" fr...Johannes Schickel
2009-12-30Commit patch 3 "Silence warnings (in project files)" from fr #2891357 "create...Johannes Schickel
2009-12-30Commit patch 2 "Simplify createBuildProp code" from fr #2891357 "create_msvc:...Johannes Schickel
2009-12-30Commit patch 1 "Extract version specific code" from fr #2891357 "create_msvc:...Johannes Schickel
2009-12-30SCI32:Matthew Hoops
2009-12-30Formatting.Johannes Schickel
2009-12-30Fix bug #2923380 (AMIGAOS4: Compiler error)Jordi Vilalta Prat
2009-12-30Switched to the new pathfinding code, after talking with waltervnFilippos Karapetis
2009-12-30Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes t...Matthew Hoops
2009-12-30Wrapped some IHNM-specific code around appropriate ifdef'sFilippos Karapetis
2009-12-30Fixed warningsFilippos Karapetis
2009-12-30Update comments to reflect the changes used for Mohawk.Matthew Hoops
2009-12-30Whitespace fixesMatthew Hoops
2009-12-30Initial implementation of the SCI21 kList kernel function (which calls all th...Filippos Karapetis
2009-12-30SCI: support for uncompressed sci1 views (fixes qfg3 demo)Martin Kiewitz
2009-12-30SCI32: Moved all the list related kernel functions inside klists.cpp, and imp...Filippos Karapetis
2009-12-30Implemented ListFirstTrue(), thanks to the help of waltervn. Now, buttons can...Filippos Karapetis
2009-12-30SCI32: added handling of variable selectors in kListEachElementDo() and silen...Filippos Karapetis
2009-12-30SCI32: added some of clone2727's changes to kArray and kString, and implement...Filippos Karapetis
2009-12-30Updated documentation of the VMD decoder to indicate which SCI32 games used V...Filippos Karapetis
2009-12-30The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...Filippos Karapetis
2009-12-30Removed some unnecessary whitespace. Changed some spaces to tabs.Torbjörn Andersson
2009-12-30Re-indentet switch() blocks to follow ScummVM indentation style. (I've alwaysTorbjörn Andersson
2009-12-30Silence some warnings seen in the buildbot.Matthew Hoops
2009-12-29SCI/newmusic: fixed fading (fixes gk1 demo, park area)Martin Kiewitz
2009-12-29Add Mohawk engine code. Part 2/3: common code changes.Eugene Sandulenko
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko
2009-12-29Fix warningEugene Sandulenko
2009-12-29SCI: returning back raw == 0, when script trying to access invalid memoryMartin Kiewitz
2009-12-29SCI: dont crash when scripts are trying to access invalid memory (fixes intro...Martin Kiewitz