Age | Commit message (Expand) | Author |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DVar_Register to Debugger::registerVar. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel |
2014-05-13 | SCUMM: Remove "level" command from debugger. Replaced by "debuglevel". | D G Turner |
2014-03-30 | SCUMM: Avoid potential issues casting invalid values to enum | Max Horn |
2014-03-30 | ALL: Resolve multiple clang warnings | Max Horn |
2014-03-18 | SCUMM: Fix bug #6009 "DC: FT/Dig - Sound disappears when VMU save fails" | D G Turner |
2014-03-09 | SCUMM: Define symbols before actually using them in proc3ARM.s. | Johannes Schickel |
2014-03-06 | SCUMM: Manually specify function alignment in ARM assembly. | Johannes Schickel |
2014-02-19 | SCUMM: Some British to American english | Strangerke |
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-16 | SCUMM: Janitorial - Remove trailing spaces | Strangerke |
2014-01-18 | SCUMM: Fix some GCC warnings. | Johannes Schickel |
2014-01-17 | Merge pull request #366 from clone2727/he-saves-target-name | clone2727 |
2013-11-27 | SCUMM: Small formatting fix. | Johannes Schickel |
2013-11-27 | SCUMM: Cleanup querySaveMetaInfos implementation. | Johannes Schickel |
2013-11-27 | SCUMM: Slight cleanup in detection.cpp. | Johannes Schickel |
2013-11-27 | SCUMM: Slight cleanup in savegame code. | Johannes Schickel |
2013-11-27 | SCUMM: Remove unsued method loadThumbnailFromSlot(int slot). | Johannes Schickel |
2013-11-24 | BUILD: Remove need for engine.mk in each engine directory. | D G Turner |
2013-11-24 | BUILD: Remove need for engine-plugin.h in engines. | D G Turner |
2013-11-24 | BUILD: Split engines/plugins_table header down to a file per engine. | D G Turner |
2013-11-24 | BUILD: Split engines.mk down to a single file per engine. | D G Turner |
2013-11-24 | BUILD: Split configure.engines down to a single file per engine. | D G Turner |
2013-11-03 | SCUMM: Fix potential memory leak. CID 1003586 | Eugene Sandulenko |
2013-11-01 | SCUMM: More renaming for players | Filippos Karapetis |
2013-11-01 | SCUMM: Move all players to a separate "player" directory | Filippos Karapetis |
2013-10-05 | SCUMM: Make all HE saves prepend the target name | Matthew Hoops |
2013-10-03 | SCUMM: Fix unused variable warnings | Rodrigo Rebello |
2013-09-27 | SCUMM: Add US Windows preview of Humongous Catalog. | Kirben |
2013-09-12 | Merge pull request #378 from lordhoto/pluggable-engines-translations | Johannes Schickel |
2013-09-12 | Merge pull request #360 from lordhoto/scumm-ad | Eugene Sandulenko |
2013-08-26 | SCUMM: Fix COMI regression, after commit 84d1d28373d782464bd46b10abd6b092f7eb... | Kirben |
2013-08-18 | INSANE: Mark fall through case statement. CID 1003733 | Eugene Sandulenko |
2013-08-18 | SCUMM: Read the SMAP size, not the SMAP tag itself | Torbjörn Andersson |
2013-08-18 | SCUMM: Remove unnecessary NULL check, CID 1003629 | Torbjörn Andersson |
2013-08-18 | SCUMM: Remove unnecessary NULL check, CID 1003628 | Torbjörn Andersson |
2013-08-18 | SCUMM: Remove unnecessary NULL check, CID 1003627 | Torbjörn Andersson |
2013-08-16 | SCUMM: Always confirm quit when required in HE games. | Kirben |
2013-08-16 | SCUMM: Add new variables in Nimbus Games version of Putt-Putt Saves the Zoo. | Kirben |
2013-08-15 | SCUMM: Add Remastered version of Putt-Putt Saves the Zoo from Nimbus Games. | Kirben |
2013-08-12 | I18N: Move specification of engine specific files to enginedir/POTFILES. | Johannes Schickel |
2013-08-08 | COMMON: Rename ConfigFile to INIFile. | Johannes Schickel |
2013-08-07 | Merge pull request #365 from lordhoto/protected-pixels | Johannes Schickel |
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-04 | SCUMM: Add comment about getPixels uses in BaseCostumeRenderer. | Johannes Schickel |
2013-08-04 | SCUMM: Fix Loom (and some other graphics regressions). | Johannes Schickel |
2013-08-03 | SCUMM: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | SCUMM: Take advantage of Surface::getPixels. | Johannes Schickel |