aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/mouse.cpp
AgeCommit message (Expand)Author
2016-04-13HUGO: Reduce header dependenciesOri Avtalion
2015-02-05HUGO: Avoid drawing text above screen (bug #6799)Torbjörn Andersson
2014-02-18HUGO: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-09HUGO: Reduce the scope of some variablesStrangerke
2013-11-01HUFO: Fix CID 1002880, 1002881. Use nullptr where possible instead of 0Strangerke
2013-10-31HUGO: Fix CID 1003199-1003200, better fix of CID 1003197-1003198Strangerke
2013-04-17HUGO: Fix Uninitialized scalar variablesStrangerke
2012-06-13HUGO: Rename pointersStrangerke
2012-06-13HUGO: Rename structs and enumsStrangerke
2012-06-13HUGO: More renamingStrangerke
2012-06-13HUGO: Apply coding convention (in progress)Strangerke
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-20HUGO: Silent several warnings reported by littleboystrangerke
2011-03-21HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::formatMax Horn
2011-02-20HUGO: Fix crash when Hugo.dat not found (or wrong version detected)strangerke
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-14HUGO: Some more refactoringstrangerke
2011-02-12HUGO: Cleanup based on Fingolfin commentsArnaud Boutonné
2011-02-11HUGO: Cleanup: fix style issue in Doxygen commentsArnaud Boutonné
2011-02-08HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)Arnaud Boutonné
2011-02-02HUGO: 'Constify' engine as much as possibleArnaud Boutonné
2011-01-27HUGO: Handle mouse 'UP' events instead of 'DOWN'. Arnaud Boutonné
2011-01-25HUGO: Move text arrays to a separate classArnaud Boutonné
2011-01-23HUGO: Get rid of (almost) all the remaining definesArnaud Boutonné
2011-01-23HUGO: CleanupArnaud Boutonné
2011-01-19HUGO: Move mouseHander() out of runMachine()Arnaud Boutonné
2011-01-09HUGO: Modify hint position when an object is selectedArnaud Boutonné
2011-01-08HUGO: Merge inventory object and mouse cursor when selectedArnaud Boutonné
2011-01-03HUGO: Stub for the top menuEugene Sandulenko
2010-12-30HUGO: Fix several bugs reported by D. GrayArnaud Boutonné
2010-11-01HUGO: Convert class member comments to Doxygen formatArnaud Boutonné
2010-10-22HUGO: Move findObjectSpace() to ObjectHandler classArnaud Boutonné
2010-10-21HUGO: Moved _objects to a separate fileArnaud Boutonné
2010-10-03HUGO: Clean-upArnaud 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-20Oups - Fix compilationArnaud Boutonné
2010-08-20Hugo : Style - Add parenthesis around condition when conditional operator is ...Arnaud Boutonné
2010-08-17HUGO: Fix file permissionsSven Hesse
2010-08-17HUGO: Fix warningsEugene Sandulenko
2010-08-17HUGO: Adding engine to the main treeEugene Sandulenko