| Commit message (Expand) | Author | Files | Lines |
2009-11-09 | merged unicode branch (r1931) into trunk | s_alexander | 1 | -9/+11 |
2009-05-31 | merged (experimental) mouse support patch by d0ccrazy | whiteshark0 | 1 | -0/+10 |
2009-03-07 | final cleanup of Umain. Creation of UNote | k-m_schindler | 1 | -2/+2 |
2009-03-01 | Cosmetics | k-m_schindler | 1 | -141/+128 |
2009-03-01 | crashes in ScreenScore w/ 6 players fixed | whiteshark0 | 1 | -6/+58 |
2008-09-23 | added file headers | tobigun | 1 | -0/+25 |
2008-08-27 | rename Screen part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Screen part1 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 1 | -0/+0 |
2008-08-25 | Added: Option for background music in sound options (affects UIni too) | mogguh | 1 | -0/+6 |
2008-08-08 | some warnings removed | tobigun | 1 | -37/+40 |
2008-08-08 | result-values for TMenu.Draw() added | tobigun | 1 | -0/+2 |
2008-07-02 | Fixed a conditional, that caused ratings not to show up | mogguh | 1 | -1/+1 |
2008-07-01 | EaseOut_MaxSteps increased for faster score counter in score-screen | tobigun | 1 | -1/+1 |
2008-06-08 | - set svn:eol-style to native | tobigun | 1 | -837/+837 |
2008-06-07 | just some cleanup | tobigun | 1 | -20/+20 |
2008-05-09 | BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thing | mogguh | 1 | -384/+226 |
2008-05-02 | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 1 | -2/+1 |
2008-04-24 | - reverted some stuff that was erroneously commited by one of the last commits. | tobigun | 1 | -12/+0 |
2008-04-06 | - removed (linux incompatible) PngImage. In addition it was rather outdated (... | tobigun | 1 | -1/+13 |
2008-04-06 | TRANSLATE define removed. Define was not used anymore. | tobigun | 1 | -12/+0 |
2008-04-01 | removed unused lclintf/windows references | tobigun | 1 | -5/+0 |
2008-03-31 | beep() removed | tobigun | 1 | -4/+0 |
2008-03-25 | Fixed compilation on the mac. | eddie-0815 | 1 | -4/+4 |
2008-03-22 | Support for non-US (QWERTY) keyboard layout. | tobigun | 1 | -3/+8 |
2008-03-21 | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 1 | -2/+2 |
2008-03-10 | Removed zlportio from Code | f1fth_freed0m | 1 | -1/+0 |
2008-03-10 | auto removed a bunch of unused local variables | jaybinks | 1 | -2/+2 |
2008-03-08 | Multiline comments should be fpc compatible now, removed the score hack at th... | mogguh | 1 | -40/+43 |
2008-03-08 | Removed GeTickCount in favour to multiplatform available SDL_GetTicks, added ... | mogguh | 1 | -10/+16 |
2008-03-03 | - replaced some Actual... vars with Current... | tobigun | 1 | -1044/+1004 |
2008-02-20 | all screens now inherit their OnShow | jaybinks | 1 | -0/+1 |
2008-01-12 | bunch of smaller changes... | jaybinks | 1 | -3/+3 |
2007-12-20 | fixed divide by 0 bugs in score screen. | jaybinks | 1 | -161/+170 |
2007-12-20 | Some more minor refining in the score screen | mogguh | 1 | -2/+2 |
2007-12-20 | Minor refinings in score screen | mogguh | 1 | -167/+534 |
2007-12-06 | Fixed array issues, moving through the several arrays is ugly - but at least ... | mogguh | 1 | -184/+171 |
2007-11-01 | fixed failed builds | jaybinks | 1 | -0/+4 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 1 | -3/+1 |
2007-10-25 | minor changes and fixes for USDX on linux. | jaybinks | 1 | -1/+7 |
2007-10-02 | Fixed linux compilation. | jaybinks | 1 | -663/+672 |
2007-09-30 | some minor bug fixes.. | jaybinks | 1 | -108/+11 |
2007-09-21 | ScoreScreen, still working on some minor things like simplifying the src (mes... | mogguh | 1 | -133/+303 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 1 | -4/+10 |
2007-09-18 | changes in order to compile in lazarus... | jaybinks | 1 | -5/+13 |
2007-09-05 | modified ParseInput so Backspace will perform same function as ESC in most sc... | jaybinks | 1 | -1/+3 |
2007-04-29 | Added 2 new Buttons to ScreenMain: Multi and Stats | whiteshark0 | 1 | -50/+4 |
2007-04-17 | Bugfix: Scores where not shown correctly when in 4 or 6 player mode (UScreenS... | mogguh | 1 | -2/+17 |
2007-04-11 | Bugfix: Score screen is now able to handle texts depended on the player count... | mogguh | 1 | -1/+3 |
2007-04-11 | Feature: ScoreScreen now has the ability to show extra texts (UThemes.pas, US... | mogguh | 1 | -1/+18 |