aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2004-11-09- operator new moved to extend.hChris Apers
- bLauched var : to know if we have launched an engine - new info panel - sysAppLaunchCustomDeleteEngine : if the back to launcher option is disabled svn-id: r15766
2004-11-09New optionsChris Apers
svn-id: r15765
2004-11-09Split main resource file into two parts :Chris Apers
- one with launcher only resource - one with engine only resource + new info panel + updated game panel svn-id: r15764
2004-11-09Moved to init_arm.hChris Apers
svn-id: r15763
2004-11-09Added Audio buttonChris Apers
svn-id: r15762
2004-11-09Use the new init stuffsChris Apers
svn-id: r15761
2004-11-09New info panel (formsystem is now part of it)Chris Apers
svn-id: r15760
2004-11-09CleanupChris Apers
svn-id: r15759
2004-11-09Fixed potential crashChris Apers
svn-id: r15758
2004-11-09Cleanup + sword1 supportChris Apers
svn-id: r15757
2004-11-09New options :Chris Apers
- lightspeed integration - return to launcher on exit + cleanup svn-id: r15756
2004-11-09New info panel + new audio skin buttonChris Apers
svn-id: r15755
2004-11-09Added engine selectionChris Apers
svn-id: r15754
2004-11-09New folderChris Apers
svn-id: r15753
2004-11-09CleanupChris Apers
svn-id: r15752
2004-11-09New info panel handlerChris Apers
svn-id: r15751
2004-11-09AdlibChris Apers
svn-id: r15750
2004-11-09Added pre-init capabilityChris Apers
svn-id: r15749
2004-11-09Added Sword1 supportChris Apers
svn-id: r15748
2004-11-09Check width instead of height, and use newly added header filesChris Apers
svn-id: r15747
2004-11-09Only with 320x[x] gamesChris Apers
svn-id: r15746
2004-11-09New module codeChris Apers
svn-id: r15745
2004-11-09Move common palm definitionsChris Apers
svn-id: r15744
2004-11-09Gathered common functions into new source filesChris Apers
svn-id: r15743
2004-11-09CleanupChris Apers
svn-id: r15739
2004-11-08oopsMax Horn
svn-id: r15734
2004-11-08cleanupMax Horn
svn-id: r15733
2004-11-08Fix it on LE systems. SCUMM_LITTLE_ENDIAN is defined in common/scummsys.h,Eugene Sandulenko
so it's a good idea to have that included before check :) svn-id: r15732
2004-11-07Re-apply endian fixMax Horn
svn-id: r15731
2004-11-06Be more consistent with the other module.mk files.Torbjörn Andersson
svn-id: r15719
2004-11-06Remove stray ;Travis Howell
svn-id: r15717
2004-11-06Improve reporting (OSD messages, file open errors) and fix typos.Eugene Sandulenko
Forgot to mention: o waveforms.raw is autogenerated if not present svn-id: r15716
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
o added configure option o mi2 intro doesn't freeze anymore and has no sound glitches o missing instruments in many titles are fixed o numerous memory overwrite bugs are fixed o code is cleaned a lot and splitted into many smaller files o mt32.cpp went to backends/midi o synced with upstream code o reverberation fixed * don't complain about File class wrapper :) * all custom types are back * #pragmas are to do * maybe some indentation is wrong too I prefer smaller commits, but this thing came in one piece. svn-id: r15715
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-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-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-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-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: r15648
2004-10-22IndentationTorbjörn Andersson
svn-id: r15646