Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Remove LGPL license part from files that shouldn't have them. I missed that when I rearranged that code a couple of weeks ago.
|
|
(new link provided by sev)
|
|
|
|
Disabling EOB should already work without error. This adds some #ifdefs to recently added files.
|
|
Rename some sound classes to reflect the recent file renamings.
|
|
Separate drivers from their wrapper classes and move them into their own files
|
|
Untangle FM-Towns and PC-98 sound classes and move them to separate files.
|
|
This is a followup to the last commit which fixes compilation. I wanted to have the pure file renaming separately.
|
|
Rename files which are only used for one target.
This is actually wrong for my renaming of sound_towns.
But I'll move the code for other targets to different files in another commit. I want to do just the renaming here, so that Git might be better at preserving the history.
|
|
(also fix some sound related bugs)
|
|
- add fade out method
- some renaming
- turn a warning into a debug message
|
|
|
|
|
|
|
|
|
|
First efforts to get this running. The intro is shown with severe palette glitches. The Main Menu does not show, thanks to the lack of font drawing.
- implement endian aware stream wrapper for amiga files
- implement sound file handling
- implement some Amiga palette handling
- etc
|
|
|
|
Reorganize all files in sub directories. The file placement isn't as intuitive as it might be for other engines, which is probably the reason why this hasn't been done before.
|