aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSong.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed lazarus dependenciestobigun2008-04-061-26/+6
* Replaced some {-comments with (*-comments to remove nested comments of the sa...tobigun2008-04-061-4/+13
* Covers Cache rewrittenwhiteshark02008-04-041-11/+11
* Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun2008-03-311-2/+2
* Removed unused Format-parameter in LoadTexture() and Add...()tobigun2008-03-311-3/+3
* beep() removedtobigun2008-03-311-1/+0
* - removed "Font Black" and "Font" texture typetobigun2008-03-311-12/+12
* Prepared some classes for enhanced Song loading.whiteshark02008-03-301-95/+95
* Some WideChar casts to let it compile in Delphi7 again.whiteshark02008-03-281-1/+1
* added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks2008-03-261-79/+2
* Fixed compilation on the mac.eddie-08152008-03-251-4/+4
* Support for non-US (QWERTY) keyboard layout.tobigun2008-03-221-150/+164
* ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun2008-03-211-8/+8
* Removed zlportio from Codef1fth_freed0m2008-03-101-13/+16
* auto removed a bunch of unused local variablesjaybinks2008-03-101-11/+11
* Translated German comments to Englishf1fth_freed0m2008-03-061-9/+9
* made jokers in Song Selection screen hidden.jaybinks2008-03-051-2/+4
* Some cleanuptobigun2008-03-051-59/+59
* Equalizer (Analyser) is displayed again with BASStobigun2008-03-051-19/+2
* all screens now inherit their OnShowjaybinks2008-02-201-0/+2
* bugfix to get the editor working again. Path and FileName have not been set.tobigun2008-02-051-2173/+2172
* General:tobigun2008-02-051-26/+26
* tidy up sing mode, to be an enum now.jaybinks2008-01-141-28/+32
* 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-121-9/+9
* Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...tobigun2008-01-111-2/+2
* fixed crash on song play, if the AudioInterface reports the songjaybinks2007-12-181-1/+2
* GetFFTData() is an output- and not an input-interface's functiontobigun2007-12-051-1/+1
* Partymodule finished.whiteshark02007-11-041-11/+12
* Runtime Song Additionjaybinks2007-11-021-4/+91
* fixed failed buildsjaybinks2007-11-011-1/+6
* Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08152007-11-011-6/+2
* made some major progress with ffmpeg audio playback !!!jaybinks2007-10-271-2/+6
* separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks2007-10-111-1/+1
* Added IAudioPlayback Interface and implementation for BASS.jaybinks2007-10-111-40/+42
* fixes so codebase builds in delphi now, after major FFMpeg changse for linux.jaybinks2007-10-111-2/+4
* modified UTime to utilise SDL timer... jaybinks2007-10-111-17/+20
* trying to fix linux runtime errors with database ( Stats screen )jaybinks2007-10-081-2041/+2067
* small fixes for lazarus build.jaybinks2007-09-291-2040/+2041
* Ultrastar-DX now compiles in linux jaybinks2007-09-201-2007/+2040
* added UCommon ( in classes ) for lazarus...jaybinks2007-09-191-3/+4
* added switches.inc , which will contain compiler directives used jaybinks2007-09-181-3/+8
* modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks2007-09-051-1/+3
* finally really fixed the covers (i hope)b1indy2007-09-011-5/+11
* fixed bug that caused display of wrong coversb1indy2007-09-011-3/+4
* fixed a bug in drawing of background covers (when style=5 (usdx theme default))b1indy2007-08-221-12/+111
* limit number of displayed background covers to no more than 21 - need comment...b1indy2007-08-221-7/+20
* Little hack in SongScreen that fixes problems with blending. Drawing order ch...whiteshark02007-07-181-1/+21
* Fixed a Bug in ScreenSong Equalizer that causes an Invalid Pointer Exception ...whiteshark02007-06-101-3/+4
* Fixed: Up and Down now don't leave Playlist and Search Mode anymorewhiteshark02007-06-081-69/+58