Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-28 | Minor cleanup | Max Horn | |
svn-id: r27758 | |||
2007-06-25 | Fix for a stupid typo in yesterdays sound fill tweak. | Robin Watts | |
This fixes bug 1743016. Thanks to erictorbjorn and md5 for pointing me at it. svn-id: r27718 | |||
2007-06-25 | Patch #1742574: "GUI: Unify "Default" options text" | Eugene Sandulenko | |
svn-id: r27698 | |||
2007-06-24 | Small tweak to the readBuffer routines of sound/audiostream.cpp; by counting a | Robin Watts | |
variable down we save 1 cycle per sample copied (at least) on most architectures. svn-id: r27693 | |||
2007-06-24 | Remove useless startPlay override from ProtrackerStream | Max Horn | |
svn-id: r27692 | |||
2007-06-24 | Mod code cleanup | Max Horn | |
svn-id: r27690 | |||
2007-06-16 | cleanup | Max Horn | |
svn-id: r27501 | |||
2007-06-16 | cleanup | Max Horn | |
svn-id: r27500 | |||
2007-06-16 | Avoid using the 'st_sample_t out[2]' arrays inside tight loops, as some ↵ | Max Horn | |
compilers are bad at optimizing array access due to pointer aliasing svn-id: r27499 | |||
2007-06-16 | Tiny changes to help optimizer resolve array aliasing | Max Horn | |
svn-id: r27471 | |||
2007-06-16 | Patch #1717419: Optimisation for sound rate conversion code | Max Horn | |
svn-id: r27470 | |||
2007-06-16 | Fix legal header for new files. | Eugene Sandulenko | |
svn-id: r27468 | |||
2007-06-16 | Patch #1721826: ARM asm versions of sound rate conversion/mixing code | Max Horn | |
svn-id: r27467 | |||
2007-06-03 | Removed dead code | Max Horn | |
svn-id: r27066 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-27 | Reverted r26922. | Johannes Schickel | |
svn-id: r26967 | |||
2007-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel | |
svn-id: r26922 | |||
2007-05-20 | some fixes for the music in Amiga OS Demo | Gregory Montoir | |
svn-id: r26886 | |||
2007-05-19 | added Amiga SoundFx module player code, used by Amiga versions of the ↵ | Gregory Montoir | |
following Delphine Software games : Future Wars, Operation Stealth, Cruise for a Corpse and Another World svn-id: r26869 | |||
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to ↵ | Nicola Mettifogo | |
parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code. svn-id: r26719 | |||
2007-04-27 | Added a doxygen comment to makeProtrackerStream -- somebody who knows the ↵ | Max Horn | |
code behind this please complete/enhance this svn-id: r26616 | |||
2007-04-26 | Removing more semicola | Max Horn | |
svn-id: r26597 | |||
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on ↵ | Max Horn | |
scummvm-devel) svn-id: r26594 | |||
2007-04-19 | Patch #1701118: Remove non-english characters from ym2612.cpp | Max Horn | |
svn-id: r26551 | |||
2007-04-15 | Some more supposedly unitialized variables (see bug #1700986) | Sven Hesse | |
svn-id: r26509 | |||
2007-04-14 | Got rid of the last traces of DigitalTrackInfo | Max Horn | |
svn-id: r26477 | |||
2007-04-14 | Rewrote AudioCDManager to not use DigitalTrackInfo instances anymore, but ↵ | Max Horn | |
rather create/use track AudioStream instances directly svn-id: r26476 | |||
2007-04-14 | Extended Audio::openStreamFile function with startTime, duration and ↵ | Max Horn | |
numLoops parameters, and slightly cleaned up its code svn-id: r26471 | |||
2007-04-09 | When the appendable audiostream is done with a queued buffer, delete it as | Torbjörn Andersson | |
documented. svn-id: r26444 | |||
2007-04-09 | I hope this fixes the file headers. | Torbjörn Andersson | |
svn-id: r26428 | |||
2007-04-09 | Implemented enough of AIFF to play the music from the Broken Sword 1 demo. At | Torbjörn Andersson | |
least as far as I tried it which, admittedly, wasn't very far. svn-id: r26423 | |||
2007-04-06 | Changes to CPU local ram allocation for DS port | Neil Millstone | |
svn-id: r26395 | |||
2007-04-06 | Changed the MP3 playback code again, this time hopefully fixing the problems ↵ | Max Horn | |
in the MI Amiga demo svn-id: r26392 | |||
2007-04-06 | Fixed looping of MP3 tracks (same problem as with the FLAC tracks) | Max Horn | |
svn-id: r26389 | |||
2007-04-06 | Fix looping for FLAC tracs (looping parts of a file already worked, but ↵ | Max Horn | |
looping until the end of data didn't) svn-id: r26388 | |||
2007-03-24 | Added standard fileheader. (oops) | Johannes Schickel | |
svn-id: r26286 | |||
2007-03-24 | Commit of patch #1686414 ("Kyra: FM-Towns music"). | Johannes Schickel | |
svn-id: r26285 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn | |
svn-id: r26156 | |||
2007-03-10 | More fixes for MSVC8 warnings. | Eugene Sandulenko | |
svn-id: r26063 | |||
2007-03-04 | Removed obsolete comment | Max Horn | |
svn-id: r25956 | |||
2007-03-02 | Updated comment | Max Horn | |
svn-id: r25929 | |||
2007-03-02 | Changed the order of the parameters of makeLinearInputStream to resemble ↵ | Max Horn | |
Mixer::playRaw; also made makeLinearInputStream honor FLAG_LOOP (and for this, changed its loop related params slightly) svn-id: r25926 | |||
2007-03-02 | Added a warning that the mixer FLAG_ enum should not be messed with, lest ↵ | Max Horn | |
iMuseDigital saves will break svn-id: r25925 | |||
2007-03-02 | Added reverseStereo parameter to Mixer::playInputStream; changed ↵ | Max Horn | |
Mixer::playRaw to use Mixer::playInputStream svn-id: r25923 | |||
2007-03-01 | Rephrased a comment a bit | Max Horn | |
svn-id: r25914 | |||
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ↵ | Max Horn | |
a fixed size wrap-around memory buffer (this reduces memory usage in some cases by 500-700k, while actually being more flexible) svn-id: r25909 | |||
2007-02-28 | cleanup | Max Horn | |
svn-id: r25906 | |||
2007-02-24 | Changed AudioStream::openStreamFile to use the modern variant of the audio ↵ | Max Horn | |
stream factories (thus, the FLAC/Ogg/MP3 files it opens are not read completely into memory anymore) svn-id: r25839 | |||
2007-02-24 | Remove unneeded #includes | Max Horn | |
svn-id: r25838 |