aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
AgeCommit message (Collapse)Author
2011-02-14HUGO: Adapt to the setPalette RGBA->RGB change.Johannes Schickel
This is currently done by converting the internal palette from RGBA(?) to RGB when setPalette / replaceCursorPalette is called. This change is not tested, since I do not have any Hugo game.
2011-02-14HUGO: Some more refactoringstrangerke
Move _hotspots to mouse class and encapsulate it, rename some variables in route class
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é
svn-id: r55897
2011-02-12HUGO: little optimization in decodeString(), cleanupArnaud Boutonné
svn-id: r55894
2011-02-12HUGO: Cleanup based on Fingolfin commentsArnaud Boutonné
svn-id: r55887
2011-02-11HUGO: Cleanup: fix style issue in Doxygen commentsArnaud Boutonné
svn-id: r55884
2011-02-11HUGO: Fix warning "virtual function override intended?" reported by LordHoto ↵Arnaud Boutonné
(thanks for the explanation) svn-id: r55881
2011-02-11HUGO: Fix regression in H3: game exits at the end of the introArnaud Boutonné
svn-id: r55880
2011-02-11HUGO: refactoring: move boundaries to object classArnaud Boutonné
svn-id: r55879
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850
2011-02-08HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)Arnaud Boutonné
svn-id: r55831
2011-02-07ALL: Fix whitespaces / indentionMax Horn
svn-id: r55818
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
This avoids hiding an overloaded virtual method, which in turn can cause weird bugs (see also the next commit). svn-id: r55815
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
svn-id: r55806
2011-02-07HUGO: Spelling fix.Alyssa Milburn
svn-id: r55804
2011-02-05HUGO: Fix leak (thanks digitall)Arnaud Boutonné
svn-id: r55789
2011-02-05HUGO: Fix 2 uninitialized variablesArnaud Boutonné
svn-id: r55788
2011-02-04HUGO: Increase the height of window viewArnaud Boutonné
This fixes a bug related to hotspots in H3 Win reported by D. Gray (in witch hut) svn-id: r55775
2011-02-04HUGO: Fix menu icon order (bug reported by D. Gray)Arnaud Boutonné
svn-id: r55774
2011-02-03HUGO: Suppress static variables (except one)Arnaud Boutonné
This also fixes the multiple-RTL related music bug reported by D. Gray svn-id: r55758
2011-02-02HUGO: 'Constify' engine as much as possibleArnaud Boutonné
svn-id: r55741
2011-02-01HUGO: in the menu, show modified button before closing the menu, with a ↵Arnaud Boutonné
short delay. Thanks _sev for the help! svn-id: r55710
2011-02-01HUGO: Use a separate thread for honker player and fix ticks per secondsArnaud Boutonné
This fixes the speaker music stopped by message boxes, and the speaker music itself. svn-id: r55700
2011-01-31Hugo: Some cleanupArnaud Boutonné
svn-id: r55690
2011-01-30HUGO: Fix warning reported by GCCArnaud Boutonné
svn-id: r55670
2011-01-30HUGO: Arnaud Boutonné
- Replace several char* by Common::String - Fix a bug in showDosInventory() svn-id: r55669
2011-01-30HUGO: Fix a crash in maze and a bug in lineHandler()Arnaud Boutonné
svn-id: r55651
2011-01-29HUGO: Cleanup drawRectangle() and keyHandler()Arnaud Boutonné
svn-id: r55642
2011-01-29HUGO: Display all (clipped) object zones in God ModeArnaud Boutonné
svn-id: r55614
2011-01-28HUGO: Add a function to display exit hotspots in God ModeArnaud Boutonné
svn-id: r55599
2011-01-27HUGO: Fixed crash when an incorrect hugo.dat file is foundFilippos Karapetis
svn-id: r55572
2011-01-27HUGO: Handle mouse 'UP' events instead of 'DOWN'. Arnaud Boutonné
This fixes the multiple clicks on object + message reported by D.Gray svn-id: r55569
2011-01-26HUGO: As requested by D. Gray, use 'exit' (DOS) command in Win versionsArnaud Boutonné
svn-id: r55557
2011-01-26HUGO: Cleanup: Suppress an obsolete warning and a commentArnaud Boutonné
svn-id: r55556
2011-01-26HUGO: Ensure savegames are not impacted by unexpected ANULL actions, by ↵Arnaud Boutonné
replacing delEventType() and delQueue() in H1 Dos svn-id: r55555
2011-01-26HUGO: Fix some save/restore issuesSylvain Dupont
Invalidates current savegames! (now version 3) svn-id: r55540
2011-01-25HUGO: Move text arrays to a separate classArnaud Boutonné
svn-id: r55507
2011-01-23HUGO: Get rid of (almost) all the remaining definesArnaud Boutonné
svn-id: r55485
2011-01-23HUGO: Fix on more GCC warningArnaud Boutonné
svn-id: r55454
2011-01-23HUGO: Fix several warningsArnaud Boutonné
svn-id: r55453
2011-01-23HUGO: Fix GCC compilationArnaud Boutonné
svn-id: r55452
2011-01-23HUGO: CleanupArnaud Boutonné
Suppress almost all defines, rename constants svn-id: r55451
2011-01-20HUGO: Merge misc versions of display, intro and scheduler classesArnaud Boutonné
svn-id: r55365
2011-01-20HUGO: Close Memory Leak in TopMenu Surfaces.David Turner
svn-id: r55363
2011-01-20HUGO: Cleanup: Remove some C-style commentsArnaud Boutonné
svn-id: r55360
2011-01-19HUGO: Move mouseHander() out of runMachine()Arnaud Boutonné
svn-id: r55332
2011-01-19HUGO: Add specific decodeString() for H1 DosArnaud Boutonné
This fixes act3 logic. Also move some functions from public to protected. svn-id: r55325
2011-01-19HUGO: Merge the 2 versions of doAction, cleanupArnaud Boutonné
svn-id: r55318