aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* New spacing for Font type 1whiteshark02007-05-281-0/+3
* Changed Text Spacing for a better lookwhiteshark02007-05-281-1/+4
* Added ability to take a Screenshot with the Print Key from every Screen in th...whiteshark02007-05-181-4/+3
* all SongFile Loading and Saving procedures moved to UFiles.whiteshark02007-05-161-3/+3
* Fixed text position of SelectSlide when High is not 70whiteshark02007-05-162-3/+8
* well... changed Button Reflections back to old behaviorb1indy2007-05-041-2/+2
* reflections of buttoncollection nur fade out more realisticly (need your opin...b1indy2007-05-031-2/+2
* more explanatory error message in case copying the fade texture failsb1indy2007-05-031-2/+14
* screen fades to black at game end, when fading is enabledb1indy2007-05-031-10/+29
* minor changes to PopUp code and to related parts of themesb1indy2007-05-031-3/+3
* added "popups" to ask for confirmation when leaving party mode or game or to ...b1indy2007-05-032-11/+48
* Added ability to make buttons invisible(and also unselectable) in Theme. whiteshark02007-04-301-1/+4