aboutsummaryrefslogtreecommitdiff
path: root/tools/create_hugo
AgeCommit message (Collapse)Author
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn
2011-02-20HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGBstrangerke
2011-01-25HUGO: Move text arrays to a separate classArnaud Boutonné
svn-id: r55507
2011-01-18HUGO: Improve mouse support in H3 DOS versionArnaud Boutonné
- 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-13HUGO: Improve mouse support for DOS versionsArnaud Boutonné
- Enlarge Exit hotspots - Fix newspaper issue in H2 Dos (screen 33) svn-id: r55219
2011-01-11HUGO: Improve mouse support in DOS versions.Arnaud Boutonné
- Fix default verb for 'open door' in first screenActions - Add 'go to' values on objects - improve hotspot info related to objects svn-id: r55213
2011-01-07TOOLS: Add Dos intro music number in hugo.datArnaud Boutonné
svn-id: r55145
2011-01-03TOOLS: Add button bitmaps to create_hugoArnaud Boutonné
svn-id: r55102
2010-12-30HUGO: Fix default values in object_t structure for viewx field and followings.Arnaud Boutonné
This fixes some other bugs reported by D. Gray svn-id: r55068
2010-12-13TOOL: Fix palette bug in H3 Dos (when leaving the cave)Arnaud Boutonné
svn-id: r54898
2010-12-12TOOLS: Suppress 2 unused (and corrupted) act35 in H3 DOSArnaud Boutonné
svn-id: r54894
2010-12-12HUGO: Replace PROMPT box by YESNO box in H3 DosArnaud Boutonné
This only applies to the old man dialog. This makes H3 Dos completable. svn-id: r54881
2010-12-10TOOLS: (create_hugo) Fix typo in act14 definitionArnaud Boutonné
svn-id: r54854
2010-12-08TOOLS: Fix the "Mouse text" crash in HugoArnaud Boutonné
svn-id: r54831
2010-12-07TOOL: Add hotspots info to add support to "Exit" in Dos versions of HugoArnaud Boutonné
svn-id: r54821
2010-12-06HUGO: Fix crash in H3 (Swinger display name)Arnaud Boutonné
svn-id: r54801
2010-11-27TOOLS: Fix 'Boat' bug in H1 DosArnaud Boutonné
H1 Dos is now completable svn-id: r54507
2010-11-13TOOLS: Added MSVC10 project files for the create_hugo toolFilippos Karapetis
svn-id: r54229
2010-11-12TOOL+HUGO: Misc modificationsArnaud Boutonné
- Fix H1 Dos bug (animations not showing in Hall and after) - Get rid of _textSchedule and everything related H1 Dos shoud now be completable (not tested yet) svn-id: r54218
2010-11-11TOOL: Suppress useless strings in textUtil Arnaud Boutonné
Also add DOS version for this text array svn-id: r54202
2010-11-06TOOL: Add original palette in tool, disabledArnaud Boutonné
This may be required by purists, but is awful (thus currently not used) svn-id: r54101
2010-11-05TOOL: Fix bug in data in Hugo2 DosArnaud Boutonné
svn-id: r54085
2010-11-04TOOL: Fix ticks per seconds for H1 DosArnaud Boutonné
svn-id: r54063
2010-10-31TOOLS: Fix GCC warnings reported by Fingolgin in create_hugoArnaud Boutonné
Also realign arrays to make them (a bit) more readable. These modifications don't modify Hugo.dat svn-id: r53983
2010-10-30CREATE_HUGO: Avoid use of global constructorsMax Horn
svn-id: r53966
2010-10-30TOOLS: Enable use of forbidden symbolsMax Horn
svn-id: r53965
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-10-10HUGO: Move Dos strings from Parser to hugo.datArnaud Boutonné
svn-id: r53109
2010-10-10HUGO - Fix error in data (H1 Dos)Arnaud Boutonné
svn-id: r53104
2010-09-26TOOLS: Add H1 Dos intro ticks to hugo.datArnaud Boutonné
svn-id: r52901
2010-09-16TOOLS: Add missing data for H1 DosArnaud Boutonné
svn-id: r52754
2010-09-13TOOLS: Add staticfont.h to create_hugoArnaud Boutonné
This file was supposed to be committed in r52696... svn-id: r52709
2010-09-12TOOLS: Add fonts in hugo.dat for DOS versionArnaud Boutonné
svn-id: r52696
2010-09-06HUGO: Clean up creation toolArnaud Boutonné
Fix typos and suppress all identical noun arrays. svn-id: r52596
2010-09-06HUGO: Add hints in DOS versionsArnaud 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-02TOOLS: Suppress some dead code reported by CppcheckArnaud Boutonné
svn-id: r52496
2010-09-01HUGO: Fix labyrinth bug in Hugo 2 for WindowsArnaud Boutonné
svn-id: r52485
2010-08-28HUGO: Remove executable flag in create_hugo sourceSven Hesse
svn-id: r52421
2010-08-28HUGO: Some fixes for the create_hugo toolArnaud Boutonné
svn-id: r52420
2010-08-27HUGO: Fix GCC warnings in objects_xx initializationArnaud Boutonné
svn-id: r52418
2010-08-27HUGO: Fix some action types in the creation toolArnaud Boutonné
svn-id: r52417
2010-08-27HUGO: Fix "UNIX" redefinition on Unix-like systems in create_hugo.Johannes Schickel
svn-id: r52416
2010-08-27HUGO: Silence some const cast warnings in create_hugo.Johannes Schickel
svn-id: r52415
2010-08-27HUGO: 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-27TOOLS: Fix some warnings in create_hugoArnaud Boutonné
svn-id: r52410
2010-08-20Hugo - Move DOS hardcoded inventory strings to Hugo.datArnaud Boutonné
svn-id: r52226
2010-08-17create_hugo - Add MSVC9 filesArnaud Boutonné
svn-id: r52141
2010-08-17HUGO: Adding engine to the main treeEugene Sandulenko
svn-id: r52137