| Commit message (Expand) | Author | Files | Lines |
2008-03-05 | made jokers in Song Selection screen hidden. | jaybinks | 1 | -2/+4 |
2008-03-05 | FFT support for SDL/Portaudio playback | tobigun | 1 | -6/+6 |
2008-03-05 | Some cleanup | tobigun | 1 | -59/+59 |
2008-03-05 | Equalizer (Analyser) is displayed again with BASS | tobigun | 1 | -19/+2 |
2008-03-03 | - Input now supports multiple SampleRates (not fixed to 44100Hz anymore) | tobigun | 1 | -106/+386 |
2008-03-03 | - replaced some Actual... vars with Current... | tobigun | 4 | -1062/+1020 |
2008-02-20 | all screens now inherit their OnShow | jaybinks | 32 | -4/+62 |
2008-02-19 | mmmmmmmmmmmmm | jaybinks | 2 | -0/+4 |
2008-02-19 | fix for editor bug | jaybinks | 1 | -5/+10 |
2008-02-15 | fixed bug with Video playback & Visualization, on 2nd song played. | jaybinks | 1 | -4/+19 |
2008-02-13 | small modification to the | jaybinks | 1 | -22/+13 |
2008-02-05 | bugfix to get the editor working again. Path and FileName have not been set. | tobigun | 2 | -2180/+2178 |
2008-02-05 | cleanup | tobigun | 1 | -16/+14 |
2008-02-05 | General: | tobigun | 28 | -1718/+1768 |
2008-01-14 | tidy up sing mode, to be an enum now. | jaybinks | 6 | -37/+54 |
2008-01-14 | Bugfix: when entering the song-screen the preview on the first song was never... | tobigun | 1 | -12/+13 |
2008-01-12 | bunch of smaller changes... | jaybinks | 12 | -127/+223 |
2008-01-11 | Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set... | tobigun | 3 | -9/+9 |
2007-12-20 | made USDX function when file paths differ from previous expectations.. | jaybinks | 1 | -2/+4 |
2007-12-20 | fixed divide by 0 bugs in score screen. | jaybinks | 1 | -161/+170 |
2007-12-20 | Some more minor refining in the score screen | mogguh | 1 | -2/+2 |
2007-12-20 | Minor refinings in score screen | mogguh | 1 | -167/+534 |
2007-12-18 | fixed crash on song play, if the AudioInterface reports the song | jaybinks | 1 | -1/+2 |
2007-12-16 | elimitated sentence change flicker bug | b1indy | 1 | -0/+11 |
2007-12-15 | again some progress with the lyrics... | b1indy | 1 | -12/+12 |
2007-12-07 | little bit of tidy up.. | jaybinks | 1 | -7/+20 |
2007-12-06 | Fixed array issues, moving through the several arrays is ugly - but at least ... | mogguh | 1 | -184/+171 |
2007-12-06 | gave priority to videos over Visualization... | jaybinks | 1 | -17/+34 |
2007-12-06 | added [tab] to change visualization preset | jaybinks | 1 | -0/+6 |
2007-12-06 | added "V" key to sing screen to start Visualization... | jaybinks | 1 | -8/+9 |
2007-12-06 | conformed projectM to IVideoPlayback | jaybinks | 1 | -4/+4 |
2007-12-05 | Changed this so that us-dx doesn't crash anymore if no soundcard is available | tobigun | 1 | -14/+6 |
2007-12-05 | GetFFTData() is an output- and not an input-interface's function | tobigun | 2 | -2/+2 |
2007-11-23 | Now it should build again... | eddie-0815 | 1 | -1/+1 |
2007-11-23 | Fixed: PartyModus: SinglePlayer Teams but only Multiplayer Plugins available | jekatt | 1 | -1/+10 |
2007-11-19 | fixed bug in UIni ( on linux at least ) | jaybinks | 1 | -164/+166 |
2007-11-04 | Partymodule finished. | whiteshark0 | 7 | -61/+66 |
2007-11-02 | Runtime Song Addition | jaybinks | 1 | -4/+91 |
2007-11-02 | Runtime theme changing - jira#USDX-156 | jaybinks | 1 | -3/+48 |
2007-11-01 | fixed failed builds | jaybinks | 14 | -2966/+3022 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 34 | -507/+503 |
2007-10-27 | made some major progress with ffmpeg audio playback !!! | jaybinks | 1 | -2/+6 |
2007-10-25 | minor changes and fixes for USDX on linux. | jaybinks | 2 | -2/+9 |
2007-10-16 | tidy up un-needed uses clauses.. | jaybinks | 2 | -9/+1 |
2007-10-16 | modified ffmpeg usage, to use interface same as bass... | jaybinks | 1 | -15/+28 |
2007-10-11 | separated IAudioPlayback in to separate "Playback" and "Input" Interfaces | jaybinks | 4 | -5/+5 |
2007-10-11 | Added IAudioPlayback Interface and implementation for BASS. | jaybinks | 28 | -181/+204 |
2007-10-11 | fixes so codebase builds in delphi now, after major FFMpeg changse for linux. | jaybinks | 1 | -2/+4 |
2007-10-11 | modified UTime to utilise SDL timer... | jaybinks | 2 | -1317/+1335 |
2007-10-08 | trying to fix linux runtime errors with database ( Stats screen ) | jaybinks | 1 | -2041/+2067 |