aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-11-01fixed failed buildsjaybinks4-351/+367
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-081510-13/+55
2007-10-27Fixed "White Line" Bugwhiteshark01-2/+6
2007-10-02Fixed linux compilation.jaybinks2-1570/+1593
2007-09-27TextGL.pas: changed text blendmode... most texts should be readableb1indy1-0/+1
2007-09-24fixed song loading in Lazarus..jaybinks2-1/+4
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-20Ultrastar-DX now compiles in linux jaybinks3-1354/+1380
2007-09-19fixes to get working in lazarus..jaybinks1-1/+1
2007-09-19added UCommon ( in classes ) for lazarus...jaybinks2-6/+21
2007-09-18changes in order to compile in lazarus...jaybinks4-3/+23
2007-09-12* added missed dependency PNGImage.jaybinks1-1/+10
2007-09-08did some cleanup and minor modificationsb1indy2-14/+10
2007-09-07removed "error" messages (are more like warnings and did only confuse users)b1indy1-2/+2
2007-09-07UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy5-12/+11
2007-09-03some small improvement with fading buttonsb1indy1-1/+1
2007-09-02now buttons can also have transparent colorized texturesb1indy2-22/+149
2007-09-02finished stuff for colorized transparent textures with statics (credits to mo...b1indy1-5/+20
2007-07-22again some fixes in reflection code for buttons and staticsb1indy2-5/+5
2007-07-22fixed a minor bug in the reflection code that caused some reflections to be i...b1indy1-3/+3
2007-07-08Add Debug OSD with FPS and RSpeedwhiteshark01-2/+71
2007-07-08Fixed a bug in UDisplay that causes the game to crash on exit in Dualscreen M...whiteshark01-1/+4
2007-07-08Improved Error Logging and Benchmark:whiteshark01-2/+2
2007-06-14Added Text Fading to ButtonCollectionwhiteshark03-4/+19
2007-06-09Added Preview Volume and Fading to Sound Optionswhiteshark01-3/+7
2007-06-01Fixed a Memory Bug in UMenuSelectSlide that causes memory that is not in use ...whiteshark01-21/+22