Age | Commit message (Expand) | Author |
2011-08-07 | Merge remote branch 'upstream/master' into soccer | Matthew Hoops |
2011-08-08 | SCUMM: Fix endian issue in captureWizPolygon. | Travis Howell |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-08-06 | SCUMM: Fix some soccer u32 code in op_1011 | Matthew Hoops |
2011-08-06 | SCUMM: Add a few more notes to soccer u32 code | Matthew Hoops |
2011-08-06 | SCUMM: Remove soccer editor-related u32 code | Matthew Hoops |
2011-08-05 | SCUMM: Fix a few more bugs in soccer u32 op_1014_sub1 | Matthew Hoops |
2011-08-05 | SCUMM: Fix another typo in soccer u32 op_1014_sub1 | Matthew Hoops |
2011-08-05 | SCUMM: Fix minor logic bug in soccer u32 op_1014 | Matthew Hoops |
2011-08-05 | SCUMM: Add note to soccer u32 op_1011 about cursor scaling | Matthew Hoops |
2011-08-04 | SCUMM: Add notes on the unused soccer u32 opcodes | Matthew Hoops |
2011-08-03 | SCUMM: Fix shadows in soccer | Matthew Hoops |
2011-08-03 | SCUMM: Fix remaining soccer u32 op_1007 bugs | Matthew Hoops |
2011-08-03 | SCUMM: Remove BluesBirthday dependency on the binary | Matthew Hoops |
2011-08-02 | SCUMM: Implement soccer u32 op_1017 | Matthew Hoops |
2011-08-02 | SCUMM: Fix soccer u32 op_1007 atan2 calls | Matthew Hoops |
2011-08-02 | SCUMM: Fix some more soccer u32 logic bugs | Matthew Hoops |
2011-08-02 | SCUMM: Fix op_1011 parameters | Matthew Hoops |
2011-08-02 | SCUMM: Implement soccer u32 op_1016 | Matthew Hoops |
2011-08-02 | SCUMM: Fix more bugs in soccer u32 spotted by fuzzie | Matthew Hoops |
2011-08-02 | SCUMM: Fix several soccer u32 logic bugs | Matthew Hoops |
2011-07-31 | SCUMM: Add code for remaining soccer u32 opcodes | Matthew Hoops |
2011-07-13 | BUILD: Allow for disabling Bink support | Matthew Hoops |
2011-07-02 | SCUMM: Add support for Bink video | Matthew Hoops |
2011-07-02 | SCUMM: Don't have MoviePlayer inherit from SmackerDecoder | Matthew Hoops |
2011-07-02 | SCUMM: Remove backslashes from Mac file names too | Matthew Hoops |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn |
2011-05-14 | SCUMM: Remove some unused var warnings (see bug #3293800) | Max Horn |
2011-05-13 | SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso... | Max Horn |
2011-05-13 | SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ... | Max Horn |
2011-05-13 | SCUMM: Add a Resource class, refactor res code around it | Max Horn |
2011-05-13 | SCUMM: Get rid of the MemBlkHeader hack | Max Horn |
2011-05-13 | SCUMM: Refactor how resource (types) are srepresented | Max Horn |
2011-05-13 | SCUMM: Move class ResourceManager to its own header | Max Horn |
2011-05-13 | SCUMM: Unify & extend index block related debug messages | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-05 | SCUMM: Use new MacCursor code instead of convertCrsrCursor() | Matthew Hoops |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-27 | SCUMM: Fix differences in soccer's u32 op_1011 | Matthew Hoops |
2011-04-27 | SCUMM: Implement soccer u32 opcodes 1013, 1019, 1020, and 1021 | Matthew Hoops |
2011-04-27 | SCUMM: Fixed compilation with MSVC | md5 |
2011-04-26 | SCUMM: Avoid long double usage | Matthew Hoops |
2011-04-26 | SCUMM: Begin work on the soccer u32 code | Matthew Hoops |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-04-05 | SCUMM: Move _heV7RoomIntOffsets from ScummEngine to ScummEngine_v70he | Max Horn |
2011-04-05 | SCUMM: Move _heV7DiskOffsets from ScummEngine to ScummEngine_v70he | Max Horn |
2011-04-05 | SCUMM: Split ScummEngine::generateFilename, move HE specifics to class ScummE... | Max Horn |
2011-04-05 | SCUMM: Move ActorHE into its own header, move some HE specific stuff out of s... | Max Horn |
2011-04-02 | SCUMM: Add support for append mode to o72_openFile() | Matthew Hoops |