aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/display.cpp
AgeCommit message (Expand)Author
2016-04-13HUGO: Reduce header dependenciesOri Avtalion
2014-02-18HUGO: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-01HUFO: Fix CID 1002880, 1002881. Use nullptr where possible instead of 0Strangerke
2013-10-31HUGO: Fix CID 1063173, 1002888, 1002886Strangerke
2012-06-18HUGO: Remove F9 key handlingStrangerke
2012-06-13HUGO: Rename pointersStrangerke
2012-06-13HUGO: Rename structs and enumsStrangerke
2012-06-13HUGO: Some more renamingStrangerke
2012-06-13HUGO: Apply coding convention (in progress)Strangerke
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-25HUGO: Add boundaries() to the console. God mode no longer shows boundaries, a...strangerke
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-25HUGO: Add a black background behind the score line. This should fix bug #3291...strangerke
2011-03-21HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::formatMax Horn
2011-02-27HUGO: Set all the palette instead of only one color in remapPal.strangerke
2011-02-27HUGO: Better fix for graphics glitches in DOS versions, fix H3 ending animationstrangerke
2011-02-26HUGO: Fix graphic glitches in DOS versionsstrangerke
2011-02-24HUGO:strangerke
2011-02-20HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGBstrangerke
2011-02-20HUGO: Fix a bug in setCursorPal() introduced by recent palette modificationsstrangerke
2011-02-19Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...Johannes Schickel
2011-02-18HUGO: Remove extra spaces at end of linesstrangerke
2011-02-18HUGO: Move several short function bodies from headers to cpp filesstrangerke
2011-02-18HUGO: Avoid duplicated code in functions related to HUGO.DATstrangerke
2011-02-15Merge branch 'master' into osystem-paletteJohannes Schickel
2011-02-15HUGO: Replace cypher by a global variable, clean engine destructorstrangerke
2011-02-15HUGO: more refactoring and encapsulationstrangerke
2011-02-14HUGO: Adapt to the setPalette RGBA->RGB change.Johannes Schickel
2011-02-14HUGO: Some more refactoringstrangerke
2011-02-12HUGO: Replace Common::File by Common::ReadStream in several functionsArnaud Boutonné
2011-02-11HUGO: Cleanup: fix style issue in Doxygen commentsArnaud Boutonné
2011-02-11HUGO: refactoring: move boundaries to object classArnaud Boutonné
2011-02-08HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)Arnaud Boutonné
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-07HUGO: Spelling fix.Alyssa Milburn
2011-02-05HUGO: Fix 2 uninitialized variablesArnaud Boutonné
2011-02-03HUGO: Suppress static variables (except one)Arnaud Boutonné
2011-02-02HUGO: 'Constify' engine as much as possibleArnaud Boutonné
2011-01-29HUGO: Cleanup drawRectangle() and keyHandler()Arnaud Boutonné
2011-01-29HUGO: Display all (clipped) object zones in God ModeArnaud Boutonné
2011-01-28HUGO: Add a function to display exit hotspots in God ModeArnaud Boutonné
2011-01-26HUGO: Cleanup: Suppress an obsolete warning and a commentArnaud Boutonné
2011-01-23HUGO: Get rid of (almost) all the remaining definesArnaud Boutonné
2011-01-23HUGO: CleanupArnaud Boutonné
2011-01-20HUGO: Merge misc versions of display, intro and scheduler classesArnaud Boutonné
2011-01-08HUGO: Fix an assert when mouse hit the top of the screenArnaud Boutonné
2011-01-08HUGO: Merge inventory object and mouse cursor when selectedArnaud Boutonné
2011-01-01HUGO: Some space/tab cleanupsArnaud Boutonné