Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-03 | added basic handler for VOC block 9 | Gregory Montoir | |
svn-id: r24590 | |||
2006-11-01 | Added Audio::Mixer::setReady method to work around bug #1588848 | Max Horn | |
svn-id: r24583 | |||
2006-10-28 | Modified version of patch #1584720 (add support for FLAC-1.1.3) | Max Horn | |
svn-id: r24554 | |||
2006-10-27 | cleanup | Max Horn | |
svn-id: r24537 | |||
2006-10-23 | Add patch to make ProTracker a subclass of AudioStream, from madmoose | Travis Howell | |
svn-id: r24465 | |||
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio ↵ | Max Horn | |
mixer in the backends for increased flexibility svn-id: r24443 | |||
2006-10-21 | cleanup | Max Horn | |
svn-id: r24407 | |||
2006-10-21 | Yuck, mark abuse of OSystem::setSoundCallback | Max Horn | |
svn-id: r24404 | |||
2006-10-19 | Add option to load a module via stream | Travis Howell | |
svn-id: r24387 | |||
2006-10-18 | some cleanup. | Johannes Schickel | |
svn-id: r24374 | |||
2006-10-16 | Add WIP (not yet plugged in) Protracker modules player | Eugene Sandulenko | |
svn-id: r24351 | |||
2006-10-09 | Fix GP2X ifdef error in initial patch. Sorry. | John Willis | |
svn-id: r24257 | |||
2006-10-06 | Patch #1432376: "Very basic GP2X Backend" | Eugene Sandulenko | |
svn-id: r24144 | |||
2006-09-30 | Revert part of commit 23552 by agent-q. Apparently this slipped in by | Eugene Sandulenko | |
mistake, as DS port sets FMOPL quality in ds/arm9/source/osystem_ds.cpp void OSystem_DS::initBackend(). svn-id: r24046 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-09-21 | Fix bug #1501302: "FF: Crackling Audio (Mac version)" | Eugene Sandulenko | |
svn-id: r23970 | |||
2006-08-01 | Some more whitespace changes. | Torbjörn Andersson | |
svn-id: r23655 | |||
2006-08-01 | Whitespace. | Torbjörn Andersson | |
svn-id: r23654 | |||
2006-07-29 | Another little formatting and a typo fix. | Johannes Schickel | |
svn-id: r23621 | |||
2006-07-29 | Adding comment about forced MQ on small devices. | Johannes Schickel | |
svn-id: r23620 | |||
2006-07-29 | Some formatting 'fixes' | Johannes Schickel | |
svn-id: r23619 | |||
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson | |
for consistency with other #includes. svn-id: r23585 | |||
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at ↵ | Max Horn | |
least for GCC) svn-id: r23569 | |||
2006-07-22 | Speed increase for DS port - uses cache ram to store SIN_TABLE. Other ↵ | Neil Millstone | |
versions are unaffected. svn-id: r23552 | |||
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS ↵ | Max Horn | |
now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547 | |||
2006-07-21 | Spelling and formatting | Oystein Eftevaag | |
svn-id: r23542 | |||
2006-07-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-07-13 | Some whitespace changes to see if the CIA bot is still silent. | Torbjörn Andersson | |
svn-id: r23491 | |||
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of ↵ | Max Horn | |
checking for GCC / not GCC svn-id: r23458 | |||
2006-07-09 | Patch #1519399: DS Backend | Max Horn | |
svn-id: r23452 | |||
2006-06-24 | Renamed class Timer to TimerManager (the old name was somewhat ↵ | Max Horn | |
incorrect/confusing) svn-id: r23278 | |||
2006-06-24 | * Renamed config.mak to config.mk | Max Horn | |
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275 | |||
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson | |
return in a switch case. svn-id: r23198 | |||
2006-06-19 | Added assert to audiostream allocation since failure causes serious problems | Lars Persson | |
svn-id: r23184 | |||
2006-06-06 | Rename AdlibInstrument fields | Travis Howell | |
svn-id: r22951 | |||
2006-05-31 | Clip samp to 2047, not 2048, so that it stays positive when multiplied by 16. | Torbjörn Andersson | |
This seems to fix sound distortion in the Inherit the Earth demo. svn-id: r22812 | |||
2006-05-24 | Fix compressed sound in makeWAVStream() | Travis Howell | |
svn-id: r22596 | |||
2006-05-23 | Cleanup. | Torbjörn Andersson | |
svn-id: r22573 | |||
2006-05-18 | Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It | Torbjörn Andersson | |
could use some cleanup, and there are a couple of TODOs sprinkled throughout the code, but it seems to work reasonably well. Until the Kyra 3 main menu is implemented, it won't actually be used though. It uses the appendable audio stream class, which I have moved out of the SCUMM engine. svn-id: r22526 | |||
2006-05-12 | Whitespace changes. (Oh dear, now *I'm* forcing myself to large re-compiles.) | Torbjörn Andersson | |
svn-id: r22413 | |||
2006-05-09 | - Updated MSVC8 project files | Eugene Sandulenko | |
- Renamed base/options.cpp to base/commandLine.cpp because of conflict with gui/options.cpp which sit in same directory in MSVC builds - Moved AudioCDManager singleton declaration outside of Audio namespace - Fixed numerous MSVC warning of potentially uninitialized variables and int <-> bool conversions. svn-id: r22397 | |||
2006-04-30 | cleanup | Max Horn | |
svn-id: r22244 | |||
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) ↵ | Max Horn | |
subclasses to namespace Audio svn-id: r22231 | |||
2006-04-22 | Fix valgrind warning | Travis Howell | |
svn-id: r22082 | |||
2006-04-22 | - Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it is | Eugene Sandulenko | |
out of sync with video. See TODO there. - Fixed bug with MS IMA ADPCM mono to make it possible to work in real streams. svn-id: r22080 | |||
2006-04-15 | cleanup | Max Horn | |
svn-id: r21920 | |||
2006-04-13 | Fixes possible illegal writes/segfaults in compressToType0 (added a comment ↵ | Johannes Schickel | |
about the changes). svn-id: r21853 | |||
2006-04-12 | Fix typo reported in #1469339: "FluidSynth error typo" | Eugene Sandulenko | |
svn-id: r21831 | |||
2006-04-07 | GP32 uses custom version of libtremor, so update header path. | Won Star | |
svn-id: r21665 | |||
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko | |
svn-id: r21608 |