Einar Johan Trøan Sømåen
511f833032
WINTERMUTE: Use case-insensitive path-lookup when opening DiskFiles.
2013-02-06 13:40:36 +01:00
Einar Johan Trøan Sømåen
09303f6d1a
WINTERMUTE: Get rid of BaseImage.h inclusion in BaseGame.
2013-02-06 13:40:36 +01:00
Einar Johan Trøan Sømåen
74e32bd332
WINTERMUTE: Privatize a few more members in BaseGame.
2013-02-06 13:40:35 +01:00
Matthew Hoops
83152fd608
PEGASUS: Make the demo menu music start before the splash screen
2013-02-04 19:03:21 -05:00
Filippos Karapetis
059f5ee138
MT32: Also attempt to load roms named CM32L_CONTROL.ROM / CM32L_PCM.ROM
...
This was accidentally removed in commit 5711d23
2013-02-04 23:13:53 +02:00
Filippos Karapetis
e2a8c8ea86
MT32: Sync with the latest changes in munt
...
This syncs our code with munt commit ee380de
2013-02-04 23:13:53 +02:00
Matthew Hoops
b61ac55036
PEGASUS: Fix minor energy bar glitch while calibrating
...
Need to set the energy level before showing it
2013-02-04 14:41:18 -05:00
Matthew Hoops
c991d3990e
TRANSLATION: Mark pegasus.cpp as translatable
2013-02-04 14:16:26 -05:00
Matthew Hoops
89d574e6d0
PEGASUS: Limit the accepted characters in save file names
2013-02-04 14:06:29 -05:00
Matthew Hoops
49ebbfd9dc
PEGASUS: Sort save file names alphabetically
2013-02-04 12:34:06 -05:00
Thierry Crozat
84bea855b4
I18N: Update Hungarian translation from patch #3603156
2013-02-04 13:28:14 +00:00
Thierry Crozat
a1c3a8c542
CREDITS: Fix display of credits with non ISO-8859-1 charsets
...
The credits.pl script now prints both the ASCII and ISO-8859-1 strings
in the credits.dat file when they are different. The About dialog then
chooses either one or the other depending on the current charset
used. This fixes bug #3539986
2013-02-04 13:17:18 +00:00
Matthew Hoops
091f2e9df8
PEGASUS: Fix the pressure door 'static' screens
...
This does not do a full implementation of master time bases for the one case in the game that uses it.
2013-02-03 17:37:40 -05:00
Filippos Karapetis
6286779d0a
SWORD25: Fix some spacing in LUA
2013-02-03 18:18:43 +02:00
Filippos Karapetis
afdb28b4e9
SWORD25: Replace calls to LUAI_THROW() with error() in LUA
...
This removes one of the uses of setjmp(), but its use in LUAI_TRY still
remains
2013-02-03 18:17:02 +02:00
Thierry Crozat
ad0fccc0bb
I18N: Update translation files from source code
2013-02-03 00:11:40 +00:00
Johannes Schickel
7dc15bc070
GUI: Center Launcher.Version in all themes.
...
Now that we actually use the textalign field of Launcher.Version the version
would be left aligned by default. This looks odd for the classic theme and
the low resolution version of the modern theme and is contrary to the old
"default" value, so I decided to center the string explicitly again.
2013-02-03 00:46:51 +01:00
Johannes Schickel
1115c2b323
GUI: Fix text alignment for the version in the launcher.
...
Formerly in LauncherDialog::reflowLayout an incorrect way to query the acutal
text alignment was used for the static text widget used for the ScummVM
version.
2013-02-03 00:43:32 +01:00
Johannes Schickel
8ae324f50c
Merge pull request #308 from hasufell/master
...
fix build under et_EE locale
2013-02-02 12:31:28 -08:00
Matthew Hoops
31252e1095
MACOSX: Fix compilation with the 10.2.8 SDK
...
This is a pretty bad hack of not using the kMusicDeviceProperty_SoundBankFSRef symbol and using its value instead. It felt wrong breaking 10.2.8 support just because of Soundfonts.
2013-02-01 16:48:38 -05:00
Matthew Hoops
412ac740aa
MACOSX: Load soundfonts using FSRef instead of FSSpec on 10.5
...
Fixes bug #3602452
2013-02-01 14:15:10 -05:00
hasufell
b65365e0d3
CONFIGURE: Fix build under et_EE locale
...
Freetype-config reports a broken include dir
when et_EE locale is used. We set LC_ALL
and LANGUAGE to "C" explicitly like autoconf
does to force consistent behavior.
2013-02-01 19:31:15 +01:00
Einar Johan Trøan Sømåen
cef07f30d8
WINTERMUTE: Avoid applying color-keys to ALL images with bpp >= 3.
2013-02-01 02:06:07 +01:00
Einar Johan Trøan Sømåen
d12a0e1423
WINTERMUTE: Apply color-key if no alpha-channel is present
...
(Instead of using the bpp to detect it).
2013-02-01 01:55:16 +01:00
Einar Johan Trøan Sømåen
0db8a0b3b1
GRAPHICS: Let JPEGs pixelformat state 0 alpha bits.
2013-02-01 01:54:39 +01:00
Einar Johan Trøan Sømåen
6b614f8ff5
WINTERMUTE: Avoid using ldepxf/frexpf
2013-02-01 00:48:47 +01:00
Einar Johan Trøan Sømåen
fcc33c22d8
WINTERMUTE: Force the screen to black after loading/saving.
2013-02-01 00:48:30 +01:00
Einar Johan Trøan Sømåen
0407906bfa
WINTERMUTE: Redo the way floats are saved, break savegame compatibility with WME Lite completely.
...
(This also breaks compatibility with savegames from ScummVM prior to this commit, AND resets the
Savegame-version, older savegames will have differing MAGIC-numbers in their headers, and will thus
not be recognized).
2013-01-31 23:59:21 +01:00
Matthew Hoops
9a40cdc40d
PEGASUS: Fix lid sequences missing a frame
2013-01-29 22:25:24 -05:00
Matthew Hoops
b50cac637e
PEGASUS: Reset _lastMillis when changing rate in the timer
2013-01-29 21:41:01 -05:00
Willem Jan Palenstijn
e37be9f535
SCI: Use correct priority selector in SoundCmd
...
It was using 'pri' instead of 'priority', apparently due to a
selector number->name translation error from 544daa5c31
.
Thanks to waltervn for spotting this.
2013-01-29 20:55:40 +01:00
Johannes Schickel
2f73d64e80
Merge pull request #305 from giucam/bufferedseekable
...
Make BufferedSeekableReadStream use the buffer with SEEK_SET and SEEK_END
2013-01-28 08:43:52 -08:00
Johannes Schickel
5bfd2f6756
COMMON: Fix successive seeks in BufferedSeekableReadStream.
...
This fixes the failing test case added in
da8eeb9dbe
.
Thanks to wjp for his input on this.
2013-01-28 17:34:37 +01:00
Johannes Schickel
d0e9ef7dc1
Merge pull request #306 from lordhoto/filechooser-hidden
...
GUI: Allow user to display hidden files in the browser dialog.
2013-01-28 07:14:40 -08:00
Kirben
44f58f4031
BUILD: Add wintermute.zip to resource file for Windows builds.
2013-01-28 22:35:54 +11:00
Einar Johan Trøan Sømåen
9eff1e514f
WINTERMUTE: Move Resources out of binary and into wintermute.zip
2013-01-28 09:20:14 +01:00
Johannes Schickel
0a3e00b307
GUI: Allow user to display hidden files in the browser dialog.
...
This implements feature request #3600774 "File browser: show hidden files".
2013-01-27 19:13:44 +01:00
Johannes Schickel
1bab59aa06
SCUMM: Update handling of non so resources in Loom Mac.
...
This changes the warning to a debug and also updates the comment a bit.
Thanks to eriktorbjorn for checking Loom Mac in an emulator.
2013-01-27 14:52:07 +01:00
Torbjörn Andersson
2dd0690d26
SCUMM: Work around bug #3602239 ("Mac Loom crashes using opening...")
...
Skip music resources that don't have the "so" (song?) tag. It is
better than asserting, now that it turns out that they do exist.
2013-01-27 09:38:01 +01:00
Johannes Schickel
354aa0f5f3
JANITORIAL: Use "End of anonymous namespace" as comment for anonymous namespaces.
2013-01-26 19:38:02 +01:00
Johannes Schickel
b4d0a8ba66
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
2013-01-26 19:38:02 +01:00
Willem Jan Palenstijn
da8eeb9dbe
TESTS: Add failing test for repeated seeks in BufferedSeekableReadStream
2013-01-26 19:25:41 +01:00
Giulio Camuffo
edfcd768ba
COMMON: Make BufferedSeekableReadStream use the buffer with SEEK_SET and SEEK_END
2013-01-26 19:12:26 +01:00
Einar Johan Trøan Sømåen
980dc4a456
WINTERMUTE: Replace all NULLs with nullptr.
2013-01-26 18:07:07 +01:00
Matthew Hoops
6ae97cdfbe
GRAPHICS: Modify the JFIF version warning
...
v1.02 images should only differ with the thumbnail from v1.01, and should be handled correctly by our decoder.
2013-01-26 11:56:13 -05:00
Einar Johan Trøan Sømåen
798b440256
WINTERMUTE: Replace a few NULLs with nullptr.
2013-01-26 17:36:20 +01:00
Einar Johan Trøan Sømåen
8469b866cf
WINTERMUTE: Add override-tags to most of the overriden functions in base/gfx.
2013-01-26 17:29:38 +01:00
Johannes Schickel
e0c5a78a26
Merge pull request #303 from lordhoto/wrap-compressed
...
Return NULL in wrapCompressedReadStream for compressed streams when ZLIB is disabled.
2013-01-26 07:48:23 -08:00
Johannes Schickel
36bfaa6a30
COMMON: Return NULL in wrapCompressedReadStream for compressed streams when ZLIB is disabled.
2013-01-26 15:25:13 +01:00
Johannes Schickel
69424b71bd
NEWS: Formatting fixes in the Drascula section of 1.6.0.
2013-01-26 15:01:25 +01:00