aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2003-01-15add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try itJonathan Gray
svn-id: r6462
2003-01-13Early init of the scaler - to prevent ComI trying to use a huge window by ↵James Brown
default. This may require porters to make a small backend change, not to reinit a scaler on hotswap if the display has not been init_size'ed. svn-id: r6449
2003-01-12fix for the black rect bug in COMI (thanks to Erik)... guess is that the ↵Max Horn
checksum algo fails to detect the dirty regions. Why is it here at all, anyway? BBrox says it might be needed for Simon. So somebody should check that svn-id: r6428
2003-01-10OopsRuediger Hanke
svn-id: r6383
2003-01-10First-revision SysEx support for -ewindows.Jamieson Christian
svn-id: r6381
2003-01-09Added warp_mouse func to MorphOS backendRuediger Hanke
svn-id: r6374
2003-01-09only warp mouse if it actually moved - this is not quite perfect, either, ↵Max Horn
but at least now it works again on OS X svn-id: r6373
2003-01-09Remove hack - now the cannon scene works in fullscreen linux. Someone tell ↵James Brown
me how it goes for Windows svn-id: r6372
2003-01-09yet another warp mouse change, now it works on OS X, but will it work on ↵Max Horn
Linux/Windows? svn-id: r6370
2003-01-09Patch 664895: Cannon fixes. Porters, this requires a new OSystem interface ↵James Brown
function svn-id: r6365
2002-12-30make alsa driver print out the correct portJonathan Gray
svn-id: r6272
2002-12-28valid C++Max Horn
svn-id: r6226
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
svn-id: r6216
2002-12-27removing not working, obsolete mac portMax Horn
svn-id: r6189
2002-12-27Patch from ccr: Don't segfault if euid has no r/w perms on pwdJames Brown
svn-id: r6183
2002-12-25This could hardly work, how did this change? scratch head" morphos.cppRuediger Hanke
svn-id: r6151
2002-12-25Fix compiler warning and possible hitRuediger Hanke
svn-id: r6150
2002-12-25seems cursor width/height can occurMax Horn
svn-id: r6146
2002-12-25Some fixes for COMI mouse pointerRuediger Hanke
svn-id: r6138
2002-12-25fixed mouse cursor code to cope with CMIMax Horn
svn-id: r6125
2002-12-25Fix midi driver thread for MorphOSRuediger Hanke
svn-id: r6123
2002-12-25Moved MorphOS midi driver to backends/midiRuediger Hanke
svn-id: r6120
2002-12-25More warnings with MorphOS GCC fixed, removed unneccessary defineRuediger Hanke
svn-id: r6117
2002-12-25Compilation warnings fixedRuediger Hanke
svn-id: r6116
2002-12-21small mod to allow smooth scrolling to work with SDL backendMax Horn
svn-id: r6039
2002-12-18Instrument definition revamp.Jamieson Christian
IMuseDriver abstract class removed. IMuseGM is now IMuseDriver. Miscellaneous cleanup. svn-id: r6017
2002-12-18Fixed Adlib compilation problemJamieson Christian
svn-id: r6014
2002-12-18message.logJamieson Christian
svn-id: r6012
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
svn-id: r6007
2002-12-13cleanupMax Horn
svn-id: r5936
2002-12-13more code unificationMax Horn
svn-id: r5935
2002-12-13unified common codeMax Horn
svn-id: r5934
2002-12-13changed OSystem to allow RBG<->16bit color conversion to be done in the ↵Max Horn
backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes) svn-id: r5931
2002-12-12fix up alsa after recent midi changesJonathan Gray
svn-id: r5911
2002-12-12Fixed VC++ errors in Windows driver after streaming capability was removed.Jamieson Christian
svn-id: r5908
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-11Added windows.cppJamieson Christian
svn-id: r5903
2002-12-11fixed legal headerMax Horn
svn-id: r5902
2002-12-11Separated Windows MIDI driver into its own fileJamieson Christian
svn-id: r5901
2002-12-09change CFLAGS to CXXFLAGSMax Horn
svn-id: r5896
2002-12-09Compile fixTravis Howell
svn-id: r5895
2002-12-08split alsa from mididrvOliver Kiehl
svn-id: r5890
2002-12-08started to split out the midi driversMax Horn
svn-id: r5889
2002-12-08workaround for fullscreen toggle on OS XMax Horn
svn-id: r5879
2002-12-06Display status after saving.Marcus Comstedt
svn-id: r5850
2002-12-06Generate KEY_UP events as well...Marcus Comstedt
svn-id: r5849
2002-12-04Should now compile again.Marcus Comstedt
svn-id: r5838
2002-12-04Updated name of binary in docs.Marcus Comstedt
svn-id: r5836
2002-12-04updated version on trunk to 0.3.1cvsMax Horn
svn-id: r5828
2002-12-02Latest MorphOS changes from my harddisk ...Ruediger Hanke
svn-id: r5816