aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
AgeCommit message (Collapse)Author
2010-10-15Add doxygen comment for namespaces of several engines.Max Horn
This is an empty template which ideally engine maintainers would update and complete with concrete information... svn-id: r53481
2010-10-15HUGO: Merge engine and hugo filesArnaud Boutonné
- Move initNewScreenDisplay to display.cpp - Merge engine.cpp and hugo.cpp svn-id: r53468
2010-10-15HUGO: Fix NULL pointer dereferencingArnaud Boutonné
svn-id: r53466
2010-10-12HUGO: Add lineHandler for v3 Dos, fix/add commentsArnaud Boutonné
svn-id: r53170
2010-10-12HUGO: enable left diagonalsArnaud Boutonné
svn-id: r53167
2010-10-11HUGO: Split classes with multiple version in separate filesArnaud Boutonné
svn-id: r53152
2010-10-10HUGO: Use _targetName for naming save filesMatthew Hoops
svn-id: r53145
2010-10-10HUGO: Add specific takeObject and dropObject for H1 DOSArnaud Boutonné
svn-id: r53135
2010-10-10HUGO: Add debug channels to new parser functionsArnaud Boutonné
svn-id: r53128
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-10HUGO: Remove sound off when savingArnaud Boutonné
svn-id: r53110
2010-10-10HUGO: Move Dos strings from Parser to hugo.datArnaud Boutonné
svn-id: r53109
2010-10-10HUGO: New parser for H1 Dos and H2 Dos.Arnaud Boutonné
Add specific parser functions for H1 Dos and H2 Dos svn-id: r53106
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-30HUGO: Improve message boxesArnaud Boutonné
- Use OK and YES/NO messages boxes when required - Empty messages are no longer displayed svn-id: r52960
2010-09-28HUGO: Suppress useless parameter in several functionsArnaud Boutonné
svn-id: r52933
2010-09-27HUGO: Move strlwr to UtilsArnaud Boutonné
svn-id: r52921
2010-09-27HUGO: Add F3 behavior (recall), little cleanupArnaud Boutonné
- Add F3 behavior - Move drawStatusText() to Screen svn-id: r52920
2010-09-26JANITORIAL: Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r52910
2010-09-26HUGO: Remove extra ;Arnaud Boutonné
svn-id: r52903
2010-09-26HUGO: Add H1 Dos introArnaud Boutonné
svn-id: r52902
2010-09-25HUGO: Add H2 Dos splash screenArnaud Boutonné
svn-id: r52880
2010-09-25HUGO: Fix stricmp use and text color in splash screenArnaud Boutonné
svn-id: r52878
2010-09-25HUGO: Add intro for H3 DosArnaud Boutonné
svn-id: r52877
2010-09-22HUGO: Constify char* parameters in ScreenArnaud Boutonné
svn-id: r52860
2010-09-22HUGO: Fix intro in H3 WinArnaud Boutonné
This fixes the path on the world map, during intro svn-id: r52858
2010-09-17HUGO: Fix crash in the first screen of H1 DosArnaud Boutonné
- Fix crash in the first screen of H1 Dos - Clean up svn-id: r52787
2010-09-16HUGO: Fix H1 DOS initializationArnaud Boutonné
Fix a bug in hugo.dat loading and initialize properly Hugo1 DOS svn-id: r52755
2010-09-14HUGO: Rename some classes for better readibilityArnaud Boutonné
svn-id: r52720
2010-09-12HUGO: Fix GCC warning (Thanks MSVC for not showing those)Arnaud Boutonné
svn-id: r52698
2010-09-12HUGO: Use fonts in HUGO.DAT for the DOS versionArnaud Boutonné
This is only a temporary solution, to be replaced by a proper .FON handling. Hugo 2 and 3 (dos) now start. svn-id: r52697
2010-09-06HUGO: Clean up creation toolArnaud Boutonné
Fix typos and suppress all identical noun arrays. svn-id: r52596
2010-09-06HUGO: Add hints in DOS versionsArnaud Boutonné
In DOS versions, display hints when mouse is over a hotspot. This behavior is based on the one of Hugo Win versions. svn-id: r52590
2010-09-05HUGO: Add support for multiple scenery filesArnaud Boutonné
This is used by H3Dos only. svn-id: r52571
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