aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenu.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-12Text has a new property -> Z (default is 0)mogguh1-5/+5
2008-07-02Audio/Video engine update:tobigun1-3/+0
2008-05-22removal of TMenu.InRegion and InStaticRegion. no actual use, at best speculat...k-m_schindler1-22/+0
2008-05-22further code improvement in TMenu.InRegionk-m_schindler1-3/+2
2008-05-22unused variables removed, minor change to TMenu.InRegion, eol property setk-m_schindler1-36/+31
2008-05-13- fixed video-backgroundtobigun1-20/+12
2008-05-08added "inherited ..." to all constructors to assure that the base-class const...tobigun1-0/+2
2008-05-07Bugfix: Options screen doesn't break anymore when cursor up / down is pressedmogguh1-16/+2
2008-05-06Option screen has two rows of buttons, to select the row beneath press [curso...mogguh1-2/+49
2008-05-05Added text reflection as new property in the thememogguh1-5/+5
2008-05-02MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...tobigun1-5/+29
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun1-1/+1
2008-04-30video-background fix. This should fix the white-screen bug with animation bac...tobigun1-1585/+1595
2008-04-30Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun1-1585/+1585
2008-04-10workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun1-21/+30
2008-03-31Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun1-32/+30
2008-03-31Unicode fix for WideCharUpperCase(). This should work on all platforms now.tobigun1-27/+9
2008-03-31Removed unused Format-parameter in LoadTexture() and Add...()tobigun1-40/+40
2008-03-31beep() removedtobigun1-10/+5
2008-03-31- removed "Font Black" and "Font" texture typetobigun1-137/+126
2008-03-28- Select(Slide) textures should work now ('Font Black' -> 'Colorized')tobigun1-15/+29
2008-03-28fixed EIntOverflow in function TMenu.WideCharUpperCase when used on Linux ( o...jaybinks1-1/+22
2008-03-25Fixed compilation on the mac.eddie-08151-0/+11
2008-03-21ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun1-2/+2
2008-03-09disabled ParseMouse because it is not implemented by any subclass (usage of n...tobigun1-1/+3
2008-03-04Patchs from AlexanderS & f1fth_freed0mjaybinks1-11/+3
2008-03-03- some windows/lclintf dependencies removedtobigun1-3/+3
2008-02-20fixed video looping and background video playback on linux..jaybinks1-8/+3
2008-02-19mmmmmmmmmmmmmjaybinks1-7/+40
2008-02-13small modification to the jaybinks1-2/+10
2007-12-20removed a bunch of debugging from usdx startup.jaybinks1-15/+0
2007-11-22Fixed texture drawing on Mac OS X (looks like BackImg.Z was not initialized)....eddie-08151-0/+1
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-27Fixed "White Line" Bugwhiteshark01-2/+6
2007-10-02Fixed linux compilation.jaybinks1-1529/+1544
2007-09-24fixed song loading in Lazarus..jaybinks1-0/+1
2007-09-22minor bug fixes to have lazarus build load resources into SDL_Image jaybinks1-5/+13
2007-09-20Adding new Resource compiler for lazarus projects..jaybinks1-1/+2
2007-09-19added UCommon ( in classes ) for lazarus...jaybinks1-1/+6
2007-09-18changes in order to compile in lazarus...jaybinks1-0/+4
2007-09-08did some cleanup and minor modificationsb1indy1-10/+6
2007-09-02now buttons can also have transparent colorized texturesb1indy1-16/+67
2007-09-02finished stuff for colorized transparent textures with statics (credits to mo...b1indy1-5/+20
2007-06-14Added Text Fading to ButtonCollectionwhiteshark01-0/+4
2007-05-16Fixed text position of SelectSlide when High is not 70whiteshark01-1/+6
2007-05-03added "popups" to ask for confirmation when leaving party mode or game or to ...b1indy1-4/+15
2007-04-30Added ability to make buttons invisible(and also unselectable) in Theme. whiteshark01-1/+4
2007-04-29Commented some Debuging Outputs in ULogwhiteshark01-1/+1
2007-04-29Added 2 new Buttons to ScreenMain: Multi and Statswhiteshark01-54/+294