aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-25use relative timing instead of constant values.Robert Göffringmann
svn-id: r15684
2004-10-24o Sync with upstream sourceEugene Sandulenko
o Move back to old sawtooth filter, which sounds better svn-id: r15683
2004-10-24More cleanup. Too bored to continue now.Torbjörn Andersson
svn-id: r15682
2004-10-24More cleanup.Torbjörn Andersson
svn-id: r15681
2004-10-24Fun shops start.Travis Howell
svn-id: r15680
2004-10-24o Check size of waveforms.raw so output rate could be adjustedEugene Sandulenko
o Eliminate rom_path, as we use our File class svn-id: r15679
2004-10-24Revert, in order to be backwards compatbile with saved games.Travis Howell
svn-id: r15678
2004-10-24Add correct actor number values for a few HE games.Travis Howell
svn-id: r15677
2004-10-24Add small debugger font to NEWSMax Horn
svn-id: r15676
2004-10-24*** empty log message ***Travis Howell
svn-id: r15675
2004-10-24OoopsTravis Howell
svn-id: r15674
2004-10-24Move number of actors to scumm settings.Travis Howell
The amount of actors in HE games changes a lot between games. svn-id: r15673
2004-10-24Only 20 actors in Sam & Max.Travis Howell
svn-id: r15672
2004-10-23Patch #1048283 (Improved CJK / FM-TOWNS support & some documention)Max Horn
svn-id: r15671
2004-10-23OopsEugene Sandulenko
svn-id: r15670
2004-10-23o Turn BASE_FREQ constant into variable. MT-32 has to be run in lesser time ↵Eugene Sandulenko
slices. o Attempt to fix mi2, but that cure for symptom, not the cause. Under dosbox header is always valid, but here we get 0x41001612 instead of 0x41101612. svn-id: r15669
2004-10-23OpenBSD is _not_ a.out on i386/amd64Jonathan Gray
svn-id: r15668
2004-10-23Still needed for RU freddicoveTravis Howell
svn-id: r15667
2004-10-23updatePaweł Kołodziejski
svn-id: r15666
2004-10-23fixed warningsPaweł Kołodziejski
svn-id: r15665
2004-10-23More cleanup. Too bored to go on.Torbjörn Andersson
svn-id: r15664
2004-10-23CleanupTorbjörn Andersson
svn-id: r15663
2004-10-23CleanupTorbjörn Andersson
svn-id: r15662
2004-10-23Cleaned up axtoi()Torbjörn Andersson
svn-id: r15661
2004-10-23oopsEugene Sandulenko
svn-id: r15660
2004-10-23Better support of MT-32.Eugene Sandulenko
svn-id: r15659
2004-10-22Properly nitialize _passThrough variable.Eugene Sandulenko
svn-id: r15658
2004-10-22Support MT-32 emu.Eugene Sandulenko
svn-id: r15657
2004-10-22correct music/fx for section 6Joost Peters
svn-id: r15656
2004-10-22add section jumping to the debuggerJoost Peters
svn-id: r15655
2004-10-22fix for bug [ 1043047 ] game hangs when foster path busyRobert Göffringmann
svn-id: r15654
2004-10-22ScummVM style (partial)Torbjörn Andersson
svn-id: r15653
2004-10-22cleanupMax Horn
svn-id: r15652
2004-10-22ScummVM style.Torbjörn Andersson
svn-id: r15651
2004-10-22Replaced the Bit* data types with ScummVM's int* and uint* types. TheTorbjörn Andersson
64-bit type has been renamed int64 and uint64. As a consequence, bug #1051999 (the MinGW compilation problems) is now fixed. svn-id: r15650
2004-10-22Prepare true AdLib support on PalmOSChris Apers
svn-id: r15649
2004-10-22Prepare true AdLib support on PalmOSChris Apers
svn-id: r15648
2004-10-22WhitespaceTorbjörn Andersson
svn-id: r15647
2004-10-22IndentationTorbjörn Andersson
svn-id: r15646
2004-10-22Fixed warning. Hopefully without breaking anything.Torbjörn Andersson
The __int64 problem remains, though. svn-id: r15645
2004-10-22Correction for mingw compileTravis Howell
svn-id: r15644
2004-10-22iAdd support for MT-32 emu.Eugene Sandulenko
svn-id: r15643
2004-10-22Marked SAGA item as partly done.Torbjörn Andersson
svn-id: r15642
2004-10-22Made the usage of the Rect data type more consistent with the rest ofTorbjörn Andersson
ScummVM. Note that these are only the cases I was able to find in one morning. There may be others left to fix. But I'm sure at least most of them will be found when we start cleaning up the codebase a bit. svn-id: r15641
2004-10-22Fixed two of my own stupid bugs:Torbjörn Andersson
* The length of a script data buffer is measured in words, not bytes. * In the long run, I'm sure it'll work better if the data buffers do not point to recently freed data. svn-id: r15640
2004-10-22changed timing code.Robert Göffringmann
svn-id: r15639
2004-10-21Fix sign warningsMax Horn
svn-id: r15638
2004-10-21Don't hard code refsMax Horn
svn-id: r15637
2004-10-21Better support of MT-32.Eugene Sandulenko
svn-id: r15636
2004-10-21Patch #1048326 Better MT-32 supportEugene Sandulenko
svn-id: r15635