aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2011-01-18create_project: Add the lpcrt4 library normally in the libraries section of ↵Filippos Karapetis
Code::Blocks, not as a command switch svn-id: r55306
2011-01-18Added Code::Blocks project files for the create_project toolFilippos Karapetis
svn-id: r55305
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-16TOOLS: Fix Win64 MSVC project files.Johannes Schickel
This is done by adding the "SDL_BACKEND" define to x64 MSVC project files, otherwise linker errors would occur, since certain SDL code would not get compiled. svn-id: r55266
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-12I18N: Add Norwegian (Bokmaal) translation (patch #3134466)Thierry Crozat
svn-id: r54876
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-12-01TOOLS: Capitalization fixFilippos Karapetis
svn-id: r54703
2010-12-01TOOLS: Added OpenGL support to Visual Studio project filesFilippos Karapetis
svn-id: r54701
2010-11-30TOOLS: Fix regression in create_project MSVC9 project creationJulien Templier
Debug build configurations were missing </Configuration> ending elements (see comments of bug #3121962) svn-id: r54681
2010-11-28CREATE_PROJECT: Updated project file generation for the gsoc2010-opengl ↵Filippos Karapetis
branch (thanks to LordHoto) svn-id: r54528
2010-11-27TOOLS: Fix 'Boat' bug in H1 DosArnaud Boutonné
H1 Dos is now completable svn-id: r54507
2010-11-23TOOLS: Update create_project makefileJulien Templier
svn-id: r54426
2010-11-23TOOLS: Add missing files for create_projectJulien Templier
svn-id: r54425
2010-11-23TOOLS: Move MSBuild and Visual Studio project providers to separate filesJulien Templier
- Add option --build-events to run custom pre/post build events as part of the build (defaults to false and VS2010 only ATM) - Only run build events as part of VS2010 build with all engines enabled (ie. dev build) svn-id: r54424
2010-11-23TOOLS: Extract revision from svn/hg/git at build time in Visual StudioJulien Templier
- Simplify custom file output (for VS2010) - Fix postbuild.cmd error output svn-id: r54423
2010-11-21I18N: Add Brazilian Portuguese (from patch #3114669)Thierry Crozat
svn-id: r54411
2010-11-20TOOLS: Fixed some compiler warnings in create_mads toolPaul Gilbert
svn-id: r54394
2010-11-20TOOLS: Minor fix to create_mads makefilePaul Gilbert
svn-id: r54393
2010-11-19BUILD: Revert r53427.Johannes Schickel
create_project will now use a different approach than recreating base/internal_version.h. This is also because recreating this file might result in accidental commits of the modified file and thus "screw up" the version string on different systems. svn-id: r54383
2010-11-19TOOLS: Move Visual Studio pre/post build events scripts to external filesJulien Templier
svn-id: r54381
2010-11-19TOOLS: Add stubs for external Pre/Post build scripts in Visual StudioJulien Templier
svn-id: r54380
2010-11-19TOOLS: Added create_mads tool for MADS/M4 enginePaul Gilbert
svn-id: r54363
2010-11-18TOOLS: Do not copy SCUMM MD5 data to web SVN module anymoreMax Horn
svn-id: r54314
2010-11-15CREDITS: Add Hungarian translator.Thierry Crozat
svn-id: r54252
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-10TOOLS: Remove CXXFLAGS rule from create_project module.mkJulien Templier
svn-id: r54187
2010-11-10TOOLS: Fix typo in create_project MSVC9 project fileJulien Templier
svn-id: r54186
2010-11-10TOOLS: Remove superflous pointer dereference in create_kyradat.Johannes Schickel
svn-id: r54183
2010-11-10TOOLS: Add create_project toolJulien Templier
- Move project providers to their own source files - Add support for Code::Blocks - Add analysis build configuration for Visual Studio svn-id: r54182
2010-11-10TOOLS: Remove create_msvc and update readmeJulien Templier
svn-id: r54181
2010-11-09create_msvc: Added the SDL_BACKEND define, to fix compilation with MSVCFilippos Karapetis
svn-id: r54159
2010-11-07CREDITS: Add myself to the Infrastructure section (after talking with Max).Johannes Schickel
svn-id: r54112
2010-11-07CREDITS: Mark Joachim Eberhard as retired.Johannes Schickel
svn-id: r54110
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