Eugene Sandulenko
859212df25
Implement translation support for ScummVM GUI.
...
Based on patch #2903830 : "Updated Translation Prototype" by alexbevi
which in turn is based on patch #1739965 by jvprat.
Currently it builds all translations right into ScummVM. Once the
feature will be accepted more widely, i.e. more translations will
pop up, it will be trivial to move translation strings to external
file.
Finished translation: Russian
Unfinished translation: Hungarian
Things which are nice to do:
- Language code -> language mapping for more user friendness
- Specifying fonts to be used with language
- Updating of interface language without restart. It will require
moving of much code to reflowLayout() methods for each dialog
The .po files must be in single byte encodings. I.e. no support
for Unicode.
svn-id: r49759
2010-06-15 10:44:51 +00:00
Andre Heider
09a54d765f
Fallback to the nasm compatible yasm.
...
svn-id: r48980
2010-05-09 13:31:34 +00:00
Andre Heider
a3e428f6db
Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure.
...
svn-id: r48977
2010-05-09 11:00:17 +00:00
Andre Heider
4b1cb26a39
Remove spurious quotes.
...
svn-id: r48949
2010-05-04 23:12:16 +00:00
Andre Heider
27e1681fea
Respect the shell's and svn's exit code when checking for a checkout.
...
svn-id: r48948
2010-05-04 22:55:07 +00:00
Andre Heider
a753c9a411
Switch from "svn status" to "svn info", which is way faster (especially over NFS).
...
svn-id: r48945
2010-05-04 20:14:05 +00:00
Andre Heider
fc567b1b25
Fixed typo.
...
svn-id: r48944
2010-05-04 20:07:22 +00:00
Max Horn
3da0c234ea
Patch from bug #2976619 (BUILD: Link error when building without engines)
...
Changes the order of the "engines" module to be after "backends".
svn-id: r48420
2010-03-30 00:59:08 +00:00
Johannes Schickel
3eab993d03
Only use CXX_UPDATE_DEP_FLAG for .S file rule, in case it is defined. (Thus matching the .cpp etc. file rules).
...
svn-id: r48210
2010-03-09 00:45:24 +00:00
Robin Watts
b84beeb602
Add missing MKDIR command. This was upsetting the WinCE build.
...
I can't see how this should upset any other build, and every other rule
seems to have this (or a variant of this) anyway, so...
svn-id: r48209
2010-03-09 00:43:31 +00:00
Johannes Schickel
6dacac2187
Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matches all the external library use too).
...
svn-id: r48208
2010-03-08 23:56:59 +00:00
Jordi Vilalta Prat
448ef35fe1
Install the plugins from the current directory (the build one), not from the source directory
...
svn-id: r47812
2010-02-02 13:02:08 +00:00
Oystein Eftevaag
9d70103d9c
The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X
...
svn-id: r46581
2009-12-26 13:35:57 +00:00
Max Horn
c7e89bc18e
oops
...
svn-id: r45983
2009-11-18 23:35:50 +00:00
Max Horn
6f45f68a0f
Some comments
...
svn-id: r45982
2009-11-18 23:34:40 +00:00
Max Horn
81762edf33
Remove Igor engine
...
svn-id: r45898
2009-11-14 13:11:06 +00:00
Max Horn
effb6b60eb
BUILD: Reduce build overhead by marking *.d and *.mk files as .PHONY, thus preventing Make from futile searches for rule to rebuild those files
...
svn-id: r45462
2009-10-28 13:43:57 +00:00
Marcus Comstedt
b94c17488b
Added a rule for assembler with cpp preprocessing.
...
svn-id: r44871
2009-10-10 12:35:20 +00:00
Max Horn
513cdb44a6
BUILD: Introduced new env var 'LD' analog to CXX (and defaulting to CXX), currently only used for PS2; modified cross compiler testing code to only compile but not link the test C++ file (working around another PS2 issue); some tweaks to the PS2 related build code
...
svn-id: r44816
2009-10-09 11:38:13 +00:00
Max Horn
126450f3bc
Revert nonsense I did in backends/platform/linuxmoto/module.mk and modify ASM build rules instead, enforcing the creation of output dirs for compiled files
...
svn-id: r44647
2009-10-04 23:21:01 +00:00
Max Horn
26f2597fd1
Modified version of patch #2838507 : Add support for non-gcc compilers to configure, Makefile etc
...
svn-id: r44348
2009-09-25 12:11:27 +00:00
Vladimir Menshakov
19cb09f900
added teenagent.dat to dist files
...
svn-id: r43955
2009-09-05 08:24:36 +00:00
Andre Heider
5238907845
configure support for AS and ASFLAGS, and .s files in Makefile. If a port has set _host_alias, default to the default GNU tools ranlib, strip, ar, as and windres
...
svn-id: r43657
2009-08-22 16:30:20 +00:00
Eugene Sandulenko
ea87405ae4
Patch #2840212 : "Quiet make process"
...
svn-id: r43635
2009-08-22 11:03:00 +00:00
Andre Heider
007f68366f
Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guarantee a consistent build.
...
svn-id: r43604
2009-08-21 18:16:37 +00:00
Travis Howell
39b4ba6549
Fix 16bit option of configure.
...
svn-id: r43579
2009-08-21 10:00:51 +00:00
Andre Heider
57e45de95b
Merge creation of Info.plist into update-version.pl.
...
This fixes the static version info after branching (#2820503 ).
svn-id: r43101
2009-08-07 18:16:58 +00:00
Andre Heider
1772f7d564
added pred.dic to DIST_FILES_ENGINEDATA
...
svn-id: r41644
2009-06-18 19:39:12 +00:00
Andre Heider
0324f20e39
added DIST_FILES_DOCS to Makefile.common, used by some dist targets now, incl. OSX bundles.
...
svn-id: r41639
2009-06-18 18:40:38 +00:00
Max Horn
52261c0bef
Make svn commands in Makefile.common slightly more robust against localization.
...
svn-id: r39811
2009-04-03 15:08:26 +00:00
Walter van Niftrik
1b356fe543
Fix bug #2691034 : AMIGAOS: Makefile.common broken.
...
svn-id: r39729
2009-03-28 23:39:59 +00:00
Jordi Vilalta Prat
e8c018a9d0
Use the current SVN revision as a default when distributing a snapshot sources
...
svn-id: r39533
2009-03-19 19:42:22 +00:00
Jordi Vilalta Prat
2292dc28b0
Try to use the working copy revision if it's available
...
svn-id: r39528
2009-03-19 18:39:47 +00:00
Marcus Comstedt
cdc05e2ea5
tail on e.g. Solaris does not support the use of "-n 1". Use the good old "-1" syntax instead.
...
svn-id: r39497
2009-03-17 22:49:00 +00:00
Marcus Comstedt
6cc6603e9b
engines need to be listed before gui in MODULES, because stuff in libengines.a use stuff in libgui.a.
...
svn-id: r39496
2009-03-17 22:41:54 +00:00
Andre Heider
6e1b154484
Added the SVN revision to SCUMMVM_VERSION. The variable has be be set externally, e.g. 'make SCUMMVM_SVN_REVISION=x'
...
svn-id: r39431
2009-03-15 21:17:37 +00:00
Travis Howell
c9df461071
Remove scummclassic.zip from packages, since it is built in.
...
svn-id: r38588
2009-02-20 12:32:48 +00:00
Max Horn
601175cb32
Reorder modules to fix linker issues when all engines are disabled (this order is weird, but for now seems to work)
...
svn-id: r36136
2009-01-30 04:04:10 +00:00
Max Horn
c69ebfd798
Moved default implementations for various OSystem methods into a new class BaseBackend
...
svn-id: r36135
2009-01-30 03:35:47 +00:00
Travis Howell
51824e58aa
Update theme package name.
...
svn-id: r34764
2008-10-09 23:23:38 +00:00
Vicent Marti
0b489b7ab6
Fixe DIST_FILES_THEMES in Makefile for theme distribution.
...
svn-id: r34758
2008-10-09 12:10:23 +00:00
Travis Howell
62248a0011
Add drascula.dat.
...
svn-id: r32632
2008-06-09 12:23:56 +00:00
Jordi Vilalta Prat
38a8aa516e
Allow static and dynamic plugins to be used at the same time
...
svn-id: r31888
2008-05-06 03:00:26 +00:00
Jordi Vilalta Prat
3f44977885
Added support to load plugins from different directories and the ability to specify the default directory from configure.
...
svn-id: r31816
2008-05-02 14:30:06 +00:00
Travis Howell
3996b76aeb
Add m4.dat to installation of engine data files.
...
svn-id: r31635
2008-04-21 03:55:10 +00:00
Max Horn
ff79a8cd39
added some SVN headers
...
svn-id: r30961
2008-02-25 14:09:04 +00:00
Max Horn
80b0d32754
Delete .d dependency files in 'clean' target, not 'distclean'
...
svn-id: r30897
2008-02-17 18:30:18 +00:00
Jordi Vilalta Prat
66e9d4f5e8
Removed trailing spaces.
...
svn-id: r30664
2008-01-27 19:47:41 +00:00
Max Horn
696ea9d301
Various small patches to the build system by jvprat
...
svn-id: r30473
2008-01-13 17:05:43 +00:00
Travis Howell
94d5c845bf
Fix path for engine data.
...
svn-id: r30303
2008-01-06 14:13:40 +00:00