Thierry Crozat
d2a55b42c9
ENGINES: Further unify engine names
2011-05-22 12:47:35 +01:00
agent-q
4076a0466d
GUI/DS: Make 99 the maximum number of save slots displayed on the GMM load/save screens on the DS port.
2011-05-21 15:56:42 +01:00
agent-q
f1903004c0
GUI: Prevent the GUI code from incorrectly reloading the theme when the builtin theme is used.
2011-05-21 15:55:36 +01:00
agent-q
92a71f7452
DS: Port of changes from branch-1-2-0 that I should really have moved into the trunk.
...
"DS: Prevent the command line help string from being included in the binary."
5f3a90a5f6
"GUI: Allow disabling of Mass Add dialog. Saves a few Kb of binary size on the DS, and is not particularly useful on that platform."
240ff87cf4
"GUI: Don't search for theme zip files on startup when running on the DS. Themes aren't supported anyway, and the search severely delays startup."
fe3b18ce0d
2011-05-21 15:45:51 +01:00
Pawel Kolodziejski
356c9c8c07
sync with scummvm
2011-05-18 23:33:39 +02:00
Johannes Schickel
8a46c017cf
GUI: Fix for bug #3303501 "Switching from HQ2x->HQ3x crashes ScummVM".
2011-05-17 23:16:40 +02:00
strangerke
766b31e94d
CREDITS: retire Kirben (missing file)
2011-05-17 22:25:06 +02:00
Max Horn
52d81727a3
GUI: Trying to clarify my comment on ctrl-a/ctrl-e *sigh*
2011-05-17 16:27:10 +02:00
Max Horn
29851abaea
GUI: Text editing tweaks
...
- Streamline keypad handling
- Allow up/down to act like home/end
- On Mac OS X, allow ctrl-a and ctrl-e to act like home/end
2011-05-17 12:23:55 +02:00
Max Horn
a3fe84cfe6
GUI: For a list entry in edit mode, move caret to end
2011-05-17 12:23:55 +02:00
Thierry Crozat
3062681eb5
KYRA: Change engine name to Kyra
2011-05-16 23:58:46 +01:00
Thierry Crozat
0b8d2c4d60
GUI: Apply graphics mode change when closing global options dialog
2011-05-16 00:11:32 +01:00
Thierry Crozat
3c59e37035
ENGINES: Unify engine names
...
This unifies the engine names in MetaEngine::getName() and the
credits. In particular drop "Engine" or "engine" from the names when
it was present and use expanded names in credits when the
MetaEngine uses it (e.g. "Beneath a Steel Sky" instead of "BASS").
2011-05-16 00:11:32 +01:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Pawel Kolodziejski
d1cb1fa375
update ceredits
2011-05-09 10:37:36 +02:00
Thierry Crozat
480aaa6504
I18N: Update translations data file
2011-05-08 23:56:12 +01:00
Thierry Crozat
371e617797
I18N: Update translations data file
2011-05-08 23:30:46 +01:00
Pawel Kolodziejski
0f5de71f70
sync with scummvm
2011-05-08 15:38:26 +02:00
Johannes Schickel
473337effd
GUI: Allow .zip files with case differing from ".zip" as theme files too.
...
Formerly our code used "hasSuffix" to check for a ".zip" suffix. Since
hasSuffix does a case-sensitive match that would not work, in case the file
was called "scummmodern.ZIP" instead of "scummmodern.zip" for example.
To fix that I am using a case-insensitive matchString instead now.
2011-05-07 15:49:57 +02:00
Johannes Schickel
16f1b51e2a
GUI: Clean up localized font filename generation.
2011-05-05 20:07:37 +02:00
Thierry Crozat
1aff380a15
I18N: Update translations data file
2011-05-02 20:19:13 +01:00
Thierry Crozat
cd9aabfb2d
I18N: Update translations data file
2011-05-02 20:13:51 +01:00
Max Horn
d521d6a1c2
GUI: Inform use about ignored games when mass adding
2011-05-02 13:40:25 +02:00
Thierry Crozat
39d9566133
I18N: Update translations data file.
2011-05-01 23:57:43 +01:00
Thierry Crozat
9360ec7354
I18N: Update translations data file.
2011-05-01 23:50:39 +01:00
Pawel Kolodziejski
a02ae4bc5d
fix compilation
2011-05-01 18:12:07 +02:00
Pawel Kolodziejski
6be453780f
synced with scummvm
2011-05-01 17:49:40 +02:00
Johannes Schickel
71bdb86e02
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
...
For further discussion check here:
https://github.com/scummvm/scummvm/pull/16
Conflicts:
graphics/png.cpp
2011-05-01 16:54:45 +02:00
Ori Avtalion
9414d7a6e2
JANITORIAL: Reduce header dependencies in shared code
...
Some backends may break as I only compiled SDL
2011-04-28 15:08:58 +03:00
Ori Avtalion
cd6ee0589d
JANITORIAL: Format forward declarations to follow convention
2011-04-28 12:20:34 +03:00
Thierry Crozat
836ca2b4e2
I18N: Update translations data file.
2011-04-27 20:43:38 +01:00
Max Horn
759cac0abc
GUI: Fix warning on systems where char is unsigned
2011-04-26 14:24:47 +02:00
Thierry Crozat
ff0f391a9c
I18N: Update translations data file.
2011-04-25 23:03:00 +01:00
Max Horn
25d97593c5
Merged pull request #25 from Littleboy/corrupted_theme.
...
ZipArchive and corrupted themes
2011-04-25 12:46:39 -07:00
Einar Johan T. Sømåen
cc86432008
Tiny typo in credits.h
2011-04-26 03:17:41 +08:00
Johannes Schickel
34ec9f6439
GUI: Make git revision string fit in the modern theme's launcher again.
2011-04-25 20:30:46 +02:00
Pawel Kolodziejski
83caaabc14
update credits
2011-04-25 19:29:25 +02:00
Pawel Kolodziejski
27823ea913
re-zip to not use compression
2011-04-25 11:56:50 +02:00
Littleboy
ea9774f689
GUI: Add basic validity check to ThemeEngine::themeConfigParseHeader (workaround for #3103051 )
...
When loading a corrupted zip, the data returned for THEMERC will be garbage, which will cause an assert in isspace() when trying to trim the data.
This checks that the first character of the header is in the range [0;127] and bails out if not.
2011-04-24 22:45:36 -04:00
Thierry Crozat
9b47a42ebd
I18N: Update translations data file.
2011-04-24 14:56:18 +01:00
Thierry Crozat
7a9157bb56
I18N: Update translations data file.
2011-04-24 10:39:18 +01:00
Thierry Crozat
42408c0d95
I18N: Update translation data file.
2011-04-22 20:01:54 +01:00
Max Horn
73f04118f3
COMMON: Rename Error to ErrorCode, introduce new Error class
2011-04-18 18:22:02 +02:00
Johannes Schickel
c824ef16a6
Merge branch 'master' of https://github.com/enginmanap/scummvm
2011-04-17 21:44:29 +02:00
Johannes Schickel
41586398ab
GUI: Do not access Surface::bytesPerPixel anymore.
2011-04-17 20:58:07 +02:00
Johannes Schickel
2329a00873
GUI: Prefer Surface::create taking a PixelFormat over the one taking a byte depth.
2011-04-17 16:34:58 +02:00
Engin Manap
d20a85d4f1
GUI: Fix indentation problems. Remove unwanted space.
...
All cosmetic changes, nothing changed.
2011-04-17 16:40:13 +03:00
Thierry Crozat
9990ae6aa0
CREDITS: Add buildbot skin to billwashere crontibutions
2011-04-17 14:21:49 +01:00
Engin Manap
8463649f49
GUI: Fix apply old theme even if theme is not changed.
...
There was no control if theme was changed. If you click cancel, it
always changes theme to which options panel opened with. This is
unneccessery if theme is not changed so a if statement added before
applying old theme.
2011-04-17 16:18:32 +03:00
Engin Manap
a1509af8b6
GUI: Fix theme change ignores cancel on options window.
...
add new protected value _oldTheme. It keeps theme at the init of
options window, and cancel button reapplies old theme.
2011-04-17 16:17:20 +03:00