aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed a Bug in PartyMode that causes that Players are not chossen fairwhiteshark02007-04-241-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@136 b956fd51-792f-4845-bead-9b4dfca2ff2c
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@135 ↵crazy_joker2007-04-241-9/+9
| | | | b956fd51-792f-4845-bead-9b4dfca2ff2c
* UTexture.pas: texture-wrap-mode changed to GL_CLAMP_TO_EDGE - solves some ↵b1indy2007-04-242-6/+6
| | | | | | | | problems where edges of textures were drawn incorrectly UDisplay.pas: simplified generation of fade texture (a little) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@134 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed: Select a not Visible Button in Joker Menu, if the first Team has no Jokerwhiteshark02007-04-241-2/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@133 b956fd51-792f-4845-bead-9b4dfca2ff2c
* changed size of texture for screen fading effect to fixed size of 512x512, ↵b1indy2007-04-241-7/+9
| | | | | | need comments git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@132 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added ability to Select Players before Songwhiteshark02007-04-244-4/+49
| | | | | | Make Option OnSongClick Work git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@131 b956fd51-792f-4845-bead-9b4dfca2ff2c
* re-inserted a line that is essential for proper timing in dual screen modeb1indy2007-04-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@130 b956fd51-792f-4845-bead-9b4dfca2ff2c
* ScreenFading now works in dual screen mode (it should not work with ↵b1indy2007-04-241-24/+27
| | | | | | resolutions higher than 1024x768 because of limited texture size, someone with a big screen should check this) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@129 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Feature: SingBar is now moveable via theme/skin (affects UDraw.pas, ↵mogguh2007-04-234-33/+148
| | | | | | UThemes.pas, UScreenSing.pas) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@128 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed: SongSorting is CaseSensitivewhiteshark02007-04-231-18/+18
| | | | | | Inspired by official Ultrastar SVN git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@127 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed some Bugs in Party Modewhiteshark02007-04-213-9/+45
| | | | | | | Fixed TeamScores are not Reseted Added SBGW to MenuSelectSlide3 to Fit the Menu a little bit More. Need much Work to be Perfect git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@126 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Made the Line-Popup pop up.mota232007-04-203-111/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@125 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Changed LinePopup Colors from Red->Green to Red->Yellow->Greenmota232007-04-201-3/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@124 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Some Memory tweaking (13 MB Less Ram using at 800 Songs)whiteshark02007-04-204-5/+61
| | | | | | Some Loading Time tweaking (From 8 Secs to 6 Secs on my Computer) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@123 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Removed Border-Artefacts in [sing]scoreBg, [special]bar1 and [special]bar2. ↵mota232007-04-204-0/+112
| | | | | | Minor fix in [sing]notesBgLeft and Right git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@122 b956fd51-792f-4845-bead-9b4dfca2ff2c
* p again :)mota232007-04-201-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@121 b956fd51-792f-4845-bead-9b4dfca2ff2c
* New skin for Notes. more Colorfull and the glow more smoothly. Fixed ↵mota232007-04-208-7/+7
| | | | | | artefacts in p.jpg. Graphics renamed. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@120 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added new Language Entrys for Statistics Screenwhiteshark02007-04-193-2/+103
| | | | | | Added some missing Entrys in German and English Language File and Readme git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@119 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added Statistic Screens to C0de and to Themewhiteshark02007-04-1910-32/+1026
| | | | | | | Moved some Translated Strings from UScreenPartyOptions to UTheme to use it with the Statistic Screens, too. Fixed use of /n Tag istead of the correct \n git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@118 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed a Bug in PageBreak generation for Textwhiteshark02007-04-191-2/+36
| | | | | | Added support for /n Tag in Texts git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@117 b956fd51-792f-4845-bead-9b4dfca2ff2c
* p.jpg, now with border ;)mota232007-04-191-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@116 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Just some skinning. Joker.jpg changed to PS-Mic, P.jpg no more Pummelig and ↵mota232007-04-196-0/+0
| | | | | | [sing]lyricsHelpBar.jpg (backups added) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@115 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Removed EXIF from [BG]PartyRound.jpg (20k smaler)mota232007-04-181-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@114 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Update: LyricBarHelpercrazy_joker2007-04-181-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@113 b956fd51-792f-4845-bead-9b4dfca2ff2c
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@112 ↵mogguh2007-04-1711-35/+57
| | | | b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed a bug that caused song selection screen to be drawn incorrectly and ↵b1indy2007-04-171-2/+8
| | | | | | singscreen crash when screen fading was disabled git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@111 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Bugfix: Scores where not shown correctly when in 4 or 6 player mode ↵mogguh2007-04-172-14/+29
| | | | | | | | (UScreenScore.pas), some more effort should be needed to draw the score bars in this mode correctly (but not now) Theme/Skin: Playerboxes in score screen are now draw in player color (just affected the 4 and 6 player mode) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@110 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Feature: Added the possibility to skin the sing screen, it's now possible to ↵mogguh2007-04-174-240/+336
| | | | | | | | set player 1 stuff related to player modi (1, 2 or 3 player mode) (affected UThemes.pas, UScreenSing.pas, UScreenSingModi.pas) Theme/Skin: Used the new sing screen possibility, looks way more ps3 now :P git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@109 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added Exit Button to Stats Screenwhiteshark02007-04-171-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@108 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Commited UTheme.pas to prevent Conflictswhiteshark02007-04-171-0/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@107 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Theme/Skin: P2 now skinned too, at sing screenmogguh2007-04-171-21/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@106 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Theme/Skin: Started to skin the sing screenmogguh2007-04-174-64/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@105 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Bugfix: Fixed minor problem that caused artefacts to be drawn - ↵mogguh2007-04-171-1/+1
| | | | | | 'transparent' now works with #ffffff and #fefefe (UTexture.pas) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@104 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Update: Language,Party Mod Skin & Lyric Help Barcrazy_joker2007-04-175-117/+151
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@103 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Well, heres my first commit since R11. Some minor skin changes, new ↵mota232007-04-179-13/+28
| | | | | | skin.ini-entry LyricHelpBar git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@102 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Changed aadvanced options to switch on/off sing-effects and screen-fadingb1indy2007-04-1710-55/+69
| | | | | | | Changed Languages (english, german) and Theme (deluxe) to reflect these changes implemented checks for config values to make these things work as expected git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@101 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed bug in TSkin.onThemeChange that caused a crashb1indy2007-04-161-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@100 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Theme/Score: Score screen is now fully skinned, so is the Top5 screenmogguh2007-04-161-584/+464
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@99 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Theme/Skin: Score screen for 2player done, added bar for navigation (enter ↵mogguh2007-04-164-373/+472
| | | | | | | | button to continue) Language: Added "SING_LEGEND_CONTINUE", maybe others will follow git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@98 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Theme/Skin: Minor changes on the default coversmogguh2007-04-152-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@97 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Add : Joker & a part of the Party Modi Skincrazy_joker2007-04-154-243/+303
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@96 b956fd51-792f-4845-bead-9b4dfca2ff2c
* re-inserted some code to set clear-color to white per default or to black ↵b1indy2007-04-151-6/+7
| | | | | | via commandline switch (affects whole classic theme and singscreen in deluxe theme) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@95 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Theme/Skin: New default cover for category w/out a cover, should be moved to ↵mogguh2007-04-152-0/+0
| | | | | | "Covers" directory on release (./Game/Graphics/NoCover.jpg) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@94 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed some Bugs in Party Modewhiteshark02007-04-156-15/+18
| | | | | | Fixed Support CategoryOnly Playlist Support git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@93 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Added Prevention of starting PartyMode without Plugins Loaded or with less ↵whiteshark02007-04-151-5/+6
| | | | | | then 2 Players git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@92 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Theme/Skin: New cover for songs w/ no cover xDmogguh2007-04-143-7/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@91 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Theme/Skin: Huge cleanup (still not finished), score screen almost done (1P ↵mogguh2007-04-1420-269/+479
| | | | | | done), used new reflection possibility for menu bar git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@90 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Did Some Code Cleanupwhiteshark02007-04-144-94/+114
| | | | | | | Fixed some Bugs in Party Mode Added a Better Round Plugin Selection git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@89 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added some error checking to screen-fade-effect,b1indy2007-04-142-44/+76
| | | | | | restored proper order of credits git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@88 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fixed a bug that causes Perfect Line twinkles to spawn at each Line when ↵whiteshark02007-04-141-12/+11
| | | | | | LineBonus is deactivated. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@87 b956fd51-792f-4845-bead-9b4dfca2ff2c