aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenu.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reordering of the directories[1]: moving Game/Code to srck-m_schindler2008-08-271-1432/+0
* Removed: Select, outdated/unused (+SelectSlide does the job)mogguh2008-08-261-186/+2
* do not use the cached option of GetTexture() for theme textures, as the cache...tobigun2008-08-131-9/+10
* Text has a new property -> Z (default is 0)mogguh2008-07-121-5/+5
* Audio/Video engine update:tobigun2008-07-021-3/+0
* removal of TMenu.InRegion and InStaticRegion. no actual use, at best speculat...k-m_schindler2008-05-221-22/+0
* further code improvement in TMenu.InRegionk-m_schindler2008-05-221-3/+2
* unused variables removed, minor change to TMenu.InRegion, eol property setk-m_schindler2008-05-221-36/+31
* - fixed video-backgroundtobigun2008-05-131-20/+12
* added "inherited ..." to all constructors to assure that the base-class const...tobigun2008-05-081-0/+2
* Bugfix: Options screen doesn't break anymore when cursor up / down is pressedmogguh2008-05-071-16/+2
* Option screen has two rows of buttons, to select the row beneath press [curso...mogguh2008-05-061-2/+49
* Added text reflection as new property in the thememogguh2008-05-051-5/+5
* MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...tobigun2008-05-021-5/+29
* Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun2008-05-021-1/+1
* video-background fix. This should fix the white-screen bug with animation bac...tobigun2008-04-301-1585/+1595
* Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun2008-04-301-1585/+1585
* workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun2008-04-101-21/+30
* Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun2008-03-311-32/+30
* Unicode fix for WideCharUpperCase(). This should work on all platforms now.tobigun2008-03-311-27/+9
* Removed unused Format-parameter in LoadTexture() and Add...()tobigun2008-03-311-40/+40
* beep() removedtobigun2008-03-311-10/+5
* - removed "Font Black" and "Font" texture typetobigun2008-03-311-137/+126
* - Select(Slide) textures should work now ('Font Black' -> 'Colorized')tobigun2008-03-281-15/+29
* fixed EIntOverflow in function TMenu.WideCharUpperCase when used on Linux ( o...jaybinks2008-03-281-1/+22
* Fixed compilation on the mac.eddie-08152008-03-251-0/+11
* ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun2008-03-211-2/+2
* disabled ParseMouse because it is not implemented by any subclass (usage of n...tobigun2008-03-091-1/+3
* Patchs from AlexanderS & f1fth_freed0mjaybinks2008-03-041-11/+3
* - some windows/lclintf dependencies removedtobigun2008-03-031-3/+3
* fixed video looping and background video playback on linux..jaybinks2008-02-201-8/+3
* mmmmmmmmmmmmmjaybinks2008-02-191-7/+40
* small modification to the jaybinks2008-02-131-2/+10
* removed a bunch of debugging from usdx startup.jaybinks2007-12-201-15/+0
* Fixed texture drawing on Mac OS X (looks like BackImg.Z was not initialized)....eddie-08152007-11-221-0/+1
* 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
* Fixed "White Line" Bugwhiteshark02007-10-271-2/+6
* Fixed linux compilation.jaybinks2007-10-021-1529/+1544
* fixed song loading in Lazarus..jaybinks2007-09-241-0/+1
* minor bug fixes to have lazarus build load resources into SDL_Image jaybinks2007-09-221-5/+13
* Adding new Resource compiler for lazarus projects..jaybinks2007-09-201-1/+2
* added UCommon ( in classes ) for lazarus...jaybinks2007-09-191-1/+6
* changes in order to compile in lazarus...jaybinks2007-09-181-0/+4
* did some cleanup and minor modificationsb1indy2007-09-081-10/+6
* now buttons can also have transparent colorized texturesb1indy2007-09-021-16/+67
* finished stuff for colorized transparent textures with statics (credits to mo...b1indy2007-09-021-5/+20
* Added Text Fading to ButtonCollectionwhiteshark02007-06-141-0/+4
* Fixed text position of SelectSlide when High is not 70whiteshark02007-05-161-1/+6
* added "popups" to ask for confirmation when leaving party mode or game or to ...b1indy2007-05-031-4/+15