Age | Commit message (Expand) | Author |
2009-07-31 | using accessmodifiers in Tfmx now and removed/disabled functions that now don... | Norbert Lange |
2009-07-29 | Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on sy... | Johannes Schickel |
2009-07-27 | Oops enabled HACK to prevent multiple OPL instances again. | Johannes Schickel |
2009-07-19 | use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an... | Norbert Lange |
2009-07-19 | use ticks for timing fadeout | Norbert Lange |
2009-07-19 | fixed retiring of external Notes | Norbert Lange |
2009-07-19 | fixed: intro-music started twice because it was hardcoded in the engine | Norbert Lange |
2009-07-19 | add support for fadeout | Norbert Lange |
2009-07-19 | some more tables included, for tempo and volume values | Norbert Lange |
2009-07-18 | fixed some initialisation issues | Norbert Lange |
2009-07-18 | first attempt at enabling soundeffects using an table from the executeable. D... | Norbert Lange |
2009-07-17 | merge with trunk | Norbert Lange |
2009-07-17 | added primitive support for Kyrandia`s Intro Music. | Norbert Lange |
2009-07-17 | precalculating some more from CalcNote | Norbert Lange |
2009-07-17 | avoid some calculations from being done every time in CalcNote | Norbert Lange |
2009-07-17 | simplified NoteOn calculations | Norbert Lange |
2009-07-15 | Got rid of two more ioFailed uses | Max Horn |
2009-07-14 | Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f... | Max Horn |
2009-07-14 | removed one more useless variable and turned often used flags into bools | Norbert Lange |
2009-07-13 | cleaned up NoteOn a bit | Norbert Lange |
2009-07-13 | added routine pickvoice to dinamically choose a fitting channel | Norbert Lange |
2009-07-10 | made all structures that are only written when loading song/samples const | Norbert Lange |
2009-07-10 | added initialisation of channels | Norbert Lange |
2009-07-10 | changed: period in Paula get set immediately instead of queued | Norbert Lange |
2009-07-10 | added timebased effects | Norbert Lange |
2009-07-09 | fixed some mismatched new[]/delete | Norbert Lange |
2009-07-09 | Added proper safeguards for shorten.*, thereby fixing commit 42259 | Filippos Karapetis |
2009-07-09 | Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming ch... | Filippos Karapetis |
2009-07-09 | fixed up some constants | Norbert Lange |
2009-07-09 | fixed (and inlined) the "Antilog" function | Norbert Lange |
2009-07-08 | implemented setting note-periods, likely still somewhat wrong. | Norbert Lange |
2009-07-08 | Added guards to only include the Shorten audio code when the SAGA2 code in th... | Filippos Karapetis |
2009-07-06 | fix identation and replaced the "goto-workaround" with something simpler | Norbert Lange |
2009-07-06 | GCC thinks it's wrong to goto past variables being initialised (even if they | Torbjörn Andersson |
2009-07-06 | Implemented a few commands | Norbert Lange |
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 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
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 |