aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSing.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks2008-03-261-3/+0
* Fixed compilation on the mac.eddie-08152008-03-251-5/+5
* Support for non-US (QWERTY) keyboard layout.tobigun2008-03-221-21/+30
* ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun2008-03-211-2/+2
* lenght -> lengthtobigun2008-03-211-8/+20
* fixed the playback speed of the movie backgrounds_alexander2008-03-171-1/+1
* new lyric effect: slides_alexander2008-03-141-25/+18
* Game can now be paused using Space like in mplayer or vlcf1fth_freed0m2008-03-121-0/+5
* Added an skinable overlay in SingScreen to indicate if pause is enabledf1fth_freed0m2008-03-121-5/+18
* Removed zlportio from Codef1fth_freed0m2008-03-101-4/+6
* Translated Some Variablesf1fth_freed0m2008-03-061-12/+12
* Translated so Variable Namesf1fth_freed0m2008-03-061-1/+1
* Translated Variable Names and Typesf1fth_freed0m2008-03-051-9/+9
* all screens now inherit their OnShowjaybinks2008-02-201-0/+2
* fixed bug with Video playback & Visualization, on 2nd song played.jaybinks2008-02-151-4/+19
* cleanuptobigun2008-02-051-16/+14
* General:tobigun2008-02-051-1/+1
* tidy up sing mode, to be an enum now.jaybinks2008-01-141-2/+3
* bunch of smaller changes...jaybinks2008-01-121-41/+50
* Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...tobigun2008-01-111-4/+4
* elimitated sentence change flicker bugb1indy2007-12-161-0/+11
* again some progress with the lyrics...b1indy2007-12-151-12/+12
* little bit of tidy up..jaybinks2007-12-071-7/+20
* gave priority to videos over Visualization...jaybinks2007-12-061-17/+34
* added [tab] to change visualization presetjaybinks2007-12-061-0/+6
* added "V" key to sing screen to start Visualization...jaybinks2007-12-061-8/+9
* conformed projectM to IVideoPlayback jaybinks2007-12-061-4/+4
* fixed failed buildsjaybinks2007-11-011-0/+4
* Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08152007-11-011-4/+0
* minor changes and fixes for USDX on linux.jaybinks2007-10-251-1/+2
* tidy up un-needed uses clauses..jaybinks2007-10-161-6/+0
* modified ffmpeg usage, to use interface same as bass...jaybinks2007-10-161-15/+28
* separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks2007-10-111-2/+2
* Added IAudioPlayback Interface and implementation for BASS.jaybinks2007-10-111-11/+11
* modified UTime to utilise SDL timer... jaybinks2007-10-111-1300/+1315
* Reremoved old TPlayer attributes and removed some code fragments that still l...whiteshark02007-09-281-7/+0
* Some Cleanup in UDraw, UMain and UScreenSingwhiteshark02007-09-251-48/+1
* New class for score managementwhiteshark02007-09-231-55/+108
* new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ...b1indy2007-09-201-1256/+1301
* Ultrastar-DX now compiles in linux jaybinks2007-09-201-1236/+1256
* added UCommon ( in classes ) for lazarus...jaybinks2007-09-191-2/+8
* Overall look: ScoreBGs and playerboxes (p1, p2,..) are now drawn as colorized...mogguh2007-09-101-232/+161
* Fixed USMPeg still in Uses from UScreenSingwhiteshark02007-09-081-1/+1
* UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy2007-09-071-2/+2
* modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks2007-09-051-1/+3
* ffmpeg support now with dualscreen modeb1indy2007-09-011-2/+2
* experimental ffmpeg videodecoding support, frameskipping doesn't work quite r...b1indy2007-07-281-11/+24
* Added workaround for corrupted background Imageswhiteshark02007-05-271-4/+9
* Changed active lyrics color back to blue.mota232007-05-261-3/+3
* An effort to make a workaround for the many Crashes when a Video File ist cor...whiteshark02007-05-201-2/+30