aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Commented some Debuging Outputs in ULogwhiteshark02007-04-291-1/+1
* Added 2 new Buttons to ScreenMain: Multi and Statswhiteshark02007-04-295-60/+368
* Fixed a Bug in UMenuText that causes that Text with only one Char is not disp...whiteshark02007-04-281-6/+14
* Some Code Cleanup in UMenuTextwhiteshark02007-04-271-140/+5
* PageBreak Code Rewrittenwhiteshark02007-04-271-50/+233
* Added PS3 like ButtonFade abilitywhiteshark02007-04-262-22/+270
* just to test somethingb1indy2007-04-241-1/+1
* UTexture.pas: texture-wrap-mode changed to GL_CLAMP_TO_EDGE - solves some pro...b1indy2007-04-241-2/+2
* changed size of texture for screen fading effect to fixed size of 512x512, ne...b1indy2007-04-241-7/+9