Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-02-10 | Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA | Max Horn | |
svn-id: r25454 | |||
2007-01-28 | Moved some stuff from CharsetRenderer (back) to ScummEngine, added comments | Max Horn | |
svn-id: r25250 | |||
2007-01-24 | Patch from bug report #1615417: SCUMM (v6): Cursor isn't updated after ↵ | Max Horn | |
hotspot changes svn-id: r25162 | |||
2006-11-19 | * Made Actor::_pos protected, added public Actor::getPos() method | Max Horn | |
* Added default params to Actor::putActor() * Removed Actor::getActorXYPos svn-id: r24742 | |||
2006-11-13 | cleanup | Max Horn | |
svn-id: r24711 |