aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenCredits.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun2008-04-101-1398/+1398
* removed lazarus dependenciestobigun2008-04-061-1405/+1398
* removed unused lclintf/windows referencestobigun2008-04-011-5/+1
* Replaced GetTickCount with SDL_GetTicksf1fth_freed0m2008-04-011-1/+1
* Removed unused Format-parameter in LoadTexture() and Add...()tobigun2008-03-311-26/+26
* - removed "Font Black" and "Font" texture typetobigun2008-03-311-26/+26
* added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks2008-03-261-1/+1
* ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun2008-03-211-2/+2
* Removed zlportio from Codef1fth_freed0m2008-03-101-2/+2
* auto removed a bunch of unused local variablesjaybinks2008-03-101-1409/+1409
* Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun2008-03-091-2/+7
* Translated German comments to Englishf1fth_freed0m2008-03-061-10/+10
* all screens now inherit their OnShowjaybinks2008-02-201-0/+2
* General:tobigun2008-02-051-1402/+1402
* GetFFTData() is an output- and not an input-interface's functiontobigun2007-12-051-1/+1
* fixed failed buildsjaybinks2007-11-011-0/+4
* Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08152007-11-011-4/+0
* separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks2007-10-111-1/+1
* Added IAudioPlayback Interface and implementation for BASS.jaybinks2007-10-111-11/+11
* fixed some stuff for linux build...jaybinks2007-10-081-1257/+1402
* fixed credits screen in lazarus build.jaybinks2007-09-301-1246/+1257
* added sdl_image to project uses clausejaybinks2007-09-211-1/+8
* testing SDL_Image in credits screen (code is in TScreenCredits.OnShow)b1indy2007-09-201-2/+136
* Ultrastar-DX now compiles in linux jaybinks2007-09-201-1092/+1105
* added UCommon ( in classes ) for lazarus...jaybinks2007-09-191-10/+2
* changes in order to compile in lazarus...jaybinks2007-09-181-1/+18
* UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy2007-09-071-17/+9
* modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks2007-09-051-1/+3
* fixed some minor glitches in the credits screen (transparent texture was not ...b1indy2007-07-251-13/+15
* Really final work on credits (done! - stop reading cia, get rl)mogguh2007-07-231-2/+2
* Final work on credits (done :P - fuckings to the cia readers)mogguh2007-07-231-19/+7
* beta version of new credits screen (still some tweaking to do)b1indy2007-07-201-132/+1008
* all SongFile Loading and Saving procedures moved to UFiles.whiteshark02007-05-161-1/+1
* Added 2 new Buttons to ScreenMain: Multi and Statswhiteshark02007-04-291-3/+3
* Feature: Credits screen is now a screen for itself (UGraphic.pas, UScreenMain...mogguh2007-04-261-0/+223