aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenCredits.pas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Credits, fix for deaf Whitesharkmogguh2007-07-291-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@341 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Translators are now in the creditsmogguh2007-07-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@340 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed some minor glitches in the credits screen (transparent texture was not ↵b1indy2007-07-251-11/+10
| | | | | | totally transparent, which could be seen with now working transparency in trunk) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@330 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Really final work on credits (done! - stop reading cia, get rl)mogguh2007-07-231-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@323 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Final work on credits (done :P - fuckings to the cia readers)mogguh2007-07-231-19/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@322 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added new credits screen to branchb1indy2007-07-201-132/+1008
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@309 b956fd51-792f-4845-bead-9b4dfca2ff2c
* all SongFile Loading and Saving procedures moved to UFiles.whiteshark02007-05-161-1/+1
| | | | | | | Added Some Tolerance in Song File Loading and Song Header Loading. Fix: Programm doesn't Crash anymore when a coruppted Song is loaded for Singing or Editing. Now Jump back to SongScreen and show an Error Message. Also Party Mode is not Interupted, a new Song will be selected automatically. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@197 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added 2 new Buttons to ScreenMain: Multi and Statswhiteshark02007-04-291-3/+3
| | | | | | | | | | | | | | | | | | | Updated Language Fiels to Fit with new Buttons Some CodeClean Up in Menu Class and in Screens Some minor Bug fixes I forgot about Added ability to group Buttons within a Screen New Theme Object: ButtonCollection: Same Attributes as a Button Plus FirstChild: Defining the First Button in the Group. For Example: SingSolo is 1, SingMulti Button is 2, in ScreenMain Added Attribute to Theme Button: Parent: Number of the assigned Group, 0 for no Group Used new Abilitys in MainScreen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@149 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Feature: Credits screen is now a screen for itself (UGraphic.pas, ↵mogguh2007-04-261-0/+223
UScreenMain.pas, UScreenCredits.pas) Feature: Credits screen now has a tune in the background, thanks weezl <3 !! (place the mp3 into your "Sounds" path) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@141 b956fd51-792f-4845-bead-9b4dfca2ff2c