aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenScore.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-03end of first pass. many more smaller changes and preparations for later addit...k-m_schindler1-6/+4
2014-11-22Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...k-m_schindler1-3/+0
2013-02-23medley mod: Themes modifications. This is considered the last part of the med...k-m_schindler1-0/+13
2013-02-22merge the first part of the medley_new branch. This part has the functionalit...k-m_schindler1-57/+152
2010-04-18change variable names "static" to "statics"tobigun1-34/+34
2010-04-07swap textures of statics colorized to playercolor in score screenwhiteshark01-4/+221
2010-02-22screens code cleanupk-m_schindler1-3/+0
2010-01-18fixed score screen animation speedwhiteshark01-17/+27
2010-01-14rating icon bouncing depends on time now instead of frameswhiteshark01-2/+6
2010-01-13commented forgotten debug stuffwhiteshark01-1/+1
2010-01-13fixed scorescrenn with players>3whiteshark01-251/+286
2009-11-09merged unicode branch (r1931) into trunks_alexander1-9/+11
2009-05-31merged (experimental) mouse support patch by d0ccrazywhiteshark01-0/+10
2009-03-07final cleanup of Umain. Creation of UNotek-m_schindler1-2/+2
2009-03-01Cosmeticsk-m_schindler1-141/+128
2009-03-01crashes in ScreenScore w/ 6 players fixedwhiteshark01-6/+58
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