aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-11-02Runtime theme changing - jira#USDX-156jaybinks1-3/+46
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@551 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-01changes for jira:USDX-141jaybinks4-6/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@545 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-11-01jira:USDX-147jaybinks32-33/+67
made backspace function as ESC for most screens git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@544 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-10-28Single Note Midi Playback by f1fth_freed0m added to 1.01whiteshark01-12/+45
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@538 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-10-26Improved ability to edit notetext a little bit.whiteshark01-1/+5
Text is now changed in Lyrics view immediately Add ability to write the 'tilde' (~) in editors textinput on QWERTY and QWERTZ keyboards git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@531 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-10-26Fixed Score Bug in Brunchwhiteshark01-4/+2
It was caused by display class calling OnShow event 2 times Some CleanUp in UScreenTop5 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@530 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-10-19Fixed: Wrong Score and Score Rating displayed in Score Screen when Players >= 4.whiteshark01-268/+78
Some Code cleanup in UScreenScore git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@521 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-29Credits, fix for deaf Whitesharkmogguh1-0/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@341 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-29Translators are now in the creditsmogguh1-2/+2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@340 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-29Changed Version to 1.00 (ready 4 Release xD)whiteshark01-6/+25
Credits Screen now loads on demand ( S0me loading speed improvement) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@339 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-25fixed some minor glitches in the credits screen (transparent texture was not ↵b1indy1-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
2007-07-23Really final work on credits (done! - stop reading cia, get rl)mogguh1-2/+2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@323 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-23Final work on credits (done :P - fuckings to the cia readers)mogguh1-19/+7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@322 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-20added new credits screen to branchb1indy1-132/+1008
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@309 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-18Little hack in SongScreen that fixes problems with blending. Drawing order ↵whiteshark01-1/+21
changed only for SongScreen: Buttons -> Statics -> Texts git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@301 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-15Fixed a bug in Party playlist selection when no playlist or category is ↵whiteshark01-4/+27
available git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@298 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-15Fixed a bug in Note Name convertationwhiteshark01-2/+12
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@297 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-09Fixed Bug in Stat Main: Categorys was counted as Songswhiteshark01-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@283 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-07-03Fixed a bug in EditorSub that causes a crash when the last note of a ↵whiteshark01-12/+41
sentence was deleted. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@273 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-25Fixed wrong sentence timings (T in Editor) when last note of a sentence and ↵whiteshark02-2/+36
first note of the next sentence overlap. Fixed 2 Bugs in Midi Converter: Notes were added more than once to txt when the save Button is pressed multiple times Notes are added more than once when open is pressed multiple time Added sentence start calculating to Midi Converter git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@267 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-20Enabled Deco Texurechanging depending on TeamPlaylings in PartyScore Screenwhiteshark01-2/+85
Changed Theme to fit the Changes git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@266 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-14No Up/Down needed anymore in Jump to Menuwhiteshark01-46/+14
Type can be changed now by pressing Left/Right while Button is Selected git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@261 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-10Fixed a Bug in ScreenSong Equalizer that causes an Invalid Pointer Exception ↵whiteshark01-3/+4
when US is closed. Changed Themes to fit the changes git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@258 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-10Completed Player-names. F1..F12 gets Template-Name from Ini. Alt-F1..F12 ↵mota232-72/+202
writes Template-Name to Ini. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@256 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-09Added Preview Volume and Fading to Sound Optionswhiteshark01-3/+8
Changed Themes to Fit these changes Updated Language Files Some fixes in SelectSlide git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@251 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-08Fixed: Up and Down now don't leave Playlist and Search Mode anymorewhiteshark01-69/+58
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@250 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-08Party Win Screen now changes the colors of the TeamBgs automaticly when ↵whiteshark01-0/+77
Color = TeamColor Changed Deluxe Team to fit the Changes git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@249 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-08Added ability to delete a Playlist within the Menuwhiteshark01-7/+48
Language Files updated git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@248 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-07Fixed 2 Bugs in Song Preview Fadingwhiteshark01-3/+7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@247 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-06Fixed some Bugs in Song Fadingwhiteshark01-33/+70
Added Ini Values to change the Fading and the Preview Volume git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@245 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-03Added SongPreview Fadingwhiteshark01-2/+12
Song Preview Max Volume is now 70 % Need Testing because of timing git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@243 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-06-03Some Code Cleanup in UScreenSongwhiteshark03-21/+19
Add Procedure DeletePlaylist to TPlaylistManager Add automatic Playlist Deleting if last Song is deleted Fixed some Cover displaying Bugs when JumptoMenu is left git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@242 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-29Added: Support for Player Name Templates. Set Names in config.ini ↵mota232-0/+116
([NameTemplate], Name1..12=text and recall in Name-Screens with F1..F12. Fix: All 12 player- and 3 teamnames are now saved in config.ini git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@237 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-28Fixed a bug in Coverloading, that could end up in an endless loop.whiteshark01-52/+54
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@233 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-28Changed Text Spacing for a better lookwhiteshark01-4/+11
SelectLoadingAnimation in ScreenAdvanced hidden, because it is useless atm Changed Theme to fit the new Textspacing Fixed some Language entrys git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@232 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-27Added workaround for corrupted background Imageswhiteshark01-4/+9
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@231 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-26Changed active lyrics color back to blue.mota231-3/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@230 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-26Added Workaround and Error Reporting for Errors during Cover loading.whiteshark01-21/+54
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@229 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-20An effort to make a workaround for the many Crashes when a Video File ist ↵whiteshark01-2/+30
corrupted. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@225 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-20Fixed a Bug in UScreenSong. Everytime the Category List is shown, the next ↵whiteshark01-8/+10
Song was selected. (Tabs=On) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@224 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-18Some Code Cleanup and Minor Bugfixes in UScreenSongJumptowhiteshark01-15/+16
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@222 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-18Fixed a Bug in Jump to Menu that causes a Wrong Song is Played, when the ↵whiteshark01-0/+2
first Song is in the Results and Tabs=off. LastPlayed Variable was not set correctly. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@221 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-18Some changes mode on ModiSDK and Depending Files(Plugin Loader, Party ↵whiteshark01-2/+0
SingScreen and Plugins) Changes make the Pluginsystem more extendable with backwards compatibility in further Versions. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@220 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-17Video Tag will now only be read when the VideoFile exists. whiteshark01-1/+1
-> Better usability of VideoIcon git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@214 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-17Some Code Cleanup in UScreenSongwhiteshark01-20/+8
Fixed VideoIcon Display git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@213 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-17added: Video Icon. Shows if Video is present in Song-Selection. Needs to be ↵mota231-0/+11
fixed. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@212 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-17Fixed a Bug in Jump to Letter: A and Z now Works correctlywhiteshark01-2/+2
Fixed a Bug in Skipto funktion that causes a wrong Song is Selected when Tabs=0. This was the Reason for some Bugs in Jump to and Random Functions. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@210 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-17Fixed a Bug in UScreenSongJumpto that causes a wrong Song is Displayed in ↵whiteshark01-1/+1
Song Selection when Tabs=0 and Search is opened, Search Type is changed and Search is closed. Fixed Position of SelectSlideType in Jump to Song Screen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@209 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-17Added ability to use German Umlaute Jump To Song Screenwhiteshark01-2/+2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@208 b956fd51-792f-4845-bead-9b4dfca2ff2c
2007-05-17Now when no Cat, Search or Playlist is shown, the Text specified in Theme ↵whiteshark01-1/+4
for TextCat is shown git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@207 b956fd51-792f-4845-bead-9b4dfca2ff2c