aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSong.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-06Replaced some {-comments with (*-comments to remove nested comments of the sa...tobigun1-4/+13
2008-04-04Covers Cache rewrittenwhiteshark01-11/+11
2008-03-31Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun1-2/+2
2008-03-31Removed unused Format-parameter in LoadTexture() and Add...()tobigun1-3/+3
2008-03-31beep() removedtobigun1-1/+0
2008-03-31- removed "Font Black" and "Font" texture typetobigun1-12/+12
2008-03-30Prepared some classes for enhanced Song loading.whiteshark01-95/+95
2008-03-28Some WideChar casts to let it compile in Delphi7 again.whiteshark01-1/+1
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