aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
AgeCommit message (Collapse)Author
2002-04-21Handle simultaneous mouse move + mouse click event for WinCENicolas Bacca
svn-id: r4044
2002-04-21Some code cleanup in the blast object code for implementation of futur featuresVincent Hamm
svn-id: r4039
2002-04-20Remove \M's, add IRIX support.James Brown
svn-id: r4019
2002-04-19Refixed getActorY in indy3. Fixed class (dunno if the fix doesn't break ↵Vincent Hamm
something else. Fixed intro by slowing down music rate by 3. svn-id: r4018
2002-04-19Rename debugger to g_debugger to fix a conflict with BeOS.James Brown
svn-id: r4004
2002-04-17Restored update mess ...Nicolas Bacca
svn-id: r3982
2002-04-17Return of the MP3 CD patch ... use CBR 22 kHzNicolas Bacca
svn-id: r3981
2002-04-16Fix Indy4. Make invalid actor warnings -d only.James Brown
FIXME note: Need to track down why these invalid calls are happening in the first place. svn-id: r3960
2002-04-16Add hack for loom staff verbs.James Brown
Readd CD Audio svn-id: r3956
2002-04-16endian fixes,Ludvig Strigeus
don't use adlib driver if sound initialization fails, simon1 savedialog works svn-id: r3955
2002-04-15command line option for sfx volumeLudvig Strigeus
svn-id: r3947
2002-04-15fixed colors in guiLudvig Strigeus
svn-id: r3944
2002-04-14Updating MorphOS port to compile with current CVS stateRuediger Hanke
svn-id: r3939
2002-04-14wrote new mixer class,Ludvig Strigeus
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937
2002-04-13new midi driver API,Ludvig Strigeus
no more USE_ADLIB, a couple of sdl graphics driver fixes. svn-id: r3925
2002-04-13full screen mode works now (even if SDL doesn't support it)Ludvig Strigeus
svn-id: r3923
2002-04-12new video engine (expect broken non-sdl builds),Ludvig Strigeus
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912
2002-04-12code cleanup - prepares for simon inclusionLudvig Strigeus
svn-id: r3910
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-07Fix Indy4 bootparam, some more Zak256 work, and a few minor things.James Brown
svn-id: r3887
2002-04-07Kind of hack that seems to synchronize loom's cutscenes + remove these ↵Nicolas Bacca
damned ^M (time to configure my CVS properly I guess ...) svn-id: r3885
2002-03-31Re-enable Monkey Island 2 difficulty level choiceNicolas Bacca
svn-id: r3845
2002-03-25Forced colors for V7 gui...(temporary hack). Now the gui colors are reseted ↵Vincent Hamm
every time it's opened svn-id: r3832
2002-03-25Various fix in insaneVincent Hamm
svn-id: r3830
2002-03-25Implemented gui during insaneVincent Hamm
svn-id: r3829
2002-03-25Fixed a bit the gui for FT and DIG. It still doesn't display a thing but ↵Vincent Hamm
it's not crashing anymore svn-id: r3828
2002-03-24Make Visual Studio compile again.James Brown
svn-id: r3811
2002-03-24Fixed gui loopVincent Hamm
svn-id: r3807
2002-03-23Implemented the read resource index as the first virtual fonction...Vincent Hamm
svn-id: r3803
2002-03-23Changed the way games are detected. Now the detection is done out of the ↵Vincent Hamm
scumm object. We can now create de good scumm object depending of the game detected. Warning: the implementation is not yet finalised and the in game gui is more broken than ever.... svn-id: r3802
2002-03-21Move some box stuff from scumm.h to new boxes.hJames Brown
Also move some sound-related items from scumm.h to sound.h svn-id: r3797
2002-03-21Completly change the way the Scumm object is handled. Now the main execution ↵Vincent Hamm
loop is done INSIDE the Scumm object. Low level system access (like delays, cd tracks,...) are called using the _system object. Changed the insane main loop to use _system calls svn-id: r3795
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-18Now the Mac Version also opens games kinda like the -p optionMutwin Kraus
svn-id: r3788
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-17Fixed the 'window title' problem for the SDL and X11 ports. Other 'porters' ↵Lionel Ulmer
should fix their front-ends (sorry :-) ). svn-id: r3776
2002-03-17No launcher for Mac Carbon.Mutwin Kraus
svn-id: r3773
2002-03-16MorphOS port (sdl version) + endian fixes for big endian machines.James Brown
svn-id: r3771
2002-03-16Remove debug message left in accidently.James Brown
svn-id: r3766
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-14Minor changes to compile WinCE portNicolas Bacca
svn-id: r3758
2002-03-14Last part of the WinCE merge - all should compile and work now.James Brown
I've made some changes from Arismes code, to intergrate some stuff into ScummVM - that bit is still a WIP. svn-id: r3753
2002-03-14Added QuickTime Music support for the Mac Carbon Port.Mutwin Kraus
svn-id: r3751
2002-03-14Make some code-execution changes to allow early initilisation of GUI.James Brown
svn-id: r3748
2002-03-14Rewire the MIDI subsystem to use drivers selecting from the commandline.James Brown
No -DTIMIDITY, etc! Yippie!. Also updated readme. svn-id: r3743
2002-03-14Added some new midi drivers - QuickTime Music and RawMidi.James Brown
-DUSE_RAWMIDI and -DUSE_QTMUSIC respectivly. I assume these will compile - if not file a bug/patch. Also added a "-r" commandline parameter to turn on MT32 emulation... the patch conversion set isn't quite right, still.. svn-id: r3741
2002-03-12Patch from Arisme. It's a small one, but it fixes music syncronisation in MI2!James Brown
svn-id: r3733
2002-03-11Fixed boxes in Zak and Indy. Bugs may remain.Vincent Hamm
svn-id: r3727
2002-03-10Apply some patches by syke to prevent buffer overruns, etc.James Brown
svn-id: r3723
2002-03-10Basic 2xSaI support. A little buggy. Use by starting with a -g1 parameter.James Brown
svn-id: r3716