aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-23DREAMWEB: Fix code formattingBertrand Augereau
2011-07-23DREAMWEB: 'printboth' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'multidump' has a nicer signatureBertrand Augereau
2011-07-23DREAMWEB: 'printslow' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: Less registers, more params, in the text printing subsystemBertrand Augereau
2011-07-23DREAMWEB: 'printchar' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'printdirect' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'getnumber' ported to C++Bertrand Augereau
2011-07-23GOB: Fix missing sound effects in Woodruff (bug #3374170)Sven Hesse
2011-07-21TOON: Fix off-by-one use of path heap arrayMarcus Comstedt
2011-07-20TOON: Cleanup and Memory Usage Reduction fixes in PathFinding Heap.D G Turner
2011-07-20DREAMWEB: Made aboutturn() more readableEugene Sandulenko
2011-07-20DREAMWEB: Fix code formattingEugene Sandulenko
2011-07-20COMPOSER: Use AD_ENTRY1, fix copyright.Alyssa Milburn
2011-07-20COMPOSER: Remove svn keywords.Alyssa Milburn
2011-07-20DREAMWEB: Blacklist and reimplement cancelch0() and cancelch1()eriktorbjorn
2011-07-20COMPOSER: Add dirty rectangles.Alyssa Milburn
2011-07-20COMPOSER: Use singleid, and extras field for demo descriptions.Alyssa Milburn
2011-07-20COMPOSER: Minor whitespace/comment tweaks.Alyssa Milburn
2011-07-20WINCE: Update port specific READMECeRiAl
2011-07-20WINCE: Change keymapping for AGI and Simon 1 & 2CeRiAl
2011-07-20WINCE: Move initialization of TimerManager to overloaded init() method.CeRiAl
2011-07-20WINCE: Update port specific READMECeRiAl
2011-07-19COMPOSER: Clip palette fade percentage.Alyssa Milburn
2011-07-19COMPOSER: Buttons belong to libraries.Alyssa Milburn
2011-07-19COMPOSER: Run kEventUnload when appropriate.Alyssa Milburn
2011-07-19COMPOSER: Use enum values for events, rather than numeric cosntants.Alyssa Milburn
2011-07-19JANITORIAL: Fix MSVC warningsLittleboy
2011-07-19COMMON: Fix some formattingMatthew Hoops
2011-07-19DEVTOOLS: Fix typos and formatting in create_toonMatthew Hoops
2011-07-19VIDEO: Fix typo with last commitMatthew Hoops
2011-07-19COMPOSER: Implement kFuncChangeBackground.Alyssa Milburn
2011-07-19COMPOSER: Implement kFuncGetMousePos.Alyssa Milburn
2011-07-19COMPOSER: Implement kFuncClearSprites.Alyssa Milburn
2011-07-19VIDEO: Better handle failing loading Smacker videosMatthew Hoops
2011-07-19COMPOSER: Implement kFuncQuit.Alyssa Milburn
2011-07-19VIDEO: Use C++ versions of exp/ldexpMatthew Hoops
2011-07-19DREAMWEB: Add ScummVM headers, remove SVN keywords.Eugene Sandulenko
2011-07-19Merge pull request #48 from tramboi/masterEugene Sandulenko
2011-07-19BINK decoder: Fixed compilation with MSVCFilippos Karapetis
2011-07-19CREATE_PROJECT: Enabled the new Bink video support featureFilippos Karapetis
2011-07-19COMMON: Move cosine/sine tables out of header filesMatthew Hoops
2011-07-19COMMON: Renamed Integer Log2 function from log2 to intLog2.D G Turner
2011-07-19AUDIO: Fix stereo MS IMA ADPCM decodingSven Hesse
2011-07-19CODECS: Replaced Integer log2 in QDM2 with Common::Math implementation.D G Turner
2011-07-19COMMON: Document the BitStream a bit moreSven Hesse
2011-07-18Merge pull request #50 from clone2727/binkclone2727
2011-07-18SCI: Fix kFormat's handling of %c with a 0 argumentWillem Jan Palenstijn
2011-07-18DREAMWEB: Gave a proper signature to gextnextwordBertrand Augereau
2011-07-18DREAMWEB: getnextword doesn't read one byte too far any moreBertrand Augereau