aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/display.h
AgeCommit message (Expand)Author
2017-10-06HUGO: Fix undefined behaviour in variadic functionsThierry Crozat
2016-04-13HUGO: Reduce header dependenciesOri Avtalion
2014-02-18HUGO: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-13HUGO: Rename pointersStrangerke
2012-06-13HUGO: Rename structs and enumsStrangerke
2012-06-13HUGO: Some more renamingStrangerke
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-26HUGO: Fix graphic glitches in DOS versionsstrangerke
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-15HUGO: Replace cypher by a global variable, clean engine destructorstrangerke
2011-02-14HUGO: Some more refactoringstrangerke
2011-02-12HUGO: Replace Common::File by Common::ReadStream in several functionsArnaud Boutonné
2011-02-12HUGO: little optimization in decodeString(), cleanupArnaud Boutonné
2011-02-11HUGO: Cleanup: fix style issue in Doxygen commentsArnaud Boutonné
2011-02-11HUGO: refactoring: move boundaries to object classArnaud Boutonné
2011-02-07HUGO: Spelling fix.Alyssa Milburn
2011-02-03HUGO: Suppress static variables (except one)Arnaud Boutonné
2011-02-02HUGO: 'Constify' engine as much as possibleArnaud Boutonné
2011-01-28HUGO: Add a function to display exit hotspots in God ModeArnaud Boutonné
2011-01-23HUGO: Get rid of (almost) all the remaining definesArnaud Boutonné
2011-01-23HUGO: CleanupArnaud 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é
2010-12-01HUGO: Use cursorman, add a windows-looking cursorArnaud Boutonné
2010-11-30HUGO: Fix palette issue after restoring a game in H3Arnaud Boutonné
2010-11-07HUGO: Move fonts to display.cppArnaud Boutonné
2010-11-06HUGO: Move _palette to display.cppArnaud Boutonné
2010-10-25HUGO: Fix display priority order in H1 DosArnaud Boutonné
2010-10-21HUGO: Moved _objects to a separate fileArnaud Boutonné
2010-10-15HUGO: Merge engine and hugo filesArnaud Boutonné
2010-10-03HUGO: Clean-upArnaud Boutonné
2010-09-27HUGO: Add F3 behavior (recall), little cleanupArnaud Boutonné
2010-09-26HUGO: Add H1 Dos introArnaud Boutonné
2010-09-25HUGO: Add intro for H3 DosArnaud Boutonné
2010-09-22HUGO: Constify char* parameters in ScreenArnaud Boutonné
2010-09-22HUGO: Fix intro in H3 WinArnaud Boutonné
2010-09-14HUGO: Rename some classes for better readibilityArnaud Boutonné
2010-09-12HUGO: Fix GCC warning (Thanks MSVC for not showing those)Arnaud Boutonné
2010-09-12HUGO: Use fonts in HUGO.DAT for the DOS versionArnaud Boutonné
2010-08-27HUGO: Hopefully fix GCC_PRINTF issue in utilArnaud Boutonné
2010-08-26HUGO: Removed some dead code and redundant indirectionOystein Eftevaag
2010-08-17HUGO: Fix file permissionsSven Hesse
2010-08-17HUGO: Adding engine to the main treeEugene Sandulenko