aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenScore.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* - removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun2008-04-061-1/+13
* TRANSLATE define removed. Define was not used anymore.tobigun2008-04-061-12/+0
* removed unused lclintf/windows referencestobigun2008-04-011-5/+0
* beep() removedtobigun2008-03-311-4/+0
* Fixed compilation on the mac.eddie-08152008-03-251-4/+4
* Support for non-US (QWERTY) keyboard layout.tobigun2008-03-221-3/+8
* ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun2008-03-211-2/+2
* Removed zlportio from Codef1fth_freed0m2008-03-101-1/+0
* auto removed a bunch of unused local variablesjaybinks2008-03-101-2/+2
* Multiline comments should be fpc compatible now, removed the score hack at th...mogguh2008-03-081-40/+43
* Removed GeTickCount in favour to multiplatform available SDL_GetTicks, added ...mogguh2008-03-081-10/+16
* - replaced some Actual... vars with Current...tobigun2008-03-031-1044/+1004
* all screens now inherit their OnShowjaybinks2008-02-201-0/+1
* bunch of smaller changes...jaybinks2008-01-121-3/+3
* fixed divide by 0 bugs in score screen.jaybinks2007-12-201-161/+170
* Some more minor refining in the score screenmogguh2007-12-201-2/+2
* Minor refinings in score screenmogguh2007-12-201-167/+534
* Fixed array issues, moving through the several arrays is ugly - but at least ...mogguh2007-12-061-184/+171
* 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-3/+1
* minor changes and fixes for USDX on linux.jaybinks2007-10-251-1/+7
* Fixed linux compilation.jaybinks2007-10-021-663/+672
* some minor bug fixes..jaybinks2007-09-301-108/+11
* ScoreScreen, still working on some minor things like simplifying the src (mes...mogguh2007-09-211-133/+303
* added UCommon ( in classes ) for lazarus...jaybinks2007-09-191-4/+10
* changes in order to compile in lazarus...jaybinks2007-09-181-5/+13
* modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks2007-09-051-1/+3
* Added 2 new Buttons to ScreenMain: Multi and Statswhiteshark02007-04-291-50/+4
* Bugfix: Scores where not shown correctly when in 4 or 6 player mode (UScreenS...mogguh2007-04-171-2/+17
* Bugfix: Score screen is now able to handle texts depended on the player count...mogguh2007-04-111-1/+3
* Feature: ScoreScreen now has the ability to show extra texts (UThemes.pas, US...mogguh2007-04-111-1/+18
* Fixed Bug: Not translating Texts reading Theme.Iniwhiteshark02007-03-241-5/+5
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1 b956fd51-792f-484...whiteshark02007-03-211-0/+586