Age | Commit message (Expand) | Author |
2014-05-27 | ALL: Make Debugger command function names conform to our guidelines. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel |
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops |
2014-02-18 | SAGA: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-26 | Merge pull request #375 from digitall/engineAutoPlug | Johannes Schickel |
2013-11-24 | SAGA: Janitorial - Fix spacing errors | Strangerke |
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-10-08 | SAGA: Remove unused assignment. CID 1002506 | Eugene Sandulenko |
2013-10-08 | SAGA: Remove unused assignment. CID 1002505 | Eugene Sandulenko |
2013-10-02 | SAGA: Clean up variable scope | Willem Jan Palenstijn |
2013-10-02 | SAGA: Silent Cppcheck warning in Sprite::loadList(). | Rodrigo Rebello |
2013-08-03 | SAGA: Take advantage of Sufrace::getPixels. | Johannes Schickel |
2013-08-03 | SAGA: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2013-07-15 | SAGA: Fix CID 1002507. Unused pointer value. | Eugene Sandulenko |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse |
2013-07-02 | SAGA: Fix odd memcmp() conditions, as reported by clang | Filippos Karapetis |
2013-06-08 | SAGA: Add "fallthrough" comments to switch. CID 1003742, 1003743 | Torbjörn Andersson |
2013-06-01 | SAGA: Add missing "break"s | Torbjörn Andersson |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2013-05-01 | SAGA: Fix some non-initialized variables in the Music class - CID 1003131 | Filippos Karapetis |
2013-04-28 | SAGA: Null terminate string. CID 1003869 | Eugene Sandulenko |
2013-04-28 | SAGA: Fix potentially unitialized pointer. CID 1003186, CID 1003187, CID 1003... | Eugene Sandulenko |
2013-04-28 | SAGA: Null terminate string. CID 1003870 | Eugene Sandulenko |
2013-04-28 | SAGA: Null terminate string. CID 1003868 | Eugene Sandulenko |
2013-04-27 | SAGA: Fix memory leak in Mac version of IHNM | Torbjörn Andersson |
2013-01-09 | SAGA: Silence C++11 narrowing warnings. | Johannes Schickel |
2013-01-06 | SAGA: Update to new IFFDecoder for PBM images | Tomas Jakobsson |
2012-12-13 | Merge pull request #293 from clone2727/qtmidi | clone2727 |
2012-11-11 | SAGA: Add support for played time | Filippos Karapetis |
2012-11-11 | SAGA: Fix bug #3564919 - "SAGA: IHNM Spanish: Spiritual Barometer doesn't cha... | Filippos Karapetis |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-12 | SAGA: Add support for IHNM Mac music | Matthew Hoops |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops |
2012-08-20 | SAGA: Remove incorrect free() in loadShortenFromStream() | Filippos Karapetis |
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops |
2012-07-23 | VIDEO: Rewrite SmackerDecoder to use the new API | Matthew Hoops |
2012-07-03 | SAGA: Slight cleanup in querySaveMetaInfos implementation. | Johannes Schickel |
2012-06-20 | Merge pull request #246 from lordhoto/osystem-void-buffers | Johannes Schickel |
2012-06-17 | SAGA: Workaround fix for IHNM pathfinding glitches. | D G Turner |
2012-06-16 | SAGA: Get rid of casts on OSystem::copyRectToScreen calls. | Johannes Schickel |
2012-05-20 | SAGA: Fix bug #3528338 - "ITE: Subtitles always shown in introduction" | Filippos Karapetis |
2012-03-13 | JANITORIAL: Use appropriate type for loop counter. | Christoph Mallon |
2012-03-13 | JANITORIAL: Remove unnecessary empty default constructors/destructors. | Christoph Mallon |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |