aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UDisplay.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-031-7/+33
* 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
* re-inserted a line that is essential for proper timing in dual screen modeb1indy2007-04-241-1/+1
* ScreenFading now works in dual screen mode (it should not work with resolutio...b1indy2007-04-241-24/+27
* fixed a bug that caused song selection screen to be drawn incorrectly and sin...b1indy2007-04-171-2/+8
* Changed aadvanced options to switch on/off sing-effects and screen-fadingb1indy2007-04-171-13/+27
* re-inserted some code to set clear-color to white per default or to black via...b1indy2007-04-151-6/+7
* added some error checking to screen-fade-effect,b1indy2007-04-141-41/+73
* implemented fading between screens (needs to be tested),b1indy2007-04-131-123/+86
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1 b956fd51-792f-484...whiteshark02007-03-211-0/+289