aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2011-02-12BUILD: Remove explicit references to SVN in revision variable names.Jordi Vilalta Prat
svn-id: r55898
2011-02-09TOOLS: Update create_project for change from sound/ to audio/Julien Templier
svn-id: r55853
2011-02-08CREDITS: Add credits for Czech translationThierry Crozat
Also add missing html entities conversion for rtf and tex outputs (hopefully I got them right). svn-id: r55834
2011-01-25HUGO: Move text arrays to a separate classArnaud Boutonné
svn-id: r55507
2011-01-24TOOLS: Add better Code::Blocks support to create_projectJulien Templier
- Update searchs path and library names to use the mingw precompiled libraries directly - Enhance batch file to handle the same arguments as the MSVC one svn-id: r55499
2011-01-23create_project: Add the video directory to the list of base directoriesFilippos Karapetis
svn-id: r55480
2011-01-22I18N: Add polish translation (patch #3162838)Thierry Crozat
svn-id: r55435
2011-01-20TOOLS: Allow compilation and linking from inside the Code::Blocks IDE with ↵Julien Templier
create_project-created workspaces - Fix include directory search order - Add custom tool command for asm files - Change linker search directory to SCUMMVM_LIBS/lib/mingw (libraries from the precompiled mingw package will need to be renamed to match the names from the MSVC precompiled package and be of the form lib<name>.a) svn-id: r55345
2011-01-20TOOLS: Add Indeo3 codec to the list of features in create_projectJulien Templier
svn-id: r55342
2011-01-19I18N: Update credits and NEWS file after adding two new GUI translationsThierry Crozat
svn-id: r55339
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