aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.cpp
AgeCommit message (Collapse)Author
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: Add H1 Dos introArnaud Boutonné
svn-id: r52902
2010-09-25HUGO: Add intro for H3 DosArnaud Boutonné
svn-id: r52877
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: 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-05HUGO: Add support for multiple scenery filesArnaud Boutonné
This is used by H3Dos only. svn-id: r52571
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-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-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: Adding engine to the main treeEugene Sandulenko
svn-id: r52137