Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-28 | HUGO: Suppress useless parameter in several functions | Arnaud Boutonné | |
svn-id: r52933 | |||
2010-09-27 | HUGO: Move strlwr to Utils | Arnaud Boutonné | |
svn-id: r52921 | |||
2010-09-27 | HUGO: Add F3 behavior (recall), little cleanup | Arnaud Boutonné | |
- Add F3 behavior - Move drawStatusText() to Screen svn-id: r52920 | |||
2010-09-26 | JANITORIAL: Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r52910 | |||
2010-09-26 | HUGO: Remove extra ; | Arnaud Boutonné | |
svn-id: r52903 | |||
2010-09-26 | HUGO: Add H1 Dos intro | Arnaud Boutonné | |
svn-id: r52902 | |||
2010-09-25 | HUGO: Add H2 Dos splash screen | Arnaud Boutonné | |
svn-id: r52880 | |||
2010-09-25 | HUGO: Fix stricmp use and text color in splash screen | Arnaud Boutonné | |
svn-id: r52878 | |||
2010-09-25 | HUGO: Add intro for H3 Dos | Arnaud Boutonné | |
svn-id: r52877 | |||
2010-09-22 | HUGO: Constify char* parameters in Screen | Arnaud Boutonné | |
svn-id: r52860 | |||
2010-09-22 | HUGO: Fix intro in H3 Win | Arnaud Boutonné | |
This fixes the path on the world map, during intro svn-id: r52858 | |||
2010-09-17 | HUGO: Fix crash in the first screen of H1 Dos | Arnaud Boutonné | |
- Fix crash in the first screen of H1 Dos - Clean up svn-id: r52787 | |||
2010-09-16 | HUGO: Fix H1 DOS initialization | Arnaud Boutonné | |
Fix a bug in hugo.dat loading and initialize properly Hugo1 DOS svn-id: r52755 | |||
2010-09-14 | HUGO: Rename some classes for better readibility | Arnaud Boutonné | |
svn-id: r52720 | |||
2010-09-12 | HUGO: Fix GCC warning (Thanks MSVC for not showing those) | Arnaud Boutonné | |
svn-id: r52698 | |||
2010-09-12 | HUGO: Use fonts in HUGO.DAT for the DOS version | Arnaud 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-06 | HUGO: Clean up creation tool | Arnaud Boutonné | |
Fix typos and suppress all identical noun arrays. svn-id: r52596 | |||
2010-09-06 | HUGO: Add hints in DOS versions | Arnaud 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-05 | HUGO: Add support for multiple scenery files | Arnaud Boutonné | |
This is used by H3Dos only. svn-id: r52571 | |||
2010-09-04 | HUGO: Formatting. | Johannes Schickel | |
svn-id: r52529 | |||
2010-09-04 | HUGO: Add destructor to Scheduler class | Torbjörn Andersson | |
GCC complained, and I think this is what it wanted. svn-id: r52528 | |||
2010-09-04 | HUGO: Fix decryption in H2 DOS, plus some cleanup | Arnaud Boutonné | |
svn-id: r52525 | |||
2010-09-02 | HUGO: Cleanup and fix mouse pointer issue | Arnaud Boutonné | |
- Suppress commented code - Suppress readConfig() and writeConfig() - Fix the disappearing mouse issue svn-id: r52495 | |||
2010-09-02 | HUGO: Fix warnings | Arnaud Boutonné | |
svn-id: r52494 | |||
2010-09-02 | HUGO: Fix loading of config file during game init | Arnaud 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-01 | HUGO: Fix labyrinth bug in Hugo 2 for Windows | Arnaud Boutonné | |
svn-id: r52485 | |||
2010-08-27 | HUGO: 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-27 | HUGO: Fix previous commit (bad format used) | Arnaud Boutonné | |
svn-id: r52407 | |||
2010-08-27 | HUGO: Hopefully fix GCC_PRINTF issue in util | Arnaud 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-26 | HUGO: Removed some dead code and redundant indirection | Oystein Eftevaag | |
svn-id: r52404 | |||
2010-08-26 | HUGO: Implemented basic MIDI support. | Oystein Eftevaag | |
svn-id: r52403 | |||
2010-08-25 | HUGO: Use GCC_PRINTF on functions with variable arguments | Andre Heider | |
Two instances commented out with a FIXME for Strangerke :P svn-id: r52391 | |||
2010-08-25 | HUGO: Fix invalid usage of snprintf with va_args | Andre Heider | |
svn-id: r52390 | |||
2010-08-21 | Hugo: Some formatting fixes. | Johannes Schickel | |
svn-id: r52265 | |||
2010-08-20 | Oups - Fix compilation | Arnaud Boutonné | |
svn-id: r52231 | |||
2010-08-20 | Hugo : Style - Add parenthesis around condition when conditional operator is ↵ | Arnaud Boutonné | |
used, as mentioned in Code Formatting Conventions svn-id: r52230 | |||
2010-08-20 | Hugo : Add toggle sound, plus little clean up | Arnaud Boutonné | |
svn-id: r52229 | |||
2010-08-20 | Hugo - Fix a problem in the F1 behavior | Arnaud Boutonné | |
svn-id: r52228 | |||
2010-08-20 | Hugo - Add handling of "turbo" key (F8) | Arnaud Boutonné | |
- Modify the score line so it looks like the DOS one svn-id: r52227 | |||
2010-08-20 | Hugo - Move DOS hardcoded inventory strings to Hugo.dat | Arnaud Boutonné | |
svn-id: r52226 | |||
2010-08-18 | HUGO: Fix GCC warnings. | Torbjörn Andersson | |
svn-id: r52192 | |||
2010-08-18 | Hugo - 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-18 | Hugo - Check double F1, display properly the content of help.dat if present | Arnaud Boutonné | |
svn-id: r52189 | |||
2010-08-18 | H3 win - Suppress an enum and use directly the screen number, with a comment | Arnaud Boutonné | |
svn-id: r52188 | |||
2010-08-18 | No 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-18 | HUGO: Fix intro crash in H3 | Eugene Sandulenko | |
svn-id: r52186 | |||
2010-08-18 | HUGO: Move engine object creation to more suitable place. | Eugene Sandulenko | |
svn-id: r52185 | |||
2010-08-17 | HUGO: Fix file permissions | Sven Hesse | |
755->644 svn-id: r52177 | |||
2010-08-17 | Hugo - Fix the sprite modification of the hero (quickest test : H1, entering ↵ | Arnaud Boutonné | |
the machine) svn-id: r52158 | |||
2010-08-17 | HUGO: Fix even more warnings | Eugene Sandulenko | |
svn-id: r52154 |