Oystein Eftevaag
ab01f42a4b
IPHONE: The overlay will now always be in the native device resolution
...
svn-id: r52939
2010-09-29 00:19:13 +00:00
Max Horn
a0c0b934c7
GUI: Replace GUI_ENABLE_BUILTIN_THEME by DISABLE_GUI_BUILTIN_THEME
...
svn-id: r52936
2010-09-28 20:31:17 +00:00
Max Horn
484bf9c269
ALL: Fixup some #define names
...
svn-id: r52935
2010-09-28 20:30:50 +00:00
Max Horn
1d3ce126ea
SDL: Fix for 32 bit mode support (untested; might be good for backporting, not sure, somebody should verify)
...
svn-id: r52934
2010-09-28 20:29:25 +00:00
Arnaud Boutonné
07427bed74
HUGO: Suppress useless parameter in several functions
...
svn-id: r52933
2010-09-28 19:49:53 +00:00
Max Horn
2db927c223
TINSEL: Remove redundant '_Windows' check
...
svn-id: r52932
2010-09-28 19:06:03 +00:00
Torbjörn Andersson
30db851ef0
SAGA: Fix wrong logo animation in some versions of ITE
...
Not all releases put the Wyrmkeep credits patch in a "graphics"
sub-directory, so assume it could be anywhere.
svn-id: r52930
2010-09-28 18:55:54 +00:00
Torbjörn Andersson
2d82cc385d
SAGA: Fix an ITE intro regression
...
(Possibly related to bug #3076822 - ITE: Dialog repeats in intro.)
The p2_a.voc patch file wasn't played. This was because the engine
first loaded p2_a.voc as a replacement for voice resource 4. Then it
tried to load p2_a.iaf and, when it failed, removed the patch data
for the very same resource. Now it only tries to read a patch if it
hasn't already found a patch for the resource. (There may have been a
similar bug in the end credits as well.)
svn-id: r52928
2010-09-28 18:15:25 +00:00
Torbjörn Andersson
5d1e26d804
SAGA: Initialise _driverType
...
svn-id: r52922
2010-09-28 04:53:38 +00:00
Arnaud Boutonné
d46f4a2fc0
HUGO: Move strlwr to Utils
...
svn-id: r52921
2010-09-27 21:50:11 +00:00
Arnaud Boutonné
3db60d9e44
HUGO: Add F3 behavior (recall), little cleanup
...
- Add F3 behavior
- Move drawStatusText() to Screen
svn-id: r52920
2010-09-27 20:24:36 +00:00
John Willis
2e57bcad52
CONFIGURE: Clean up overuse of _exeext for GP2X/Wiz and Caanoo.
...
svn-id: r52917
2010-09-26 20:23:58 +00:00
John Willis
8637b75c53
NEWS: Update NEWS file with GP2X/Wiz/Caanoo stuff.
...
svn-id: r52916
2010-09-26 20:21:12 +00:00
Martin Kiewitz
cd6aa62702
SCI: adding separate status drawing code
...
now also draws "IV" in KQ4 correctly. This wasn't the case before because we reused the regular drawing code, which would see the 0xA ("IV") as linebreak
save for backport
svn-id: r52913
2010-09-26 18:23:53 +00:00
Martin Kiewitz
432b7b25d9
SCI: kDrawPic setting _picNotValid on non-front
...
fixes lsl5 english graphic corruption during taj mahal wakeup, should also fix sq5 1.03 graphic corruption right after scrubbing (bug #3041069 )
save for backporting
svn-id: r52911
2010-09-26 15:47:13 +00:00
Torbjörn Andersson
5537ac91bf
JANITORIAL: Removed unnecessary semi-colons.
...
svn-id: r52910
2010-09-26 15:46:25 +00:00
Torbjörn Andersson
ad02009888
AGOS: Hopefully fix bug #3000876 ("FF: Crackling/static popping")
...
We want the WAV stream in playSounData() to contain the entire WAV
data, but the size we read does not include the eight first bytes.
svn-id: r52908
2010-09-26 12:28:26 +00:00
Travis Howell
184833924b
AGOS: Fix bug #3011638 - WAXWORKS: Crash retrieving spear from the crocodile carcass.
...
svn-id: r52906
2010-09-26 12:22:46 +00:00
Torbjörn Andersson
113e14224d
AGOS: Fix Valgrind warnings on exit.
...
svn-id: r52904
2010-09-26 12:07:50 +00:00
Arnaud Boutonné
64017f266e
HUGO: Remove extra ;
...
svn-id: r52903
2010-09-26 11:43:07 +00:00
Arnaud Boutonné
20a6180459
HUGO: Add H1 Dos intro
...
svn-id: r52902
2010-09-26 11:32:52 +00:00
Arnaud Boutonné
2ab77f2f52
TOOLS: Add H1 Dos intro ticks to hugo.dat
...
svn-id: r52901
2010-09-26 11:27:08 +00:00
Torbjörn Andersson
4543855eca
AGI: Fix bug in cmd_cancel_line()
...
We have to update cursor position, not just terminate the input
buffer. This makes Ctrl-C work as intended, which fixes one half of
bug #3054184 ("SQ1 AGI: keyboard special keys are not functioning
properly"). I'm not sure if the second half actually is a bug.
svn-id: r52899
2010-09-26 11:20:55 +00:00
Thierry Crozat
b1f63deba3
GUI: Partial fix to bug #3075649 Fonts not found with buit-in theme
...
When the locale font are not found when loading the theme, it now
fallbacks to default language (i.e. English) and default font. For this to work
I had to move the TranslationManager initialization before the Theme is
loaded. Therefore it is now initialized when the GuiManager is constructed.
svn-id: r52896
2010-09-25 22:47:00 +00:00
Fabio Battaglia
76992402d7
DINGUX: remove wrong comment and fill the readme with some infos
...
svn-id: r52894
2010-09-25 21:54:41 +00:00
Thierry Crozat
40e96d8dc5
I18N: Update Spanish and French translations
...
svn-id: r52893
2010-09-25 21:09:54 +00:00
Eugene Sandulenko
f965616552
SCUMM: Fix bug #3052804 by reverting NES-specific screen width hack
...
svn-id: r52891
2010-09-25 20:50:13 +00:00
Yotam Barnoy
73c5895ed2
PSP: ME MP3: cache stereo status
...
Bad timing can cause stereo status not to be picked up if at some point a MAD _header is not initialized.
svn-id: r52890
2010-09-25 20:38:40 +00:00
Martin Kiewitz
7105e294e2
SCI: little optimization in kAddToPic
...
definitely save to backport, belongs to r52887
svn-id: r52888
2010-09-25 19:43:36 +00:00
Martin Kiewitz
18cd3333c0
SCI: changes to kAddToPic
...
kAddToPic doesnt do loop/cel fixups, it also doesnt support global scaling and will only set nsRect on scaled Cels, not reusing fill() of kAnimate anymore, but doing those things separately
fixes kq6 - 2nd window shown instead of peppermint bush (bug #3070465 )
should be save to backport
svn-id: r52887
2010-09-25 19:28:56 +00:00
Max Horn
9d50e47de3
IPHONE,MACOSX: Sync Info.plist changes with 1.2.x branch
...
svn-id: r52886
2010-09-25 18:07:19 +00:00
Lars Persson
744b301b22
SYMBIAN : Updated version nr to 1.13 in package file
...
svn-id: r52882
2010-09-25 14:59:24 +00:00
Matthew Hoops
d4504a3f3a
AGI: Fix C64 AGI pictures
...
The initial screen color needs to be 0 and not 0xf for these. Winnie C64/Apple II should be completable now, with some graphical glitches and palette problems.
svn-id: r52881
2010-09-25 14:28:48 +00:00
Arnaud Boutonné
009e481547
HUGO: Add H2 Dos splash screen
...
svn-id: r52880
2010-09-25 13:39:19 +00:00
Arnaud Boutonné
387753705a
HUGO: Fix stricmp use and text color in splash screen
...
svn-id: r52878
2010-09-25 12:59:35 +00:00
Arnaud Boutonné
be4d619864
HUGO: Add intro for H3 Dos
...
svn-id: r52877
2010-09-25 12:45:12 +00:00
Martin Kiewitz
a8df677c04
SCI: save/restore intensity of sysPalette
...
fixes bug #3072868
should be save for backporting
svn-id: r52875
2010-09-24 09:56:50 +00:00
Johannes Schickel
fd3cc727c9
SCI: Implement voice mapping for CMS driver.
...
svn-id: r52871
2010-09-24 00:38:18 +00:00
Yotam Barnoy
4807fdb4c7
PSP: fix issue in ME MP3 code. Release and init the ME when seeking.
...
Without this fix, the ME allocates more and more memory with every seek until it can't work.
svn-id: r52868
2010-09-23 21:03:20 +00:00
Torbjörn Andersson
b7911ef0f4
DRASCULA: Play the English "von Braun" track
...
The workaround is no longer needed since we provide the previously
missing track. It shouldn't break the game if you play from the CD
either, as the timing appears to be hardwired rather than keyed to
the music.
svn-id: r52866
2010-09-23 20:01:08 +00:00
Lars Persson
cc4a014335
COMMON : Initialize translation after system has been initialized (to be able to access system specific search paths for translations.dat)
...
svn-id: r52865
2010-09-23 10:39:59 +00:00
Lars Persson
3a3b2cf862
SYMBIAN : Add addSysArchivesToSearchSet to support local data files properly. (Instead of using extrapath)
...
svn-id: r52864
2010-09-23 10:37:10 +00:00
Lars Persson
9e4dff9164
SYMBIAN : Remove application resource include not used.
...
svn-id: r52863
2010-09-23 10:34:45 +00:00
Lars Persson
86a7d4382e
SYMBIAN : Updated define for S60v3 detection
...
svn-id: r52862
2010-09-23 10:34:00 +00:00
Thierry Crozat
0117525669
I18N: Update Ukrainian translation
...
svn-id: r52861
2010-09-22 21:22:15 +00:00
Arnaud Boutonné
b9b1905378
HUGO: Constify char* parameters in Screen
...
svn-id: r52860
2010-09-22 21:22:11 +00:00
Arnaud Boutonné
0db9a4d6b4
HUGO: Fix intro in H3 Win
...
This fixes the path on the world map, during intro
svn-id: r52858
2010-09-22 20:37:03 +00:00
David Turner
4b7a9b29fe
AGI: Fix for Bug #3067263 "SQ2: ScummVM hanging on the inventory screen"
...
This was due to a loop in AgiEngine::selectItems(int n), which lacked a check
that the engine was quitting or restarting.
svn-id: r52856
2010-09-22 20:05:10 +00:00
Florian Kagerer
b11263be90
KYRA PC-98: fix endianess in music frequency
...
svn-id: r52855
2010-09-22 19:39:54 +00:00
Lars Persson
f155d902c7
Additional include paths for Symbian^3
...
svn-id: r52854
2010-09-22 10:27:09 +00:00