Strangerke
64f2ccca9b
CGE: Cleanup: remove trailing spaces
2011-06-13 13:07:45 +02:00
Strangerke
ffc2aa4e4f
CGE: Format code
2011-06-13 11:57:24 +02:00
Strangerke
ccd934e4bf
CGE: Add a couple of STUB warnings
2011-06-13 00:40:19 +02:00
Strangerke
b1df7ca734
CGE: Add missing file, and STUB some missing functions in general.cpp
2011-06-12 22:06:44 +02:00
Strangerke
3bef49c003
CGE: Suppress VGA::Exit, some cleanup, add one missing source
2011-06-12 01:13:44 +02:00
Strangerke
92076d4641
CGE: Remove DROP() macro
2011-06-11 23:27:27 +02:00
Strangerke
11264a60a7
CGE: Stubbing and cleanup made by SylvainTV
2011-06-11 22:35:21 +02:00
Strangerke
15d98b2a54
CGE: Add a couple of missing files
2011-06-11 09:33:17 +02:00
Strangerke
29065d302a
CGE: Add namespaces
2011-06-10 22:57:09 +02:00
Strangerke
7d88b9e4cd
CGE: Suppress typedef for byte, word and dword.
2011-06-10 19:02:13 +02:00
Strangerke
68f7ff1115
CGE: Replace Boolean, TRUE and FALSE by bool, true, false
2011-06-10 13:06:03 +02:00
Strangerke
a5c569eff2
CGE: Remove far and near keywords
2011-06-10 09:14:43 +02:00
Strangerke
03c540abff
CGE: Add default header, fix some includes
2011-06-10 07:45:18 +02:00
Strangerke
01a7e7ad60
CGE: Add several sources based on headers
2011-06-09 08:20:53 +02:00
Strangerke
c545ebd0d5
CGE: Add minimal engine and detection
2011-09-10 17:50:47 +02:00
eriktorbjorn
a826c4422f
JANITORIAL: Unbreak building with --disable-translation
...
I don't know if there is more code that can be removed when
disabling translations, but this is the obvious obstacle.
2011-06-07 06:21:04 +02:00
Sven Hesse
7ea4583d2f
IPHONE: Fix a typo, fix compilation (hopefully)
2011-06-07 01:43:48 +02:00
Walter van Niftrik
12366c91e5
SCI: Use Sound debug channel in AmigaMac sound driver.
2011-06-07 01:39:00 +02:00
Thierry Crozat
4e5907a5e4
I18N: Update translations from template
2011-06-06 23:20:13 +01:00
Thierry Crozat
0a0485a988
I18N: Update template file from source code
2011-06-06 23:20:12 +01:00
Thierry Crozat
014145f240
I18N: Make some OSD messages translatable
2011-06-06 23:20:11 +01:00
Thierry Crozat
226990bb58
I18N: Update translations from template
2011-06-06 23:20:11 +01:00
Thierry Crozat
a605c7fd69
OSYSTEM: displayMessageOnOSD() now accepts non-ASCII strings
...
It should now accept strings encoded using the current
TranslationManaged charset (e.g. translated text).
2011-06-06 23:20:10 +01:00
Thierry Crozat
197ef8f178
GRAPHICS: Add kLocalizedFont in FontManager
...
This makes it easy to get a localized font for the current
TranslationManager charset if one has been loaded. It tries
first to find one for the BigGUI or GUI fonts and then looks
for any acceptable font.
Also only use lower case font name for the FontManager HashMap.
This is to avoid issues with the case when looking for a font by
its name. There was for example an issue for font helvB12 that is
named helvb12 in the scummmodern theme.
2011-06-06 23:20:10 +01:00
Thierry Crozat
6b13782967
GRAPHICS: Move genLocalizedFontFilename() to FontManager class
...
It was defined in ThemeEngine class , but I moved it to make it
possible to use localized font in other places.
2011-06-06 23:20:09 +01:00
Thierry Crozat
592cca5402
GRAPHICS: Get rid of kSODFont (ScummFont)
...
OSD is now using the kGUIFont instead. The main advantage is that
the kGUIFont can be used for translated text while only ASCII
characters were present in ScummFont.
2011-06-06 23:20:08 +01:00
Max Horn
72080d8972
DC: Allow use of all symbols
2011-06-06 23:04:32 +02:00
Littleboy
7d984aa53a
CREATE_PROJECT: Link with the static runtime library in release mode
...
This allows distributing MSVC compiled binaries without the MSVCRT runtime dll.
2011-06-06 13:12:07 -04:00
Max Horn
c1b68a7fd7
COMMON: Clarify & correct OSystem::displayLogFile() docs
2011-06-06 17:56:36 +02:00
athrxx
40422441af
AUDIO: some more text tweaks
2011-06-06 17:26:36 +02:00
Max Horn
18e8e5c91e
SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol)
2011-06-06 17:18:50 +02:00
Max Horn
0403cfc060
COMMON: Attempt to make 'forbidden symbol' error more helpful
2011-06-06 17:10:03 +02:00
Max Horn
0a2fb9a465
COMMON: Make more symbols forbidden
2011-06-06 17:05:35 +02:00
Max Horn
96aed4d057
PS2: Add missing semicolon
2011-06-06 17:01:11 +02:00
Max Horn
8d77d8cf1c
DS: Remove dead code
2011-06-06 16:55:18 +02:00
Max Horn
c5532153c3
PS2: Remove dead code
2011-06-06 16:50:26 +02:00
Max Horn
4f159dba90
PS2: Simplify OSystem_PS2::logMessage
2011-06-06 16:47:20 +02:00
Max Horn
c81e94b252
BACKENDS: Unify EventManager setup
2011-06-06 16:13:57 +02:00
Max Horn
848079b66d
NULL: Fix null backend (untested)
2011-06-06 15:48:40 +02:00
Max Horn
0e20bc0086
COMMON: Remove PS2 / NDS hacks in system.cpp
2011-06-06 15:39:05 +02:00
Max Horn
b0b5a1d802
DS: Add custom logMessage() implementation
2011-06-06 15:36:28 +02:00
Max Horn
4878b2b27b
PS2: Add logMessage() implementation
2011-06-06 15:35:50 +02:00
Max Horn
c847522422
BACKENDS: Add OSystem::getDefaultConfigFileName
...
This is used to provide default implementations for createConfigWriteStream
and createConfigReadStream, which can be used by most backends.
Note that backends can still override createConfigRead/WriteStream;
this could be useful if settings on some port are not stored in a
regular file (think 'Windows registry', for a hypothetical example).
2011-06-06 15:30:21 +02:00
Max Horn
afb06b51cc
BACKENDS: Unify AudioCD manager instantiation
2011-06-06 15:02:33 +02:00
Max Horn
338a859591
NULL: cleanup
2011-06-06 14:13:18 +02:00
Alyssa Milburn
4af3045188
I18N: Make MidiDriver detection errors translatable.
2011-06-06 12:44:28 +02:00
Willem Jan Palenstijn
5da1427d0c
AUDIO: Tweak warning text
2011-06-06 12:39:06 +02:00
Alyssa Milburn
b2a1566860
DETECTOR: Change printf calls to use logMessage.
...
Also make the strings translatable.
2011-06-06 12:32:09 +02:00
Alyssa Milburn
6842227ac2
COMMON: Add kInfo LogMessageType.
2011-06-06 12:26:01 +02:00
Alyssa Milburn
a809ac9b7e
I18N: Make some more GUI strings translatable.
2011-06-06 12:00:06 +02:00