aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-27moved game enum to intern.hOliver Kiehl
svn-id: r5728
2002-11-27evil copy&paste (bug #644620)Max Horn
svn-id: r5727
2002-11-27speed up dissolve fade for Loom (bug #635461)Max Horn
svn-id: r5726
2002-11-26fixed a stupid mistake of mineOliver Kiehl
svn-id: r5725
2002-11-26fixed compile problemsOliver Kiehl
svn-id: r5724
2002-11-26fixed linking with gnu ldOliver Kiehl
svn-id: r5723
2002-11-26had forgotten to add the GPL headerOliver Kiehl
svn-id: r5722
2002-11-26Restructured MIDI channel allocation architecture.Jamieson Christian
Adlib no longer suffers from 16-channel MIDI restrictions. Fixes a regression in the MI2 intro music under Adlib. svn-id: r5721
2002-11-26oopsOliver Kiehl
svn-id: r5720
2002-11-26cleanupOliver Kiehl
svn-id: r5719
2002-11-26cleanupMax Horn
svn-id: r5718
2002-11-26possible fix for bug #642894; cleanup/additional debug outputMax Horn
svn-id: r5717
2002-11-25Moved config file to a more Macish location on OS XMax Horn
svn-id: r5716
2002-11-25Add a few EditGame options. Honor game-specific fullScreen from the LauncherJames Brown
svn-id: r5715
2002-11-24added .cvsignoreOliver Kiehl
svn-id: r5714
2002-11-24removed some no longer used variable declarationsOliver Kiehl
svn-id: r5713
2002-11-24Use command line/config file setting for music volumeTravis Howell
svn-id: r5712
2002-11-24Missed a few disabled debugsTravis Howell
svn-id: r5711
2002-11-24The vc_62 warning should be for simon 2 onlyTravis Howell
svn-id: r5710
2002-11-24Disable/remove some warningsTravis Howell
Enable more debugging svn-id: r5709
2002-11-24fixed last commitOliver Kiehl
svn-id: r5708
2002-11-24Add back changes that were reverted by mistakeTravis Howell
svn-id: r5707
2002-11-24split simon soundOliver Kiehl
svn-id: r5706
2002-11-24Fix warningTravis Howell
svn-id: r5705
2002-11-24Clean all objectsTravis Howell
svn-id: r5704
2002-11-24Add vc_65 (commented out for now, since it requires another function)Travis Howell
Add warning to vc_62 where it should be playing music. svn-id: r5703
2002-11-23FIXME in pickupObjectOld should be obsolete nowMax Horn
svn-id: r5702
2002-11-23Fixed invalid ImSetTrigger invocations, which fixes invalid do_command(0) calls.Jamieson Christian
Also included is eriktorbjorn's fix for Adlib instrument setup. svn-id: r5701
2002-11-23Simon stuffTravis Howell
svn-id: r5700
2002-11-23fixed o5_resourceRoutines for OLD256 games (various subopcodes are still not ↵Max Horn
implemented, though); some cleanup svn-id: r5699
2002-11-23Music volume just uses + and - now, key mapping worksTravis Howell
svn-id: r5698
2002-11-23fixed bug #621244 (GUI disappeared when screen mode was changedMax Horn
svn-id: r5697
2002-11-23removed debug printfMax Horn
svn-id: r5696
2002-11-22fix for bug #602351 (to many fades in Zak256)Max Horn
svn-id: r5695
2002-11-22cleanupMax Horn
svn-id: r5694
2002-11-22fix for bug #642229 (ScummVM strings can contain null bytes, so strcpy ↵Max Horn
doesn't work svn-id: r5693
2002-11-22improved keyboard input behaviour in SDL backend: make use of the unicode ↵Max Horn
feature in SDL. This way, Shift-1 on my german keyboard generates ! not 1 (on an US keyboard it'll be a different symbol). Should fix bug #600258 and #551447 svn-id: r5692
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii ↵Max Horn
value to handleKeyUp/Down. Also, use this to fix the key repeat code (see bug #626225) svn-id: r5691
2002-11-22add comment to timidity example, fixes 639395Jonathan Gray
svn-id: r5690
2002-11-22Apply patch 642171. Fixes some Loom and FOA bugs. Regression testing doesn't ↵James Brown
reveil any hangs introduced, but watch out for minor actor movement regressions. svn-id: r5689
2002-11-21Fixed Adlib instruments not getting initialized in certain cases.Jamieson Christian
svn-id: r5688
2002-11-21argh, revert to gcc 2.x build rules once more <g>Max Horn
svn-id: r5687
2002-11-21fixed build order for GNU ld, once moreMax Horn
svn-id: r5686
2002-11-21Added midistreamer.cppJamieson Christian
svn-id: r5685
2002-11-21updated VC6 file againPaweł Kołodziejski
svn-id: r5684
2002-11-21updated VC6 filePaweł Kołodziejski
svn-id: r5683
2002-11-21Broke MidiStreamer into .h and .cpp components.Jamieson Christian
svn-id: r5682
2002-11-21Update readmeJames Brown
svn-id: r5681
2002-11-21fixed warningsMax Horn
svn-id: r5680
2002-11-21Update module.mk system for the new adlib driverJames Brown
svn-id: r5679