aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
AgeCommit message (Expand)Author
2013-08-03HUGO: Do not set Surface::pixels directly anymore.Johannes Schickel
2013-08-03HUGO: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03HUGO: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-26HUGO: Fix some uninitialized variables. CID 1002887Strangerke
2013-04-21HUGO: Add missing initializations in intro constructors. CID 1002884 and 1002885Strangerke
2013-04-19HUGO: Initialize variables in Hugo engine constructor. CID 1002886Strangerke
2013-04-17HUGO: Fix Uninitialized scalar variablesStrangerke
2012-12-13COMMON: Add wrapper for isprint.Johannes Schickel
2012-09-14HUGO: Use surface width instead of its pitch when copying to raw memory blobsFilippos Karapetis
2012-09-13HUGO: Switch to the common PCX decoderFilippos Karapetis
2012-07-03HUGO: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-06-18HUGO: Remove F9 key handlingStrangerke
2012-06-18HUGO: Missing file in previous commitStrangerke
2012-06-18HUGO: Remove dead codeStrangerke
2012-06-13HUGO: Rename pointersStrangerke
2012-06-13HUGO: Rename structs and enumsStrangerke
2012-06-13HUGO: More renamingStrangerke
2012-06-13HUGO: Use Common::Point in pathfindingStrangerke
2012-06-13HUGO: Some more renamingStrangerke
2012-06-13HUGO: Some more renamingStrangerke
2012-06-13HUGO: Apply coding convention (in progress)Strangerke
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2012-03-20GRAPHICS: Rewrite ImageDecoder to have an improved APIMatthew Hoops
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2012-02-02HUGO: Fix keyHandler (noticed by Strangerke).Alyssa Milburn
2011-12-12HUGO: Fix warning about hidden pause() method from parent classMax Horn
2011-11-30HUGO: Remove obsolete todoStrangerke
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-06HUGO: Take into account wjp's and LordHoto's suggestionsStrangerke
2011-11-05HUGO: Fix a CppCheck warning reported by Tetsuo55Strangerke
2011-11-03HUGO: Fix warningsEugene Sandulenko
2011-10-31HUGO: Rename Sequence Index Direction Enums.D G Turner
2011-10-31HUGO: Change _UP to __UP to avoid definition conflict on some backends.Matt Lewandowsky
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-09-08HUGO: Improvements to SoundHandler::pcspkr_player().Alyssa Milburn
2011-09-08HUGO: Made some static data const.Johannes Schickel
2011-09-08JANITORIAL: Fix some formatting glitches in gob, hugo and toonStrangerke
2011-08-24HUGO: Coding style fixes.Alyssa Milburn
2011-08-07GRAPHICS: Simplify the interface of Graphics::loadThumbnail().Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko
2011-06-25HUGO: Fix incorrect usage of sizeofWillem Jan Palenstijn
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy