aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-26fixed Monkey CD problem caused by my recent checkinMax Horn
svn-id: r4639
2002-07-26fixed an ignoreboxes bug in MI1VGAMax Horn
svn-id: r4638
2002-07-26small fix to the actor drawing code, fixes some glitches in MI1VGAMax Horn
svn-id: r4637
2002-07-26fixed crash on some systems by setting defaults for the slider value rangeMax Horn
svn-id: r4636
2002-07-26added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is ↵Max Horn
work in progress, don't report problems with it just yet, we already know they are there :-) svn-id: r4635
2002-07-25work around a bug in MacOS X OpenGL (it also uses atexit, causing a segfault ↵Max Horn
when ScummVM exits) svn-id: r4634
2002-07-25patch #586167: fixed support for systems that do not implement paletted texturesMax Horn
svn-id: r4633
2002-07-25got rid of UNIX_X11 - instead, use UNIX + X11_BACKENDMax Horn
svn-id: r4632
2002-07-25rest of zaurus patchMax Horn
svn-id: r4631
2002-07-25output box flags, too; ignore annoying warningMax Horn
svn-id: r4630
2002-07-25Added Makefile for Zaurus/QtopiaMax Horn
svn-id: r4629
2002-07-25patch #585725 - fix for overlapping text in simonMax Horn
svn-id: r4628
2002-07-25that happens if you don't double check, sorryMax Horn
svn-id: r4627
2002-07-25added simple hexdump() function (nice for debugging); added some debug code ↵Max Horn
for Zak256 sounds svn-id: r4626
2002-07-25Add Zak256 soundJames Brown
svn-id: r4625
2002-07-24fixed warnings signed/unsignedPaweł Kołodziejski
svn-id: r4624
2002-07-23fixed Channel_MP3::mix to deal correctly with _silence_cut (this improves ↵Max Horn
lip sync); put cubic interpolation code into a utility class, CubicInterpolator; now three mixers use this, converting the other ones should be simple svn-id: r4623
2002-07-23merged some diffs between sdl.cpp and sdl_gl.cpp. Ideally, one should be the ↵Max Horn
subclass of the other, or they should share a common baseclass - a lot of code is duplicated, and we have to fix bugs in two places. svn-id: r4622
2002-07-23renamed SPECIAL_CHANNEL to PERCUSSION_CHANNEL; don't apply MT32->GM ↵Max Horn
conversion on percussion channel; some indention fixes svn-id: r4621
2002-07-22oops forgot to checkin this oneMax Horn
svn-id: r4620
2002-07-22CR thingsNicolas Bacca
svn-id: r4619
2002-07-22moved some utility functions out of class ScummMax Horn
svn-id: r4618
2002-07-22no shaking while NewGUI is showingMax Horn
svn-id: r4617
2002-07-22forgot to remove arisme's comment :-)Max Horn
svn-id: r4616
2002-07-22pulled out arisme's recent changes to pauseMode, they are not correct as ↵Max Horn
they break pause mode for all systems that use real MIDI drivers (see bug #584684). If you need a mute music mode, then add an according function to iMUSE/mixer but don't abuse pause mode, please svn-id: r4615
2002-07-22added FIXMEMax Horn
svn-id: r4614
2002-07-21Didn't mean to remove the warningRuediger Hanke
svn-id: r4613
2002-07-21Voices were broken in Simon on Big Endian systems ...Ruediger Hanke
svn-id: r4612
2002-07-21Apply patch from Torbj�rn Andersson to make MP3_CDMUSIC mixer useJames Brown
music_volume instead of sfx_volume. svn-id: r4611
2002-07-21Add patch from luke_br. Make GL driver honor the fullscreen flag.James Brown
svn-id: r4610
2002-07-20Display error for WinCE, better than unexpected silent crashesNicolas Bacca
svn-id: r4609
2002-07-20Fixed Monkey Island 2 freeze when sound is pausedNicolas Bacca
svn-id: r4608
2002-07-20DIG:fix for codec 10,Paweł Kołodziejski
codecs are OK, now :) svn-id: r4607
2002-07-19Added boilerplatesNicolas Bacca
svn-id: r4606
2002-07-19Update project generationNicolas Bacca
svn-id: r4605
2002-07-19DIG: implemented music codec 12,Paweł Kołodziejski
not really tested yet svn-id: r4604
2002-07-19DIG: implemented music codec 11,Paweł Kołodziejski
12 coming soon. not really tested yet svn-id: r4603
2002-07-19implemented codec 10 in the dig music, 11, 12 coming soon.Paweł Kołodziejski
not really tested yet svn-id: r4602
2002-07-19patch by khalek, Added -x parameter that loads from a slot (defaults to 0). ↵Ralph Brorsen
Also removes _restore, and alphabetizes the scummvm help optionlist. svn-id: r4601
2002-07-19added khalek's about dialog (but changed the text items to be centered)Max Horn
svn-id: r4600
2002-07-19DIG: turn off subtitles in SMUSH if _noSubtitles is setPaweł Kołodziejski
svn-id: r4599
2002-07-19disable transparency for the pause dialog for nowMax Horn
svn-id: r4598
2002-07-19make PRNG a bit less predictableMax Horn
svn-id: r4597
2002-07-18Update class (implement mutex), new GFX rendering, display keyboard for ↵Nicolas Bacca
Monkey2 copy protection svn-id: r4596
2002-07-18New GFX rendering for Landscape toolbar & other toolbar issuesNicolas Bacca
svn-id: r4595
2002-07-18WinCE GUI friendlyNicolas Bacca
svn-id: r4594
2002-07-18Workaround for French version crashNicolas Bacca
svn-id: r4593
2002-07-18Minor WinCE compile warning fixNicolas Bacca
svn-id: r4592
2002-07-18put stuff in util.h into namespace ScummVM; fixed stupid bug in String ↵Max Horn
class; took painelf's patch which implements save/load dialog in new GUI and fixed it slightly; various other minor changes svn-id: r4591
2002-07-18Amiga actor costumes working now, with some minor niggles (sometimes some ↵Ruediger Hanke
costume pixels get drawn that shouldn't be) still but otherwise ok. svn-id: r4590