| Commit message (Expand) | Author | Files | Lines |
2010-05-18 | fix mouse in ScreenPartyNewRound | whiteshark0 | 1 | -41/+50 |
2010-05-03 | - Free Statics/Buttons/Texts if a screen is destroyed (Textures used by those... | tobigun | 1 | -9/+16 |
2010-05-03 | - Replaced another usage of Screen.w/Screen.h with ScreenW/ScreenH | tobigun | 1 | -2/+2 |
2010-04-18 | change variable names "static" to "statics" | tobigun | 1 | -36/+36 |
2010-04-13 | load type and typesbg from theme ini for selects | whiteshark0 | 1 | -2/+2 |
2010-04-07 | swap textures of statics colorized to playercolor in score screen | whiteshark0 | 1 | -0/+2 |
2010-03-18 | vertically center select arrows | whiteshark0 | 1 | -2/+5 |
2010-03-18 | some changes to "Select Slides" | whiteshark0 | 1 | -20/+41 |
2010-03-14 | removed old benchmark call | whiteshark0 | 1 | -2/+0 |
2010-01-25 | fix software cursor w/ screens = 2 | whiteshark0 | 1 | -5/+7 |
2010-01-12 | merged lua into trunk | s_alexander | 1 | -2/+2 |
2009-11-18 | some changes on mousesupport | whiteshark0 | 1 | -31/+48 |
2009-11-09 | merged unicode branch (r1931) into trunk | s_alexander | 1 | -130/+111 |
2009-06-04 | cosmetics | k-m_schindler | 1 | -92/+147 |
2009-05-31 | merged (experimental) mouse support patch by d0ccrazy | whiteshark0 | 1 | -7/+112 |
2009-05-26 | Statics defined in theme don't necessarily need a width or height set, if omi... | mogguh | 1 | -4/+28 |
2009-04-24 | cosmetics. No code change | k-m_schindler | 1 | -39/+42 |
2008-10-20 | FPC 2.2.2 compatibility. USDX crashed with an error in iconv_close. After dis... | tobigun | 1 | -2/+6 |
2008-10-19 | The size given to TextGL.SetSize() now expresses the size in pixel (formerly ... | tobigun | 1 | -6/+6 |
2008-10-19 | - background-type -> enum | tobigun | 1 | -8/+8 |
2008-10-18 | style adjustments. no code change. | k-m_schindler | 1 | -135/+140 |
2008-10-13 | Abstraction of the menus background | whiteshark0 | 1 | -53/+153 |
2008-09-23 | indentation unified, no code change. | k-m_schindler | 1 | -2/+13 |
2008-09-23 | gpl header added and property svn:header set to "HeadURL Id" | k-m_schindler | 1 | -0/+25 |
2008-08-27 | rename Menu part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Menu 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-26 | Removed: Select, outdated/unused (+SelectSlide does the job) | mogguh | 1 | -186/+2 |
2008-08-13 | do not use the cached option of GetTexture() for theme textures, as the cache... | tobigun | 1 | -9/+10 |
2008-07-12 | Text has a new property -> Z (default is 0) | mogguh | 1 | -5/+5 |
2008-07-02 | Audio/Video engine update: | tobigun | 1 | -3/+0 |
2008-05-22 | removal of TMenu.InRegion and InStaticRegion. no actual use, at best speculat... | k-m_schindler | 1 | -22/+0 |
2008-05-22 | further code improvement in TMenu.InRegion | k-m_schindler | 1 | -3/+2 |
2008-05-22 | unused variables removed, minor change to TMenu.InRegion, eol property set | k-m_schindler | 1 | -36/+31 |
2008-05-13 | - fixed video-background | tobigun | 1 | -20/+12 |
2008-05-08 | added "inherited ..." to all constructors to assure that the base-class const... | tobigun | 1 | -0/+2 |
2008-05-07 | Bugfix: Options screen doesn't break anymore when cursor up / down is pressed | mogguh | 1 | -16/+2 |
2008-05-06 | Option screen has two rows of buttons, to select the row beneath press [curso... | mogguh | 1 | -2/+49 |
2008-05-05 | Added text reflection as new property in the theme | mogguh | 1 | -5/+5 |
2008-05-02 | MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported... | tobigun | 1 | -5/+29 |
2008-05-02 | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 1 | -1/+1 |
2008-04-30 | video-background fix. This should fix the white-screen bug with animation bac... | tobigun | 1 | -1585/+1595 |
2008-04-30 | Fixed some range-check errors. Explicitly disable range-checks {$R-} should n... | tobigun | 1 | -1585/+1585 |
2008-04-10 | workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic... | tobigun | 1 | -21/+30 |
2008-03-31 | Now colorized textures are appended to the TTextureDatabase too. This will pr... | tobigun | 1 | -32/+30 |
2008-03-31 | Unicode fix for WideCharUpperCase(). This should work on all platforms now. | tobigun | 1 | -27/+9 |
2008-03-31 | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 1 | -40/+40 |
2008-03-31 | beep() removed | tobigun | 1 | -10/+5 |
2008-03-31 | - removed "Font Black" and "Font" texture type | tobigun | 1 | -137/+126 |
2008-03-28 | - Select(Slide) textures should work now ('Font Black' -> 'Colorized') | tobigun | 1 | -15/+29 |