aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-28Some WideChar casts to let it compile in Delphi7 again.whiteshark02-2/+2
2008-03-27USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parserf1fth_freed0m2-2/+8
2008-03-26added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks3-83/+3
2008-03-25Fixed compilation on the mac.eddie-081526-150/+149
2008-03-22Support for non-US (QWERTY) keyboard layout.tobigun30-486/+644
2008-03-21ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun34-91/+91
2008-03-21lenght -> lengthtobigun4-30/+42
2008-03-17Staves now can be turned of in Optionsf1fth_freed0m1-3/+4
2008-03-17fixed the playback speed of the movie backgrounds_alexander1-1/+1
2008-03-14new lyric effect: slides_alexander3-222/+216
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_freed0m7-38/+47
2008-03-10auto removed a bunch of unused local variablesjaybinks14-3021/+3023
2008-03-09Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun3-167/+176
2008-03-08Multiline comments should be fpc compatible now, removed the score hack at th...mogguh1-40/+43
2008-03-08Removed GeTickCount in favour to multiplatform available SDL_GetTicks, added ...mogguh1-10/+16
2008-03-07Translated some Variablesf1fth_freed0m4-167/+167
2008-03-06Translated German comments to Englishf1fth_freed0m3-22/+22
2008-03-06Translated Some Variablesf1fth_freed0m3-144/+144
2008-03-06Translated so Variable Namesf1fth_freed0m4-102/+102
2008-03-05Translated Variable Names and Typesf1fth_freed0m4-387/+387
2008-03-05made jokers in Song Selection screen hidden.jaybinks1-2/+4
2008-03-05FFT support for SDL/Portaudio playbacktobigun1-6/+6
2008-03-05Some cleanuptobigun1-59/+59
2008-03-05Equalizer (Analyser) is displayed again with BASStobigun1-19/+2
2008-03-03- Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun1-106/+386
2008-03-03- replaced some Actual... vars with Current...tobigun4-1062/+1020
2008-02-20all screens now inherit their OnShowjaybinks32-4/+62
2008-02-19mmmmmmmmmmmmmjaybinks2-0/+4
2008-02-19fix for editor bugjaybinks1-5/+10
2008-02-15fixed bug with Video playback & Visualization, on 2nd song played.jaybinks1-4/+19
2008-02-13small modification to the jaybinks1-22/+13
2008-02-05bugfix to get the editor working again. Path and FileName have not been set.tobigun2-2180/+2178
2008-02-05cleanuptobigun1-16/+14
2008-02-05General:tobigun28-1718/+1768
2008-01-14tidy up sing mode, to be an enum now.jaybinks6-37/+54
2008-01-14Bugfix: when entering the song-screen the preview on the first song was never...tobigun1-12/+13
2008-01-12bunch of smaller changes...jaybinks12-127/+223
2008-01-11Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...tobigun3-9/+9
2007-12-20made USDX function when file paths differ from previous expectations..jaybinks1-2/+4
2007-12-20fixed divide by 0 bugs in score screen.jaybinks1-161/+170
2007-12-20Some more minor refining in the score screenmogguh1-2/+2
2007-12-20Minor refinings in score screenmogguh1-167/+534
2007-12-18fixed crash on song play, if the AudioInterface reports the songjaybinks1-1/+2
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-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