Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-05 | Removed useless dependencies from common/file.h in common code. When ↵ | Nicola Mettifogo | |
complete removal was not possibile, dependency has been pushed to the cpp files from the headers. svn-id: r34343 | |||
2008-04-03 | Add cyx patch for bug #1915657 - ELVIRA1: Amiga crashes (paula.h:108). | Travis Howell | |
svn-id: r31372 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-08 | doc | Gregory Montoir | |
svn-id: r29759 | |||
2007-11-18 | factory functions should be documented at least roughly... | Max Horn | |
svn-id: r29560 | |||
2007-11-18 | added rjp1 module specific pattern playback | Gregory Montoir | |
svn-id: r29559 | |||
2007-11-16 | Fix loading common sample data for modules in Waxworks. | Travis Howell | |
svn-id: r29511 | |||
2007-09-30 | removed unused function, simplified handlePattern | Gregory Montoir | |
svn-id: r29139 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-28 | Ooops, fix typo in last commit. | Travis Howell | |
svn-id: r28257 | |||
2007-07-28 | Add support for multi-tune Protracker modules used in the Amiga version of ↵ | Travis Howell | |
Waxworks. svn-id: r28256 | |||
2007-07-01 | Fix looping effect (at least DrMcCoy says it fixes it somehow, and I trust ↵ | Max Horn | |
him in that :) svn-id: r27835 | |||
2007-07-01 | Re-added __attribute__(packed) | Max Horn | |
svn-id: r27830 | |||
2007-07-01 | Once again rewrite Paula code (addings lots of comments, doing proper wrap ↵ | Max Horn | |
around at the ends of samples and some other tweaks). More to follow svn-id: r27828 | |||
2007-06-28 | Switched Paula (Amiga MOD) code to use fixed point math instead of doubles ↵ | Max Horn | |
(caveat: this only works for samples < 32k right now; if this ever turns out to be a problem, I can fix it, though) svn-id: r27767 | |||
2007-06-28 | cleanup | Max Horn | |
svn-id: r27765 | |||
2007-06-28 | Fix a bad, bad out-of-bounds write in the Protracker code | Max Horn | |
svn-id: r27764 | |||
2007-06-28 | Some optimizations to the Paula sound chip emu code (removing common sub ↵ | Max Horn | |
expressions and stuff) svn-id: r27761 | |||
2007-06-28 | Started to refactor the Paula / Amiga MOD code: Made some stuff in class ↵ | Max Horn | |
Paula private and added accessor APIs instead svn-id: r27759 | |||
2007-06-28 | Minor cleanup | Max Horn | |
svn-id: r27758 | |||
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-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-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-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-02-24 | some fixes and additions for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25825 | |||
2007-02-21 | added initial support for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25769 | |||
2007-02-18 | cleanup and fixed _module memory leak | Gregory Montoir | |
svn-id: r25708 | |||
2007-02-18 | added basic support for playing FOTAQ amiga modules files (rjp1) instead of ↵ | Gregory Montoir | |
MIDI (code is currently #ifdef'ed out). svn-id: r25707 | |||
2007-02-14 | Fix MSVC warning | Eugene Sandulenko | |
svn-id: r25586 | |||
2007-02-12 | Fixed a special case (frequency/rate > repeating sample length) | Sven Hesse | |
svn-id: r25521 | |||
2007-02-11 | Enable stereo by default for all ProTracker mods. | Travis Howell | |
svn-id: r25482 | |||
2007-02-04 | - Moved the specific interrupt frequency of 80 Hz out of class Infogrames ↵ | Sven Hesse | |
into the GobEngine's Infogrames instances - Changed the 80 Hz to 75 Hz, which is more true to the original svn-id: r25389 | |||
2007-01-27 | formatting. | Johannes Schickel | |
svn-id: r25230 | |||
2007-01-27 | Implemented some missing effects (arpeggio, sample delay, fine slides, ↵ | Sven Hesse | |
finetune, pattern delay) svn-id: r25229 | |||
2007-01-27 | Ooops | Sven Hesse | |
svn-id: r25227 | |||
2007-01-27 | Changed ProtrackerStream to inherit from Paula, unifying the mixing | Sven Hesse | |
svn-id: r25226 | |||
2007-01-27 | Add changes from madmoose to fix initial song length. | Travis Howell | |
svn-id: r25219 | |||
2007-01-27 | Removing two FIXMEs, based on what madmoose told me on #scummvm | Max Horn | |
svn-id: r25216 | |||
2007-01-26 | Some cleanup / code formatting changes, and added some FIXME comments | Max Horn | |
svn-id: r25199 | |||
2007-01-25 | Moved Paula and Infogrames to sound/mods/ | Sven Hesse | |
svn-id: r25191 | |||
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 | 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 |