aboutsummaryrefslogtreecommitdiff
path: root/script.cpp
AgeCommit message (Collapse)Author
2002-04-11Large pointless reindentation of all the code. Also fixed a few mistakesJames Brown
in the object flags code cleanup. Flags used: indent *.cpp -br -bap -nbc -lp -ce -cdw -brs -nbad -nbc -npsl -nip -ts2 -ncs -nbs -npcs -nbap -Tbyte -Tuint32 -Tuint8 -Tuint16 -TArrayHeader -TMemBlkHeader -TVerbSlot -TObjectData -Tvoid -TImageHeader -TRoomHeader -TCodeHeader -TResHdr -TBompHeader -TMidiChannelAdl -TGui -TScumm -TSoundEngine -TPart -TPlayer svn-id: r3908
2002-04-11various code cleanupsLudvig Strigeus
svn-id: r3907
2002-04-07Fix Indy4 bootparam, some more Zak256 work, and a few minor things.James Brown
svn-id: r3887
2002-04-06Final loom fixes. LoomCD is now completable, apart from sound glitches and ↵James Brown
lack of masking. svn-id: r3880
2002-04-06Hopefully fix these cutscene bugs for good.James Brown
svn-id: r3879
2002-04-05One FIXME for cutscene code... there's still something subtracting 1 from a ↵James Brown
null cutscene.. svn-id: r3878
2002-04-05Cutscene fix take 2James Brown
svn-id: r3877
2002-04-05Fix Indy3/Loom override bugs. THIS MAY BREAK OTHER GAMES. Please test.James Brown
svn-id: r3876
2002-03-20Preliminary redesigned of the virtual screen system. Now all the screen ↵Vincent Hamm
buffers are in a single 320*200 buffer, making video subprocess far more easy to do. On glitch remain in inventory's black area svn-id: r3793
2002-03-20I know it probably doesn't look like much, but this is a start to the reorg ↵James Brown
- basically I've shuffled the Scumm struct around, and turned it into a Class - labeling and grouping functions that are related. svn-id: r3792
2002-03-18Do some stuff to fix loom cd-music syncro. Sequences now run without ↵James Brown
'speeding' by.. but they are still slightly out of sync. svn-id: r3781
2002-03-16Update to my latest local tree. Various stuff - and a fixme hack by khalek ↵James Brown
to stop loom intro crashing. svn-id: r3765
2002-03-11Remove erronously commited debug info.James Brown
svn-id: r3732
2002-03-11Quick Zak crash workarounds.James Brown
svn-id: r3731
2002-03-10Apply some patches by syke to prevent buffer overruns, etc.James Brown
svn-id: r3723
2002-03-09Fixed NUM_aCTORS for MI2/Indy4, etc.James Brown
Probably broke some saved games again. svn-id: r3700
2002-03-08Fixed a bug in the 'watch' debug command..James Brown
svn-id: r3686
2002-03-08Yet more cleanups. Remove 'index' (reserved keyword), and remove 'res' ↵James Brown
shadowing. svn-id: r3685
2002-03-06Sam and Max is now completable. There are two graphical glitches, and the ↵James Brown
game will freeze if you either look at the dragon heart, or set off the alarm in Bumpusville. These two bugs are still being worked on. svn-id: r3667
2002-03-06Applied cleanup and scaling patch by Rob.James Brown
svn-id: r3665
2002-03-06Fixed some more Sam and Max bugs. Is now playable to BumpusVille.James Brown
Added two new debug commands, one to read and set variables, the other to set a 'watch' on variables. svn-id: r3662
2002-03-06Final part of V7 merging process. The FULL_THROTTLE define is not required ↵Vincent Hamm
any more svn-id: r3660
2002-03-05Next episode in V7 reimplementation. Nearly workingVincent Hamm
svn-id: r3658
2002-03-05A few more hacks to make Sam run faster - fixes the Gator Golf crash.James Brown
svn-id: r3646
2002-03-05Warning'ed some miscops, and added a hack to just ignore non-existant actors.James Brown
Sam and Max is now playable to a quite advanced stage. svn-id: r3645
2002-02-24Code cleanup - get rid of a bunch of typecast and unused variable warnings.James Brown
svn-id: r3627
2002-02-15Just some debugging stuff I find handy.James Brown
svn-id: r3589
2002-02-12First part of Yazoo and mines work on making older scumm games work.James Brown
Not enough here to actually work yet, just the base groundwork needed. svn-id: r3567
2002-02-02Added newline at end of file to fix gcc warnings.Marcus Comstedt
svn-id: r3552
2001-12-29copy protection in monkey 2 bypassed by defaultLudvig Strigeus
svn-id: r3539
2001-12-27better full throttle support,Ludvig Strigeus
a couple of MI2 fixes. svn-id: r3532
2001-12-11converted internal representation of palette from 6-bit to 8-bitLudvig Strigeus
yazoo implemented remapActor svn-id: r3526
2001-12-04* better drawBox (tnx sam_k)Ludvig Strigeus
* more params allowed for soundKludge opcode (8 instead of 16) will perhaps fix bugs. svn-id: r3523
2001-12-02fixed two bugs reported by lionel ulmerLudvig Strigeus
svn-id: r3517
2001-12-01adlib sound support, use USE_ADLIBLudvig Strigeus
svn-id: r3510
2001-11-26very simple full throttle support, use the FULL_THROTTLE define. (will fix ↵Ludvig Strigeus
later) modified some actor parts to work better with full throttle (most likely new bugs because of that). directions are now stored as angles instead of left/right/up/down implemented loadFlObject (flobjects are currently saved in the savestate, will fix that also) svn-id: r3505
2001-11-12readability patches, some by janssenLudvig Strigeus
svn-id: r3490
2001-11-09save/load dialog by pressing F5,Ludvig Strigeus
multiple sounds at the same time, some other fixes svn-id: r3477
2001-11-07debugger fix,Ludvig Strigeus
removed hardcoded constants, resouce lock state is now saved in the savegame, fixed bug with MI1 svn-id: r3470
2001-11-06fix in save game loader,Ludvig Strigeus
sizeof(an element) * number of elements instead of sizeof(a pointer) fixed it, buffer out of bounds read fixed in Scumm::isMaskActiveAt svn-id: r3466
2001-11-06full screen flag,Ludvig Strigeus
better mouse cursors, removed change log from individual files svn-id: r3462
2001-11-05bug fixes,Ludvig Strigeus
speech in dott svn-id: r3454
2001-10-26bug fixes, code cleanupLudvig Strigeus
svn-id: r3446
2001-10-23recompile not needed when switching gamesLudvig Strigeus
debugger skeleton implemented svn-id: r3442
2001-10-16preliminary DOTT supportLudvig Strigeus
svn-id: r3433
2001-10-11fixed swapped parameters in o_walkActorToActorLudvig Strigeus
svn-id: r3427
2001-10-09Initial revisionLudvig Strigeus
svn-id: r3408