aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-07little bit of tidy up..jaybinks1-7/+20
2007-12-06Fixed array issues, moving through the several arrays is ugly - but at least ...mogguh1-184/+171
2007-12-06gave priority to videos over Visualization...jaybinks1-17/+34
2007-12-06added [tab] to change visualization presetjaybinks1-0/+6
2007-12-06added "V" key to sing screen to start Visualization...jaybinks1-8/+9
2007-12-06conformed projectM to IVideoPlayback jaybinks1-4/+4
2007-12-05Changed this so that us-dx doesn't crash anymore if no soundcard is available tobigun1-14/+6
2007-12-05GetFFTData() is an output- and not an input-interface's functiontobigun2-2/+2
2007-11-23Now it should build again...eddie-08151-1/+1
2007-11-23Fixed: PartyModus: SinglePlayer Teams but only Multiplayer Plugins availablejekatt1-1/+10
2007-11-19fixed bug in UIni ( on linux at least )jaybinks1-164/+166
2007-11-04Partymodule finished.whiteshark07-61/+66
2007-11-02Runtime Song Additionjaybinks1-4/+91
2007-11-02Runtime theme changing - jira#USDX-156jaybinks1-3/+48
2007-11-01fixed failed buildsjaybinks14-2966/+3022
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-081534-507/+503
2007-10-27made some major progress with ffmpeg audio playback !!!jaybinks1-2/+6
2007-10-25minor changes and fixes for USDX on linux.jaybinks2-2/+9
2007-10-16tidy up un-needed uses clauses..jaybinks2-9/+1
2007-10-16modified ffmpeg usage, to use interface same as bass...jaybinks1-15/+28
2007-10-11separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks4-5/+5
2007-10-11Added IAudioPlayback Interface and implementation for BASS.jaybinks28-181/+204
2007-10-11fixes so codebase builds in delphi now, after major FFMpeg changse for linux.jaybinks1-2/+4
2007-10-11modified UTime to utilise SDL timer... jaybinks2-1317/+1335
2007-10-08trying to fix linux runtime errors with database ( Stats screen )jaybinks1-2041/+2067
2007-10-08fixed some stuff for linux build...jaybinks1-1257/+1402
2007-10-02Fixed linux compilation.jaybinks3-963/+978
2007-09-30some minor bug fixes..jaybinks1-108/+11
2007-09-30fixed credits screen in lazarus build.jaybinks1-1246/+1257
2007-09-29small fixes for lazarus build.jaybinks1-2040/+2041
2007-09-28Reremoved old TPlayer attributes and removed some code fragments that still l...whiteshark02-11/+4
2007-09-27fixed compile error from whiteshark..jaybinks1-278/+282
2007-09-25Some Cleanup in UDraw, UMain and UScreenSingwhiteshark01-48/+1
2007-09-23New class for score managementwhiteshark02-506/+560
2007-09-21ScoreScreen, still working on some minor things like simplifying the src (mes...mogguh1-133/+303
2007-09-21added sdl_image to project uses clausejaybinks1-1/+8
2007-09-20testing SDL_Image in credits screen (code is in TScreenCredits.OnShow)b1indy1-2/+136
2007-09-20moved a hack to a more appropriate placeb1indy1-0/+1
2007-09-20minor fixes for lazarus build..jaybinks1-5/+16
2007-09-20renamed Ulyrics.bak.pas hack to Ulyrics_bak.pas for lazarus compatiblity.jaybinks1-1/+5
2007-09-20new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ...b1indy2-1257/+1302
2007-09-20Ultrastar-DX now compiles in linux jaybinks7-6126/+6265
2007-09-19added UCommon ( in classes ) for lazarus...jaybinks7-26/+56
2007-09-18changes in order to compile in lazarus...jaybinks10-469/+164
2007-09-18added switches.inc , which will contain compiler directives used jaybinks1-3/+8
2007-09-10Overall look: ScoreBGs and playerboxes (p1, p2,..) are now drawn as colorized...mogguh2-232/+162
2007-09-08Fixed USMPeg still in Uses from UScreenSingwhiteshark01-1/+1
2007-09-07UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy6-30/+21
2007-09-05Fixed two Bugs in KeyDown Handling that causes that the code could not be com...whiteshark02-3/+2
2007-09-05modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks32-33/+91