Age | Commit message (Expand) | Author |
2007-08-02 | Don't restart the audiostream when the IMD refills all sound buffers at once | Sven Hesse |
2007-08-02 | Don't crash at getRandom(0) | Sven Hesse |
2007-08-02 | Strip path from save file name | Sven Hesse |
2007-08-02 | Added Italian Woodruff, as supplied by Hkz on #scummvm | Sven Hesse |
2007-08-02 | Fixing compilation for Raziel_AOne ;) | Sven Hesse |
2007-08-01 | Support for (still a bit glitchy) 16bit sound | Sven Hesse |
2007-08-01 | Some GK2 VMDs now load and play, too. The sound is borked, though (probably 1... | Sven Hesse |
2007-07-31 | Woodruff's intro.vmd now works correctly! :)) | Sven Hesse |
2007-07-31 | - VMD playing works a bit better now | Sven Hesse |
2007-07-31 | Added Ween English Atari ST and updated the Amiga version, as provided by pwi... | Sven Hesse |
2007-07-31 | Added an English Bargon Attack Amiga/AtariST version, as provided by pwigren ... | Sven Hesse |
2007-07-31 | Fixed some warnings | Filippos Karapetis |
2007-07-31 | Still partly broken/stubby VMD playing | Sven Hesse |
2007-07-31 | Added the spanish version of Woodruff, provided by jvprat on #scummvm | Sven Hesse |
2007-07-31 | Minor DataIO-cleanup | Sven Hesse |
2007-07-30 | - Removed left-over, commented-out code | Sven Hesse |
2007-07-30 | Added a few stub messages | Sven Hesse |
2007-07-30 | Restructured and cleaned-up IMD playing | Sven Hesse |
2007-07-27 | Clarifying the language fallback warnings | Sven Hesse |
2007-07-27 | The language fallback now prefers the other english if USA or GRB was request... | Sven Hesse |
2007-07-27 | Fixing languages for another Woodruff version | Sven Hesse |
2007-07-27 | - AJWorld has Adlib | Sven Hesse |
2007-07-26 | Fixed o1_fillRect() again | Sven Hesse |
2007-07-26 | Corrected Woodruff's hotspot text positions. | Sven Hesse |
2007-07-26 | sub0x18 is o2_addCollision(). | Sven Hesse |
2007-07-25 | Renamed Inter_Woodruff to Inter_v4 | Sven Hesse |
2007-07-25 | - Added Inter_Woodruff, alongside with the first Stub (OpcodeFunc 0x18) | Sven Hesse |
2007-07-25 | Some more safety checks and the first room's background can be seen | Sven Hesse |
2007-07-25 | Added a few safety checks. Now Woodruff shows the loading image (closely foll... | Sven Hesse |
2007-07-25 | Use default to 1x scaler for 640x480 games to avoid superbig resolutions. | Eugene Sandulenko |
2007-07-25 | Add A.J's World of Discovery. Compatibility is perfect. | Eugene Sandulenko |
2007-07-25 | Added one (commented out) "The Last Dynasty" MD5 | Sven Hesse |
2007-07-25 | Updated loadExtData() for Woodruff. Now the Sierra logo is shown (then it cra... | Sven Hesse |
2007-07-25 | - Removed Adlib from Woodruff's freatures | Sven Hesse |
2007-07-24 | Oops, forgot I've modified the entries for testing | Sven Hesse |
2007-07-24 | - Separated game type and features | Sven Hesse |
2007-07-24 | Fixing bug #1749688 ("GOB3: Objects Disappear") | Sven Hesse |
2007-07-01 | Fix for bug #1746059 (WEEN: The intro hangs, and sound is corrupted) | Max Horn |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-07-01 | Removing non-ASCII chars from source code | Max Horn |
2007-07-01 | Applying agentq's screenshot loading fix to the trunk as well | Sven Hesse |
2007-06-28 | Changed GOB to use common/frac.h | Max Horn |
2007-06-26 | Explicitly mention the bug we work around (makes it a lot easier to deal with... | Max Horn |
2007-06-25 | Added a workaround for bug #1726130 ("WEEN: Long delay in the intro") | Sven Hesse |
2007-06-25 | Adding info for Goblins 3 Mac (supplied by fac76 in #1742716) | Sven Hesse |
2007-06-23 | Fixed the FIXME (by making Util::_keyBuffer an array of Common::KeyState) | Sven Hesse |
2007-06-23 | Added GOB FIXME | Max Horn |
2007-06-23 | Using KEYCODE_f and KEYCODE_g instead of 'f' and 'g' to check for fast-mode-keys | Sven Hesse |
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants... | Max Horn |
2007-06-16 | Fixed invalid read from odd address in some cases (Gob1 EGA on PalmOS) | Chris Apers |