Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-18 | Instrument definition revamp. | Jamieson Christian | |
IMuseDriver abstract class removed. IMuseGM is now IMuseDriver. Miscellaneous cleanup. svn-id: r6017 | |||
2002-12-18 | Fixed Adlib compilation problem | Jamieson Christian | |
svn-id: r6014 | |||
2002-12-18 | message.log | Jamieson Christian | |
svn-id: r6012 | |||
2002-12-17 | New savefile backend system (bye bye NONSTANDARD_SAVE...) | Marcus Comstedt | |
svn-id: r6007 | |||
2002-12-13 | cleanup | Max Horn | |
svn-id: r5936 | |||
2002-12-13 | more code unification | Max Horn | |
svn-id: r5935 | |||
2002-12-13 | unified common code | Max Horn | |
svn-id: r5934 | |||
2002-12-13 | changed 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-12 | fix up alsa after recent midi changes | Jonathan Gray | |
svn-id: r5911 | |||
2002-12-12 | Fixed VC++ errors in Windows driver after streaming capability was removed. | Jamieson Christian | |
svn-id: r5908 | |||
2002-12-11 | ripped 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-11 | Added windows.cpp | Jamieson Christian | |
svn-id: r5903 | |||
2002-12-11 | fixed legal header | Max Horn | |
svn-id: r5902 | |||
2002-12-11 | Separated Windows MIDI driver into its own file | Jamieson Christian | |
svn-id: r5901 | |||
2002-12-09 | change CFLAGS to CXXFLAGS | Max Horn | |
svn-id: r5896 | |||
2002-12-09 | Compile fix | Travis Howell | |
svn-id: r5895 | |||
2002-12-08 | split alsa from mididrv | Oliver Kiehl | |
svn-id: r5890 | |||
2002-12-08 | started to split out the midi drivers | Max Horn | |
svn-id: r5889 | |||
2002-12-08 | workaround for fullscreen toggle on OS X | Max Horn | |
svn-id: r5879 | |||
2002-12-06 | Display status after saving. | Marcus Comstedt | |
svn-id: r5850 | |||
2002-12-06 | Generate KEY_UP events as well... | Marcus Comstedt | |
svn-id: r5849 | |||
2002-12-04 | Should now compile again. | Marcus Comstedt | |
svn-id: r5838 | |||
2002-12-04 | Updated name of binary in docs. | Marcus Comstedt | |
svn-id: r5836 | |||
2002-12-04 | updated version on trunk to 0.3.1cvs | Max Horn | |
svn-id: r5828 | |||
2002-12-02 | Latest 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-02 | license issue cleared | Peter Moraliyski | |
svn-id: r5813 | |||
2002-12-02 | remove gp32 files until license issues are sorted out | Jonathan Gray | |
svn-id: r5812 | |||
2002-12-02 | Fix 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-02 | Do not display the save/load icon for Simon since it's not mapped (use the ↵ | Nicolas Bacca | |
postcard, Simon) svn-id: r5807 | |||
2002-12-01 | Fix Simon countermeasures :) | Nicolas Bacca | |
svn-id: r5804 | |||
2002-12-01 | Update project files, for whatever reason | Nicolas Bacca | |
svn-id: r5801 | |||
2002-12-01 | Do not commit buggy debug code | Nicolas Bacca | |
svn-id: r5800 | |||
2002-12-01 | Fix display on HPC, update version | Nicolas Bacca | |
svn-id: r5799 | |||
2002-12-01 | Add Monkey 1 VGA floppy keyboard support for copy-protection, fix keyboard & ↵ | Nicolas Bacca | |
display on HPC svn-id: r5798 | |||
2002-12-01 | Fix Monkey 1 VGA floppy detection and game number | Nicolas Bacca | |
svn-id: r5797 | |||
2002-12-01 | Fixed Adlib instrument setup in old (GF_SMALL_HEADER) games. | Jamieson Christian | |
Restored MT-32 emulation lost during restructuring. svn-id: r5786 | |||
2002-11-30 | gp32 port stuff | Peter Moraliyski | |
svn-id: r5761 | |||
2002-11-30 | B | Peter Moraliyski | |
gp32 sdk headerCVgp32 sdk header files S ---------------------------------------------------------------------- svn-id: r5760 | |||
2002-11-30 | fg | Peter Moraliyski | |
svn-id: r5759 | |||
2002-11-26 | fixed compile problems | Oliver Kiehl | |
svn-id: r5724 | |||
2002-11-26 | Restructured 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-24 | added .cvsignore | Oliver Kiehl | |
svn-id: r5714 | |||
2002-11-24 | Fix warning | Travis Howell | |
svn-id: r5705 | |||
2002-11-23 | fixed bug #621244 (GUI disappeared when screen mode was changed | Max Horn | |
svn-id: r5697 | |||
2002-11-22 | improved 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-21 | fixed warnings | Max Horn | |
svn-id: r5680 | |||
2002-11-21 | Update module.mk system for the new adlib driver | James Brown | |
svn-id: r5679 | |||
2002-11-21 | Revamped Adlib functionality. | Jamieson Christian | |
IMuseAdlib is defunct. New MidiDriver_ADLIB device. Simon 1/2 now supports Adlib. svn-id: r5677 |