aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenScore.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-06- removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun1-1/+13
2008-04-06TRANSLATE define removed. Define was not used anymore.tobigun1-12/+0
2008-04-01removed unused lclintf/windows referencestobigun1-5/+0
2008-03-31beep() removedtobigun1-4/+0
2008-03-25Fixed compilation on the mac.eddie-08151-4/+4
2008-03-22Support for non-US (QWERTY) keyboard layout.tobigun1-3/+8
2008-03-21ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun1-2/+2
2008-03-10Removed zlportio from Codef1fth_freed0m1-1/+0
2008-03-10auto removed a bunch of unused local variablesjaybinks1-2/+2
2008-03-08Multiline comments should be fpc compatible now, removed the score hack at th...mogguh1-40/+43
2008-03-08Removed GeTickCount in favour to multiplatform available SDL_GetTicks, added ...mogguh1-10/+16
2008-03-03- replaced some Actual... vars with Current...tobigun1-1044/+1004
2008-02-20all screens now inherit their OnShowjaybinks1-0/+1
2008-01-12bunch of smaller changes...jaybinks1-3/+3
2007-12-20fixed divide by 0 bugs in score screen.jaybinks1-161/+170
2007-12-20Some more minor refining in the score screenmogguh1-2/+2
2007-12-20Minor refinings in score screenmogguh1-167/+534
2007-12-06Fixed array issues, moving through the several arrays is ugly - but at least ...mogguh1-184/+171
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-3/+1
2007-10-25minor changes and fixes for USDX on linux.jaybinks1-1/+7
2007-10-02Fixed linux compilation.jaybinks1-663/+672
2007-09-30some minor bug fixes..jaybinks1-108/+11
2007-09-21ScoreScreen, still working on some minor things like simplifying the src (mes...mogguh1-133/+303
2007-09-19added UCommon ( in classes ) for lazarus...jaybinks1-4/+10
2007-09-18changes in order to compile in lazarus...jaybinks1-5/+13
2007-09-05modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks1-1/+3
2007-04-29Added 2 new Buttons to ScreenMain: Multi and Statswhiteshark01-50/+4
2007-04-17Bugfix: Scores where not shown correctly when in 4 or 6 player mode (UScreenS...mogguh1-2/+17
2007-04-11Bugfix: Score screen is now able to handle texts depended on the player count...mogguh1-1/+3
2007-04-11Feature: ScoreScreen now has the ability to show extra texts (UThemes.pas, US...mogguh1-1/+18
2007-03-24Fixed Bug: Not translating Texts reading Theme.Iniwhiteshark01-5/+5