aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/engine.cpp
AgeCommit message (Collapse)Author
2010-10-10HUGO: Fix 'Exit' command behavior in the DOS versionsArnaud Boutonné
svn-id: r53116
2010-10-10HUGO: Now force initial saveArnaud Boutonné
This should fix the corrupted initial savegame problem svn-id: r53111
2010-10-03HUGO: Clean-upArnaud Boutonné
svn-id: r52988
2010-10-01HUGO: Remove viewport variables from _configArnaud Boutonné
svn-id: r52963
2010-10-01HUGO: Fix crash using mouseArnaud Boutonné
Fix crash when clicking on objects without a default 'TAKE' action (like the hero, the eyes and the bat in the first screen) svn-id: r52962
2010-09-02HUGO: Cleanup and fix mouse pointer issueArnaud Boutonné
- Suppress commented code - Suppress readConfig() and writeConfig() - Fix the disappearing mouse issue svn-id: r52495
2010-09-01HUGO: Fix labyrinth bug in Hugo 2 for WindowsArnaud Boutonné
svn-id: r52485
2010-08-27HUGO: Hopefully fix GCC_PRINTF issue in utilArnaud Boutonné
* Add a mask in each call of Warn(), Error() and Box() not using one * cleanup: use the same wording for 'End of namespace Hugo' in all files svn-id: r52406
2010-08-26HUGO: Removed some dead code and redundant indirectionOystein Eftevaag
svn-id: r52404
2010-08-26HUGO: Implemented basic MIDI support.Oystein Eftevaag
svn-id: r52403
2010-08-20Hugo : Style - Add parenthesis around condition when conditional operator is ↵Arnaud Boutonné
used, as mentioned in Code Formatting Conventions svn-id: r52230
2010-08-17HUGO: Fix file permissionsSven Hesse
755->644 svn-id: r52177
2010-08-17HUGO: Fix even more warningsEugene Sandulenko
svn-id: r52154
2010-08-17HUGO: Fix warningsEugene Sandulenko
svn-id: r52139
2010-08-17HUGO: Adding engine to the main treeEugene Sandulenko
svn-id: r52137