Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | - Implemented sound decompression for Manhole EGA | Benjamin Haisch | |
svn-id: r36048 | |||
2009-01-24 | added detection entry for playable demo and some code differences | Gregory Montoir | |
svn-id: r36044 | |||
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 | 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 | 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 | - 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 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
2009-01-22 | Silenced MSVC warnings | Filippos Karapetis | |
svn-id: r36002 | |||
2009-01-22 | Fix warning | Max Horn | |
svn-id: r36000 | |||
2009-01-22 | Minor cleanup (got rid of a dynamic array). | Johannes Schickel | |
svn-id: r35999 | |||
2009-01-22 | - Added support for The Manhole EGA version | Benjamin Haisch | |
- Support for 'chunked' picture resources and EGA pictures - Improved the mouth sync in RtZ (still not perfect, though) - Removed obsolete TODOs - Fixed sfPlayMovie to return if the movie playback was aborted or not; this is used by RtZ to determine if it should display the credits screen after the intro movie svn-id: r35997 | |||
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵ | Max Horn | |
into methods, and added an operator== svn-id: r35993 | |||
2009-01-21 | Clear the list of savegames before re-populating it. Otherwise, even save names | Torbjörn Andersson | |
that have been entered before cancelling the dialog will remain in it. svn-id: r35987 | |||
2009-01-21 | Don't allow the nul character in savegame names, since that terminates the | Torbjörn Andersson | |
string. This happens, for instance, when pressing the Shift key. (I usually start my savegame names with an upper-case letter, and I couldn't understand why it didn't seem to register any of my keypresses.) svn-id: r35986 | |||
2009-01-21 | Fixed GMM save/load functionallity in kyra1. | Johannes Schickel | |
svn-id: r35980 | |||
2009-01-20 | Mention that kSupportsRTL is problematic in tinsel | Filippos Karapetis | |
svn-id: r35969 | |||
2009-01-20 | Implemented getDebugger() | Filippos Karapetis | |
svn-id: r35967 | |||
2009-01-20 | Bypass copy protection screen completely in Waxworks, since copy protection ↵ | Travis Howell | |
is disabled in Good Old Games release. svn-id: r35963 | |||
2009-01-20 | Implemented loading from the command line and the GMM for tinsel ↵ | Filippos Karapetis | |
(kSupportsLoadingDuringStartup) svn-id: r35958 | |||
2009-01-20 | Replacement an immediate with the appropriate #define constant. | Nicola Mettifogo | |
svn-id: r35950 | |||
2009-01-20 | Character is now placed at the right spot when a new location is entered. ↵ | Nicola Mettifogo | |
Size may be still not right, though. svn-id: r35945 | |||
2009-01-20 | Adapted fixed-sized arrays to cope with the larger dialogues in BRA. Maybe ↵ | Nicola Mettifogo | |
they should be turned into dynamic data structures... svn-id: r35944 | |||
2009-01-20 | Cleanup. | Johannes Schickel | |
svn-id: r35943 | |||
2009-01-20 | Yet another two small formatting fixes. | Johannes Schickel | |
svn-id: r35942 | |||
2009-01-20 | - Fixed formatting | Johannes Schickel | |
- Added FIXME about falling through case blocks svn-id: r35940 | |||
2009-01-20 | - Moved some script related code to script_lol.cpp | Johannes Schickel | |
- Renamed opcodes from o2_* to olol_* svn-id: r35938 | |||
2009-01-20 | Fix bug #2522556 - FEEBLE: Cutscene not found, Crash. | Travis Howell | |
svn-id: r35935 | |||
2009-01-20 | Fix another warning | Max Horn | |
svn-id: r35934 | |||
2009-01-20 | Fixed warnings (nice example of why heeding warnings is useful: one of the ↵ | Max Horn | |
changes seems to fix a NULL deref) svn-id: r35933 | |||
2009-01-20 | Some WIP code for the kSupportsLoadingDuringStartup engine feature | Filippos Karapetis | |
svn-id: r35932 | |||
2009-01-19 | LOL: some work on the music handling | Florian Kagerer | |
svn-id: r35929 | |||
2009-01-19 | LOL: some renaming | Florian Kagerer | |
svn-id: r35919 | |||
2009-01-19 | Fixed warning. | Torbjörn Andersson | |
svn-id: r35918 |