Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | SCUMM HE: More work on T14 codec | Eugene Sandulenko | |
2016-05-01 | SCUMM HE: Further work on T14 codec | Eugene Sandulenko | |
2016-04-30 | SCUMM HE: Fix compilation with disabled 16bit color | Eugene Sandulenko | |
2016-04-30 | SCUMM HE: Stub for Wiz T14 compression | Eugene Sandulenko | |
2016-04-30 | SCUMM HE: Implemented Composite Wiz images | Eugene Sandulenko | |
2016-04-30 | SCUMM HE: Prepared drawWizImage for recursive calls | Eugene Sandulenko | |
2016-04-30 | SCUMM HE: Enhanced drawWizImage call arguments | Eugene Sandulenko | |
2016-04-29 | SCUMM HE: Initial code for Moonbase-specific class | Eugene Sandulenko | |
2016-04-29 | SCUMM HE: Renamed logic/moonbase.cpp to moonbase_logic.cpp | Eugene Sandulenko | |
2016-04-29 | SCUMM HE: More structure variable mapping | Eugene Sandulenko | |
2016-04-29 | SCUMM HE: Mapped WizImg struct member name | Eugene Sandulenko | |
2016-04-28 | SCUMM HE: Stubs for moonbase logic ops | Eugene Sandulenko | |
2016-04-27 | SCUMM HE: Better names for some WizParams fields | Eugene Sandulenko | |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion | |
2016-02-25 | SCUMM: Fix the lip sync animation in later HE games. | Kirben | |
2015-11-27 | HE: Proper cast to double to avoid integer division | Eugene Sandulenko | |
2014-07-22 | SCUMM: Add workaround for script bugs that caused problems in Jumping Bean ↵ | Kirben | |
mini games of Pajama Sam: Games to Play on Any Day. | |||
2014-07-22 | SCUMM: Add HE100 differences when resetting sprites. | Kirben | |
2014-02-19 | SCUMM: Some British to American english | Strangerke | |
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-18 | SCUMM: Fix some GCC warnings. | Johannes Schickel | |
2014-01-17 | Merge pull request #366 from clone2727/he-saves-target-name | clone2727 | |
RFC: Make HE games use the target name in all save files | |||
2013-10-05 | SCUMM: Make all HE saves prepend the target name | Matthew Hoops | |
This makes HE follow the ScummVM convention of using the target name everywhere. It also fixes having more than one team in both soccer and football. Loading old saves will still work and they will be tried if the newer save names are not found. | |||
2013-08-18 | SCUMM: Remove unnecessary NULL check, CID 1003627 | Torbjörn Andersson | |
Since ah->data is an array, it can't ever be NULL. | |||
2013-08-16 | SCUMM: Always confirm quit when required in HE games. | Kirben | |
2013-08-08 | COMMON: Rename ConfigFile to INIFile. | Johannes Schickel | |
This clears up that 'ConfigFile' is actually a class handling only INI-files. | |||
2013-08-07 | Merge pull request #365 from lordhoto/protected-pixels | Johannes Schickel | |
Make Graphics::Surface::pixels protected. | |||
2013-08-04 | SCUMM: Fix backwards-in-same-array case of v72he::copyArray. | Alyssa Milburn | |
2013-08-04 | SCUMM: Add detection/version for Moonbase Commander v1.1. | Alyssa Milburn | |
2013-08-03 | SCUMM: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SCUMM: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2013-06-02 | SCUMM: Remove unused variable _quit | Torbjörn Andersson | |
CID 1003018 | |||
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops | |
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows. | |||
2013-04-29 | SCUMM HE: fix crash introduced in a10ad272a84 | Eugene Sandulenko | |
2013-04-29 | SCUMM: Fix o100_videoOps subOp 0 | Matthew Hoops | |
football2002 endzone videos now display | |||
2013-04-28 | SCUMM HE: Plug memory leak. CID 1003582 | Eugene Sandulenko | |
2013-04-23 | SCUMM: Fix football2002 field coordinates | Matthew Hoops | |
2013-04-22 | SCUMM: Fix a bug in football's nextPoint U32 opcode | Matthew Hoops | |
Seems to fix bug #3495704 | |||
2013-04-18 | ENGINES: Remove a bunch of unused private member variables | Max Horn | |
All instances uncovered by clang warnings. | |||
2013-01-09 | SCUMM: Cleanup ScummEngine_v80he::createSound() | Matthew Hoops | |
Added some comments to make it more readable. Switched usage of a temporary buffer and a double memcpy with a memmove. Also fixed a potential out-of-bounds write, thanks to LordHoto. | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-08-26 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS devtools/credits.pl gui/credits.h | |||
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops | |
2012-07-25 | VIDEO: Convert Bink to the new AdvancedVideoDecoder API | Matthew Hoops | |
2012-07-23 | VIDEO: Rewrite SmackerDecoder to use the new API | Matthew Hoops | |
2012-06-24 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-06-17 | Merge pull request #244 from clone2727/football2002-wday | Johannes Schickel | |
COMMON: Add tm_wday to our TimeDate struct | |||
2012-06-16 | Merge remote branch 'upstream/master' into pegasus | 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 | |
Fixes black lines appearing on the field in football/football2002 and some soccer2004 menus. |