Age | Commit message (Expand) | Author |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-19 | Fixed some cppcheck warnings. | Torbjörn Andersson |
2009-08-24 | Merge with trunk | Norbert Lange |
2009-08-18 | dont keep some unused parts of the mdatfile in memory | Norbert Lange |
2009-08-13 | (re-)initialise some Variables when sound is stopped | Norbert Lange |
2009-08-09 | fixed up some missing newlines | Norbert Lange |
2009-08-07 | added stub for setting audio filter in Paula | Norbert Lange |
2009-08-05 | move function definitions from header to the cpp file | Norbert Lange |
2009-08-05 | moved check if class should be compiled to the header | Norbert Lange |
2009-08-05 | fixed wrong indentation | Norbert Lange |
2009-08-05 | check if modplayers should be compiled based on engine-macros | Norbert Lange |
2009-08-04 | added warning should the sound files not be available (intro will hang if the... | Norbert Lange |
2009-08-04 | moved helper functions from the header file into the cpp file | Norbert Lange |
2009-08-04 | added doxygeb comments | Norbert Lange |
2009-08-04 | moved code for initialising patterns into own function | Norbert Lange |
2009-08-04 | Some formatting changes and added comments | Norbert Lange |
2009-08-02 | fix some more harmless warnings to make gcc shutup | Norbert Lange |
2009-08-02 | fixed some constness warnings | Norbert Lange |
2009-08-02 | made MdatResource struct private and changed the signatures of functions whic... | Norbert Lange |
2009-08-01 | stole formatting for constructors from existing code | Norbert Lange |
2009-08-01 | engines/scumm/scumm.cpp: terminate method is pretty redundant - removed | Norbert Lange |
2009-08-01 | refactored and commented player_va4 a bit | Norbert Lange |
2009-07-31 | Added the last 2 patterncommands just so I dont have to warn about unimplemen... | Norbert Lange |
2009-07-31 | process all DMA Events before Macros, for the unlikely chance of making a dif... | Norbert Lange |
2009-07-31 | using accessmodifiers in Tfmx now and removed/disabled functions that now don... | 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 | 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-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 |