Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
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-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-03-11 | A long time ago, in a virtual machine far, far away... | Max Horn | |
It is a period of bug fixing. Rebel developers, coding from a public project, have won their umpteenth victory against the evil Actor Walk Bugs. During the debugging, programmers used secret plans to the LucasArts' ultimate tool, the SCUMM engine, an extensible scripting system with enough power to create an entire adventure. Pursued by ensuing sinister regressions, High King Fingolfin gleefully jumps up and down, making use of the hotkey that can save his games and restore them back again later.... [With apologies to George Lucas. Good riddance to bugs #751662, #771483, #959001, #1329457, #1329498, #1329529, #1527672, #1538260, #1571701, #1571705, #1571740, and a warm welcome to the regressions this change will cause. :-) ] svn-id: r26090 | |||
2007-02-25 | Remove left over debug output. | Travis Howell | |
svn-id: r25848 | |||
2007-02-25 | Add support for using disks images for Apple II version of Maniac Mansion. | Travis Howell | |
svn-id: r25846 | |||
2007-02-18 | French keyboard is 'azerty' not 'awert' | Chris Apers | |
svn-id: r25693 | |||
2007-02-15 | Fix for bug #1328146: MANIACNES: Shortcut keys are incorrectly configured | Max Horn | |
svn-id: r25601 | |||
2007-02-04 | Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 ↵ | Max Horn | |
character coordinates internally, not pixel coordinates. This should fix some walk bugs, but also might cause some regressions. Watch out svn-id: r25370 | |||
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-10-30 | HACK no longer required for MM demo mode | Travis Howell | |
svn-id: r24576 | |||
2006-10-30 | Fix bug #771499 - ZAK: Lotto numbers never picked. The freezeCount isn't ↵ | Travis Howell | |
checked in runScriptNested(), when restarting script in SCUMM 1/2. svn-id: r24575 | |||
2006-10-29 | Named / documented the V0-V2 object states (we should probably rename the ↵ | Max Horn | |
corresponding opcodes here and in descumm to make reading script dumps easier) svn-id: r24566 | |||
2006-10-19 | SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit ↵ | Max Horn | |
easier to find spots where we convert between C64-style coordinates and pixel coordinates (but beware, this probably doesnt't cover all relevant instances) svn-id: r24384 | |||
2006-10-19 | cleanup | Max Horn | |
svn-id: r24383 | |||
2006-10-15 | Replaced function level static variable (YUCK) called 'sentence' by ↵ | Max Horn | |
ScummEngine_v2:_sentenceBuf svn-id: r24324 | |||
2006-10-04 | o2_animateActor is essentially identical to o5_animateActor -- removed in ↵ | Max Horn | |
favor of the latter svn-id: r24115 | |||
2006-09-17 | renamed ScummEngine::restoreBG to restoreBackground; renamed and moved ↵ | Max Horn | |
Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE svn-id: r23925 | |||
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵ | Max Horn | |
heap (i.e. _res is a pointer now) svn-id: r23922 | |||
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical ↵ | Max Horn | |
order of parameters, and (b) removes lots of useless duplicate information in error messages svn-id: r23885 | |||
2006-08-21 | Yet another paranoia check | Max Horn | |
svn-id: r23737 | |||
2006-07-24 | Fix bug #1496523 - MM: Weird Ed appears backwards at door | Travis Howell | |
svn-id: r23589 | |||
2006-05-14 | Cleanup. | Torbjörn Andersson | |
svn-id: r22468 | |||
2006-05-14 | Specify the right edge of the sentence line in Maniac/Zak. This fixes bug | Torbjörn Andersson | |
#1488189, where the sentence line would only display the first character. svn-id: r22467 | |||
2006-04-23 | Replaced _demoMode by GF_DEMO | Max Horn | |
svn-id: r22087 | |||
2006-04-08 | Properly translate Common::Language values for V0-V2 games, too | Max Horn | |
svn-id: r21705 | |||
2006-03-04 | Update hack for bug #915575 - MANIAC: Disappearing New Kid verb | Travis Howell | |
svn-id: r21058 | |||
2006-03-02 | Fix using items in C64 maniac and cleanup | Travis Howell | |
svn-id: r21011 | |||
2006-03-02 | Improve input in C64 maniac | Travis Howell | |
svn-id: r21000 | |||
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵ | Max Horn | |
simple ScummGameSettings instance: _game svn-id: r20795 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |