aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed song loading in Lazarus..jaybinks2007-09-242-1/+4
* 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
* Ultrastar-DX now compiles in linux jaybinks2007-09-203-1354/+1380
* fixes to get working in lazarus..jaybinks2007-09-191-1/+1
* added UCommon ( in classes ) for lazarus...jaybinks2007-09-192-6/+21
* changes in order to compile in lazarus...jaybinks2007-09-184-3/+23
* * added missed dependency PNGImage.jaybinks2007-09-121-1/+10
* did some cleanup and minor modificationsb1indy2007-09-082-14/+10
* removed "error" messages (are more like warnings and did only confuse users)b1indy2007-09-071-2/+2
* UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy2007-09-075-12/+11
* some small improvement with fading buttonsb1indy2007-09-031-1/+1
* now buttons can also have transparent colorized texturesb1indy2007-09-022-22/+149
* finished stuff for colorized transparent textures with statics (credits to mo...b1indy2007-09-021-5/+20
* again some fixes in reflection code for buttons and staticsb1indy2007-07-222-5/+5
* fixed a minor bug in the reflection code that caused some reflections to be i...b1indy2007-07-221-3/+3
* Add Debug OSD with FPS and RSpeedwhiteshark02007-07-081-2/+71
* Fixed a bug in UDisplay that causes the game to crash on exit in Dualscreen M...whiteshark02007-07-081-1/+4
* Improved Error Logging and Benchmark:whiteshark02007-07-081-2/+2
* Added Text Fading to ButtonCollectionwhiteshark02007-06-143-4/+19
* Added Preview Volume and Fading to Sound Optionswhiteshark02007-06-091-3/+7
* Fixed a Memory Bug in UMenuSelectSlide that causes memory that is not in use ...whiteshark02007-06-011-21/+22