aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Expand)Author
2007-07-27Clarifying the language fallback warningsSven Hesse
2007-07-27The language fallback now prefers the other english if USA or GRB was request...Sven Hesse
2007-07-27Fixing languages for another Woodruff versionSven Hesse
2007-07-27- AJWorld has AdlibSven Hesse
2007-07-26Fixed o1_fillRect() againSven Hesse
2007-07-26Corrected Woodruff's hotspot text positions.Sven Hesse
2007-07-26sub0x18 is o2_addCollision().Sven Hesse
2007-07-25Renamed Inter_Woodruff to Inter_v4Sven Hesse
2007-07-25- Added Inter_Woodruff, alongside with the first Stub (OpcodeFunc 0x18)Sven Hesse
2007-07-25Some more safety checks and the first room's background can be seenSven Hesse
2007-07-25Added a few safety checks. Now Woodruff shows the loading image (closely foll...Sven Hesse
2007-07-25Use default to 1x scaler for 640x480 games to avoid superbig resolutions.Eugene Sandulenko
2007-07-25Add A.J's World of Discovery. Compatibility is perfect.Eugene Sandulenko
2007-07-25Added one (commented out) "The Last Dynasty" MD5Sven Hesse
2007-07-25Updated loadExtData() for Woodruff. Now the Sierra logo is shown (then it cra...Sven Hesse
2007-07-25- Removed Adlib from Woodruff's freaturesSven Hesse
2007-07-24Oops, forgot I've modified the entries for testingSven Hesse
2007-07-24- Separated game type and featuresSven Hesse
2007-07-24Fixing bug #1749688 ("GOB3: Objects Disappear")Sven Hesse
2007-07-01Fix for bug #1746059 (WEEN: The intro hangs, and sound is corrupted)Max Horn
2007-07-01Re-added __attribute__(packed)Max Horn
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-07-01Applying agentq's screenshot loading fix to the trunk as wellSven Hesse
2007-06-28Changed GOB to use common/frac.hMax Horn
2007-06-26Explicitly mention the bug we work around (makes it a lot easier to deal with...Max Horn
2007-06-25Added a workaround for bug #1726130 ("WEEN: Long delay in the intro")Sven Hesse
2007-06-25Adding info for Goblins 3 Mac (supplied by fac76 in #1742716)Sven Hesse
2007-06-23Fixed the FIXME (by making Util::_keyBuffer an array of Common::KeyState)Sven Hesse
2007-06-23Added GOB FIXMEMax Horn
2007-06-23Using KEYCODE_f and KEYCODE_g instead of 'f' and 'g' to check for fast-mode-keysSven Hesse
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-16Fixed invalid read from odd address in some cases (Gob1 EGA on PalmOS)Chris Apers
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
2007-06-09Fixing scrolling issue in "IDOL"-screen (bug #1734007)Sven Hesse
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30Removing useless common/fs.h includesMax Horn
2007-05-30- Added a workaround for bug #1705338 (Seg fault when trying to switch screen...Sven Hesse
2007-05-26Add Italian versions as supplied in bug #1722142: "GOB: italian md5 of WeenEugene Sandulenko
2007-05-01Made the collisionAreas' coordinates unsigned. This should fix bug #1706988Sven Hesse
2007-04-28Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run")Sven Hesse
2007-04-27That should fix another segfault when clicking outside of the screen (bug #17...Sven Hesse
2007-04-25Removed some more superfluous semicolons in the gob engineSven Hesse
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-04-24Added the french Atari ST version of Gob2, as supplied by bgk in bug report #...Sven Hesse
2007-04-24Added the italian floppy version of Gob3, as supplied by Paranoimia on #scummvmSven Hesse
2007-04-24The amiga version has english and german textSven Hesse
2007-04-21Some more small fixes. Gob3 is completable now :)Sven Hesse
2007-04-19- Fixed handling of the case split screen + vertical scrolling areaSven Hesse
2007-04-17Fix scroll handlerSven Hesse
2007-04-17Changed processInput() to use the ascii value instead of the keycode, so that...Sven Hesse