Commit Graph

1025 Commits

Author SHA1 Message Date
Arnaud Boutonné
2846ce14f3 HUGO: Move text arrays to a separate class
svn-id: r55507
2011-01-25 00:32:48 +00:00
Julien Templier
d18a96fb0e TOOLS: Add better Code::Blocks support to create_project
- 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-24 12:41:02 +00:00
Filippos Karapetis
2f4b89e9b1 create_project: Add the video directory to the list of base directories
svn-id: r55480
2011-01-23 19:18:44 +00:00
Thierry Crozat
37aa513815 I18N: Add polish translation (patch #3162838)
svn-id: r55435
2011-01-22 16:46:32 +00:00
Julien Templier
dd3894a442 TOOLS: Allow compilation and linking from inside the Code::Blocks IDE with 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-20 07:29:45 +00:00
Julien Templier
744eaf0134 TOOLS: Add Indeo3 codec to the list of features in create_project
svn-id: r55342
2011-01-20 04:54:43 +00:00
Thierry Crozat
024b7758c5 I18N: Update credits and NEWS file after adding two new GUI translations
svn-id: r55339
2011-01-19 23:05:06 +00:00
Filippos Karapetis
6e857ec396 create_project: Add the lpcrt4 library normally in the libraries section of Code::Blocks,
not as a command switch

svn-id: r55306
2011-01-18 17:57:27 +00:00
Filippos Karapetis
e24f1ff40a Added Code::Blocks project files for the create_project tool
svn-id: r55305
2011-01-18 17:51:48 +00:00
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
Johannes Schickel
c0434258f9 TOOLS: Fix Win64 MSVC project files.
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-16 19:38:22 +00:00
Arnaud Boutonné
ac6c88869e HUGO: Improve mouse support for DOS versions
- Enlarge Exit hotspots
- Fix newspaper issue in H2 Dos (screen 33)

svn-id: r55219
2011-01-13 00:32:10 +00:00
Arnaud Boutonné
3da25986d2 HUGO: Improve mouse support in DOS versions.
- 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-11 23:16:57 +00:00
Arnaud Boutonné
868717b444 TOOLS: Add Dos intro music number in hugo.dat
svn-id: r55145
2011-01-07 15:14:38 +00:00
Arnaud Boutonné
e670e698f1 TOOLS: Add button bitmaps to create_hugo
svn-id: r55102
2011-01-03 16:15:52 +00:00
Arnaud Boutonné
542f946155 HUGO: Fix default values in object_t structure for viewx field and followings.
This fixes some other bugs reported by D. Gray

svn-id: r55068
2010-12-30 22:07:12 +00:00
Arnaud Boutonné
51685f26dc TOOL: Fix palette bug in H3 Dos (when leaving the cave)
svn-id: r54898
2010-12-13 00:20:45 +00:00
Arnaud Boutonné
47e9726385 TOOLS: Suppress 2 unused (and corrupted) act35 in H3 DOS
svn-id: r54894
2010-12-12 23:09:09 +00:00
Arnaud Boutonné
2bbe59ad8d HUGO: Replace PROMPT box by YESNO box in H3 Dos
This only applies to the old man dialog. 
This makes H3 Dos completable.

svn-id: r54881
2010-12-12 08:37:19 +00:00
Thierry Crozat
27e7da7340 I18N: Add Norwegian (Bokmaal) translation (patch #3134466)
svn-id: r54876
2010-12-12 00:24:19 +00:00
Arnaud Boutonné
e04e6f8855 TOOLS: (create_hugo) Fix typo in act14 definition
svn-id: r54854
2010-12-10 07:33:02 +00:00
Arnaud Boutonné
e0a6ecaca9 TOOLS: Fix the "Mouse text" crash in Hugo
svn-id: r54831
2010-12-08 07:18:38 +00:00
Arnaud Boutonné
a4ff63a2d3 TOOL: Add hotspots info to add support to "Exit" in Dos versions of Hugo
svn-id: r54821
2010-12-07 22:32:54 +00:00
Arnaud Boutonné
077102f8db HUGO: Fix crash in H3 (Swinger display name)
svn-id: r54801
2010-12-06 20:22:53 +00:00
Filippos Karapetis
bd5ab7e501 TOOLS: Capitalization fix
svn-id: r54703
2010-12-01 14:57:22 +00:00
Filippos Karapetis
eeb557baab TOOLS: Added OpenGL support to Visual Studio project files
svn-id: r54701
2010-12-01 14:56:06 +00:00
Julien Templier
8b061f06e2 TOOLS: Fix regression in create_project MSVC9 project creation
Debug build configurations were missing </Configuration> ending elements
(see comments of bug #3121962)

svn-id: r54681
2010-11-30 16:41:48 +00:00
Filippos Karapetis
5e0a441add CREATE_PROJECT: Updated project file generation for the gsoc2010-opengl branch (thanks to LordHoto)
svn-id: r54528
2010-11-28 15:54:20 +00:00
Arnaud Boutonné
8b7c42f0b0 TOOLS: Fix 'Boat' bug in H1 Dos
H1 Dos is now completable

svn-id: r54507
2010-11-27 16:48:38 +00:00
Julien Templier
b6d97e492c TOOLS: Update create_project makefile
svn-id: r54426
2010-11-23 11:54:20 +00:00
Julien Templier
500ae85c86 TOOLS: Add missing files for create_project
svn-id: r54425
2010-11-23 11:47:52 +00:00
Julien Templier
3cb5c64477 TOOLS: Move MSBuild and Visual Studio project providers to separate files
- 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-23 11:22:31 +00:00
Julien Templier
569ad6caba TOOLS: Extract revision from svn/hg/git at build time in Visual Studio
- Simplify custom file output (for VS2010)
 - Fix postbuild.cmd error output

svn-id: r54423
2010-11-23 11:14:17 +00:00
Thierry Crozat
8c0160cca6 I18N: Add Brazilian Portuguese (from patch #3114669)
svn-id: r54411
2010-11-21 22:12:31 +00:00
Paul Gilbert
29c6ab433e TOOLS: Fixed some compiler warnings in create_mads tool
svn-id: r54394
2010-11-20 10:10:18 +00:00
Paul Gilbert
3a0b28f9f9 TOOLS: Minor fix to create_mads makefile
svn-id: r54393
2010-11-20 10:00:24 +00:00
Johannes Schickel
0f26184f8d BUILD: Revert r53427.
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-19 16:47:03 +00:00
Julien Templier
ec9ad50c14 TOOLS: Move Visual Studio pre/post build events scripts to external files
svn-id: r54381
2010-11-19 14:12:33 +00:00
Julien Templier
6aa770751f TOOLS: Add stubs for external Pre/Post build scripts in Visual Studio
svn-id: r54380
2010-11-19 13:59:02 +00:00
Paul Gilbert
16ee411187 TOOLS: Added create_mads tool for MADS/M4 engine
svn-id: r54363
2010-11-19 10:23:33 +00:00
Max Horn
785dd683e1 TOOLS: Do not copy SCUMM MD5 data to web SVN module anymore
svn-id: r54314
2010-11-18 10:15:33 +00:00
Thierry Crozat
2c058a1235 CREDITS: Add Hungarian translator.
svn-id: r54252
2010-11-15 21:01:48 +00:00
Filippos Karapetis
c64a4ce058 TOOLS: Added MSVC10 project files for the create_hugo tool
svn-id: r54229
2010-11-13 13:45:09 +00:00
Arnaud Boutonné
fd82c3783d TOOL+HUGO: Misc modifications
- 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-12 18:05:23 +00:00
Arnaud Boutonné
b0bf67b424 TOOL: Suppress useless strings in textUtil
Also add DOS version for this text array

svn-id: r54202
2010-11-11 15:01:57 +00:00
Julien Templier
380121fb55 TOOLS: Remove CXXFLAGS rule from create_project module.mk
svn-id: r54187
2010-11-10 14:06:39 +00:00
Julien Templier
966e3c1305 TOOLS: Fix typo in create_project MSVC9 project file
svn-id: r54186
2010-11-10 09:07:10 +00:00
Johannes Schickel
c9969d2be0 TOOLS: Remove superflous pointer dereference in create_kyradat.
svn-id: r54183
2010-11-10 03:59:43 +00:00
Julien Templier
66b172bb26 TOOLS: Add create_project tool
- 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-10 03:56:42 +00:00
Julien Templier
d1723ab2ec TOOLS: Remove create_msvc and update readme
svn-id: r54181
2010-11-10 03:46:36 +00:00