Age | Commit message (Expand) | Author |
2009-07-04 | Added tons of members to MaxTrax, songs get fully loaded and stored internally | Norbert Lange |
2009-07-01 | added a skeleton for maxtrax modules. Not much happening yet, just reading an... | Norbert Lange |
2009-07-01 | some Code-Formatting | Norbert Lange |
2009-07-01 | Merging in changes from trunk | Norbert Lange |
2009-07-01 | Added kyra project | Norbert Lange |
2009-06-30 | engines/scumm/*: enabled choosing of the colorpalette, by setting RenderMode ... | Norbert Lange |
2009-06-27 | Modified macro-,patter-,track-step functions to loop aslong they are supposed... | Norbert Lange |
2009-06-25 | Fixed restarting of song (hopefully thouroughly) | Norbert Lange |
2009-06-20 | and 1 fix for a regression - always set sampleperiod before starting output | Norbert Lange |
2009-06-20 | fixed portamento-effect. | Norbert Lange |
2009-06-20 | Some more cleanups, | Norbert Lange |
2009-06-19 | Added fade effect, song 17 uses it. | Norbert Lange |
2009-06-19 | modified doSong so you can start a new Song without killing running macros | Norbert Lange |
2009-06-19 | moved common initialisation routines into their own functions. doMacro and do... | Norbert Lange |
2009-06-19 | more cleanups, got rid of pendingTrackstep variable | Norbert Lange |
2009-06-19 | Enabled signals and made ScummVM use them (they specify when a song should be... | Norbert Lange |
2009-06-19 | added support for SFX by using a seperate Player for them. | Norbert Lange |
2009-06-19 | Ugly hack for fixing color palette | Norbert Lange |
2009-06-15 | My last commit fired an assert on some songs, fixed! | Norbert Lange |
2009-06-15 | Fixed a bug which caused MI Song 3 to loop forever. Made my hack to automatic... | Norbert Lange |
2009-06-14 | Removed some debugmessages so Linux manages to build again =/ | Norbert Lange |
2009-06-14 | player_v4a: | Norbert Lange |
2009-06-12 | Removed alot of the debug-output | Norbert Lange |
2009-06-12 | sdl.cpp, main.cpp: | Norbert Lange |
2009-06-12 | * Moved the updated IFF code from Parallaction to common/ | Nicola Mettifogo |
2009-06-12 | * Replaced the A8SVXDecoder class with a function to return an AudioStream in... | Nicola Mettifogo |
2009-06-10 | Finally fixed weird volume effects by fixing "wait on keyup" | Norbert Lange |
2009-06-10 | Fix looping of Tracks | Norbert Lange |
2009-06-10 | Enabled envelope effect, but it still needs some work. | Norbert Lange |
2009-06-09 | tfmx.c,.h: added portamento and envelope-effect (envelope not active yet) | Norbert Lange |
2009-06-08 | tfmx.cpp: | Norbert Lange |
2009-06-08 | Spaces for alignment, not tabs :P | Sven Hesse |
2009-06-08 | Initital commit modifying buildsystem and adding a TFMX Module-Player | Norbert Lange |
2009-06-06 | Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do. | Eugene Sandulenko |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-29 | Double volume of DOSBox' OPL emulator, like DOSBox does too. | Johannes Schickel |
2009-05-28 | Added Audio::Timestamp::addMsecs method | Max Horn |
2009-05-27 | Add include guard. | Johannes Schickel |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-23 | Add support for "getTotalPlayTime" in LinearMemoryStream again. | Johannes Schickel |
2009-05-23 | Allow for different MOD signatures | Sven Hesse |
2009-05-22 | Fixed a warning: printf("%f") should take a double, not a float. | Marcus Comstedt |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-18 | Add some simple implementation for type 8 data blocks: | Johannes Schickel |
2009-05-18 | Fix crash when any movie is played in the Macintosh version of The Feebles Fi... | Travis Howell |
2009-05-13 | Fix spelling of AdLib (it's AdLib not Adlib). | Johannes Schickel |
2009-05-13 | Make g++ 4.4 happy (warning about out of bounds access). | Johannes Schickel |
2009-05-12 | Make 'create' return an OPL2 by default. | Johannes Schickel |
2009-05-12 | Cleanup. | Johannes Schickel |
2009-05-12 | Fix OPL emulator IDs. | Johannes Schickel |