aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2002-12-14moved the console code to gui/console.cpp; make it actually printout ↵Max Horn
something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that svn-id: r5952
2002-12-14Commit some junk in-case I don't get time to finish this tonight and ↵James Brown
Fingolfin starts working on it :) svn-id: r5949
2002-12-14Fixed last bad artifacts of Sam & Max carnival music.Jamieson Christian
Hopefully this fix doesn't break anything else.... svn-id: r5948
2002-12-13cleanupMax Horn
svn-id: r5933
2002-12-13fix for bug #647844, but this shadowPalette stuff needs investigationMax Horn
svn-id: r5932
2002-12-13nitpickMax Horn
svn-id: r5930
2002-12-13Bug [651727] fix:Jamieson Christian
Initial implementation of do_command(20). svn-id: r5929
2002-12-13Bug [622895] fix:Jamieson Christian
Fixed do_command(256) implementation. svn-id: r5927
2002-12-13cleaned up autosave codeMax Horn
svn-id: r5926
2002-12-13Patch #649356, INDY3: Possible intro fixMax Horn
svn-id: r5924
2002-12-13fix for the arrow bug in MonkeyVGA (see also bug #599442 and patch #643464)Max Horn
svn-id: r5923
2002-12-13removed debug code I accidentally left inMax Horn
svn-id: r5922
2002-12-13cleanupMax Horn
svn-id: r5921
2002-12-12kill obsolete fileJames Brown
svn-id: r5917
2002-12-12Tidy one or two things up for future V1/V2/V8 SCUMM support.James Brown
svn-id: r5915
2002-12-11Patch #652194: Handling Ctrl-<key>Max Horn
svn-id: r5907
2002-12-11Patch #651882: Noir mode fixMax Horn
svn-id: r5906
2002-12-11ripped out obsolete midi streaming code from backends (this may break ↵Max Horn
Alsa/SEQ/Windows/Morphos compile, I tried my best, but you'll have to clean up after me) svn-id: r5905
2002-12-11Fixed myriad VC++ compile/link problems.Jamieson Christian
PLEASE DON'T MAKE CHANGES TO THE ACTUAL PROJECT FILES UNLESS YOU MAKE THEM FOR *ALL* PRIMARY PORTS! svn-id: r5900
2002-12-10added a helpe func for color weight computation; made createSpecialPalette ↵Max Horn
use it, too svn-id: r5899
2002-12-10Fix for bug #651310: Crash when savingMax Horn
svn-id: r5898
2002-12-09cleanup; only now do I see how similiar setupShadowPalette, the new ↵Max Horn
setupShadowPalette and createSpecialPalette are. Throw in remapPaletteColor and darkenPalette and maybe we should restructure the code to have less duplication? svn-id: r5894
2002-12-09cleanupMax Horn
svn-id: r5893
2002-12-08Patch #650085: Make saveload system extensibleMax Horn
svn-id: r5885
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