aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Collapse)AuthorAgeFilesLines
* check if a song file was loaded in singscreen and load it if notbrunzelchen2010-08-152-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2610 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added support for 4 (and even 6) players on one screen. its hard-coded and ↵brunzelchen2010-08-1517-1931/+2594
| | | | | | | | | | | | | not finished yet. the score screen needs adjustment. - update of acinerella, changed pixel format to BGR (seems to be better than RGB) - update of the language files. big thanks to thursday for the english translation! - added languages.xls for managing the language files - added support for vbr-files (prescan). - reduced the volume in applause.mp3 - added description of plugins in challenge mode git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2609 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added session logbrunzelchen2010-07-244-24/+82
| | | | | | - some minor changes for medley mode git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2606 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - possible/remainings score bar in singscreen: red at start, decreasing with ↵brunzelchen2010-07-0410-85/+253
| | | | | | | | | | | | lost score, filling green from left with score - added session log. log all played songs with player names and score - fixed calculation of possible scores - change tabs on/off: now with CTRL+T (songscreen) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2573 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - new option "PossibleScore": show max possible score in singscreen (toggle ↵brunzelchen2010-06-2816-128/+207
| | | | | | | | | | on/off with "S") - fade the "ball" also - fixed screensong preview volume - update of acinerella git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2565 b956fd51-792f-4845-bead-9b4dfca2ff2c
* missing update...brunzelchen2010-06-251-20/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2561 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - do not shuffle, if music no music loadedbrunzelchen2010-06-252-10/+29
| | | | | | - scan more data on mp3 files (BASS_CONFIG_VERIFY) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2560 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - fixed fading of player notesbrunzelchen2010-06-235-116/+215
| | | | | | | | | - fixed golden note twinkle - added support for more than one EDITION tag in one txt - added support for more than one GENRE tag in one txt - "move text to right" and "move all notes left/right" for duet songs in editor git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2557 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - individual line breaks for each player in duet songs are now possiblebrunzelchen2010-06-2135-2148/+1413
| | | | | | | | | | - fade in and out of lyrics, notes and notelines in sing screen - update of acinerella.dll - update of BASS to v2.4 - removed joypad support (did it ever worked?) - removed unused units and options git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2553 b956fd51-792f-4845-bead-9b4dfca2ff2c
* special chars in UScreenName, UScreenPartyPlayer, ScreenPartyPlayerM2 and ↵brunzelchen2010-06-175-24/+29
| | | | | | UScreenSongMenu (Playlist) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2537 b956fd51-792f-4845-bead-9b4dfca2ff2c
* divide sentence in duet mode if the first note is selected but the other ↵brunzelchen2010-06-121-2/+10
| | | | | | part begins earlier git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2499 b956fd51-792f-4845-bead-9b4dfca2ff2c
* bugfix: scaling of help screen on low resolutionsbrunzelchen2010-06-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2487 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added function DeleteSentence (SHIFT+DEL)brunzelchen2010-06-114-52/+133
| | | | | | | - fixed FixTimings - fixed InfoBar draw method git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2484 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - fixed saving duetsbrunzelchen2010-06-1011-1890/+1807
| | | | | | | | | | - rewrite of DivideSentence and JoinSentence for duet mode - rewrite of DivideNote for duet mode - fixed score calculation for P2 - added more functions to the menu - update of language files git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2473 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - code cosmetics in UDrawbrunzelchen2010-06-053-98/+117
| | | | | | | - fixed singbar calculation of P2 in duet mode - fixed handling of duet highscores git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2445 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some theme cosmetics (position of 2. lyricbar; page-text in statistic screen)brunzelchen2010-06-056-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2444 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - switched SDL.dll back to v1.2.12, the 1.2.14 has too much bugsbrunzelchen2010-06-0441-2825/+3134
| | | | | | - added duet support. duet song format based on hawkears duet mod for the 1.1 alpha git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2440 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - new acinerella.dll (based on 1.4)brunzelchen2010-05-3018-179/+179
| | | | | | | | | - the song does not restart if you change the video gap in the editor while playing - some corrections in Blue Sensation theme; darker sing notes graphics - some bugfixes - max fps at ~200 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2425 b956fd51-792f-4845-bead-9b4dfca2ff2c
* typo correction and bugfix for video-reflectionbrunzelchen2010-05-232-26/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2408 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed aspect in video preview; added video zoom animation in song screenbrunzelchen2010-05-233-96/+237
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2406 b956fd51-792f-4845-bead-9b4dfca2ff2c
* changing tabs or sorting in song screen: info popup with actual sorting; the ↵brunzelchen2010-05-222-45/+131
| | | | | | focus will remain on the actual song. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2399 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed position of medley countdownbrunzelchen2010-05-221-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2398 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added video reflection (for video preview)brunzelchen2010-05-223-47/+126
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2397 b956fd51-792f-4845-bead-9b4dfca2ff2c
* UScreenSong: toggle tabs with T; change sorting with SHIFT+T; removed ↵brunzelchen2010-05-224-25/+42
| | | | | | Ini.tabs_at_startup because there is Ini.Tabs already git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2396 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed leaving playlist in shuffle mode; playlist reloads now when sorting is ↵brunzelchen2010-05-223-4/+7
| | | | | | changed. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2395 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added duel-ratio-option (normal, 10%-90%) for challenge mode. the plugins ↵brunzelchen2010-05-223-0/+35
| | | | | | are nice but in challenge mode the normal duel-mode is more important. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2394 b956fd51-792f-4845-bead-9b4dfca2ff2c
* corrected dutch translationbrunzelchen2010-05-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2369 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added dutch translation (by Bruut)brunzelchen2010-05-0114-257/+851
| | | | | | | - update of acinerella.dll - update of changelogs git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2327 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - new SDL.dll (with a quick and dirty workaround for the hanging-mouse problem)brunzelchen2010-04-2868-1009/+1002
| | | | | | | | - changing of sorting and folder-option (on/off) does not need any restart now - a lot of code clean up - some bugfixes... i hope... dont't know which... git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2316 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added missing files for iStar Themebrunzelchen2010-04-0948-27/+446
| | | | | | - added shuffle mode for song menu (random song preview when user idles for some time) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2225 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - fixed "vista-no-mic-leads-to-crash" bugbrunzelchen2010-04-079-59/+108
| | | | | | | | - better fading texture handling - fixed black video background on second screen in song menu - "Blue Sensation" as default theme git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2224 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed error with "until 5000" plugin and the new scoring modebrunzelchen2010-04-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2215 b956fd51-792f-4845-bead-9b4dfca2ff2c
* *NEW: Press Left-Ctrl + * (* on Numpad) or Left-Ctrl + R to Shuffle Player ↵brunzelchen2010-04-044-16/+249
| | | | | | | | | Names in Classic Party Mode "Team- and Player Names"-Screen *NEW: Set "NewPartyPoints" in config.ini to "On" to give Winner Team 2Points and 2nd placed Team 1Point while playing with 3 Teams (default=on) thx to merc! git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2214 b956fd51-792f-4845-bead-9b4dfca2ff2c
* performance mode for videos: reducing lines on low fpsbrunzelchen2010-04-044-44/+233
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2213 b956fd51-792f-4845-bead-9b4dfca2ff2c
* bugfix LoadFaultySongs; some editor changes; update of ffmpegbrunzelchen2010-03-187-19/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2204 b956fd51-792f-4845-bead-9b4dfca2ff2c
* bugfix for bpm-edit-modebrunzelchen2010-03-091-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2190 b956fd51-792f-4845-bead-9b4dfca2ff2c
* bugfix editor: negative VideoGap brunzelchen2010-03-091-18/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2189 b956fd51-792f-4845-bead-9b4dfca2ff2c
* bugfix: side effects in stats caused by aspect ratiobrunzelchen2010-03-091-6/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2188 b956fd51-792f-4845-bead-9b4dfca2ff2c
* changing note colorsbrunzelchen2010-03-091-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2187 b956fd51-792f-4845-bead-9b4dfca2ff2c
* bugfix: 100% volume in medley modebrunzelchen2010-03-092-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2186 b956fd51-792f-4845-bead-9b4dfca2ff2c
* editor: added support for negative videogapbrunzelchen2010-03-061-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2179 b956fd51-792f-4845-bead-9b4dfca2ff2c
* allow FreeStyle notes with zero lengthbrunzelchen2010-03-061-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2178 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added Themes Blue Sensation and iStar (thx to gpm)brunzelchen2010-03-06261-1209/+6518
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2177 b956fd51-792f-4845-bead-9b4dfca2ff2c
* hard coded editor theme (a real theme should be added in the 1.1)brunzelchen2010-03-061-4/+122
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2176 b956fd51-792f-4845-bead-9b4dfca2ff2c
* changed standard video seek procedure in sing screen (not nice but faster)brunzelchen2010-03-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2175 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed song skipping in party modesbrunzelchen2010-03-062-11/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2174 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed a bug in editor: pressing p or v leads sometimes to a crash;brunzelchen2010-03-048-10/+16
| | | | | | released the r7 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2173 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added error number to error.log and empty lines between the entries;brunzelchen2010-03-042-2/+11
| | | | | | added check for note length<1 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2172 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed lineNo in error reporting;brunzelchen2010-03-042-10/+15
| | | | | | fixed videopreview after singing or editing git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2171 b956fd51-792f-4845-bead-9b4dfca2ff2c
* update of changelogsbrunzelchen2010-03-034-0/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2170 b956fd51-792f-4845-bead-9b4dfca2ff2c