aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenScore.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-23added file headerstobigun1-0/+25
2008-08-27rename Screen part2k-m_schindler1-0/+0
2008-08-27rename Screen part1k-m_schindler1-0/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-25Added: Option for background music in sound options (affects UIni too)mogguh1-0/+6
2008-08-08some warnings removedtobigun1-37/+40
2008-08-08result-values for TMenu.Draw() addedtobigun1-0/+2
2008-07-02Fixed a conditional, that caused ratings not to show upmogguh1-1/+1
2008-07-01EaseOut_MaxSteps increased for faster score counter in score-screentobigun1-1/+1
2008-06-08- set svn:eol-style to nativetobigun1-837/+837
2008-06-07just some cleanuptobigun1-20/+20
2008-05-09BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thingmogguh1-384/+226
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun1-2/+1
2008-04-24- reverted some stuff that was erroneously commited by one of the last commits.tobigun1-12/+0
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