| Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-08 | fixed some stuff for linux build... | jaybinks | 1 | -1257/+1402 |
2007-10-02 | Fixed linux compilation. | jaybinks | 3 | -963/+978 |
2007-09-30 | some minor bug fixes.. | jaybinks | 1 | -108/+11 |
2007-09-30 | fixed credits screen in lazarus build. | jaybinks | 1 | -1246/+1257 |
2007-09-29 | small fixes for lazarus build. | jaybinks | 1 | -2040/+2041 |
2007-09-28 | Reremoved old TPlayer attributes and removed some code fragments that still l... | whiteshark0 | 2 | -11/+4 |
2007-09-27 | fixed compile error from whiteshark.. | jaybinks | 1 | -278/+282 |
2007-09-25 | Some Cleanup in UDraw, UMain and UScreenSing | whiteshark0 | 1 | -48/+1 |
2007-09-23 | New class for score management | whiteshark0 | 2 | -506/+560 |
2007-09-21 | ScoreScreen, still working on some minor things like simplifying the src (mes... | mogguh | 1 | -133/+303 |
2007-09-21 | added sdl_image to project uses clause | jaybinks | 1 | -1/+8 |
2007-09-20 | testing SDL_Image in credits screen (code is in TScreenCredits.OnShow) | b1indy | 1 | -2/+136 |
2007-09-20 | moved a hack to a more appropriate place | b1indy | 1 | -0/+1 |
2007-09-20 | minor fixes for lazarus build.. | jaybinks | 1 | -5/+16 |
2007-09-20 | renamed Ulyrics.bak.pas hack to Ulyrics_bak.pas for lazarus compatiblity. | jaybinks | 1 | -1/+5 |
2007-09-20 | new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ... | b1indy | 2 | -1257/+1302 |
2007-09-20 | Ultrastar-DX now compiles in linux | jaybinks | 7 | -6126/+6265 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 7 | -26/+56 |
2007-09-18 | changes in order to compile in lazarus... | jaybinks | 10 | -469/+164 |
2007-09-18 | added switches.inc , which will contain compiler directives used | jaybinks | 1 | -3/+8 |
2007-09-10 | Overall look: ScoreBGs and playerboxes (p1, p2,..) are now drawn as colorized... | mogguh | 2 | -232/+162 |
2007-09-08 | Fixed USMPeg still in Uses from UScreenSing | whiteshark0 | 1 | -1/+1 |
2007-09-07 | UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo | b1indy | 6 | -30/+21 |
2007-09-05 | Fixed two Bugs in KeyDown Handling that causes that the code could not be com... | whiteshark0 | 2 | -3/+2 |
2007-09-05 | modified ParseInput so Backspace will perform same function as ESC in most sc... | jaybinks | 32 | -33/+91 |
2007-09-01 | ffmpeg support now with dualscreen mode | b1indy | 1 | -2/+2 |