aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
AgeCommit message (Expand)Author
2011-02-28HUGO: rewrite saveEvents() and restoreEvents() in order to be endian and plat...strangerke
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: Fix crash when Hugo.dat not found (or wrong version detected)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-20HUGO: Some more refactoringstrangerke
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: 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: little optimization in decodeString(), cleanupArnaud Boutonné
2011-02-12HUGO: Cleanup based on Fingolfin commentsArnaud Boutonné
2011-02-11HUGO: Cleanup: fix style issue in Doxygen commentsArnaud Boutonné
2011-02-11HUGO: Fix warning "virtual function override intended?" reported by LordHoto ...Arnaud Boutonné
2011-02-11HUGO: Fix regression in H3: game exits at the end of the introArnaud Boutonné
2011-02-11HUGO: refactoring: move boundaries to object classArnaud Boutonné
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
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-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-07HUGO: Spelling fix.Alyssa Milburn
2011-02-05HUGO: Fix leak (thanks digitall)Arnaud Boutonné
2011-02-05HUGO: Fix 2 uninitialized variablesArnaud Boutonné
2011-02-04HUGO: Increase the height of window viewArnaud Boutonné
2011-02-04HUGO: Fix menu icon order (bug reported by D. Gray)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: in the menu, show modified button before closing the menu, with a short...Arnaud 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: Fix warning reported by GCCArnaud Boutonné
2011-01-30HUGO: Arnaud Boutonné
2011-01-30HUGO: Fix a crash in maze and a bug in lineHandler()Arnaud 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-27HUGO: Fixed crash when an incorrect hugo.dat file is foundFilippos Karapetis
2011-01-27HUGO: Handle mouse 'UP' events instead of 'DOWN'. Arnaud Boutonné