aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenSing.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-02Audio/Video engine update:tobigun1-68/+36
2008-06-08- set svn:eol-style to nativetobigun1-1439/+1439
2008-06-07just some cleanuptobigun1-168/+177
2008-05-13- fixed video-backgroundtobigun1-5/+7
2008-05-12- removed useless for loops in UScreenSingf1fth_freed0m1-4/+2
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun1-1/+1
2008-04-30Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun1-1430/+1430
2008-04-19tried to make songloading working with the old loader and keep all changes th...s_alexander1-24/+24
2008-04-03rewriting of the txt file parsers_alexander1-1/+1
2008-03-30Prepared some classes for enhanced Song loading.whiteshark01-24/+24
2008-03-27USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parserf1fth_freed0m1-1/+4
2008-03-26added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks1-3/+0
2008-03-25Fixed compilation on the mac.eddie-08151-5/+5
2008-03-22Support for non-US (QWERTY) keyboard layout.tobigun1-21/+30
2008-03-21ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun1-2/+2
2008-03-21lenght -> lengthtobigun1-8/+20
2008-03-17fixed the playback speed of the movie backgrounds_alexander1-1/+1
2008-03-14new lyric effect: slides_alexander1-25/+18
2008-03-12Game can now be paused using Space like in mplayer or vlcf1fth_freed0m1-0/+5
2008-03-12Added an skinable overlay in SingScreen to indicate if pause is enabledf1fth_freed0m1-5/+18
2008-03-10Removed zlportio from Codef1fth_freed0m1-4/+6
2008-03-06Translated Some Variablesf1fth_freed0m1-12/+12
2008-03-06Translated so Variable Namesf1fth_freed0m1-1/+1
2008-03-05Translated Variable Names and Typesf1fth_freed0m1-9/+9
2008-02-20all screens now inherit their OnShowjaybinks1-0/+2
2008-02-15fixed bug with Video playback & Visualization, on 2nd song played.jaybinks1-4/+19
2008-02-05cleanuptobigun1-16/+14
2008-02-05General:tobigun1-1/+1
2008-01-14tidy up sing mode, to be an enum now.jaybinks1-2/+3
2008-01-12bunch of smaller changes...jaybinks1-41/+50
2008-01-11Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...tobigun1-4/+4
2007-12-16elimitated sentence change flicker bugb1indy1-0/+11
2007-12-15again some progress with the lyrics...b1indy1-12/+12
2007-12-07little bit of tidy up..jaybinks1-7/+20
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-11-01fixed failed buildsjaybinks1-0/+4
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08151-4/+0
2007-10-25minor changes and fixes for USDX on linux.jaybinks1-1/+2
2007-10-16tidy up un-needed uses clauses..jaybinks1-6/+0
2007-10-16modified ffmpeg usage, to use interface same as bass...jaybinks1-15/+28
2007-10-11separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks1-2/+2
2007-10-11Added IAudioPlayback Interface and implementation for BASS.jaybinks1-11/+11
2007-10-11modified UTime to utilise SDL timer... jaybinks1-1300/+1315
2007-09-28Reremoved old TPlayer attributes and removed some code fragments that still l...whiteshark01-7/+0
2007-09-25Some Cleanup in UDraw, UMain and UScreenSingwhiteshark01-48/+1
2007-09-23New class for score managementwhiteshark01-55/+108
2007-09-20new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ...b1indy1-1256/+1301