aboutsummaryrefslogtreecommitdiffstats
path: root/src/Screens/UScreenCredits.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-27rename Screen part1k-m_schindler1-1398/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-05-10Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun1-1/+1
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun1-1/+1
2008-04-10workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun1-1398/+1398
2008-04-06removed lazarus dependenciestobigun1-1405/+1398
2008-04-01removed unused lclintf/windows referencestobigun1-5/+1
2008-04-01Replaced GetTickCount with SDL_GetTicksf1fth_freed0m1-1/+1
2008-03-31Removed unused Format-parameter in LoadTexture() and Add...()tobigun1-26/+26
2008-03-31- removed "Font Black" and "Font" texture typetobigun1-26/+26
2008-03-26added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks1-1/+1
2008-03-21ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun1-2/+2
2008-03-10Removed zlportio from Codef1fth_freed0m1-2/+2
2008-03-10auto removed a bunch of unused local variablesjaybinks1-1409/+1409
2008-03-09Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun1-2/+7
2008-03-06Translated German comments to Englishf1fth_freed0m1-10/+10
2008-02-20all screens now inherit their OnShowjaybinks1-0/+2
2008-02-05General:tobigun1-1402/+1402
2007-12-05GetFFTData() is an output- and not an input-interface's functiontobigun1-1/+1
2007-11-01fixed failed buildsjaybinks1-0/+4
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08151-4/+0
2007-10-11separated IAudioPlayback in to separate "Playback" and "Input" Interfacesjaybinks1-1/+1
2007-10-11Added IAudioPlayback Interface and implementation for BASS.jaybinks1-11/+11
2007-10-08fixed some stuff for linux build...jaybinks1-1257/+1402
2007-09-30fixed credits screen in lazarus build.jaybinks1-1246/+1257
2007-09-21added sdl_image to project uses clausejaybinks1-1/+8
2007-09-20testing SDL_Image in credits screen (code is in TScreenCredits.OnShow)b1indy1-2/+136
2007-09-20Ultrastar-DX now compiles in linux jaybinks1-1092/+1105
2007-09-19added UCommon ( in classes ) for lazarus...jaybinks1-10/+2
2007-09-18changes in order to compile in lazarus...jaybinks1-1/+18
2007-09-07UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy1-17/+9
2007-09-05modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks1-1/+3
2007-07-25fixed some minor glitches in the credits screen (transparent texture was not ...b1indy1-13/+15
2007-07-23Really final work on credits (done! - stop reading cia, get rl)mogguh1-2/+2
2007-07-23Final work on credits (done :P - fuckings to the cia readers)mogguh1-19/+7
2007-07-20beta version of new credits screen (still some tweaking to do)b1indy1-132/+1008
2007-05-16all SongFile Loading and Saving procedures moved to UFiles.whiteshark01-1/+1
2007-04-29Added 2 new Buttons to ScreenMain: Multi and Statswhiteshark01-3/+3
2007-04-26Feature: Credits screen is now a screen for itself (UGraphic.pas, UScreenMain...mogguh1-0/+223