aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
AgeCommit message (Collapse)Author
2010-09-04HUGO: Formatting.Johannes Schickel
svn-id: r52529
2010-09-04HUGO: Add destructor to Scheduler classTorbjörn Andersson
GCC complained, and I think this is what it wanted. svn-id: r52528
2010-09-04HUGO: Fix decryption in H2 DOS, plus some cleanupArnaud Boutonné
svn-id: r52525
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-02HUGO: Fix warningsArnaud Boutonné
svn-id: r52494
2010-09-02HUGO: Fix loading of config file during game initArnaud Boutonné
Add a check on CONFIG.DAT size in order to avoid loading crap into the _config structure during the initialization of the engine. The game no longer starts in turbo & mute mode svn-id: r52493
2010-09-01HUGO: Fix labyrinth bug in Hugo 2 for WindowsArnaud Boutonné
svn-id: r52485
2010-08-27HUGO: Fix a bug in creation tool in act14 (H1 Dos)Arnaud Boutonné
Fix a bug (missing character id in initialization) in creation tool and silent some more warnings. svn-id: r52414
2010-08-27HUGO: Fix previous commit (bad format used)Arnaud Boutonné
svn-id: r52407
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-25HUGO: Use GCC_PRINTF on functions with variable argumentsAndre Heider
Two instances commented out with a FIXME for Strangerke :P svn-id: r52391
2010-08-25HUGO: Fix invalid usage of snprintf with va_argsAndre Heider
svn-id: r52390
2010-08-21Hugo: Some formatting fixes.Johannes Schickel
svn-id: r52265
2010-08-20Oups - Fix compilationArnaud Boutonné
svn-id: r52231
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-20Hugo : Add toggle sound, plus little clean upArnaud Boutonné
svn-id: r52229
2010-08-20Hugo - Fix a problem in the F1 behaviorArnaud Boutonné
svn-id: r52228
2010-08-20Hugo - Add handling of "turbo" key (F8)Arnaud Boutonné
- Modify the score line so it looks like the DOS one svn-id: r52227
2010-08-20Hugo - Move DOS hardcoded inventory strings to Hugo.datArnaud Boutonné
svn-id: r52226
2010-08-18HUGO: Fix GCC warnings.Torbjörn Andersson
svn-id: r52192
2010-08-18Hugo - Add F6 Inventory. This is a DOS only feature, but quite convenient as ↵Arnaud Boutonné
the iconic inventory is not available atm. svn-id: r52190
2010-08-18Hugo - Check double F1, display properly the content of help.dat if presentArnaud Boutonné
svn-id: r52189
2010-08-18H3 win - Suppress an enum and use directly the screen number, with a commentArnaud Boutonné
svn-id: r52188
2010-08-18No longer error when BSF file is not found in H1 Dos, as it may be a ↵Arnaud Boutonné
freeware version. svn-id: r52187
2010-08-18HUGO: Fix intro crash in H3Eugene Sandulenko
svn-id: r52186
2010-08-18HUGO: Move engine object creation to more suitable place.Eugene Sandulenko
svn-id: r52185
2010-08-17HUGO: Fix file permissionsSven Hesse
755->644 svn-id: r52177
2010-08-17Hugo - Fix the sprite modification of the hero (quickest test : H1, entering ↵Arnaud Boutonné
the machine) svn-id: r52158
2010-08-17HUGO: Fix even more warningsEugene Sandulenko
svn-id: r52154
2010-08-17HUGO: Fix warningsEugene Sandulenko
svn-id: r52146
2010-08-17HUGO: Fix game restoringEugene Sandulenko
svn-id: r52145
2010-08-17Hugo: Fix very minor typo.John Willis
svn-id: r52140
2010-08-17HUGO: Fix warningsEugene Sandulenko
svn-id: r52139
2010-08-17HUGO: Adding engine to the main treeEugene Sandulenko
svn-id: r52137