Age | Commit message (Collapse) | Author |
|
Partially implemented queued Events and some related commands
svn-id: r42186
|
|
svn-id: r42096
|
|
svn-id: r42014
|
|
and displaying a bit of information for maxtrax file
svn-id: r42013
|
|
to EGA the "old" palette will be used
tfmx/tfmxplayer.cpp: removed some unused stuff
sound/mods/tfmx.cpp: emulating the way MI initialises new macro-programms. (Difference might not be audible at all)
svn-id: r41976
|
|
supposed to execute. (instead of doing that loop "outside").
Added "addBeginn" Effect, not used by MI but simple to implemt.
svn-id: r41910
|
|
replaced all modulos with masks
swapped Paulas stereo output
svn-id: r41856
|
|
fixed patterncommand 0xFE not working,
added an option "-hack-patternstop" to the commandline tool
svn-id: r41710
|
|
svn-id: r41676
|
|
automatically stop the player after all Patterns are stopped dependend on a variable.
svn-id: r41549
|
|
created a class player_v4a to hook TFMX Playback into Scumm. Monkey Island has sound, but no sfx yet
svn-id: r41480
|
|
Added commandline option to output to flac
svn-id: r41434
|
|
svn-id: r41427
|
|
renamed some variables
made sure the fixed-point multiplications have the same results, even in cornercases
paula.cpp: changed/reverted stuff in Paula again.
svn-id: r41410
|
|
added "vibrato-effect"
paula.cpp:
fixed bug introduced in last commit
svn-id: r41392
|
|
Changes in Paula.cpp/Paula.h + soundfx.cpp:
Added (easy) queueing of samples by implementing methods that act similar
like writes to the Amiga-Chipset would.
Added counting of DMA-Interrupts, that is how often a sample finished
playing.
Added a base for the interrupt-interval, in most cases this will be the
Cia-clockrate. Derived classes can then set the interval without scaling to
the samplerate
Changes in common/scummsys.h:
Only disable warnings with pragmas for MS Compilers that cant do so
otherwise. Newer MSVC Versions can and should disable warnings in the
Project-Settings.
Files in tfmx:
Some files for debugging. Wont ever be commited back into trunk so those
will contain some messy and hackish code
Added: tfmx.h/tfmx.cpp
Player for TFMX-Modules.
Rest: main.cpp etc.
Modified buildsystem to include new directory, modified main.cpp so it
calls tfmxmain (tfmxplayer.cpp) instead of starting the GUI.
svn-id: r41382
|