Bastien Bouclet
a7b72d0a9a
BUILD: PS3 packages don't need "finalizing" anymore.
...
This is necessary for newer firmware support.
2013-01-08 09:57:53 +01:00
Johannes Schickel
1fc162086d
README: Add EoB 1+2 and LoL to supported games.
2013-01-06 21:33:12 +01:00
Filippos Karapetis
7058daaed1
MT32: Remove the screen drawing code of the MUNT debug messages (bug #3599702 )
...
The MUNT debug messages are called from an audio callback, which is not allowed to
update the screen, as per the OSystem documentation in common/system.h:401
2013-01-06 22:24:27 +02:00
Filippos Karapetis
89bbc9c292
DRASCULA: Fix shadowing warnings (thanks LordHoto), and rename some variables
2013-01-06 21:54:40 +02:00
Filippos Karapetis
05bf234b26
MT-32: Only show MUNT debug messages for debug level 4 and above (bug #3599702 )
...
This avoids showing warnings in the intro of FOTAQ when using the MT-32 emulator
2013-01-06 21:54:40 +02:00
Johannes Schickel
71304b6e77
GOB: Fix const away cast warning.
...
Thanks to DrMcCoy for looking over this.
2013-01-06 20:53:08 +01:00
Johannes Schickel
98cfb57dd3
PARALLACTION: Fix a const cast warning.
2013-01-06 20:34:26 +01:00
Johannes Schickel
988596b347
Merge pull request #299 from tomaz82/IFFDecoder
...
New IFFDecoder
2013-01-06 11:20:52 -08:00
Tomas Jakobsson
befa207bfa
GRAPHICS: Delete iff.cpp and iff.h since all ILBM and PBM decoding is handled by IFFDecoder now
2013-01-06 20:04:50 +01:00
Tomas Jakobsson
fe10773ac3
SAGA: Update to new IFFDecoder for PBM images
2013-01-06 20:04:50 +01:00
Tomas Jakobsson
25752922ef
QUEEN: Update to new IFFDecoder for ILBM images
2013-01-06 20:04:45 +01:00
Tomas Jakobsson
548b505b68
PARALLACTION: Update to new IFFDecoder for ILBM images
2013-01-06 20:04:45 +01:00
Tomas Jakobsson
b85d51c4a3
GOB: Update to new IFFDecoder for ILBM images
2013-01-06 20:04:42 +01:00
Tomas Jakobsson
fe2b4b39f7
GRAPHICS: New IFFDecoder that decodes ILBM and PBM images
2013-01-06 20:04:42 +01:00
Tomas Jakobsson
f01d4c5aa8
COMMON: Add PackBitsReadStream to iff_container
2013-01-06 20:04:41 +01:00
Filippos Karapetis
3e025a8c55
TOLTECS: Add detection for the English demo and correct the German one
2013-01-06 20:43:23 +02:00
Filippos Karapetis
00c0986562
DRASCULA: More animation cleanup. Separate subfunction of animation_12_5()
2013-01-04 23:06:19 +02:00
Filippos Karapetis
c1b0c80cce
DRASCULA: Merge some animation functions and document all animations
2013-01-04 19:31:25 +02:00
Torbjörn Andersson
069f1079d8
DRASCULA: Respond quicker to aborting the von Braun song
...
This also fixes a palette glitch when trying to interrupt during
a fade. (The old image would flash before the room changed. It's
possible other such glitches still exist here, but if so they're
much less obvious than that one was.)
2013-01-04 14:21:34 +01:00
Filippos Karapetis
92dc12a3b2
DRASCULA: Properly set the game play time when loading a saved game
2013-01-04 13:24:43 +02:00
Filippos Karapetis
fe9228d4bb
Oops, fix save converter message
2013-01-04 13:17:28 +02:00
Filippos Karapetis
560062f2cb
TRANSLATION: Add the new translatable files in the drascula engine
2013-01-04 13:12:52 +02:00
Filippos Karapetis
6dc9ca65fd
NEWS: Mention Drascula save/load changes
2013-01-04 13:12:52 +02:00
Filippos Karapetis
4adfdb17e3
DRASCULA: Add advanced savegame functionality
...
This cleans up the save/load code and resolves multiple issues with the
original save/load screen.
Save game timestamps and thumbnails are now implemented, together with
the ability to load a game from the launcher.
F7 is now mapped to the ScummVM load dialog, and F10 to the save dialog
(if the user has selected to use the ScummVM save screen).
2013-01-04 13:12:52 +02:00
Torbjörn Andersson
532dd09b21
TOLTECS: When a new dialog opens, highlight active item (if any)
...
We do this by acting as if the mouse just moved to its current
position. I first noticed this on the original save/load dialogs.
2013-01-04 10:58:27 +01:00
Torbjörn Andersson
c9a175a877
TOLTECS: Scroll original save/load dialog to bottom on opening
...
This doesn't behave quite like the original - it seems the original
does not take the fake last entry into account when saving? - but I
think it's actually a bit more consistent this way.
2013-01-04 10:50:18 +01:00
Torbjörn Andersson
8afe7a2361
TOLTECS: Hide/show arrows in original save/load dialogs
...
The arrows are only visible when there are savegames to scroll to
in that direction.
2013-01-04 10:32:10 +01:00
Torbjörn Andersson
f93facaf45
TOLTECS: Make aborting movies more reliable
...
Before, the main updateInput() might swallow attempts at aborting
movies. Now all events are handled by the movie player's own
handleInput(). As a side effect, it's no longer necessary to check
if a movie is playing before removing subtitles when pressing space.
2013-01-04 02:27:56 +01:00
Torbjörn Andersson
e0b75c59ea
TOLTECS: Remove unnecessary calls to quitGame()
...
Calling quitGame() simply creates a new quit event. There's no
need to do that when catching a quit event.
2013-01-04 02:12:21 +01:00
Torbjörn Andersson
f7e4f4b354
TOLTECS: Adjust verb drawing to look more like original
...
Both the "wobble" and the positions were slightly off. I didn't
want to change _verbLineY because for one thing it doesn't seem to
affect the drawing of the verbs, and for another it seems to be
stored in savegames because... squirrel!
2013-01-04 00:40:17 +01:00
Torbjörn Andersson
739549a29b
TOLTECS: Small adjustments to the dialogs to better match original
...
There are still lots of things that don't look or act quite like
the original, but it's getting late here.
2013-01-04 00:01:10 +01:00
Matthew Hoops
d983b94bb5
MOHAWK: Silence warnings
2013-01-03 13:21:38 -05:00
Torbjörn Andersson
ad36fb3366
TOLTECS: Don't allow dialog skipping while movies are playing
2013-01-02 22:18:09 +01:00
Torbjörn Andersson
6a8fc83f42
TOLTECS: Silence Valgrind warnings
...
At the very least, _mainPalette[] was being used (partly?)
uninitialised in buildColorTransTable(), causing lots of warnings.
2013-01-02 22:05:13 +01:00
Torbjörn Andersson
304ac2a7c4
TINSEL: Fix another Clang analyzer warning
...
Whether or not SaveFailure() can delete the save file, we want to
invalidate the save name because it probably only lives on the
stack so the pointer will become invalid once DoSave() has ended.
2013-01-02 21:25:51 +01:00
Torbjörn Andersson
5e304618bf
SCI: Fix potential (but probably very unlikely) memory leak
...
Spotted by Clang's code analyzer.
2013-01-02 20:19:36 +01:00
Torbjörn Andersson
f4514069f3
JANITORIAL: Fix or silence a couple of Clang analyzer warnings
...
Clang will produce plenty of warnings (most of them seem to be of
the "if the stars align the wrong way, this may happen" variety),
but I don't have the time or patience to look at all of them.
2013-01-02 19:31:05 +01:00
Filippos Karapetis
840633c508
TOLTECS: Cleanup of the script debug messages
2013-01-02 20:02:29 +02:00
Filippos Karapetis
69da727c55
TOLTECS: Add a debug console
2013-01-02 20:02:29 +02:00
Strangerke
3cacade68d
COPYRIGHT: After a discussion it with KingGuppy, revert copyright modification in some Munt files (thanks LordHoto for pointing it)
2013-01-02 18:48:22 +01:00
Strangerke
88add32e3b
JANITORIAL: Update copyright year
2013-01-02 18:32:15 +01:00
Filippos Karapetis
2c51ae98c7
TOLTECS: Add credits for toltecs
2013-01-02 17:35:19 +02:00
Filippos Karapetis
35d1d505df
NEWS: Mention toltecs support
2013-01-02 17:22:26 +02:00
Filippos Karapetis
7b80c033c1
TOLTECS: Fix the colors of the arrows in the sound volume screen
2013-01-02 17:01:52 +02:00
Filippos Karapetis
9964f97e67
TRANSLATION: Add the new translatable files in the toltecs engine
2013-01-02 16:50:12 +02:00
Filippos Karapetis
ef6003c29f
TOLTECS: Add an option to use the ScummVM save/load screens
2013-01-02 16:48:52 +02:00
Filippos Karapetis
46b5f15a4a
TOLTECS: Some more menu color fixes
2013-01-02 15:26:36 +02:00
Filippos Karapetis
16026cb8de
TOLTECS: Fix more menu colors
2013-01-02 15:21:13 +02:00
Filippos Karapetis
43853eccc8
NEWS: Mention sync with the latest munt snapshot
2013-01-02 15:06:34 +02:00
Filippos Karapetis
027deb1612
TOLTECS: Fix menu colors
2013-01-02 15:05:10 +02:00