aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepared some classes for enhanced Song loading.whiteshark02008-03-305-142/+143
* Some WideChar casts to let it compile in Delphi7 again.whiteshark02008-03-282-2/+2
* USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parserf1fth_freed0m2008-03-272-2/+8
* added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks2008-03-263-83/+3
* Fixed compilation on the mac.eddie-08152008-03-2526-150/+149
* Support for non-US (QWERTY) keyboard layout.tobigun2008-03-2230-486/+644
* ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun2008-03-2134-91/+91
* lenght -> lengthtobigun2008-03-214-30/+42
* Staves now can be turned of in Optionsf1fth_freed0m2008-03-171-3/+4
* fixed the playback speed of the movie backgrounds_alexander2008-03-171-1/+1
* new lyric effect: slides_alexander2008-03-143-222/+216
* 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-107-38/+47
* auto removed a bunch of unused local variablesjaybinks2008-03-1014-3021/+3023
* Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun2008-03-093-167/+176
* Multiline comments should be fpc compatible now, removed the score hack at th...mogguh2008-03-081-40/+43
* Removed GeTickCount in favour to multiplatform available SDL_GetTicks, added ...mogguh2008-03-081-10/+16
* Translated some Variablesf1fth_freed0m2008-03-074-167/+167
* Translated German comments to Englishf1fth_freed0m2008-03-063-22/+22
* Translated Some Variablesf1fth_freed0m2008-03-063-144/+144
* Translated so Variable Namesf1fth_freed0m2008-03-064-102/+102
* Translated Variable Names and Typesf1fth_freed0m2008-03-054-387/+387
* made jokers in Song Selection screen hidden.jaybinks2008-03-051-2/+4
* FFT support for SDL/Portaudio playbacktobigun2008-03-051-6/+6
* Some cleanuptobigun2008-03-051-59/+59
* Equalizer (Analyser) is displayed again with BASStobigun2008-03-051-19/+2
* - Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun2008-03-031-106/+386
* - replaced some Actual... vars with Current...tobigun2008-03-034-1062/+1020
* all screens now inherit their OnShowjaybinks2008-02-2032-4/+62
* mmmmmmmmmmmmmjaybinks2008-02-192-0/+4
* fix for editor bugjaybinks2008-02-191-5/+10
* fixed bug with Video playback & Visualization, on 2nd song played.jaybinks2008-02-151-4/+19
* small modification to the jaybinks2008-02-131-22/+13
* bugfix to get the editor working again. Path and FileName have not been set.tobigun2008-02-052-2180/+2178
* cleanuptobigun2008-02-051-16/+14
* General:tobigun2008-02-0528-1718/+1768
* tidy up sing mode, to be an enum now.jaybinks2008-01-146-37/+54
* Bugfix: when entering the song-screen the preview on the first song was never...tobigun2008-01-141-12/+13
* bunch of smaller changes...jaybinks2008-01-1212-127/+223
* Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...tobigun2008-01-113-9/+9
* made USDX function when file paths differ from previous expectations..jaybinks2007-12-201-2/+4
* fixed divide by 0 bugs in score screen.jaybinks2007-12-201-161/+170
* Some more minor refining in the score screenmogguh2007-12-201-2/+2
* Minor refinings in score screenmogguh2007-12-201-167/+534
* fixed crash on song play, if the AudioInterface reports the songjaybinks2007-12-181-1/+2
* 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
* Fixed array issues, moving through the several arrays is ugly - but at least ...mogguh2007-12-061-184/+171