aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
AgeCommit message (Expand)Author
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-04COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPaletteMax Horn
2011-05-14SCUMM: Remove some unused var warnings (see bug #3293800)Max Horn
2011-05-13SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso...Max Horn
2011-05-13SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ...Max Horn
2011-05-13SCUMM: Add a Resource class, refactor res code around itMax Horn
2011-05-13SCUMM: Get rid of the MemBlkHeader hackMax Horn
2011-05-13SCUMM: Refactor how resource (types) are srepresentedMax Horn
2011-05-13SCUMM: Move class ResourceManager to its own headerMax Horn
2011-05-13SCUMM: Unify & extend index block related debug messagesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-05SCUMM: Use new MacCursor code instead of convertCrsrCursor()Matthew Hoops
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-27SCUMM: Fix differences in soccer's u32 op_1011Matthew Hoops
2011-04-27SCUMM: Implement soccer u32 opcodes 1013, 1019, 1020, and 1021Matthew Hoops
2011-04-27SCUMM: Fixed compilation with MSVCmd5
2011-04-26SCUMM: Avoid long double usageMatthew Hoops
2011-04-26SCUMM: Begin work on the soccer u32 codeMatthew Hoops
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-04-05SCUMM: Move _heV7RoomIntOffsets from ScummEngine to ScummEngine_v70heMax Horn
2011-04-05SCUMM: Move _heV7DiskOffsets from ScummEngine to ScummEngine_v70heMax Horn
2011-04-05SCUMM: Split ScummEngine::generateFilename, move HE specifics to class ScummE...Max Horn
2011-04-05SCUMM: Move ActorHE into its own header, move some HE specific stuff out of s...Max Horn
2011-04-02SCUMM: Add support for append mode to o72_openFile()Matthew Hoops
2011-04-01SCUMM: Make sure finalize is called from o60_closeFile()Matthew Hoops
2011-04-01SCUMM: Stub off file append mode in o72_openFile()Matthew Hoops
2011-03-19SCUMM: Changed usage of PI to M_PI (normally defined in math.h)md5
2011-03-06SCUMM: Use the new WinCursor code in SCUMM HEMatthew Hoops
2011-02-22COMMON: Begin to merge some NE/PE codeMatthew Hoops
2011-02-22SCUMM: Use the new PEResources class for HE cursorsMatthew Hoops
2011-02-14SCUMM: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-25SCUMM: Restore the missing copyright for the PE code (wrongfully removed in r...Matthew Hoops
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-11-23SCUMM: Use explicit XOR decoding code in BaseScummFile subclassesMax Horn
2010-11-23SCUMM: Replace Common::File uses by SeekableReadStream and SearchManMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-01ENGINES: Replace many printfs by warning/debug/debugNMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-23SCUMM: Skip endian conversion on little endian systems (instead of assigning ...Max Horn
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-10-23SCUMM: Disable multiplayer option in Backyard Baseball 2001.Travis Howell
2010-10-23SCUMM: Fix buffer overflow, that was causing crashes when saving in Backyard ...Travis Howell
2010-10-21SCUMM: Remove redundant call to checkArrayLimitsMax Horn
2010-10-21SCUMM: Document ScummEngine_v90he::sortArrayMax Horn