Age | Commit message (Collapse) | Author |
|
svn-id: r55850
|
|
svn-id: r47541
|
|
svn-id: r44853
|
|
svn-id: r44802
|
|
svn-id: r43351
|
|
fixed wrong value for volume in maxtrax
svn-id: r43099
|
|
svn-id: r43076
|
|
svn-id: r43075
|
|
moved notetable to static scope
svn-id: r43074
|
|
svn-id: r43047
|
|
added checks to public functions if resources already got loaded
svn-id: r43046
|
|
added initialisation of return-addresses for patterns and macros
svn-id: r43045
|
|
fixed parameters for "Play macro" command
fixed copypaste-mistake for pattern-fade
svn-id: r43032
|
|
svn-id: r42986
|
|
svn-id: r42984
|
|
which load the resources.
svn-id: r42982
|
|
tfmx, player_v4a: refactored Tfmx to allow sharing of resources between 2 instances. Needed changes in player_v4a aswell
svn-id: r42980
|
|
fix waitcommand in Tfmx
try making tfmxplayer compile again
svn-id: r42976
|
|
dont work anymore (the commandline utility cant be compiled anymore as result of this)
added arraysize of external signals and check it before accesses
moved 2 debug-functions into Tfmx.cpp, removed depencies to files in the tfmx folder
moved common code for fade-effects in a seperate method
svn-id: r42961
|
|
and displaying a bit of information for maxtrax file
svn-id: r42013
|
|
svn-id: r41994
|
|
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
|
|
Added stopping of sfx, seems like Monkey Island is pretty messy when it comes to handling sfx though.
Those two changes fix the "mansion burglary"
svn-id: r41716
|
|
fixed patterncommand 0xFE not working,
added an option "-hack-patternstop" to the commandline tool
svn-id: r41710
|
|
svn-id: r41694
|
|
svn-id: r41693
|
|
doSong are now nore readable
svn-id: r41692
|
|
svn-id: r41686
|
|
be stopped)
Cleanups in player_v4a.
svn-id: r41685
|
|
svn-id: r41676
|
|
svn-id: r41672
|
|
automatically stop the player after all Patterns are stopped dependend on a variable.
svn-id: r41549
|
|
Made musictimer work a bit better, merged the 2 tables into 1
svn-id: r41526
|
|
couple more macros implemented, all effects Monkey Island uses should be supported now
svn-id: r41413
|
|
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
|