aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
AgeCommit message (Collapse)Author
2003-05-29removed obsoleteMax Horn
svn-id: r8095
2003-05-28spellingMax Horn
svn-id: r8062
2003-05-28const as const can!Max Horn
svn-id: r8058
2003-05-26remove uneeded targetJonathan Gray
svn-id: r8031
2003-05-26Added 'mmamiga' game ID to disable PC speaker emulatorJamieson Christian
svn-id: r8028
2003-05-26Added Hoenicke's PC-speaker waveform generatorJamieson Christian
and script interpreter for GF_OLD_BUNDLE music resources. We'll try to get the waveform generator into a MidiDriver wrapper for use with the 'SPK' resources of later games, but this is usable for now. Great work, Hoenicke! svn-id: r8023
2003-05-26more const qualifiersMax Horn
svn-id: r8002
2003-05-24change behaviour for loading save games from the command line so that if you ↵Max Horn
load a COMI save game from disk 2, you don't have to first insert disk 1 svn-id: r7910
2003-05-24(somewhat hackish) support for COMI CD changing on Mac OS X; reordered stuff ↵Max Horn
in scumm.h svn-id: r7908
2003-05-23Added XMIDI support to IMuse. IMuse now plays music from Humongous games.Jamieson Christian
Added some IMuse property options to support some assumptions that seem to be made by Humongous games. This is still preliminary. It will play music, and it will switch between songs. But I don't know if it's switching to the right song at the right time. svn-id: r7869
2003-05-23when iterating from 1 to _numActors over all actors, use _actors[] directly ↵Max Horn
instead of derefActor() (unnecessary overhead); added range check to derefActor, and error out if invalid actor is accessed svn-id: r7858
2003-05-22Fix V2 userface stuff in savestateJames Brown
svn-id: r7816
2003-05-21cleaned up V2 input codeMax Horn
svn-id: r7811
2003-05-21fixed V2 entry script dumpingMax Horn
svn-id: r7799
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
svn-id: r7795
2003-05-21added v2 cutscene support (not quite complete; and crashes at some point in ↵Max Horn
maniac because VAR_EGO contains a bogus value); cleanup svn-id: r7781
2003-05-21Work on V2 inventory hack a little moreJames Brown
svn-id: r7776
2003-05-21Fix this damn userface stuff properly :)James Brown
svn-id: r7772
2003-05-20renamed various things for clarityMax Horn
svn-id: r7754
2003-05-20added enum's for the known actor/object claasses; extended putClass/getClass ↵Max Horn
to translate the X/Y flip classes; made code use the new enum's; some other cleanup svn-id: r7753
2003-05-20remove this obsolete FIXME (code is fine as it is)Max Horn
svn-id: r7741
2003-05-19enable midi for non puttdemo humongous games. need to properly return the ↵Jonathan Gray
result of whether music is running though... svn-id: r7673
2003-05-19V2 walkbox matrix fixesMax Horn
svn-id: r7657
2003-05-18implemented proper 'invalid walkbox' handling in older games (in newer ↵Max Horn
games, box 0 is used as invalid box, while in older games this is a legal box and box 255 is the 'invalid' box); removed lots of FIXME's which were needed to cope with ScummVM not implementing the invalid walkbox stuff properly in the past; removed other actor FIXMEs. svn-id: r7642
2003-05-18number of actors in maniac is even 25 (according to the MM script-1)Max Horn
svn-id: r7626
2003-05-17yet another V2 sentence fix (now clicking on objects in Zak causes Zak to ↵Max Horn
talk to it - but he gets stuck after some time) svn-id: r7613
2003-05-17Fixed Adlib sound problem on old (small header) games. Thanks for ↵Jamieson Christian
eriktorbjorn for the material that led to the solution. svn-id: r7610
2003-05-17init vars to 255 if they are not defined for all Scumm versionsMax Horn
svn-id: r7603
2003-05-17Oops, remove debug crapolaJames Brown
svn-id: r7601
2003-05-17Move some hacks aroundJames Brown
svn-id: r7600
2003-05-17CleanupJames Brown
svn-id: r7598
2003-05-17Added command line options forJamieson Christian
native MT-32 support and combination Adilb/native MIDI drivers. svn-id: r7594
2003-05-17for v2 games, make space the pause keyMax Horn
svn-id: r7590
2003-05-16V2 camera fix (again thanks MadMoose)Max Horn
svn-id: r7587
2003-05-16More IMuse cleanupJamieson Christian
svn-id: r7578
2003-05-16add hev7 target to test withJonathan Gray
svn-id: r7572
2003-05-15cleanupMax Horn
svn-id: r7550
2003-05-15make some more use of ScummVM::Point; cleanupMax Horn
svn-id: r7549
2003-05-15some more ScummVM::RectMax Horn
svn-id: r7548
2003-05-15_saveSound implementationJamieson Christian
svn-id: r7542
2003-05-15Fixed main timing loopJamieson Christian
svn-id: r7534
2003-05-14cleanupMax Horn
svn-id: r7518
2003-05-14V2 text drawingMax Horn
svn-id: r7502
2003-05-14Some Zak input stuffJames Brown
svn-id: r7498
2003-05-14various V8 tweaksMax Horn
svn-id: r7494
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
svn-id: r7489
2003-05-13cleanupMax Horn
svn-id: r7488
2003-05-13fixed more illegal var access in COMIMax Horn
svn-id: r7486
2003-05-13renamed VAR_UNK_SCRIPT to VAR_SAVELOAD_SCRIPT; fixed V8 save/load (no ↵Max Horn
(known) VAR_SAVELOAD_SCRIPT value for V8) svn-id: r7485
2003-05-11more V2 'char coord' fixesMax Horn
svn-id: r7427