aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
AgeCommit message (Expand)Author
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
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-18HUGO: Replace vsprintf by Common::String::vformatMax Horn
2011-06-10HUGO: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-25HUGO: Fix commentsstrangerke
2011-05-25HUGO: Add 3 object related functions to the consolestrangerke
2011-05-25HUGO: Add boundaries() to the console. God mode no longer shows boundaries, a...strangerke
2011-05-25HUGO: Cosmetic modification, for consistencystrangerke
2011-05-25HUGO: Add listscreens() and gotoscreen() to consolestrangerke
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-26HUGO: Add workaround for bug #3292389: Penelope splits up when dying in chasmstrangerke
2011-04-25HUGO: Fix bug #3292382 : "Whodunit? & Jungle of Doom set music to off by itself"strangerke
2011-04-25HUGO: Fix bug #3292400 : Overlapping help windows when using the menu barstrangerke
2011-04-25HUGO: Add a black background behind the score line. This should fix bug #3291...strangerke
2011-04-24HUGO: Fix BE issue in getSound(). Thanks wjp for finding that issue.strangerke
2011-04-24HUGO: Hopefully fix the valgrind error reported by Digitall in bug #3292391strangerke
2011-04-23HUGO: Fix Endianness issue in H2 and H3 Dosstrangerke
2011-04-20HUGO: Silent several warnings reported by littleboystrangerke
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17HUGO: Prefer Surface::format over Surface::bytesPerPixel.Johannes Schickel