scummvm/tools/create_hugo
Arnaud Boutonné 2846ce14f3 HUGO: Move text arrays to a separate class
svn-id: r55507
2011-01-25 00:32:48 +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 HUGO: Move text arrays to a separate class 2011-01-25 00:32:48 +00:00
create_hugo.h HUGO: Move text arrays to a separate class 2011-01-25 00:32:48 +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.