| Commit message (Expand) | Author | Files | Lines |
2007-11-01 | fixed failed builds | jaybinks | 1 | -0/+4 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 1 | -4/+2 |
2007-10-02 | Fixed linux compilation. | jaybinks | 1 | -41/+49 |
2007-09-27 | TextGL.pas: changed text blendmode... most texts should be readable | b1indy | 1 | -0/+1 |
2007-09-20 | Ultrastar-DX now compiles in linux | jaybinks | 1 | -460/+469 |
2007-09-19 | fixes to get working in lazarus.. | jaybinks | 1 | -1/+1 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 1 | -5/+15 |
2007-09-18 | changes in order to compile in lazarus... | jaybinks | 1 | -2/+5 |
2007-09-12 | * added missed dependency PNGImage. | jaybinks | 1 | -1/+10 |
2007-09-08 | did some cleanup and minor modifications | b1indy | 1 | -4/+4 |
2007-09-07 | removed "error" messages (are more like warnings and did only confuse users) | b1indy | 1 | -2/+2 |
2007-09-07 | UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo | b1indy | 1 | -1/+1 |
2007-07-08 | Add Debug OSD with FPS and RSpeed | whiteshark0 | 1 | -2/+71 |
2007-07-08 | Fixed a bug in UDisplay that causes the game to crash on exit in Dualscreen M... | whiteshark0 | 1 | -1/+4 |
2007-07-08 | Improved Error Logging and Benchmark: | whiteshark0 | 1 | -2/+2 |
2007-05-18 | Added ability to take a Screenshot with the Print Key from every Screen in th... | whiteshark0 | 1 | -4/+3 |
2007-05-16 | all SongFile Loading and Saving procedures moved to UFiles. | whiteshark0 | 1 | -3/+3 |
2007-05-03 | more explanatory error message in case copying the fade texture fails | b1indy | 1 | -2/+14 |
2007-05-03 | screen fades to black at game end, when fading is enabled | b1indy | 1 | -10/+29 |
2007-05-03 | minor changes to PopUp code and to related parts of themes | b1indy | 1 | -3/+3 |
2007-05-03 | added "popups" to ask for confirmation when leaving party mode or game or to ... | b1indy | 1 | -7/+33 |
2007-04-24 | just to test something | b1indy | 1 | -1/+1 |
2007-04-24 | UTexture.pas: texture-wrap-mode changed to GL_CLAMP_TO_EDGE - solves some pro... | b1indy | 1 | -2/+2 |
2007-04-24 | changed size of texture for screen fading effect to fixed size of 512x512, ne... | b1indy | 1 | -7/+9 |
2007-04-24 | re-inserted a line that is essential for proper timing in dual screen mode | b1indy | 1 | -1/+1 |
2007-04-24 | ScreenFading now works in dual screen mode (it should not work with resolutio... | b1indy | 1 | -24/+27 |
2007-04-17 | fixed a bug that caused song selection screen to be drawn incorrectly and sin... | b1indy | 1 | -2/+8 |
2007-04-17 | Changed aadvanced options to switch on/off sing-effects and screen-fading | b1indy | 1 | -13/+27 |
2007-04-15 | re-inserted some code to set clear-color to white per default or to black via... | b1indy | 1 | -6/+7 |
2007-04-14 | added some error checking to screen-fade-effect, | b1indy | 1 | -41/+73 |
2007-04-13 | implemented fading between screens (needs to be tested), | b1indy | 1 | -123/+86 |