Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-19 | add support for fadeout | Norbert Lange | |
svn-id: r42601 | |||
2009-07-19 | some more tables included, for tempo and volume values | Norbert Lange | |
svn-id: r42600 | |||
2009-07-18 | fixed some initialisation issues | Norbert Lange | |
svn-id: r42595 | |||
2009-07-18 | first attempt at enabling soundeffects using an table from the executeable. ↵ | Norbert Lange | |
Doesnt quite work as it should svn-id: r42575 | |||
2009-07-17 | added primitive support for Kyrandia`s Intro Music. | Norbert Lange | |
svn-id: r42567 | |||
2009-07-17 | precalculating some more from CalcNote | Norbert Lange | |
svn-id: r42556 | |||
2009-07-17 | avoid some calculations from being done every time in CalcNote | Norbert Lange | |
svn-id: r42553 | |||
2009-07-17 | simplified NoteOn calculations | Norbert Lange | |
added playNote command for soundeffects svn-id: r42544 | |||
2009-07-14 | removed one more useless variable and turned often used flags into bools | Norbert Lange | |
big cleanup of the interrupt-function changed NoteOn function to pass the results directly instead of saving them in member variables svn-id: r42466 | |||
2009-07-13 | cleaned up NoteOn a bit | Norbert Lange | |
fixed NoteOff and removed some useless variables - intro sounds fine now svn-id: r42461 | |||
2009-07-13 | added routine pickvoice to dinamically choose a fitting channel | Norbert Lange | |
use similar FP-rounding as the original player svn-id: r42454 | |||
2009-07-10 | made all structures that are only written when loading song/samples const | Norbert Lange | |
fixed volume-handling a bit, still not correct svn-id: r42343 | |||
2009-07-10 | added initialisation of channels | Norbert Lange | |
svn-id: r42339 | |||
2009-07-10 | changed: period in Paula get set immediately instead of queued | Norbert Lange | |
svn-id: r42336 | |||
2009-07-10 | added timebased effects | Norbert Lange | |
fixed passing length of samples to Paula fixed setting tempo at songstart fixed setting tempo/flags only if loading a score svn-id: r42334 | |||
2009-07-09 | fixed some mismatched new[]/delete | Norbert Lange | |
fixed 2 bugs in the calcnote function svn-id: r42304 | |||
2009-07-09 | fixed up some constants | Norbert Lange | |
svn-id: r42276 | |||
2009-07-09 | fixed (and inlined) the "Antilog" function | Norbert Lange | |
svn-id: r42274 | |||
2009-07-08 | implemented setting note-periods, likely still somewhat wrong. | Norbert Lange | |
reversed the log functions which does exactly the inverse as the name implies (its refered as "antilog" in the sources *rollseyes*) svn-id: r42273 | |||
2009-07-06 | fix identation and replaced the "goto-workaround" with something simpler | Norbert Lange | |
svn-id: r42189 | |||
2009-07-06 | GCC thinks it's wrong to goto past variables being initialised (even if they | Torbjörn Andersson | |
aren't used afterwards). Fixed that, and some warnings. svn-id: r42187 | |||
2009-07-06 | Implemented a few commands | Norbert Lange | |
Partially implemented queued Events and some related commands svn-id: r42186 | |||
2009-07-04 | Added tons of members to MaxTrax, songs get fully loaded and stored internally | Norbert Lange | |
svn-id: r42096 | |||
2009-07-01 | added a skeleton for maxtrax modules. Not much happening yet, just reading ↵ | Norbert Lange | |
and displaying a bit of information for maxtrax file svn-id: r42013 | |||
2009-07-01 | some Code-Formatting | Norbert Lange | |
svn-id: r41994 | |||
2009-07-01 | Added kyra project | Norbert Lange | |
removed 1 potentially troublesome assert svn-id: r41988 | |||
2009-06-30 | engines/scumm/*: enabled choosing of the colorpalette, by setting RenderMode ↵ | Norbert Lange | |
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 | |||
2009-06-27 | Modified macro-,patter-,track-step functions to loop aslong they are ↵ | Norbert Lange | |
supposed to execute. (instead of doing that loop "outside"). Added "addBeginn" Effect, not used by MI but simple to implemt. svn-id: r41910 | |||
2009-06-25 | Fixed restarting of song (hopefully thouroughly) | Norbert Lange | |
replaced all modulos with masks swapped Paulas stereo output svn-id: r41856 | |||
2009-06-20 | and 1 fix for a regression - always set sampleperiod before starting output | Norbert Lange | |
svn-id: r41717 | |||
2009-06-20 | fixed portamento-effect. | Norbert Lange | |
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 | |||
2009-06-20 | Some more cleanups, | Norbert Lange | |
fixed patterncommand 0xFE not working, added an option "-hack-patternstop" to the commandline tool svn-id: r41710 | |||
2009-06-19 | Added fade effect, song 17 uses it. | Norbert Lange | |
svn-id: r41694 | |||
2009-06-19 | modified doSong so you can start a new Song without killing running macros | Norbert Lange | |
svn-id: r41693 | |||
2009-06-19 | moved common initialisation routines into their own functions. doMacro and ↵ | Norbert Lange | |
doSong are now nore readable svn-id: r41692 | |||
2009-06-19 | more cleanups, got rid of pendingTrackstep variable | Norbert Lange | |
svn-id: r41686 | |||
2009-06-19 | Enabled signals and made ScummVM use them (they specify when a song should ↵ | Norbert Lange | |
be stopped) Cleanups in player_v4a. svn-id: r41685 | |||
2009-06-19 | added support for SFX by using a seperate Player for them. | Norbert Lange | |
svn-id: r41676 | |||
2009-06-19 | Ugly hack for fixing color palette | Norbert Lange | |
svn-id: r41672 | |||
2009-06-15 | My last commit fired an assert on some songs, fixed! | Norbert Lange | |
svn-id: r41551 | |||
2009-06-15 | Fixed a bug which caused MI Song 3 to loop forever. Made my hack to ↵ | Norbert Lange | |
automatically stop the player after all Patterns are stopped dependend on a variable. svn-id: r41549 | |||
2009-06-14 | Removed some debugmessages so Linux manages to build again =/ | Norbert Lange | |
svn-id: r41527 | |||
2009-06-14 | player_v4a: | Norbert Lange | |
Made musictimer work a bit better, merged the 2 tables into 1 svn-id: r41526 | |||
2009-06-12 | Removed alot of the debug-output | Norbert Lange | |
created a class player_v4a to hook TFMX Playback into Scumm. Monkey Island has sound, but no sfx yet svn-id: r41480 | |||
2009-06-12 | sdl.cpp, main.cpp: | Norbert Lange | |
Made modifications dependend on compiletime-variable TFMX_CMDLINE_TOOL. scumm.vcproj, scummvm-tfmx.sln, scummvm-tfmx.vcproj: enabled Scumm-Engine tfmx.cpp: Some small cleanups and corrections svn-id: r41478 | |||
2009-06-10 | Finally fixed weird volume effects by fixing "wait on keyup" | Norbert Lange | |
Added commandline option to output to flac svn-id: r41434 | |||
2009-06-10 | Fix looping of Tracks | Norbert Lange | |
svn-id: r41427 | |||
2009-06-10 | Enabled envelope effect, but it still needs some work. | Norbert Lange | |
couple more macros implemented, all effects Monkey Island uses should be supported now svn-id: r41413 | |||
2009-06-09 | tfmx.c,.h: added portamento and envelope-effect (envelope not active yet) | Norbert Lange | |
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 | |||
2009-06-08 | tfmx.cpp: | Norbert Lange | |
added "vibrato-effect" paula.cpp: fixed bug introduced in last commit svn-id: r41392 |