Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-26 | HUGO: Add specific schedulers for each DOS version. | Arnaud Boutonné | |
This fixes intro (and game) in H3 DOS, general game behavior in H2 Dos. H1 Dos is still broken. svn-id: r53858 | |||
2010-10-25 | HUGO: Add specific versions of doAction() for Dos versions | Arnaud Boutonné | |
svn-id: r53831 | |||
2010-10-25 | HUGO: Add a debug channel for Object functions | Arnaud Boutonné | |
svn-id: r53826 | |||
2010-10-25 | HUGO: cleanup: Suppress trailing spaces and tabs | Arnaud Boutonné | |
svn-id: r53825 | |||
2010-10-25 | HUGO: Fix display priority order in H1 Dos | Arnaud Boutonné | |
svn-id: r53823 | |||
2010-10-25 | HUGO: Add specific function variantes for H2 Dos and H3 Dos | Arnaud Boutonné | |
Also add pathfinding to H1 Dos svn-id: r53822 | |||
2010-10-25 | HUGO: Add missing files (sorry!) | Arnaud Boutonné | |
svn-id: r53812 | |||
2010-10-25 | HUGO: Fix GCC warnings | Arnaud Boutonné | |
svn-id: r53811 | |||
2010-10-25 | HUGO: Add specific v1d object class | Arnaud Boutonné | |
svn-id: r53810 | |||
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn | |
svn-id: r53738 | |||
2010-10-22 | HUGO: Move findObjectSpace() to ObjectHandler class | Arnaud Boutonné | |
svn-id: r53705 | |||
2010-10-21 | HUGO: Moved _objects to a separate file | Arnaud Boutonné | |
also suppressed some dereferencing svn-id: r53674 | |||
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn | |
svn-id: r53484 | |||
2010-10-15 | Add 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-15 | HUGO: Merge engine and hugo files | Arnaud Boutonné | |
- Move initNewScreenDisplay to display.cpp - Merge engine.cpp and hugo.cpp svn-id: r53468 | |||
2010-10-15 | HUGO: Fix NULL pointer dereferencing | Arnaud Boutonné | |
svn-id: r53466 | |||
2010-10-12 | HUGO: Add lineHandler for v3 Dos, fix/add comments | Arnaud Boutonné | |
svn-id: r53170 | |||
2010-10-12 | HUGO: enable left diagonals | Arnaud Boutonné | |
svn-id: r53167 | |||
2010-10-11 | HUGO: Split classes with multiple version in separate files | Arnaud Boutonné | |
svn-id: r53152 | |||
2010-10-10 | HUGO: Use _targetName for naming save files | Matthew Hoops | |
svn-id: r53145 | |||
2010-10-10 | HUGO: Add specific takeObject and dropObject for H1 DOS | Arnaud Boutonné | |
svn-id: r53135 | |||
2010-10-10 | HUGO: Add debug channels to new parser functions | Arnaud Boutonné | |
svn-id: r53128 | |||
2010-10-10 | HUGO: Fix 'Exit' command behavior in the DOS versions | Arnaud Boutonné | |
svn-id: r53116 | |||
2010-10-10 | HUGO: Now force initial save | Arnaud Boutonné | |
This should fix the corrupted initial savegame problem svn-id: r53111 | |||
2010-10-10 | HUGO: Remove sound off when saving | Arnaud Boutonné | |
svn-id: r53110 | |||
2010-10-10 | HUGO: Move Dos strings from Parser to hugo.dat | Arnaud Boutonné | |
svn-id: r53109 | |||
2010-10-10 | HUGO: 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-03 | HUGO: Clean-up | Arnaud Boutonné | |
svn-id: r52988 | |||
2010-10-01 | HUGO: Remove viewport variables from _config | Arnaud Boutonné | |
svn-id: r52963 | |||
2010-10-01 | HUGO: Fix crash using mouse | Arnaud 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-30 | HUGO: Improve message boxes | Arnaud Boutonné | |
- Use OK and YES/NO messages boxes when required - Empty messages are no longer displayed svn-id: r52960 | |||
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 |