aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSong.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-26added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks1-79/+2
2008-03-25Fixed compilation on the mac.eddie-08151-4/+4
2008-03-22Support for non-US (QWERTY) keyboard layout.tobigun1-150/+164
2008-03-21ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun1-8/+8
2008-03-10Removed zlportio from Codef1fth_freed0m1-13/+16
2008-03-10auto removed a bunch of unused local variablesjaybinks1-11/+11
2008-03-06Translated German comments to Englishf1fth_freed0m1-9/+9
2008-03-05made jokers in Song Selection screen hidden.jaybinks1-2/+4
2008-03-05Some cleanuptobigun1-59/+59
2008-03-05Equalizer (Analyser) is displayed again with BASStobigun1-19/+2
2008-02-20all screens now inherit their OnShowjaybinks1-0/+2
2008-02-05bugfix to get the editor working again. Path and FileName have not been set.tobigun1-2173/+2172
2008-02-05General:tobigun1-26/+26
2008-01-14tidy up sing mode, to be an enum now.jaybinks1-28/+32
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...jaybinks1-9/+9
2008-01-11Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...tobigun1-2/+2
2007-12-18fixed crash on song play, if the AudioInterface reports the songjaybinks1-1/+2
2007-12-05GetFFTData() is an output- and not an input-interface's functiontobigun1-1/+1
2007-11-04Partymodule finished.whiteshark01-11/+12
2007-11-02Runtime Song Additionjaybinks1-4/+91
2007-11-01fixed failed buildsjaybinks1-1/+6
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08151-6/+2
2007-10-27made some major progress with ffmpeg audio playback !!!jaybinks1-2/+6
2007-10-11separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks1-1/+1
2007-10-11Added IAudioPlayback Interface and implementation for BASS.jaybinks1-40/+42
2007-10-11fixes so codebase builds in delphi now, after major FFMpeg changse for linux.jaybinks1-2/+4
2007-10-11modified UTime to utilise SDL timer... jaybinks1-17/+20
2007-10-08trying to fix linux runtime errors with database ( Stats screen )jaybinks1-2041/+2067
2007-09-29small fixes for lazarus build.jaybinks1-2040/+2041
2007-09-20Ultrastar-DX now compiles in linux jaybinks1-2007/+2040
2007-09-19added UCommon ( in classes ) for lazarus...jaybinks1-3/+4
2007-09-18added switches.inc , which will contain compiler directives used jaybinks1-3/+8
2007-09-05modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks1-1/+3
2007-09-01finally really fixed the covers (i hope)b1indy1-5/+11
2007-09-01fixed bug that caused display of wrong coversb1indy1-3/+4
2007-08-22fixed a bug in drawing of background covers (when style=5 (usdx theme default))b1indy1-12/+111
2007-08-22limit number of displayed background covers to no more than 21 - need comment...b1indy1-7/+20
2007-07-18Little hack in SongScreen that fixes problems with blending. Drawing order ch...whiteshark01-1/+21
2007-06-10Fixed a Bug in ScreenSong Equalizer that causes an Invalid Pointer Exception ...whiteshark01-3/+4
2007-06-08Fixed: Up and Down now don't leave Playlist and Search Mode anymorewhiteshark01-69/+58
2007-06-07Fixed 2 Bugs in Song Preview Fadingwhiteshark01-3/+7
2007-06-06Fixed some Bugs in Song Fadingwhiteshark01-33/+70
2007-06-03Added SongPreview Fadingwhiteshark01-2/+12
2007-06-03Some Code Cleanup in UScreenSongwhiteshark01-20/+17
2007-05-28Fixed a bug in Coverloading, that could end up in an endless loop.whiteshark01-52/+54
2007-05-26Added Workaround and Error Reporting for Errors during Cover loading.whiteshark01-21/+54
2007-05-20Fixed a Bug in UScreenSong. Everytime the Category List is shown, the next So...whiteshark01-8/+10
2007-05-17Some Code Cleanup in UScreenSongwhiteshark01-20/+8
2007-05-17added: Video Icon. Shows if Video is present in Song-Selection. Needs to be f...mota231-0/+11