aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
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
2002-12-02*** empty log message ***Peter Moraliyski
svn-id: r5815
2002-12-02*** empty log message ***Peter Moraliyski
svn-id: r5814
2002-12-02license issue clearedPeter Moraliyski
svn-id: r5813
2002-12-02remove gp32 files until license issues are sorted outJonathan Gray
svn-id: r5812
2002-12-02Fix keycode + make sound thread priority a configuration parameter ↵Nicolas Bacca
(SoundThreadPriority, 1=Highest, 2=Above Normal, 3=Normal, 4=Below Normal) - requires linking with a new SDLAudio that will be posted on http://arisme.free.fr/PocketScumm svn-id: r5810
2002-12-02Do not display the save/load icon for Simon since it's not mapped (use the ↵Nicolas Bacca
postcard, Simon) svn-id: r5807
2002-12-01Fix Simon countermeasures :)Nicolas Bacca
svn-id: r5804
2002-12-01Update project files, for whatever reasonNicolas Bacca
svn-id: r5801
2002-12-01Do not commit buggy debug codeNicolas Bacca
svn-id: r5800
2002-12-01Fix display on HPC, update versionNicolas Bacca
svn-id: r5799
2002-12-01Add Monkey 1 VGA floppy keyboard support for copy-protection, fix keyboard & ↵Nicolas Bacca
display on HPC svn-id: r5798
2002-12-01Fix Monkey 1 VGA floppy detection and game numberNicolas Bacca
svn-id: r5797
2002-12-01Fixed Adlib instrument setup in old (GF_SMALL_HEADER) games.Jamieson Christian
Restored MT-32 emulation lost during restructuring. svn-id: r5786
2002-11-30gp32 port stuffPeter Moraliyski
svn-id: r5761
2002-11-30BPeter Moraliyski
gp32 sdk headerCVgp32 sdk header files S ---------------------------------------------------------------------- svn-id: r5760
2002-11-30fgPeter Moraliyski
svn-id: r5759
2002-11-26fixed compile problemsOliver Kiehl
svn-id: r5724
2002-11-26Restructured MIDI channel allocation architecture.Jamieson Christian
Adlib no longer suffers from 16-channel MIDI restrictions. Fixes a regression in the MI2 intro music under Adlib. svn-id: r5721
2002-11-24added .cvsignoreOliver Kiehl
svn-id: r5714
2002-11-24Fix warningTravis Howell
svn-id: r5705
2002-11-23fixed bug #621244 (GUI disappeared when screen mode was changedMax Horn
svn-id: r5697
2002-11-22improved keyboard input behaviour in SDL backend: make use of the unicode ↵Max Horn
feature in SDL. This way, Shift-1 on my german keyboard generates ! not 1 (on an US keyboard it'll be a different symbol). Should fix bug #600258 and #551447 svn-id: r5692
2002-11-21fixed warningsMax Horn
svn-id: r5680
2002-11-21Update module.mk system for the new adlib driverJames Brown
svn-id: r5679
2002-11-21Revamped Adlib functionality.Jamieson Christian
IMuseAdlib is defunct. New MidiDriver_ADLIB device. Simon 1/2 now supports Adlib. svn-id: r5677
2002-11-21revamped build system somewhat: 'modules' like scumm, simon, gui etc. now ↵Max Horn
all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM svn-id: r5653
2002-11-21sort FSList by displaynameMax Horn
svn-id: r5648
2002-11-20Implemented mode parameter for listDir()Ruediger Hanke
svn-id: r5640
2002-11-20Fix parent, take 2 (thanks Kirben)Nicolas Bacca
svn-id: r5632
2002-11-19Fix parentNicolas Bacca
svn-id: r5627
2002-11-19fixed parent() for root nodeMax Horn
svn-id: r5620
2002-11-19fixed parent() method, added a FIXMEMax Horn
svn-id: r5619