aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSong.pas (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-05-17Fixed a Bug in Jump to Letter: A and Z now Works correctlywhiteshark01-2/+2
2007-05-17Now when no Cat, Search or Playlist is shown, the Text specified in Theme for...whiteshark01-1/+4
2007-05-17Deleted Motas Methods to display variable Statics and Texts in Party Mode. whiteshark01-174/+48
2007-05-17Added: New Options/Advanced item "auto party-menu": Switches automatic popup-...mota231-8/+170
2007-05-16Fixed a Bug in SongScreen that causes Playlist and Search is unclosable when ...whiteshark01-7/+24
2007-05-16all SongFile Loading and Saving procedures moved to UFiles.whiteshark01-2/+2
2007-05-15Added: Keys 1.2.3 to use Joker in Popup-Party-Menumota231-2/+24
2007-05-15fixed angle calculation of covers in the backgroundb1indy1-1/+1
2007-05-09Fixed a bug in UScreenSong that causes a little gap between lyrics and Singin...whiteshark01-2/+3
2007-05-09Fix: Readded ability to close the Windowwhiteshark01-41/+44
2007-05-08Added Ability to Leave Song Screen in Party Mode with Popup.whiteshark01-1/+17