aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor changes and fixes for USDX on linux.jaybinks2007-10-252-2/+9
* tidy up un-needed uses clauses..jaybinks2007-10-162-9/+1
* modified ffmpeg usage, to use interface same as bass...jaybinks2007-10-161-15/+28
* separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks2007-10-114-5/+5
* Added IAudioPlayback Interface and implementation for BASS.jaybinks2007-10-1128-181/+204
* fixes so codebase builds in delphi now, after major FFMpeg changse for linux.jaybinks2007-10-111-2/+4
* modified UTime to utilise SDL timer... jaybinks2007-10-112-1317/+1335
* trying to fix linux runtime errors with database ( Stats screen )jaybinks2007-10-081-2041/+2067
* fixed some stuff for linux build...jaybinks2007-10-081-1257/+1402
* Fixed linux compilation.jaybinks2007-10-023-963/+978
* some minor bug fixes..jaybinks2007-09-301-108/+11
* fixed credits screen in lazarus build.jaybinks2007-09-301-1246/+1257
* small fixes for lazarus build.jaybinks2007-09-291-2040/+2041
* Reremoved old TPlayer attributes and removed some code fragments that still l...whiteshark02007-09-282-11/+4
* fixed compile error from whiteshark..jaybinks2007-09-271-278/+282
* Some Cleanup in UDraw, UMain and UScreenSingwhiteshark02007-09-251-48/+1
* New class for score managementwhiteshark02007-09-232-506/+560
* ScoreScreen, still working on some minor things like simplifying the src (mes...mogguh2007-09-211-133/+303
* added sdl_image to project uses clausejaybinks2007-09-211-1/+8
* testing SDL_Image in credits screen (code is in TScreenCredits.OnShow)b1indy2007-09-201-2/+136
* moved a hack to a more appropriate placeb1indy2007-09-201-0/+1
* minor fixes for lazarus build..jaybinks2007-09-201-5/+16
* renamed Ulyrics.bak.pas hack to Ulyrics_bak.pas for lazarus compatiblity.jaybinks2007-09-201-1/+5
* new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ...b1indy2007-09-202-1257/+1302
* Ultrastar-DX now compiles in linux jaybinks2007-09-207-6126/+6265
* added UCommon ( in classes ) for lazarus...jaybinks2007-09-197-26/+56
* changes in order to compile in lazarus...jaybinks2007-09-1810-469/+164
* added switches.inc , which will contain compiler directives used jaybinks2007-09-181-3/+8
* Overall look: ScoreBGs and playerboxes (p1, p2,..) are now drawn as colorized...mogguh2007-09-102-232/+162
* Fixed USMPeg still in Uses from UScreenSingwhiteshark02007-09-081-1/+1
* UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy2007-09-076-30/+21
* Fixed two Bugs in KeyDown Handling that causes that the code could not be com...whiteshark02007-09-052-3/+2
* modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks2007-09-0532-33/+91
* ffmpeg support now with dualscreen modeb1indy2007-09-011-2/+2
* finally really fixed the covers (i hope)b1indy2007-09-011-5/+11
* fixed bug that caused display of wrong coversb1indy2007-09-011-3/+4
* fixed a bug in drawing of background covers (when style=5 (usdx theme default))b1indy2007-08-221-12/+111
* limit number of displayed background covers to no more than 21 - need comment...b1indy2007-08-221-7/+20
* experimental ffmpeg videodecoding support, frameskipping doesn't work quite r...b1indy2007-07-281-11/+24
* fixed some minor glitches in the credits screen (transparent texture was not ...b1indy2007-07-251-13/+15
* Really final work on credits (done! - stop reading cia, get rl)mogguh2007-07-231-2/+2
* Final work on credits (done :P - fuckings to the cia readers)mogguh2007-07-231-19/+7
* beta version of new credits screen (still some tweaking to do)b1indy2007-07-201-132/+1008
* Little hack in SongScreen that fixes problems with blending. Drawing order ch...whiteshark02007-07-181-1/+21
* Fixed a bug in Party playlist selection when no playlist or category is avail...whiteshark02007-07-151-4/+27
* Fixed a bug in Note Name convertationwhiteshark02007-07-151-2/+12
* Fixed Bug in Stat Main: Categorys was counted as Songswhiteshark02007-07-091-1/+1
* Fixed a bug in EditorSub that causes a crash when the last note of a sentence...whiteshark02007-07-031-12/+41
* Fixed wrong sentence timings (T in Editor) when last note of a sentence and f...whiteshark02007-06-252-2/+36
* Enabled Deco Texurechanging depending on TeamPlaylings in PartyScore Screenwhiteshark02007-06-201-2/+85