Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-27 | Allow quitting Simon 2 during the intro | Max Horn | |
svn-id: r36082 | |||
2009-01-26 | Correct md5 checksum for German Atari ST version of Indiana Jones and the ↵ | Travis Howell | |
Last Crusade. svn-id: r36080 | |||
2009-01-26 | Removed use of LUT16to32 in HQx asm versions, replacing some MMX code with ↵ | Max Horn | |
'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 | made fix from r36039 more efficient | Willem Jan Palenstijn | |
svn-id: r36076 | |||
2009-01-26 | Slightly improved interpolate32_1_1 | Max Horn | |
svn-id: r36075 | |||
2009-01-26 | error out when no renderer was created due to unknown/unsupported PixelFormat | Joost Peters | |
svn-id: r36074 | |||
2009-01-26 | Add German Atari ST version of Indiana Jones and the Last Crusade. | Travis Howell | |
svn-id: r36072 | |||
2009-01-26 | Backport of bugfix for incorrect fight animation offset in French version | Paul Gilbert | |
svn-id: r36070 | |||
2009-01-26 | Implemented the Engine::getDebugger method | Paul Gilbert | |
svn-id: r36068 | |||
2009-01-26 | Add support for text compression in the AtariST version of Elvira 1. | Travis Howell | |
svn-id: r36065 | |||
2009-01-25 | added a few more code differences, demo version is now completable | Gregory Montoir | |
svn-id: r36063 | |||
2009-01-25 | TUCKER: modified flic playback to make use of dirtyrects | Gregory Montoir | |
svn-id: r36060 | |||
2009-01-25 | Fixed warning. | Torbjörn Andersson | |
svn-id: r36059 | |||
2009-01-25 | some DW2 endian fixes | Joost Peters | |
svn-id: r36058 | |||
2009-01-25 | Added some unused opcodes in Rodney | Filippos Karapetis | |
svn-id: r36057 | |||
2009-01-25 | Added some information on sfPlayNote, sfStopNote, sfPlayTele, sfStopTele | Filippos Karapetis | |
svn-id: r36056 | |||
2009-01-25 | Removed leftover debug code | Filippos Karapetis | |
svn-id: r36055 | |||
2009-01-25 | Fixed compilation | Filippos Karapetis | |
svn-id: r36054 | |||
2009-01-25 | fix compilation | Joost Peters | |
svn-id: r36053 | |||
2009-01-25 | Updated the MSVC projects with the new cruise/staticres file | Paul Gilbert | |
svn-id: r36052 | |||
2009-01-25 | Introduced a static string list for language dependant strings, and changed ↵ | Paul Gilbert | |
the options and inventory menus to use it svn-id: r36051 | |||
2009-01-25 | Minor cleanup and changed g_cruise to _vm for consistency | Paul Gilbert | |
svn-id: r36050 | |||
2009-01-25 | Renamed lowBits -> kLowBitsMask and highBits -> kHighBitsMask | Max Horn | |
svn-id: r36049 | |||
2009-01-25 | - Implemented sound decompression for Manhole EGA | Benjamin Haisch | |
svn-id: r36048 | |||
2009-01-24 | HQX: Removed some more branches (like in my previous commit) from ↵ | Max Horn | |
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 | Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to ↵ | Max Horn | |
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 | added detection entry for playable demo and some code differences | Gregory Montoir | |
svn-id: r36044 | |||
2009-01-24 | don't append '/' to path in getChildren() | Joost Peters | |
svn-id: r36042 | |||
2009-01-24 | fix typo | Joost Peters | |
svn-id: r36041 | |||
2009-01-24 | fix compilation | Joost Peters | |
svn-id: r36040 | |||
2009-01-24 | fix near-infinite loop and segfault in ARM costume asm when len == 0 (should ↵ | Willem Jan Palenstijn | |
fix #2340221) svn-id: r36039 | |||
2009-01-24 | Remove the unused OSystem parameter of launcherDialog() (noticed by syke) | Jordi Vilalta Prat | |
svn-id: r36038 | |||
2009-01-24 | Fix for bug #2533091 "MAC: Cannot add games in the launcher in fullscreen mode". | Johannes Schickel | |
svn-id: r36036 | |||
2009-01-24 | pollCD() should only return true, if CD audio is actually playing. | Travis Howell | |
svn-id: r36035 | |||
2009-01-24 | Moved 565 mode specific bits of HQ2x/HQ3x asm to 'variables' | Max Horn | |
svn-id: r36034 | |||
2009-01-24 | Update detection table with known file sizes. | Travis Howell | |
svn-id: r36032 | |||
2009-01-24 | Initialize variables that might not be initialized but still used later on ↵ | Kari Salminen | |
line 422 in a debug function call (Fixes MSVC's warnings about 'potentially uninitialized local variable'). svn-id: r36031 | |||
2009-01-24 | fixing #2531282: don't fall back to a real audio CD when playing enhanced ↵ | Willem Jan Palenstijn | |
midi tracks svn-id: r36030 | |||
2009-01-24 | remove 'HACK': don't use _cd.playing to indicate emulation | Willem Jan Palenstijn | |
svn-id: r36029 | |||
2009-01-24 | Removed leftover test code for MADE V1, used in Manhole EGA (though the ↵ | Filippos Karapetis | |
sound effects in Manhole EGA are still not working) svn-id: r36028 | |||
2009-01-23 | Changed Graphics::ImageDecoder to allow custom PixelFormats | Max Horn | |
svn-id: r36026 | |||
2009-01-23 | Remark that the HQnx ASM code only works in 565 mode | Max Horn | |
svn-id: r36025 | |||
2009-01-23 | Added some comments to hq2x/hq3x asm code | Max Horn | |
svn-id: r36024 | |||
2009-01-23 | - Implemented sfGetMusicBeat (used in several games as some kind of timer) | Benjamin Haisch | |
svn-id: r36023 | |||
2009-01-23 | Renamed Kyra's Resource::getFileStream to createReadStream | Max Horn | |
svn-id: r36022 | |||
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn | |
svn-id: r36021 | |||
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member ↵ | Max Horn | |
(const); same for Archive::openFile svn-id: r36020 | |||
2009-01-23 | Trigger error in German versions of Elvira 1/2 and Waxworks, since we still ↵ | Travis Howell | |
lack the font table data. svn-id: r36019 | |||
2009-01-23 | Remove unused shutdown() code. | Travis Howell | |
svn-id: r36018 | |||
2009-01-23 | Remove last use of time() in AGOS engine. | Travis Howell | |
svn-id: r36016 |