Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-02-26 | HUGO: Fix graphic glitches in DOS versions | strangerke | |
2011-02-18 | HUGO: Move several short function bodies from headers to cpp files | strangerke | |
2011-02-18 | HUGO: Avoid duplicated code in functions related to HUGO.DAT | strangerke | |
2011-02-15 | HUGO: Replace cypher by a global variable, clean engine destructor | strangerke | |
2011-02-14 | HUGO: Some more refactoring | strangerke | |
Move _hotspots to mouse class and encapsulate it, rename some variables in route class | |||
2011-02-12 | HUGO: Replace Common::File by Common::ReadStream in several functions | Arnaud Boutonné | |
svn-id: r55897 | |||
2011-02-12 | HUGO: little optimization in decodeString(), cleanup | Arnaud Boutonné | |
svn-id: r55894 | |||
2011-02-11 | HUGO: Cleanup: fix style issue in Doxygen comments | Arnaud Boutonné | |
svn-id: r55884 | |||
2011-02-11 | HUGO: refactoring: move boundaries to object class | Arnaud Boutonné | |
svn-id: r55879 | |||
2011-02-07 | HUGO: Spelling fix. | Alyssa Milburn | |
svn-id: r55804 | |||
2011-02-03 | HUGO: Suppress static variables (except one) | Arnaud Boutonné | |
This also fixes the multiple-RTL related music bug reported by D. Gray svn-id: r55758 | |||
2011-02-02 | HUGO: 'Constify' engine as much as possible | Arnaud Boutonné | |
svn-id: r55741 | |||
2011-01-28 | HUGO: Add a function to display exit hotspots in God Mode | Arnaud Boutonné | |
svn-id: r55599 | |||
2011-01-23 | HUGO: Get rid of (almost) all the remaining defines | Arnaud Boutonné | |
svn-id: r55485 | |||
2011-01-23 | HUGO: Cleanup | Arnaud Boutonné | |
Suppress almost all defines, rename constants svn-id: r55451 | |||
2011-01-08 | HUGO: Fix an assert when mouse hit the top of the screen | Arnaud Boutonné | |
svn-id: r55168 | |||
2011-01-08 | HUGO: Merge inventory object and mouse cursor when selected | Arnaud Boutonné | |
- Merge inventory object and mouse cursor into a new mouse cursor (looks better) - Use 16 color mouse pointer - Clean-up svn-id: r55167 | |||
2010-12-01 | HUGO: Use cursorman, add a windows-looking cursor | Arnaud Boutonné | |
Cursor copied from Mohawk engine, thanks clone2727 svn-id: r54717 | |||
2010-11-30 | HUGO: Fix palette issue after restoring a game in H3 | Arnaud Boutonné | |
svn-id: r54685 | |||
2010-11-07 | HUGO: Move fonts to display.cpp | Arnaud Boutonné | |
Some cleanup svn-id: r54103 | |||
2010-11-06 | HUGO: Move _palette to display.cpp | Arnaud Boutonné | |
svn-id: r54102 | |||
2010-10-25 | HUGO: Fix display priority order in H1 Dos | Arnaud Boutonné | |
svn-id: r53823 | |||
2010-10-21 | HUGO: Moved _objects to a separate file | Arnaud Boutonné | |
also suppressed some dereferencing svn-id: r53674 | |||
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-03 | HUGO: Clean-up | Arnaud Boutonné | |
svn-id: r52988 | |||
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 | HUGO: Add H1 Dos intro | Arnaud Boutonné | |
svn-id: r52902 | |||
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-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-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-17 | HUGO: Fix file permissions | Sven Hesse | |
755->644 svn-id: r52177 | |||
2010-08-17 | HUGO: Adding engine to the main tree | Eugene Sandulenko | |
svn-id: r52137 |