aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2003-10-06remove <string> include so we don't depend on stdlib stuff (not used anyway) ...Jonathan Gray
2003-10-06malloc/new optimizationsMax Horn
2003-10-06Per-channel polyphony now > 1Jamieson Christian
2003-10-06even more optimizationsMax Horn
2003-10-06some more tweaksMax Horn
2003-10-06some incremental changes (more will follow, this is step-by-step optimzation,...Max Horn
2003-10-06More performance optimizationsJamieson Christian
2003-10-06oops - that happesn if you incorrectly re-apply a broken patch =)Max Horn
2003-10-06more optimizationsMax Horn
2003-10-06Fix compiler warningsJamieson Christian
2003-10-06The real YM2612 implementation. Portable,Jamieson Christian
2003-10-06For those us who have to hit Shift to get to +Jamieson Christian
2003-10-05Preliminary preparation for new YM2612 FM emulator.Jamieson Christian
2003-10-05implemented new 'nice' scaler hotkeysMax Horn
2003-10-05cleanupMax Horn
2003-10-05OoopsTravis Howell
2003-10-05Remove unneeded case.Travis Howell
2003-10-05cleanupMax Horn
2003-10-05fixed some broken scaler related checksMax Horn
2003-10-04revert the 'reverse Y axis' hackMax Horn
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...Max Horn
2003-10-04small remarkMax Horn
2003-10-03You have been a thorn in my side for far too long Avatar^H^H^H^H^H^H bad codeMax Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-02updated Marcus' copyrightMax Horn
2003-10-01disable joystick input by default either command line or config file need to ...Jonathan Gray
2003-09-28removed duplicate g_timer object (one was global, one was static to timer.cpp...Max Horn
2003-09-28Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, rightTorbjörn Andersson
2003-09-27Fixed program crash when trying to switch to aJamieson Christian
2003-09-27proposal for revised scaler keyboard shortcutsMax Horn
2003-09-27added hq2x scalerMax Horn
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...Max Horn
2003-09-26Converted the MPU-401 timer to use the Timer class.Jamieson Christian
2003-09-25Fix for Bug [810564] ALL: missing instruments with native MT-32Jamieson Christian
2003-09-23ScummVM Headers were missingChris Apers
2003-09-23Added palmtform optionChris Apers
2003-09-23Options flagChris Apers
2003-09-23Added support for DIA API compatible devices (Zodiac), fixed move_screen func...Chris Apers
2003-09-23Split palmstart.cpp into mutiple filesChris Apers
2003-09-23Moved PalmFatalError hereChris Apers
2003-09-23CD Audio track support via MP3 on PalmOSChris Apers
2003-09-21Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlinesTorbjörn Andersson
2003-09-21added HQ3x filterMax Horn
2003-09-19fixed some pointer cast warnings on systems with 64 bit pointers (like AMD64)Max Horn
2003-09-18Update project filesNicolas Bacca
2003-09-18Add time.hNicolas Bacca
2003-09-18Change includes, fix BASS slowdownsNicolas Bacca
2003-09-18changed & documented the premixer semanticsMax Horn
2003-09-18Remove one more hackery - actually a complete port rewrite would be needed to...Nicolas Bacca
2003-09-18Extend the ALSA version check to look at SND_LIB_MAJOR as well. They'reTorbjörn Andersson