scummvm/tools/create_hugo
Arnaud Boutonné 4413754ad2 HUGO: Improve mouse support in H3 DOS version
- Fix description of Penelope lying (when using mouse)
- Use H3 Win logic in order to handle horizon
- Add a workaround for a data bug in scenery1.dat, fixing the
pathfinding bug in Crash screen

svn-id: r55292
2011-01-18 09:16:52 +00:00
..
Data TOOLS: Add button bitmaps to create_hugo 2011-01-03 16:15:52 +00:00
dists TOOLS: Added MSVC10 project files for the create_hugo tool 2010-11-13 13:45:09 +00:00
create_hugo.cpp TOOLS: Add Dos intro music number in hugo.dat 2011-01-07 15:14:38 +00:00
create_hugo.h HUGO: Improve mouse support in H3 DOS version 2011-01-18 09:16:52 +00:00
enums.h HUGO: Improve mouse support in H3 DOS version 2011-01-18 09:16:52 +00:00
module.mk HUGO: Remove executable flag in create_hugo source 2010-08-28 07:42:54 +00:00
README TOOLS: Add button bitmaps to create_hugo 2011-01-03 16:15:52 +00:00
staticdata.h HUGO: Improve mouse support in H3 DOS version 2011-01-18 09:16:52 +00:00
staticdisplay.h TOOL: Add original palette in tool, disabled 2010-11-06 10:11:46 +00:00
staticengine.h HUGO: Remove executable flag in create_hugo source 2010-08-28 07:42:54 +00:00
staticfont.h JANITORAL: Clean trailing whitespaces. 2010-10-12 02:18:11 +00:00
staticintro.h JANITORAL: Clean trailing whitespaces. 2010-10-12 02:18:11 +00:00
staticmouse.h HUGO: Remove executable flag in create_hugo source 2010-08-28 07:42:54 +00:00
staticparser.h HUGO: Move Dos strings from Parser to hugo.dat 2010-10-10 09:47:19 +00:00
staticutil.h TOOL: Suppress useless strings in textUtil 2010-11-11 15:01:57 +00:00

This tool creates hugo.dat. 
This file contains all the hardcoded strings, logic, fonts, and bitmaps and 
is used by the engine depending on the version of the game started.

In order to work properly, the content of the DATA sub-directory has to be
copy next to the executable.