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
Max Horn
50cd2750cc
SCI: Avoid using perror (it's not portable)
...
svn-id: r42866
2009-07-28 22:28:40 +00:00
John Willis
972cbb4b57
GP2XWiz: Add downscale support to the backend using the PocketPCHalfARM scaler from the WinCE backend (Maybe this should be moved into /graphics/scalers at some point?). Also enable all the ARM optemised routines in this and the GP2X backend.
...
svn-id: r42863
2009-07-28 20:22:38 +00:00
Torbjörn Andersson
7a6329a29b
Broken Sword 2, unsurprisingly, had the same subtitle drawing glitch for small
...
cutscenes that Broken Sword 1 had. And a memory leak. This should fix both.
svn-id: r42861
2009-07-28 17:53:59 +00:00
Torbjörn Andersson
f853376379
Fixed drawing subtitles for cutscenes that are narrower than the screen, and
...
erase the subtitles manually if they are drawn outside the frame.
svn-id: r42859
2009-07-28 17:19:33 +00:00
Sven Hesse
550d9cf39d
More alignment-related changes
...
svn-id: r42858
2009-07-28 16:28:32 +00:00
Sven Hesse
f5e9aa67c4
Changing stuff around a bit so alignment requirements won't increase
...
svn-id: r42857
2009-07-28 15:19:55 +00:00
Sven Hesse
f832d0fc56
Silencing two "empty loop body" warnings
...
svn-id: r42856
2009-07-28 15:05:44 +00:00
Sven Hesse
14114bf397
Abstracting off the block types from Imd::renderFrame() and Vmd::renderFrame()
...
svn-id: r42851
2009-07-27 19:01:17 +00:00
Johannes Schickel
17fe3ce29e
Oops enabled HACK to prevent multiple OPL instances again.
...
svn-id: r42849
2009-07-27 18:19:16 +00:00
John Willis
ebe6a0ac23
GP2XWiz: Update GP2X Wiz bundle.sh to copy libraries into the distribution file from the tool chain where the libraries are broken on the device. Also add LD_LIBRARY_PATH 'hack' to launch script to ensure bundled libraries are used over system ones.
...
svn-id: r42847
2009-07-27 18:05:16 +00:00
Johannes Schickel
595501b60c
Fix bug #2827459 "ITE: Ingame GUI does not list slots 96-99", by defining in SagaMetaEngine that the last valid save slot for SAGA is slot 95.
...
svn-id: r42845
2009-07-27 17:48:40 +00:00
Johannes Schickel
d165f85a58
Formatting.
...
svn-id: r42844
2009-07-27 17:04:06 +00:00
Robin Watts
816bd9a7ea
Add ARM code version of Normal2x scaler.
...
Add ARM only aspect ratio correcting version of Normal2x scaler.
Make WinCE port use Normal2x by default if the screen is large enough.
Make WinCE port use aspect ratio correcting version if panel is hidden.
svn-id: r42843
2009-07-27 16:29:36 +00:00
Willem Jan Palenstijn
ed763cccfe
Fix format string issues (and compiler warnings).
...
Patch by salty-horse.
svn-id: r42842
2009-07-27 16:04:35 +00:00
Joost Peters
6d18ada7ef
fix/workaround for cruise crash on OSX
...
svn-id: r42826
2009-07-26 21:06:53 +00:00
Marcus Comstedt
dc6fa53bad
Create IP.BIN.
...
svn-id: r42825
2009-07-26 20:41:33 +00:00
Johannes Schickel
df7e4ad7ec
Add a todo to FontSJIS::drawChar taking an Graphics::Surface.
...
svn-id: r42824
2009-07-26 14:40:44 +00:00
Johannes Schickel
d1fed5cee1
Instead of only printing a warning, when no SJIS char data is present, just return to the caller.
...
svn-id: r42823
2009-07-26 14:40:03 +00:00
Johannes Schickel
07c10c07c4
Add NEWS entry about new SJIS code.
...
svn-id: r42822
2009-07-26 14:24:45 +00:00
Johannes Schickel
4b27c43b0a
Reflect code to test the magic bytes in the sjis.fnt header.
...
svn-id: r42821
2009-07-26 14:19:02 +00:00
Johannes Schickel
84c0bf22d2
Simplify KYRA's SJIS font loading code.
...
svn-id: r42820
2009-07-26 14:18:49 +00:00
Johannes Schickel
ec67b583b0
Add way to overwrite default SJIS font.
...
svn-id: r42819
2009-07-26 14:18:34 +00:00
Johannes Schickel
be9c906c72
Specify that the chars passed to FontSJIS::drawChar should be little endian.
...
svn-id: r42818
2009-07-26 14:18:21 +00:00
Johannes Schickel
15662b3cfb
Print warning, when client code does try to draw an unsupported SJIS char.
...
svn-id: r42817
2009-07-26 14:18:06 +00:00