aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-26Removed: Select, outdated/unused (+SelectSlide does the job)mogguh2-387/+2
2008-08-15- Support for multiple song/cover paths.tobigun1-0/+4
2008-08-13do not use the cached option of GetTexture() for theme textures, as the cache...tobigun1-9/+10
2008-07-21usage of glPushAttrib(GL_VIEWPORT_BIT) to save the viewport settings.tobigun1-2/+5
2008-07-19clean-up, removed some unused stufftobigun1-3/+1
2008-07-12removed unused local vartobigun1-1/+0
2008-07-12- cleanup/comments for TDisplay.Create tobigun1-131/+90
2008-07-12Text has a new property -> Z (default is 0)mogguh2-8/+13
2008-07-12Fixed the deselect texture not showing up on colorized buttonsmogguh1-140/+134
2008-07-02Audio/Video engine update:tobigun1-3/+0
2008-06-08- set svn:eol-style to nativetobigun7-1467/+1467
2008-05-24finally removed special version of the function PosEx for darwin. Not neededk-m_schindler1-35/+0
2008-05-23eol-style unified and propset, indentation, PosEx for Darwin commentedk-m_schindler1-51/+47
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-backgroundtobigun2-21/+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 a missing semicolonmogguh1-1/+1
2008-05-05Added text reflection as new property in the thememogguh2-8/+20
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 ...tobigun8-8/+10
2008-05-02screenshots should be fetched from screen in RGB and not BGR mode.tobigun1-3/+2
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...tobigun2-2155/+2155
2008-04-10workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun1-21/+30
2008-04-06- removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun1-107/+38
2008-04-06removed lazarus dependenciestobigun1-488/+490
2008-04-01removed unused lclintf/windows referencestobigun3-20/+5
2008-04-01Replaced GetTickCount with SDL_GetTicksf1fth_freed0m3-9/+10
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 typetobigun2-137/+128
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-07fpc warned that //$4D42 is ignored as a compiler-directive.tobigun1-1/+1
2008-03-04Patchs from AlexanderS & f1fth_freed0mjaybinks1-11/+3
2008-03-03- some windows/lclintf dependencies removedtobigun2-114/+125
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