Max Horn
|
c08cc29b96
|
cleanup
svn-id: r36084
|
2009-01-27 00:41:41 +00:00 |
|
Max Horn
|
ca730e8f7e
|
Allow quitting Simon 2 during the intro
svn-id: r36082
|
2009-01-27 00:38:56 +00:00 |
|
Travis Howell
|
7a7cc77d03
|
Correct md5 checksum for German Atari ST version of Indiana Jones and the Last Crusade.
svn-id: r36080
|
2009-01-26 22:15:08 +00:00 |
|
Max Horn
|
4098ff66aa
|
Removed use of LUT16to32 in HQx asm versions, replacing some MMX code with 'plain' x86 code. Advantage: got rid of a 256kb table (reduces cache load, so over here the code is about as fast as before; in particular, since the affected interpolators are not used that often, it seems). Moreover, the new code is more accurate than the old ASM code, which actually differed from what our C++ HQx did (sacrificing precision for speed, i.e., cheating ;-)
svn-id: r36078
|
2009-01-26 18:31:06 +00:00 |
|
Willem Jan Palenstijn
|
80ba7ec844
|
made fix from r36039 more efficient
svn-id: r36076
|
2009-01-26 17:37:59 +00:00 |
|
Max Horn
|
2042c6d570
|
Slightly improved interpolate32_1_1
svn-id: r36075
|
2009-01-26 16:45:21 +00:00 |
|
Joost Peters
|
508f254ff7
|
error out when no renderer was created due to unknown/unsupported PixelFormat
svn-id: r36074
|
2009-01-26 16:39:05 +00:00 |
|
Travis Howell
|
c2847572f1
|
Add German Atari ST version of Indiana Jones and the Last Crusade.
svn-id: r36072
|
2009-01-26 09:22:43 +00:00 |
|
Paul Gilbert
|
9b707ed951
|
Backport of bugfix for incorrect fight animation offset in French version
svn-id: r36070
|
2009-01-26 07:10:41 +00:00 |
|
Paul Gilbert
|
52df26d4b2
|
Implemented the Engine::getDebugger method
svn-id: r36068
|
2009-01-26 06:53:23 +00:00 |
|
Travis Howell
|
53c71f8e4d
|
Add support for text compression in the AtariST version of Elvira 1.
svn-id: r36065
|
2009-01-26 04:22:19 +00:00 |
|
Gregory Montoir
|
4999677c57
|
added a few more code differences, demo version is now completable
svn-id: r36063
|
2009-01-25 18:08:26 +00:00 |
|
Gregory Montoir
|
7f594fa21d
|
TUCKER: modified flic playback to make use of dirtyrects
svn-id: r36060
|
2009-01-25 12:10:06 +00:00 |
|
Torbjörn Andersson
|
0a7b4fd146
|
Fixed warning.
svn-id: r36059
|
2009-01-25 11:15:30 +00:00 |
|
Joost Peters
|
a0824205af
|
some DW2 endian fixes
svn-id: r36058
|
2009-01-25 11:02:34 +00:00 |
|
Filippos Karapetis
|
79709646fb
|
Added some unused opcodes in Rodney
svn-id: r36057
|
2009-01-25 10:46:48 +00:00 |
|
Filippos Karapetis
|
3fb9e1e23a
|
Added some information on sfPlayNote, sfStopNote, sfPlayTele, sfStopTele
svn-id: r36056
|
2009-01-25 10:16:00 +00:00 |
|
Filippos Karapetis
|
e46c1100a0
|
Removed leftover debug code
svn-id: r36055
|
2009-01-25 09:37:53 +00:00 |
|
Filippos Karapetis
|
ed0bca5b36
|
Fixed compilation
svn-id: r36054
|
2009-01-25 09:13:23 +00:00 |
|
Joost Peters
|
908ed66509
|
fix compilation
svn-id: r36053
|
2009-01-25 09:06:46 +00:00 |
|
Paul Gilbert
|
7eff8a012b
|
Updated the MSVC projects with the new cruise/staticres file
svn-id: r36052
|
2009-01-25 05:56:04 +00:00 |
|
Paul Gilbert
|
d3319ad6a8
|
Introduced a static string list for language dependant strings, and changed the options and inventory menus to use it
svn-id: r36051
|
2009-01-25 05:49:18 +00:00 |
|
Paul Gilbert
|
a27f4203e0
|
Minor cleanup and changed g_cruise to _vm for consistency
svn-id: r36050
|
2009-01-25 05:44:18 +00:00 |
|
Max Horn
|
dd586e0e20
|
Renamed lowBits -> kLowBitsMask and highBits -> kHighBitsMask
svn-id: r36049
|
2009-01-25 04:29:25 +00:00 |
|
Benjamin Haisch
|
6297561f7c
|
- Implemented sound decompression for Manhole EGA
svn-id: r36048
|
2009-01-25 01:58:16 +00:00 |
|
Max Horn
|
b93db9f30f
|
HQX: Removed some more branches (like in my previous commit) from interpolation macros (they are meant to speed up things, but in reality cause a slowdown -- branches are expensive on modern CPUs)
svn-id: r36047
|
2009-01-24 23:27:21 +00:00 |
|
Max Horn
|
16e7a7cd30
|
Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to make it possible to adjust them for 555 vs. 565 mode (555 mode is still a bit buggy, due to the interpolation code they use)
svn-id: r36046
|
2009-01-24 23:06:58 +00:00 |
|
Gregory Montoir
|
e5feb689df
|
added detection entry for playable demo and some code differences
svn-id: r36044
|
2009-01-24 21:03:44 +00:00 |
|
Joost Peters
|
454610ff5a
|
don't append '/' to path in getChildren()
svn-id: r36042
|
2009-01-24 20:46:20 +00:00 |
|
Joost Peters
|
ab30f44171
|
fix typo
svn-id: r36041
|
2009-01-24 20:35:16 +00:00 |
|
Joost Peters
|
446c837bc7
|
fix compilation
svn-id: r36040
|
2009-01-24 19:33:18 +00:00 |
|
Willem Jan Palenstijn
|
3c79c6229c
|
fix near-infinite loop and segfault in ARM costume asm when len == 0 (should fix #2340221)
svn-id: r36039
|
2009-01-24 19:19:24 +00:00 |
|
Jordi Vilalta Prat
|
ae60d362c8
|
Remove the unused OSystem parameter of launcherDialog() (noticed by syke)
svn-id: r36038
|
2009-01-24 18:27:09 +00:00 |
|
Johannes Schickel
|
8ff3f14e29
|
Fix for bug #2533091 "MAC: Cannot add games in the launcher in fullscreen mode".
svn-id: r36036
|
2009-01-24 16:27:52 +00:00 |
|
Travis Howell
|
2c11490d69
|
pollCD() should only return true, if CD audio is actually playing.
svn-id: r36035
|
2009-01-24 12:26:14 +00:00 |
|
Max Horn
|
ab5e3db9e3
|
Moved 565 mode specific bits of HQ2x/HQ3x asm to 'variables'
svn-id: r36034
|
2009-01-24 06:26:43 +00:00 |
|
Travis Howell
|
75518d5a6e
|
Update detection table with known file sizes.
svn-id: r36032
|
2009-01-24 06:06:14 +00:00 |
|
Kari Salminen
|
dfab0ee6d0
|
Initialize variables that might not be initialized but still used later on line 422 in a debug function call (Fixes MSVC's warnings about 'potentially uninitialized local variable').
svn-id: r36031
|
2009-01-24 05:02:08 +00:00 |
|
Willem Jan Palenstijn
|
a8ae95cc10
|
fixing #2531282: don't fall back to a real audio CD when playing enhanced midi tracks
svn-id: r36030
|
2009-01-24 01:29:52 +00:00 |
|
Willem Jan Palenstijn
|
de341291aa
|
remove 'HACK': don't use _cd.playing to indicate emulation
svn-id: r36029
|
2009-01-24 01:23:04 +00:00 |
|
Filippos Karapetis
|
17b82253e9
|
Removed leftover test code for MADE V1, used in Manhole EGA (though the sound effects in Manhole EGA are still not working)
svn-id: r36028
|
2009-01-24 01:03:06 +00:00 |
|
Max Horn
|
5556fc7f72
|
Changed Graphics::ImageDecoder to allow custom PixelFormats
svn-id: r36026
|
2009-01-23 23:50:54 +00:00 |
|
Max Horn
|
4d5702606f
|
Remark that the HQnx ASM code only works in 565 mode
svn-id: r36025
|
2009-01-23 22:56:14 +00:00 |
|
Max Horn
|
04517f17ad
|
Added some comments to hq2x/hq3x asm code
svn-id: r36024
|
2009-01-23 22:05:40 +00:00 |
|
Benjamin Haisch
|
a8562cf64b
|
- Implemented sfGetMusicBeat (used in several games as some kind of timer)
svn-id: r36023
|
2009-01-23 12:17:12 +00:00 |
|
Max Horn
|
2d866c0483
|
Renamed Kyra's Resource::getFileStream to createReadStream
svn-id: r36022
|
2009-01-23 04:57:18 +00:00 |
|
Max Horn
|
14c5bbbccf
|
Renamed Archive::openFile to createReadStreamForMember
svn-id: r36021
|
2009-01-23 04:45:44 +00:00 |
|
Max Horn
|
9861afd8fd
|
Renamed ArchiveMember::open -> createReadStream, and made it a cv member (const); same for Archive::openFile
svn-id: r36020
|
2009-01-23 04:36:18 +00:00 |
|
Travis Howell
|
d5c12447bd
|
Trigger error in German versions of Elvira 1/2 and Waxworks, since we still lack the font table data.
svn-id: r36019
|
2009-01-23 04:09:57 +00:00 |
|
Travis Howell
|
c36eb09237
|
Remove unused shutdown() code.
svn-id: r36018
|
2009-01-23 04:05:10 +00:00 |
|