Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-17 | SCUMM: Prevent darkenPallete() in Room 0 in FT, fixes bug #9871 | Ben Castricum | |
2016-08-30 | SCUMM: Correct the raft position for PUTTZOO, fixes bug #6097 | Ben Castricum | |
2014-12-30 | SCUMM: Enable Day of the Tentacle easter egg | Torbjörn Andersson | |
Instead of returning to the launcher, a game may now specify a list of "chained" games and optional save slots. The first game is popped from the list and started. Quitting still quits the entire ScummVM. It seemed like the sensible thing to do. | |||
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-08-18 | SCUMM: Remove unnecessary NULL check, CID 1003628 | Torbjörn Andersson | |
Since ah->data is an array, it can't ever be NULL. | |||
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops | |
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows. | |||
2011-05-13 | SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its ↵ | Max Horn | |
_resource member | |||
2011-05-13 | SCUMM: Add a Resource class, refactor res code around it | Max Horn | |
2011-05-13 | SCUMM: Get rid of the MemBlkHeader hack | Max Horn | |
This uncovered at least one potentially serious bug in the inventory code, which still needs to be investigated and fixed. | |||
2011-05-13 | SCUMM: Refactor how resource (types) are srepresented | Max Horn | |
Previously, we had a couple of arrays of size N (where N = number of resource types), one for each attribute of a resource type (such as as the number of resources of that type. Now, we have one array of size N, whose elements are a record aggregating all the attributes of each resource type. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg | |
Found by GCC 4.6's -Wunused-but-set-variable | |||
2011-01-02 | JANITORIAL: Suppress some useless includes | Arnaud Boutonné | |
svn-id: r55091 | |||
2010-12-27 | SCUMM: Fix bug #3143039 - ACTIVITY: Circus Stormin' crash. | Travis Howell | |
svn-id: r55049 | |||
2010-10-23 | SCUMM: Add workaround to allow saved games to be shared between Macintosh ↵ | Travis Howell | |
and Windows versions of Backyard Baseball 2001. svn-id: r53729 | |||
2010-10-20 | SCUMM: Have o6_getRandomNumber() use the absolute value of the argument | Matthew Hoops | |
The Backyard Baseball series calls the function with negative numbers, but expects a positive result. The games are now actually playable. Thanks to Kirben for assistance in tracking this bug down. svn-id: r53630 | |||
2010-04-04 | Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible. | Travis Howell | |
svn-id: r48499 | |||
2010-03-08 | Workaround for bug #1878514: COMI: Glitch when turning pages in recipe book | Max Horn | |
svn-id: r48207 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-07-24 | Adjust workaround for bug #2826144, to use hard coded offset, that should be ↵ | Travis Howell | |
safe in all language versions. svn-id: r42695 | |||
2009-07-24 | Add workaround for bug #2826144 - SAM: Game hangs when talking to bigfoot guard. | Travis Howell | |
svn-id: r42693 | |||
2009-07-15 | Fix bug #2821215 - DIG: Skipping planetarium animation disables F5 menu. | Travis Howell | |
svn-id: r42498 | |||
2009-05-15 | Fix bug #2791846 - SAMNMAX: Invalid opcode (regression). | Travis Howell | |
svn-id: r40583 | |||
2009-05-10 | Update comment. | Travis Howell | |
svn-id: r40409 | |||
2009-05-10 | Change the work around for sq3.san, so it doesn't alter global smush frame ↵ | Travis Howell | |
rate (Which is a regression). svn-id: r40408 | |||
2009-05-10 | Correct and move initial SMUSH frame rate value, for the demo version of The ↵ | Travis Howell | |
Dig. svn-id: r40407 | |||
2009-04-16 | SCUMM: Compacted various setupOpcodes() implementations by using the fact ↵ | Max Horn | |
that opcode tables tend not to change much between most SCUMM versions svn-id: r39958 | |||
2009-04-16 | SCUMM: Got rid of o6_invalid | Max Horn | |
svn-id: r39957 | |||
2009-04-16 | SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it) | Max Horn | |
svn-id: r39956 | |||
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn | |
svn-id: r39567 | |||
2009-01-11 | Patch from bugreport #1846746: "PUTTMOON 3DO: Play button in Outtro partly ↵ | Eugene Sandulenko | |
cut off" svn-id: r35823 | |||
2009-01-10 | - added initial radio chatter sfx, still not fully correct | Paweł Kołodziejski | |
- remove obsolete mixerStreamRunning track variable svn-id: r35801 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SCUMM | Max Horn | |
svn-id: r34253 | |||
2008-08-30 | Added a whitespace, just for salty-horse. | Torbjörn Andersson | |
svn-id: r34208 | |||
2008-08-09 | Merged revisions ↵ | Christopher Page | |
33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33720 | |||
2008-08-06 | Workaround for bug #2016521 (DOTT: Bernard impersonating LaVerne) | Max Horn | |
svn-id: r33655 | |||
2008-07-11 | SCUMM works with new GMM implementation | Christopher Page | |
svn-id: r33001 | |||
2008-05-23 | Fixed PalmOS compilation | Chris Apers | |
svn-id: r32223 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-02 | Fix for bug #896489: "DIG: Missing subtitles when talking to Brink" | Eugene Sandulenko | |
svn-id: r30167 | |||
2007-12-31 | Removed obsolete _insaneRunning flag | Max Horn | |
svn-id: r30107 | |||
2007-12-28 | Patch #1859448: Add OSystem::getTimeAndDate API | Eugene Sandulenko | |
svn-id: r30034 | |||
2007-12-20 | Do not #include time.h globally (ideally, we should provide a localtime ↵ | Max Horn | |
clone in OSystem so we can completly get rid of this) svn-id: r29919 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-08 | Some cleanup (yay for whomever had the brilliant idea to let SVN work over ↵ | Max Horn | |
HTTPS and hence through proxies&firewalls :) svn-id: r28877 | |||
2007-06-23 | SCUMM: Added three FIXME comments to the _keyDownMap code, and made it use ↵ | Max Horn | |
KEYCODE_ constants for clarity svn-id: r27659 |