aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed unused local vartobigun2008-07-121-1/+0
* - cleanup/comments for TDisplay.Create tobigun2008-07-121-131/+90
* Text has a new property -> Z (default is 0)mogguh2008-07-122-8/+13
* Fixed the deselect texture not showing up on colorized buttonsmogguh2008-07-121-140/+134
* Audio/Video engine update:tobigun2008-07-021-3/+0
* - set svn:eol-style to nativetobigun2008-06-087-1467/+1467
* finally removed special version of the function PosEx for darwin. Not neededk-m_schindler2008-05-241-35/+0
* eol-style unified and propset, indentation, PosEx for Darwin commentedk-m_schindler2008-05-231-51/+47
* 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-132-21/+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 a missing semicolonmogguh2008-05-051-1/+1
* Added text reflection as new property in the thememogguh2008-05-052-8/+20
* 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-028-8/+10
* screenshots should be fetched from screen in RGB and not BGR mode.tobigun2008-05-021-3/+2
* 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-302-2155/+2155
* workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun2008-04-101-21/+30
* - removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun2008-04-061-107/+38
* removed lazarus dependenciestobigun2008-04-061-488/+490
* removed unused lclintf/windows referencestobigun2008-04-013-20/+5
* Replaced GetTickCount with SDL_GetTicksf1fth_freed0m2008-04-013-9/+10
* 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-312-137/+128
* - 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
* fpc warned that //$4D42 is ignored as a compiler-directive.tobigun2008-03-071-1/+1
* Patchs from AlexanderS & f1fth_freed0mjaybinks2008-03-041-11/+3
* - some windows/lclintf dependencies removedtobigun2008-03-032-114/+125
* 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-014-351/+367
* Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08152007-11-0110-13/+55
* Fixed "White Line" Bugwhiteshark02007-10-271-2/+6
* Fixed linux compilation.jaybinks2007-10-022-1570/+1593
* TextGL.pas: changed text blendmode... most texts should be readableb1indy2007-09-271-0/+1