Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-11 | FMTOWNS AUDIO: fix cda volume and balance control | Florian Kagerer | |
svn-id: r52013 | |||
2010-08-11 | GUI: add music devices for c64, amiga and apple II gs | Florian Kagerer | |
These devices are not able to create appropriate drivers. The only purpose for now is having proper gui options and flags and music types for the device detector. The corresponding GUIO flags for the new devices have been added, too. svn-id: r51995 | |||
2010-08-08 | KYRA/TOWNS: some minor sound improvements | Florian Kagerer | |
(some cleanup to internal driver volume control, minor frequency change for fm-towns) svn-id: r51930 | |||
2010-08-04 | AUDIO: Implement volume and balance control for the AudioCD manager (needed ↵ | Florian Kagerer | |
for music fading in Kyra 1 FM-Towns and probably other FM-Towns games). This addition applies to emulated CD audio only for now. I haven't found a way to implement this for real CDs yet. SDL doesn't seem to support this (but it might be just me? If anyone knows more about this, just tell me). svn-id: r51741 | |||
2010-08-03 | FMTOWNS AUDIO: fix typo | Florian Kagerer | |
svn-id: r51709 | |||
2010-08-03 | KYRA/TOWNS: replace some music stops with fadeouts (based on original code) | Florian Kagerer | |
svn-id: r51708 | |||
2010-08-03 | KYRA/TOWNS: implement music/sfx volume control via GUI/GMM | Florian Kagerer | |
svn-id: r51695 | |||
2010-08-03 | FMTOWNS AUDIO: minor layout change | Florian Kagerer | |
svn-id: r51691 | |||
2010-08-03 | SOUND: Constify waveform table; slightly simplify code | Max Horn | |
svn-id: r51671 | |||
2010-08-02 | TOWNS AUDIO: fix typo | Florian Kagerer | |
svn-id: r51655 | |||
2010-08-02 | TOWNS/PC98: Replaced some tabs with spaces. | Johannes Schickel | |
svn-id: r51654 | |||
2010-08-02 | TOWNS/PC98 Driver: Some formatting fixes. | Johannes Schickel | |
svn-id: r51653 | |||
2010-08-02 | FM-TOWNS/PC98 Sound: Strip trailing whitespaces/tabs. | Johannes Schickel | |
svn-id: r51651 | |||
2010-08-02 | KYRA/TOWNS AUDIO: and another fix | Florian Kagerer | |
svn-id: r51649 | |||
2010-08-02 | KYRA/TOWNS AUDIO: try to fix last regression | Florian Kagerer | |
svn-id: r51648 | |||
2010-08-02 | KYRA: FM-Towns audio driver rewrite | Florian Kagerer | |
- FM-Towns euphony driver completely rewritten based on KYRA FM-Towns and LOOM towns disasm. - Split all the emu and driver code from sound_towns.cpp into different files to make things a bit less confusing. - Move the driver code to common space since the exact same euphony driver is used by LOOM which means we could get rid of the outdated and incomplete ym2612 driver/emu implementation (which doesn't even do things like instrument loading, pan position, etc). I haven't tried to add this to the Scumm engine yet, since I am not familiar with it and my priority was to get the driver finished first. But from the look of disasm it shouldn't be difficult to do. - Introduce a generic FM-Towns audio interface based on FM-Towns system file disasm which was necessary for the euphony driver rewrite. Every FM-Towns game I have seen so far seems to access the audio hardware via these system functions. This interface implementation will also allow reasonably simple creation of new FM-Towns audio drivers (e.g. this could be used for Kings Quest 5 FM-Towns or others). - Move the PC98 driver to common space, too, since I have a strong feeling that this driver is also used in the PC98 version of Future Wars - This also improves KYRA FM-Towns music quality, sound effects accuracy and music fading. svn-id: r51645 | |||
2010-07-21 | Janitorial: Removed extra semi-colon. | Torbjörn Andersson | |
svn-id: r51096 | |||
2010-07-21 | Strip trailing whitespaces in our common code base. | Johannes Schickel | |
svn-id: r51094 | |||
2010-07-17 | Remove PalmOS port | Max Horn | |
svn-id: r50964 | |||
2010-06-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat | |
svn-id: r50324 | |||
2010-06-25 | AUDIO: some fixes in the audio device code (no sound option, new GUIO flags) | Florian Kagerer | |
svn-id: r50281 | |||
2010-06-22 | GUI/LAUNCHER: This should fix the regression concerning pc speaker / pcjr ↵ | Florian Kagerer | |
support caused by patch #1956501 svn-id: r50145 | |||
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn | |
svn-id: r50128 | |||
2010-06-08 | Modification to remove false positive "Possible divide by zero" warnings ↵ | David Turner | |
given by cppcheck-1.43. These are incorrect as '/' operator has precedence over >>, but this does improve readability anyway. This bug in cppcheck has already been corrected: http://sourceforge.net/apps/trac/cppcheck/ticket/1714 svn-id: r49517 | |||
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel | |
svn-id: r48955 | |||
2010-04-20 | Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of ↵ | Andre Heider | |
unnecessary buffers. svn-id: r48753 | |||
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn | |
svn-id: r48694 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-04-09 | Add missing cases to switch statements, remove whitespace | Ori Avtalion | |
svn-id: r48604 | |||
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn | |
svn-id: r48279 | |||
2010-03-12 | This hopefully fixes building on win64. | Johannes Schickel | |
svn-id: r48245 | |||
2010-03-09 | Initialise 'releaseAdd' to avoid a Valgrind warning in Write20() when the | Torbjörn Andersson | |
emulator is initialised. svn-id: r48214 | |||
2010-03-08 | Add a slight comment when the DBOPL sources where synched with DOSBox. | Johannes Schickel | |
svn-id: r48182 | |||
2010-03-08 | Use memset instead of a custom loop for zeroing the sample buffer. | Johannes Schickel | |
svn-id: r48181 | |||
2010-03-08 | Cleanup. | Johannes Schickel | |
svn-id: r48180 | |||
2010-03-08 | Switch to the other DOSBox OPL emulator as suggested by the DOSBox developers. | Johannes Schickel | |
svn-id: r48179 | |||
2010-02-26 | SID: Adding DISABLE_SID option, as SID player embiggens binary by a large ↵ | Neil Millstone | |
amount. This is a problem for the DS port. svn-id: r48137 | |||
2010-01-25 | - Remove "(experimental)" mark from DOSBox OPL emulator description in GUI | Johannes Schickel | |
- Merge in some small OPL emulator changes from DOSBox's trunk svn-id: r47546 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-25 | Replace some more Adlib uses by AdLib. | Johannes Schickel | |
svn-id: r47530 | |||
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card ↵ | Johannes Schickel | |
/ company. Check this for reference: http://en.wikipedia.org/wiki/Ad_Lib,_Inc. http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card) This commit does not touch "adlib" and "ADLIB" uses! Also it does not update all the SCUMM detection entries, which still use "Adlib". svn-id: r47279 | |||
2010-01-08 | Use DisposeAfterUse::Flag | Willem Jan Palenstijn | |
svn-id: r47187 | |||
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47182 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia | |
svn-id: r46773 | |||
2009-12-09 | Typo... | Johannes Schickel | |
svn-id: r46319 | |||
2009-12-09 | This is hopefully fixing compilation of the fluidsynth code. | Johannes Schickel | |
svn-id: r46318 | |||
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn | |
svn-id: r46315 | |||
2009-11-26 | Fix warnings. | Johannes Schickel | |
svn-id: r46145 | |||
2009-11-26 | Add patch #2839048 - MM C64 sound/music player, with minor changes. | Travis Howell | |
svn-id: r46143 |