aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2002-12-08cleanupMax Horn
svn-id: r5881
2002-12-07Fixed bad music volumes after loadJamieson Christian
svn-id: r5873
2002-12-07Fixed music overlaps when running ScummVM with the -x optionJamieson Christian
svn-id: r5872
2002-12-07Fixed GM instrument dropouts on loadJamieson Christian
svn-id: r5868
2002-12-06649358: DOTT Animation FixJames Brown
svn-id: r5855
2002-12-05Fixed inappropriate expiration of sound resources,Jamieson Christian
which fixes concurrency issues esp. in PocketPC and MorphOS. Stubbed SysEx command 2 (start of song) to get rid of annoying warning. Changed MT-32 instrument warnings to fit on one (80-char) line. svn-id: r5842
2002-12-04removed obsolete getDefaultGUIColor and some FIXMEsMax Horn
svn-id: r5840
2002-12-04even more cleanupMax Horn
svn-id: r5839
2002-12-04more cleanupMax Horn
svn-id: r5837
2002-12-04more cleanup; fixes out of bound access to _charsetData (but I am not sure ↵Max Horn
if that will be visible anywhere svn-id: r5833
2002-12-04readded MonkeyVGA fixMax Horn
svn-id: r5832
2002-12-04lots of cleanup to the graphics code; removed various global states (makes ↵Max Horn
it easier to understand the code) svn-id: r5831
2002-12-04removed unneccessary _fullRedraw; added a printf to help us track down calls ↵Max Horn
to this (apparently incorrectly implemented) opcode svn-id: r5830
2002-12-04fix for bug #643001, may cause regressionMax Horn
svn-id: r5829
2002-12-04Patch #648254: INDY3: 'Save' button textMax Horn
svn-id: r5824
2002-12-03fixed typoMax Horn
svn-id: r5823
2002-12-03fixed a race condition during startup of ScummVMMax Horn
svn-id: r5822
2002-12-01Removed commented-out vestiges of IMuseAdlibJamieson Christian
svn-id: r5794
2002-12-01Fixed a regression with the 1.35 revisionJamieson Christian
svn-id: r5789
2002-12-01Fixed Adlib instrument setup in old (GF_SMALL_HEADER) games.Jamieson Christian
Restored MT-32 emulation lost during restructuring. svn-id: r5786
2002-12-01moved RNG to common/util.cppOliver Kiehl
svn-id: r5778
2002-12-01added some warnings to ease debuggingMax Horn
svn-id: r5772
2002-12-01restrict various o5_resourceRoutines modifications to Zak256Max Horn
svn-id: r5771
2002-12-01fixed my workaround for the palette bug in MIVGAMax Horn
svn-id: r5767
2002-11-30comment an assertion in readArray to stop ft crashing in the minefieldJonathan Gray
svn-id: r5765
2002-11-30Add back changes that were revertedTravis Howell
svn-id: r5764
2002-11-30Add back changes that were revertedTravis Howell
svn-id: r5763
2002-11-30Fix compileTravis Howell
svn-id: r5762
2002-11-30gp32 port stuffPeter Moraliyski
svn-id: r5761
2002-11-30changed Shift-NUM shortcut (quicksave) to Alt-NUM to avoid problems on ↵Max Horn
french keyboards svn-id: r5756
2002-11-29more cleanupMax Horn
svn-id: r5752
2002-11-29oops, left in debug outputMax Horn
svn-id: r5749
2002-11-29cleanupMax Horn
svn-id: r5747
2002-11-29added MonkeyVGA palette fix, and a FIXME commentMax Horn
svn-id: r5745
2002-11-28oopsMax Horn
svn-id: r5738
2002-11-28no need to retry 5 times in loadResource - we don't have users with floppy ↵Max Horn
disks anymore, after all :-). Fixed an endian issue for v2 games (makes them crash a little bit later during loading) svn-id: r5737
2002-11-28fix for bug #600287 (ZAK256: Palette messed up)Max Horn
svn-id: r5736
2002-11-28small cleanupMax Horn
svn-id: r5734
2002-11-27Rewrite ifdefsNicolas Bacca
svn-id: r5732
2002-11-27Daily alignment fix :)Nicolas Bacca
svn-id: r5731
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-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-26cleanupMax Horn
svn-id: r5718
2002-11-26possible fix for bug #642894; cleanup/additional debug outputMax Horn
svn-id: r5717
2002-11-25Add a few EditGame options. Honor game-specific fullScreen from the LauncherJames Brown
svn-id: r5715
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-23fixed o5_resourceRoutines for OLD256 games (various subopcodes are still not ↵Max Horn
implemented, though); some cleanup svn-id: r5699
2002-11-22fix for bug #602351 (to many fades in Zak256)Max Horn
svn-id: r5695