aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.cpp
AgeCommit message (Expand)Author
2011-03-08HUGO: Misc savegame modificationsstrangerke
2011-03-07HUGO: Fix registration messages for H1 Dos Freeware version (in intro)strangerke
2011-02-27HUGO: Better fix for graphics glitches in DOS versions, fix H3 ending animationstrangerke
2011-02-24HUGO:strangerke
2011-02-20HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGBstrangerke
2011-02-20HUGO: Some more refactoringstrangerke
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-15HUGO: Replace cypher by a global variable, clean engine destructorstrangerke
2011-02-15HUGO: more refactoring and encapsulationstrangerke
2011-02-14HUGO: Some more refactoringstrangerke
2011-02-12HUGO: Fix a bug in engine destructorstrangerke
2011-02-12HUGO: Start to simplify hugo.dat loadingstrangerke
2011-02-12HUGO: Replace Common::File by Common::ReadStream in several functionsArnaud Boutonné
2011-02-12HUGO: Cleanup based on Fingolfin commentsArnaud 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-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2011-02-05HUGO: Fix leak (thanks digitall)Arnaud Boutonné
2011-02-03HUGO: Suppress static variables (except one)Arnaud Boutonné
2011-02-02HUGO: 'Constify' engine as much as possibleArnaud Boutonné
2011-02-01HUGO: Use a separate thread for honker player and fix ticks per secondsArnaud Boutonné
2011-01-31Hugo: Some cleanupArnaud Boutonné
2011-01-30HUGO: Arnaud Boutonné
2011-01-29HUGO: Cleanup drawRectangle() and keyHandler()Arnaud Boutonné
2011-01-28HUGO: Add a function to display exit hotspots in God ModeArnaud 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-20HUGO: Cleanup: Remove some C-style commentsArnaud Boutonné
2011-01-19HUGO: Move mouseHander() out of runMachine()Arnaud Boutonné
2011-01-18HUGO: Clean upArnaud Boutonné
2011-01-18HUGO: Improve mouse support in H3 DOS versionArnaud Boutonné
2011-01-09HUGO: intros are now skippableArnaud Boutonné
2011-01-08HUGO: Merge inventory object and mouse cursor when selectedArnaud Boutonné
2011-01-07TOOLS: Add Dos intro music number in hugo.datArnaud Boutonné
2011-01-06HUGO: Implement DOS playerArnaud Boutonné
2011-01-04HUGO: Implement menu commandsArnaud Boutonné
2011-01-03HUGO: Load bitmaps from hugo.datArnaud Boutonné
2011-01-03HUGO: Stub for the top menuEugene Sandulenko
2011-01-02HUGO: Fix 2 bugs that were causing several crashes using the mouseArnaud Boutonné
2011-01-01HUGO: Midi are no longer looping. Add handling to default playlistArnaud Boutonné
2011-01-01HUGO: Reduce CPU usage by adding a delay in the main loopArnaud Boutonné
2010-12-22HUGO: Suppress some obsolete volume related variablesArnaud Boutonné
2010-12-22HUGO: Implement syncSoundSettings()Arnaud Boutonné
2010-12-22HUGO: Add music debug level, some cleanup when opening driverHenry Bush