| Commit message (Expand) | Author | Files | Lines |
2016-01-02 | first changes to party mode | k-m_schindler | 2 | -10/+14 |
2016-01-01 | mainly change sentence-related stuff | k-m_schindler | 2 | -10/+12 |
2016-01-01 | add GetStringWithNoAccents | k-m_schindler | 1 | -0/+2 |
2015-10-27 | fixed typo | basisbit | 1 | -1/+1 |
2015-10-27 | * fix scrolling and clicking on songs by mouse in song-selection-view if ther... | basisbit | 1 | -0/+6 |
2015-10-20 | * Radeon X1600/X1650 graphics card report that they support NPOT, but they do... | basisbit | 1 | -1/+4 |
2015-10-19 | * some additional logging when switching between background, visualization an... | basisbit | 1 | -0/+6 |
2015-10-19 | * finished implementing "v"-key to switch between video, visualization and ba... | basisbit | 1 | -7/+4 |
2015-10-19 | * adapted to build with ffmpeg 2.8.1 | basisbit | 1 | -4/+4 |
2015-10-17 | * allow to switch between background-video, background-image and projectM vis... | basisbit | 1 | -7/+21 |
2015-09-14 | * added texts and English+German translation for JukeBox | basisbit | 1 | -96/+61 |
2015-09-07 | * show status in the window title when initializing or loading stuff | basisbit | 1 | -2/+3 |
2015-09-07 | * show CallStack on unhandled application error | basisbit | 2 | -64/+61 |
2015-09-04 | * if NPOT is supported by the graphics card driver, do not manually resize vi... | basisbit | 1 | -3/+0 |
2015-08-28 | * first usable implementation of the JukeBox mode, work in progress - you can... | basisbit | 2 | -1/+1831 |
2015-08-23 | * qick-fix some memory leaking after leaving MenuOptionsTheme (the covers-tex... | basisbit | 1 | -5/+7 |
2015-08-23 | *fixed "back" button in the sound-options menu | basisbit | 1 | -3/+3 |
2014-11-22 | Remove unused variables and fix warnings with ifdefed variables. Thanks to ru... | k-m_schindler | 5 | -11/+13 |
2014-11-22 | Call LoadSong() only before playing the song. This speeds up the initial load... | k-m_schindler | 1 | -1/+1 |
2014-11-22 | adjust eol and set svn property svn:eol-style native | k-m_schindler | 1 | -233/+233 |
2014-06-12 | Add option to skip the song intro | brian-ch | 1 | -0/+11 |
2014-01-01 | Move the threshold and mic-boost options from sound to record. | k-m_schindler | 2 | -12/+11 |
2013-02-23 | fix typo of previous commit. | k-m_schindler | 1 | -1/+0 |
2013-02-23 | medley mod: Themes modifications. This is considered the last part of the med... | k-m_schindler | 3 | -21/+46 |
2013-02-22 | add fade for medley mod. | k-m_schindler | 1 | -0/+1 |
2013-02-22 | Add Applause for medley mod. | k-m_schindler | 1 | -0/+1 |
2013-02-22 | merge the first part of the medley_new branch. This part has the functionalit... | k-m_schindler | 3 | -264/+933 |
2013-02-21 | Do some semi-automatic text size adjustment. Fixes Gaelic button texts. | k-m_schindler | 1 | -0/+14 |
2010-12-28 | log active players only | tobigun | 1 | -3/+5 |
2010-10-14 | revert accidental previous commit | k-m_schindler | 1 | -9/+1 |
2010-10-14 | Mac OS X Readme | k-m_schindler | 1 | -1/+9 |
2010-10-10 | Bugfix: Partymode - ScoreScreen has(/starts) BG-Music now | b_krueger | 1 | -0/+3 |
2010-10-10 | show credits after one minute instead of a half | tobigun | 1 | -2/+2 |
2010-10-10 | start bg-music in main-screen (additionally to start in main()) | tobigun | 1 | -0/+3 |
2010-10-10 | no bg-music in record screen | tobigun | 2 | -0/+5 |
2010-08-19 | reload header in screensing.OnShow | whiteshark0 | 1 | -2/+2 |
2010-07-18 | some changes to mouse eEgg | whiteshark0 | 1 | -0/+15 |
2010-07-11 | enable editor keys for macosx changing start and end of notes. CTRL does not ... | k-m_schindler | 1 | -4/+4 |
2010-07-08 | more consistent use of modifier key for moving notes and enables on macs, whe... | k-m_schindler | 1 | -2/+2 |
2010-07-04 | - divide ScreenW by 2 in modi list if screens=2 and fullscreen (UIni) | brunzelchen | 1 | -3/+4 |
2010-06-30 | remove some unused elements of ScreenCredits | whiteshark0 | 1 | -10/+0 |
2010-06-30 | - code restructured (e.g.: more comments, well named comments) | whiteshark0 | 1 | -1128/+980 |
2010-06-18 | Top5: display translated difficulty names instead of english ones | whiteshark0 | 1 | -1/+1 |
2010-06-17 | - enter credits screen after 30 seconds w/o user interaction in main screen | whiteshark0 | 2 | -1/+38 |
2010-06-17 | pause bg music during credits | whiteshark0 | 1 | -0/+5 |
2010-06-14 | minor fix: select themes button in screenoptions after reloading theme | whiteshark0 | 1 | -0/+8 |
2010-06-14 | minor editor fix: | whiteshark0 | 1 | -0/+4 |
2010-06-13 | Fix for invalid song lengths | tobigun | 1 | -1/+7 |
2010-06-11 | use MidiCons: use MIDI_NOTEOFF/NOTEON constants instead of cryptic hex-numbers | tobigun | 1 | -18/+24 |
2010-06-11 | fix display of "InfoBar" for songs whose first note doesn't start at beat zero | whiteshark0 | 1 | -6/+7 |