Max Horn
31d2d2af4c
SCUMM: Workaround for bug #1447058 , a race condition in the game scripts
...
svn-id: r54730
2010-12-02 00:27:46 +00:00
Travis Howell
4f0cc6a435
SCUMM: Add patch #3093541 - MMC64: Actor Walk / Object Fix.
...
svn-id: r53806
2010-10-25 08:03:55 +00:00
Max Horn
8a5705132d
SCUMM: More finely differentiate opcode tables between v3, v4 and v5
...
This has been tested and verified as much as I can, but has a small
risk of leading to (easily fixable) regressions.
svn-id: r52130
2010-08-16 19:58:01 +00:00
Max Horn
93375526c0
SCUMM: Convert some code to use Common::String
...
svn-id: r48957
2010-05-05 20:43:22 +00:00
Travis Howell
4cc2d06b15
Fix bug #2687801 - ZAK: Cannot pickup Ladder on Mars Youth Hostel.
...
svn-id: r40899
2009-05-26 01:25:44 +00:00
Max Horn
6a7bb77305
SCUMM: Introduced new method ScummEngine_v5::jumpRelative; unified some v0 and v2 opcodes
...
svn-id: r40025
2009-04-20 12:35:17 +00:00
Max Horn
3044593da0
SCUMM: Moved o5_saveLoadGame and o5_saveLoadVars to ScummEngine_v4 (the highest SCUMM version to implement these opcodes. Actually, our code was bugged in so far as we only ever invoked o5_saveLoadGame in V3 games, never in V4 games (but this properly never mattered ;)
...
svn-id: r40014
2009-04-19 01:01:54 +00:00
Max Horn
31eeb37107
SCUMM: Moved ScummEngine_v2::o2_setBoxFlags to ScummEngine_v3::o3_setBoxFlags
...
svn-id: r40010
2009-04-19 01:00:31 +00:00
Max Horn
9655fa831e
SCUMM: Turned PARAM_1,2,3 into an enum; minor tweaks
...
svn-id: r40008
2009-04-19 00:59:50 +00:00
Max Horn
432e7917a5
SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it)
...
svn-id: r39956
2009-04-16 09:26:37 +00:00
Max Horn
6f4b567124
SCUMM: Split intern.h into multiple headers
...
svn-id: r39567
2009-03-20 16:33:58 +00:00
Jordi Vilalta Prat
d6c34bdc4b
Fixed the spaces before tabs.
...
svn-id: r30667
2008-01-28 00:14:17 +00:00
Nicola Mettifogo
258901bab9
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
...
svn-id: r28966
2007-09-19 08:40:12 +00:00
Max Horn
0cccbb29d6
Some cleanup (yay for whomever had the brilliant idea to let SVN work over HTTPS and hence through proxies&firewalls :)
...
svn-id: r28877
2007-09-08 11:15:27 +00:00
Max Horn
218e132e37
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
...
svn-id: r27024
2007-05-30 21:56:52 +00:00
Max Horn
b07482b0b2
A long time ago, in a virtual machine far, far away...
...
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-03-11 15:23:50 +00:00
Travis Howell
0c208657ee
Remove left over debug output.
...
svn-id: r25848
2007-02-25 07:28:40 +00:00
Travis Howell
19d2310b71
Add support for using disks images for Apple II version of Maniac Mansion.
...
svn-id: r25846
2007-02-25 07:23:52 +00:00
Chris Apers
619d8e87f1
French keyboard is 'azerty' not 'awert'
...
svn-id: r25693
2007-02-18 17:53:44 +00:00
Max Horn
e616b4c4b6
Fix for bug #1328146 : MANIACNES: Shortcut keys are incorrectly configured
...
svn-id: r25601
2007-02-15 10:40:20 +00:00
Max Horn
be052be462
Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 character coordinates internally, not pixel coordinates. This should fix some walk bugs, but also might cause some regressions. Watch out
...
svn-id: r25370
2007-02-04 01:24:43 +00:00
Max Horn
c210aff40c
* Made Actor::_pos protected, added public Actor::getPos() method
...
* Added default params to Actor::putActor()
* Removed Actor::getActorXYPos
svn-id: r24742
2006-11-19 00:39:48 +00:00
Travis Howell
79b9397f3e
HACK no longer required for MM demo mode
...
svn-id: r24576
2006-10-30 02:50:09 +00:00
Travis Howell
5d4543a59c
Fix bug #771499 - ZAK: Lotto numbers never picked. The freezeCount isn't checked in runScriptNested(), when restarting script in SCUMM 1/2.
...
svn-id: r24575
2006-10-30 01:53:19 +00:00
Max Horn
46dc61163a
Named / documented the V0-V2 object states (we should probably rename the corresponding opcodes here and in descumm to make reading script dumps easier)
...
svn-id: r24566
2006-10-29 14:45:31 +00:00
Max Horn
a0b9f78bd3
SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit 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 00:26:55 +00:00
Max Horn
5148dbb3fb
cleanup
...
svn-id: r24383
2006-10-19 00:06:59 +00:00
Max Horn
1ee9304012
Replaced function level static variable (YUCK) called 'sentence' by ScummEngine_v2:_sentenceBuf
...
svn-id: r24324
2006-10-15 01:26:23 +00:00
Max Horn
f7eee205bb
o2_animateActor is essentially identical to o5_animateActor -- removed in favor of the latter
...
svn-id: r24115
2006-10-04 20:22:14 +00:00
Max Horn
285aa5d0b2
renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE
...
svn-id: r23925
2006-09-17 23:35:09 +00:00
Max Horn
51017cf1b2
Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap (i.e. _res is a pointer now)
...
svn-id: r23922
2006-09-17 20:36:48 +00:00
Max Horn
b860f002b2
Replaced checkRange by assertRange, which has (a) an (IMO) more logical order of parameters, and (b) removes lots of useless duplicate information in error messages
...
svn-id: r23885
2006-09-16 13:38:43 +00:00
Max Horn
1e683e6124
Yet another paranoia check
...
svn-id: r23737
2006-08-21 10:52:07 +00:00
Travis Howell
7fe844cac6
Fix bug #1496523 - MM: Weird Ed appears backwards at door
...
svn-id: r23589
2006-07-24 12:49:58 +00:00
Torbjörn Andersson
16b7c74cc4
Cleanup.
...
svn-id: r22468
2006-05-14 10:40:06 +00:00
Torbjörn Andersson
bb9de08c73
Specify the right edge of the sentence line in Maniac/Zak. This fixes bug
...
#1488189 , where the sentence line would only display the first character.
svn-id: r22467
2006-05-14 09:58:30 +00:00
Max Horn
660efce9b2
Replaced _demoMode by GF_DEMO
...
svn-id: r22087
2006-04-23 00:08:18 +00:00
Max Horn
807edc83c7
Properly translate Common::Language values for V0-V2 games, too
...
svn-id: r21705
2006-04-08 23:56:09 +00:00
Travis Howell
28b6c92503
Update hack for bug #915575 - MANIAC: Disappearing New Kid verb
...
svn-id: r21058
2006-03-04 04:46:15 +00:00
Travis Howell
82a6f289de
Fix using items in C64 maniac and cleanup
...
svn-id: r21011
2006-03-02 12:14:06 +00:00
Travis Howell
fd8f11f7a4
Improve input in C64 maniac
...
svn-id: r21000
2006-03-02 01:17:41 +00:00
Max Horn
e389bcf497
Replaced _gameId, _version, _heversion, _features, _midi, _platform with a simple ScummGameSettings instance: _game
...
svn-id: r20795
2006-02-20 16:51:30 +00:00
Max Horn
26ee630756
Moved engines to the new engines/ directory
...
svn-id: r20582
2006-02-11 22:45:04 +00:00