32386 Commits

Author SHA1 Message Date
Torbjörn Andersson
836c9a37f3 Show a message if saving or loading a game fails.
svn-id: r42999
2009-08-02 12:49:57 +00:00
Sven Hesse
87124b1d38 Removing _frameWaitLag. It broke normal animation speed in pre-v4 games and didn't even do what it was supposed to in v4+ games anyway. (bug #2830985)
svn-id: r42996
2009-08-02 10:40:48 +00:00
Sven Hesse
1471f0e3dd When ESCing videos, seek to the last frame that was meant to be played. Fixes graphical glitches (bug #2830985) and crashes (bug #2830988)
svn-id: r42995
2009-08-02 10:40:27 +00:00
Torbjörn Andersson
01886d3e52 Added some more information to the "Compressed sound ... invalid" error. Maybe
this will help in determining what's causing bug #2830364. (It sounds like a
bad data file, but who knows...)

svn-id: r42974
2009-08-01 15:42:42 +00:00
Kari Salminen
29a0963042 Remove obsolete comment from Cine::Palette::saturatedAddColor.
svn-id: r42973
2009-08-01 09:53:21 +00:00
Paul Gilbert
ef8597d806 Fix bug with the event loop that was discarding pending events rather than leaving them to be processed in the following frame
svn-id: r42965
2009-07-31 23:27:19 +00:00
John Willis
c512989578 GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code back to the OSystem_SDL::loadGFXMode(). version. Also update README-GP2XWIZ.
svn-id: r42964
2009-07-31 17:10:20 +00:00
John Willis
4888aa9fa0 GP2X: Clean up README-GP2X and remove HTML version of it from SVN (no one ever reads it and the WiKi is more upto date).
svn-id: r42959
2009-07-31 13:01:28 +00:00
Nicola Mettifogo
a811c1cfea When renaming old savefiles for Nippon Safes, don't assert if a file that matches the pattern game.* and is not a savefile is found in the savepath.
svn-id: r42958
2009-07-31 12:39:31 +00:00
Vicent Marti
1383291296 Prevent high-resolution layouts to be loaded on low resolutions.
svn-id: r42955
2009-07-31 00:22:46 +00:00
Vicent Marti
44a3d917e8 Fixed corrupted theme files.
svn-id: r42953
2009-07-30 23:42:12 +00:00
Max Horn
2fe2fc5101 cleanup
svn-id: r42952
2009-07-30 21:56:18 +00:00
Max Horn
91434bd9c5 SCUMM: Properly detect & distinguish the three FM-TOWNS double-demos
svn-id: r42951
2009-07-30 21:56:04 +00:00
Max Horn
3f673b899d Patch #2828669: CRUISE: Fix cruise compilation with mingw32ce toolchain
svn-id: r42950
2009-07-30 21:45:09 +00:00
Max Horn
a411a5750e Added Strangerke to credits, and moved wjp from Gob to SCI on his request
svn-id: r42947
2009-07-30 21:04:46 +00:00
Max Horn
745afbf565 Changed 10rdH070's nick back to LordHoto, and added Hkz to the credits
svn-id: r42946
2009-07-30 20:58:32 +00:00
Max Horn
c232783dd1 Overhauled the credits: Retired members are now (partially) back to their old sections, to make sure people really see all people who contribute to an engine/backend. Also added&fixed some entries, and moved the FreeSCI section
svn-id: r42943
2009-07-30 20:46:43 +00:00
Johannes Schickel
387afcc113 Fix Browser dialog name.
svn-id: r42941
2009-07-30 19:43:53 +00:00
Johannes Schickel
d6d5da0d9f Change code to use our fractional utilities.
svn-id: r42940
2009-07-30 19:43:36 +00:00
Max Horn
f5112efa11 DS: Started work on a new build system for the Nintendo DS port, based on configure (and thus suitable for buildbot). Currently only the ARM7 part is 'done'
svn-id: r42939
2009-07-30 18:27:50 +00:00
Max Horn
25d83581dc minor cleanup to scale2x, to avoid confusing the compiler about potential pointer aliasing (only the tip of the iceberg, of course... ;)
svn-id: r42938
2009-07-30 17:52:44 +00:00
Max Horn
31f7f45609 NDS: Changed jtypes.h to ndstypes.h (this 'newer' name has been in effect even in the older versions of DevKitPro used for compiling ScummVM...)
svn-id: r42937
2009-07-30 17:48:03 +00:00
Johannes Schickel
f41b496255 Fixed missing clearing of the low bit of the alpha mask in the "dim" screen shading function.
svn-id: r42935
2009-07-30 16:51:53 +00:00
Johannes Schickel
8c323b6bb8 Fix bug #2829737: "GUI: Wrong background colours on dialog screens (IRIX)".
svn-id: r42934
2009-07-30 16:43:25 +00:00
Johannes Schickel
ffe6ce4cd5 Prevent our "credits" make target updating Credits.rtf, which in fact is not present in SVN anymore, and the outdated docbook.
svn-id: r42932
2009-07-30 15:19:15 +00:00
Johannes Schickel
b09ec67fc4 Add tanoku to our GUI credits section.
svn-id: r42929
2009-07-30 15:12:42 +00:00
Johannes Schickel
db232750b2 Fix bug which caused the mouse cursor not to update in some cases.
svn-id: r42926
2009-07-30 14:24:23 +00:00
Nicola Mettifogo
7fd0890e14 Cleanup the header file as I removed one function in r42922.
svn-id: r42924
2009-07-30 13:44:50 +00:00
Nicola Mettifogo
000dd0a880 Fixed typo in user message.
svn-id: r42923
2009-07-30 13:42:08 +00:00
Nicola Mettifogo
4f85e9d00d Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon Safes.
svn-id: r42922
2009-07-30 13:41:22 +00:00
Paul Gilbert
1fea43ab19 Added the character lookup table for the Spanish font
svn-id: r42920
2009-07-30 11:03:16 +00:00
Max Horn
affbe86026 Patch #2818501: enable scale2x mmx on x86_64
svn-id: r42918
2009-07-30 09:36:50 +00:00
Max Horn
e9cd07e582 SWORD1 & SWORD2: Replaced ioFailed by err+eos
svn-id: r42912
2009-07-29 21:39:34 +00:00
Max Horn
eedce48aa3 Removed redundant File::ioFailed() implementation; also turned ReadStream::ioFailed from a virtual into an inline method
svn-id: r42911
2009-07-29 21:39:16 +00:00
Max Horn
6df25f47c3 Removed last traces of clearIOFailed. Yay :)
svn-id: r42910
2009-07-29 21:39:00 +00:00
Max Horn
d91d68a9ca SCUMM: Fix verb/sentence handling in Indy3 mac (there, a double click must be used to trigger a verb/sentence)
svn-id: r42907
2009-07-29 20:35:50 +00:00
Johannes Schickel
e779747ca4 Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on systems without "floorf".
svn-id: r42904
2009-07-29 20:03:46 +00:00
Johannes Schickel
d1cce09149 Fix regression, which prevented saving in COMI.
svn-id: r42900
2009-07-29 19:39:03 +00:00
Max Horn
2205541e86 SCUMM: Enable looping in Indy3Mac sound effects
svn-id: r42898
2009-07-29 18:35:34 +00:00
Johannes Schickel
0570280885 Fix a little bug in KyraEngine_MR::showBadConscience, which prevented Gunther's mouse shapes from showing up.
svn-id: r42895
2009-07-29 16:24:07 +00:00
Sven Hesse
ca7c35bc9a Oops, fixing a regression I created with the Map_v4/Map_v2-merge
svn-id: r42894
2009-07-29 15:57:50 +00:00
Johannes Schickel
2eb1a62a96 Fix saving of item in hand in HoF and MR.
svn-id: r42892
2009-07-29 15:31:23 +00:00
Johannes Schickel
c6dd192ca6 Fix animation script sound effect opcode implementation in Kyra3.
svn-id: r42890
2009-07-29 14:54:27 +00:00
Max Horn
fcdd3b0310 SCUMM: Rewrote ScummEngine::inventoryScriptIndy3Mac for clarity
svn-id: r42889
2009-07-29 11:48:20 +00:00
Sven Hesse
5213cf9aa2 Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundType
svn-id: r42887
2009-07-29 10:17:44 +00:00
Max Horn
8bf0424832 Sort audio output rates numerically (see FR #2821525)
svn-id: r42886
2009-07-29 09:19:56 +00:00
Max Horn
41139100a2 GUI: When clicking in a scrollbar to page up/down, don't scroll a full page; rather scroll a full page minus one line (see FR #2821508). This matches the behavior of the page up/down keys
svn-id: r42881
2009-07-29 08:55:17 +00:00
Max Horn
f6e16537b3 SCUMM: cleanup
svn-id: r42880
2009-07-29 08:55:04 +00:00
Max Horn
eb9600b5e9 SCUMM: Moved _inventoryOffset to ScummEngine_v2 and save it.
Fixes bug #2828417: Zak V2: inventory position isn't reset when loading.

svn-id: r42870
2009-07-28 23:19:33 +00:00
Max Horn
caacc3a6df Patch #2828644: Support for mingw32ce 0.5.1 toolchain in configure script
svn-id: r42868
2009-07-28 22:42:08 +00:00