| Commit message (Expand) | Author | Files | Lines |
2010-08-15 | check if a song file was loaded in singscreen and load it if not | brunzelchen | 2 | -1/+5 |
2010-08-15 | - added support for 4 (and even 6) players on one screen. its hard-coded and ... | brunzelchen | 3 | -135/+702 |
2010-07-24 | - added session log | brunzelchen | 3 | -17/+48 |
2010-07-04 | - possible/remainings score bar in singscreen: red at start, decreasing with ... | brunzelchen | 3 | -11/+71 |
2010-06-28 | - new option "PossibleScore": show max possible score in singscreen (toggle o... | brunzelchen | 3 | -6/+15 |
2010-06-25 | - do not shuffle, if music no music loaded | brunzelchen | 1 | -1/+1 |
2010-06-23 | - fixed fading of player notes | brunzelchen | 1 | -23/+18 |
2010-06-21 | - individual line breaks for each player in duet songs are now possible | brunzelchen | 10 | -210/+331 |
2010-06-17 | special chars in UScreenName, UScreenPartyPlayer, ScreenPartyPlayerM2 and USc... | brunzelchen | 4 | -23/+27 |
2010-06-12 | divide sentence in duet mode if the first note is selected but the other part... | brunzelchen | 1 | -2/+10 |
2010-06-11 | bugfix: scaling of help screen on low resolutions | brunzelchen | 1 | -2/+2 |
2010-06-11 | - added function DeleteSentence (SHIFT+DEL) | brunzelchen | 3 | -52/+132 |
2010-06-10 | - fixed saving duets | brunzelchen | 5 | -210/+536 |
2010-06-05 | - code cosmetics in UDraw | brunzelchen | 2 | -86/+93 |
2010-06-04 | - switched SDL.dll back to v1.2.12, the 1.2.14 has too much bugs | brunzelchen | 8 | -851/+1684 |
2010-05-30 | - new acinerella.dll (based on 1.4) | brunzelchen | 2 | -30/+20 |
2010-05-23 | typo correction and bugfix for video-reflection | brunzelchen | 1 | -1/+1 |
2010-05-23 | fixed aspect in video preview; added video zoom animation in song screen | brunzelchen | 2 | -44/+160 |
2010-05-22 | changing tabs or sorting in song screen: info popup with actual sorting; the ... | brunzelchen | 1 | -31/+113 |
2010-05-22 | fixed position of medley countdown | brunzelchen | 1 | -5/+6 |
2010-05-22 | added video reflection (for video preview) | brunzelchen | 2 | -39/+72 |
2010-05-22 | UScreenSong: toggle tabs with T; change sorting with SHIFT+T; removed Ini.tab... | brunzelchen | 2 | -20/+41 |
2010-05-22 | fixed leaving playlist in shuffle mode; playlist reloads now when sorting is ... | brunzelchen | 3 | -4/+7 |
2010-05-22 | added duel-ratio-option (normal, 10%-90%) for challenge mode. the plugins are... | brunzelchen | 1 | -0/+4 |
2010-04-28 | - new SDL.dll (with a quick and dirty workaround for the hanging-mouse problem) | brunzelchen | 31 | -334/+427 |
2010-04-09 | - added missing files for iStar Theme | brunzelchen | 2 | -13/+151 |
2010-04-07 | - fixed "vista-no-mic-leads-to-crash" bug | brunzelchen | 2 | -11/+16 |
2010-04-04 | *NEW: Press Left-Ctrl + * (* on Numpad) or Left-Ctrl + R to Shuffle Player Na... | brunzelchen | 1 | -9/+198 |
2010-03-18 | bugfix LoadFaultySongs; some editor changes; update of ffmpeg | brunzelchen | 1 | -15/+46 |
2010-03-09 | bugfix for bpm-edit-mode | brunzelchen | 1 | -2/+5 |
2010-03-09 | bugfix editor: negative VideoGap | brunzelchen | 1 | -18/+8 |
2010-03-09 | bugfix: 100% volume in medley mode | brunzelchen | 1 | -1/+1 |
2010-03-06 | editor: added support for negative videogap | brunzelchen | 1 | -0/+8 |
2010-03-06 | hard coded editor theme (a real theme should be added in the 1.1) | brunzelchen | 1 | -4/+122 |
2010-03-06 | changed standard video seek procedure in sing screen (not nice but faster) | brunzelchen | 1 | -2/+2 |
2010-03-06 | fixed song skipping in party modes | brunzelchen | 1 | -10/+22 |
2010-03-04 | fixed a bug in editor: pressing p or v leads sometimes to a crash; | brunzelchen | 1 | -5/+11 |
2010-03-04 | fixed lineNo in error reporting; | brunzelchen | 1 | -4/+6 |
2010-03-03 | moved help IDs to a better place, i hope.. | brunzelchen | 26 | -80/+77 |
2010-03-02 | SongCheck: list all errors; | brunzelchen | 1 | -5/+1 |
2010-03-02 | some corrections; | brunzelchen | 2 | -10/+13 |
2010-03-01 | summerizing of highscores in top screen as an option (never, dynamic, always); | brunzelchen | 3 | -5/+73 |
2010-02-28 | popup with error count on start up, if there were any errors during the start... | brunzelchen | 2 | -1/+16 |
2010-02-27 | added info bar for editor | brunzelchen | 1 | -17/+129 |
2010-02-26 | fixed BPM-Change | brunzelchen | 1 | -14/+219 |
2010-02-25 | some changes and bugfixing in editor | brunzelchen | 1 | -32/+264 |
2010-02-24 | added experimental voice playback after singing | brunzelchen | 3 | -10/+80 |
2010-02-23 | added own folder for recordings | brunzelchen | 1 | -4/+12 |
2010-02-23 | riff wave instead of raw recording (experimental) | brunzelchen | 1 | -2/+2 |
2010-02-21 | moved and renamed DrawVolume to UDraw.DrawVolumeBar | brunzelchen | 9 | -153/+134 |