Age | Commit message (Expand) | Author |
2016-05-14 | SCUMM HE: Fixes and comments to video playback code | Eugene Sandulenko |
2016-04-27 | SCUMM HE: Better names for some WizParams fields | Eugene Sandulenko |
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-10-05 | SCUMM: Make all HE saves prepend the target name | Matthew Hoops |
2012-06-15 | SCUMM: Fix rect bounds in getPolygonOverlap() | Matthew Hoops |
2012-06-15 | SCUMM: Adjust some wiz image ops and flood fill rects | Matthew Hoops |
2012-05-28 | SCUMM: Fix error in spyfox iOS credits | Matthew Hoops |
2011-11-27 | SCUMM: Add support for Putt-Putt Saves the Zoo iOS | Matthew Hoops |
2011-08-28 | SCUMM: Add basic support for setOffHeap resource flag in HE90+ games. | Travis Howell |
2011-07-02 | SCUMM: Don't have MoviePlayer inherit from SmackerDecoder | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-19 | SCUMM: Changed usage of PI to M_PI (normally defined in math.h) | md5 |
2010-10-23 | SCUMM: Skip endian conversion on little endian systems (instead of assigning ... | Max Horn |
2010-10-21 | SCUMM: Remove redundant call to checkArrayLimits | Max Horn |
2010-10-21 | SCUMM: Document ScummEngine_v90he::sortArray | Max Horn |
2010-10-21 | SCUMM: Correct a copy and paste error in compareByteArray/compareByteArrayRev... | Travis Howell |
2010-10-21 | SCUMM: Revert revision 45302, which caused regressions when random team is se... | Travis Howell |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-17 | Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th... | Matthew Hoops |
2009-10-21 | SCUMM: Get rid of 'static int sortArrayOffset' by tweaking ScummEngine_v90he:... | Max Horn |
2009-08-13 | Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-... | Travis Howell |
2009-08-12 | Fix building with specific games disabled in MSVC. | Travis Howell |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-07-23 | Fix bug #1726909 - HE Games: Glitches after loading saved games, by restircti... | Travis Howell |
2009-06-06 | Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-... | Travis Howell |
2009-06-05 | Minor cleanup. | Travis Howell |
2009-06-04 | Fix the color of Poodles Galore's finger nails in Spy Fox 3. | Travis Howell |
2009-06-04 | Add 16bit color support for later HE games. | Travis Howell |
2009-06-03 | Cleanup. | Travis Howell |
2009-04-16 | SCUMM: Compacted various setupOpcodes() implementations by using the fact tha... | Max Horn |
2009-04-16 | SCUMM: Got rid of o6_invalid | Max Horn |
2009-04-16 | SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it) | Max Horn |
2009-01-04 | Fix no input, when playing cards in Blue's 123 Time Activies. | Travis Howell |
2008-12-27 | Fix video playback in Blue's Clues games. | Travis Howell |
2008-09-25 | SCUMM: Moved more stuf from class Actor to ActorHE | Max Horn |
2008-09-25 | SCUMM: Moved Actor::drawActorToBackBuf to class ActorHE | Max Horn |
2008-09-05 | Use exact case numbers, to avoid unneeded subtractions. | Travis Howell |
2008-01-06 | Resort a few cases and opcodes in HE code. | Travis Howell |
2007-12-28 | Move more HE code to HE71, to reduce code size, when using DISABLE_HE option. | Travis Howell |
2007-12-27 | Enable Windows version of early HE games by default, to match already enabled... | Travis Howell |
2007-11-25 | Add stub for wizImages thickLine code. | Travis Howell |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-08 | Rename setFilePath opcode to createDirectory, in order to reflect the opcodes... | Travis Howell |
2007-01-28 | Moved some stuff from CharsetRenderer (back) to ScummEngine, added comments | Max Horn |
2006-11-24 | Add findBox opcode for Hebrew version of Freddi Fish 1 | Travis Howell |
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical order... | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-07-06 | Fix off by one, in the stomach of pajama3 | Travis Howell |
2006-06-28 | Add eriktorbjorn's patch for DXA unification, with more changes | Travis Howell |