aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens (follow)
Commit message (Expand)AuthorAgeFilesLines
* add About screenk-m_schindler2016-01-062-1/+169
* add about, jukebox and credits buttons and rearrange the buttons in the main ...k-m_schindler2016-01-051-2/+2
* end of first pass. many more smaller changes and preparations for later addit...k-m_schindler2016-01-0316-39/+1326
* change and prepare game optionsk-m_schindler2016-01-031-8/+64
* change and prepare advanced optionsk-m_schindler2016-01-031-8/+14
* change and prepare options screenk-m_schindler2016-01-031-1/+39
* change and prepare main screenk-m_schindler2016-01-031-12/+36
* add Textdescriptionk-m_schindler2016-01-031-0/+1
* first changes to party modek-m_schindler2016-01-022-10/+14
* mainly change sentence-related stuffk-m_schindler2016-01-012-10/+12
* add GetStringWithNoAccentsk-m_schindler2016-01-011-0/+2
* fixed typobasisbit2015-10-271-1/+1
* * fix scrolling and clicking on songs by mouse in song-selection-view if ther...basisbit2015-10-271-0/+6
* * Radeon X1600/X1650 graphics card report that they support NPOT, but they do...basisbit2015-10-201-1/+4
* * some additional logging when switching between background, visualization an...basisbit2015-10-191-0/+6
* * finished implementing "v"-key to switch between video, visualization and ba...basisbit2015-10-191-7/+4
* * adapted to build with ffmpeg 2.8.1basisbit2015-10-191-4/+4
* * allow to switch between background-video, background-image and projectM vis...basisbit2015-10-171-7/+21
* * added texts and English+German translation for JukeBoxbasisbit2015-09-141-96/+61
* * show status in the window title when initializing or loading stuffbasisbit2015-09-071-2/+3
* * show CallStack on unhandled application errorbasisbit2015-09-072-64/+61
* * if NPOT is supported by the graphics card driver, do not manually resize vi...basisbit2015-09-041-3/+0
* * first usable implementation of the JukeBox mode, work in progress - you can...basisbit2015-08-282-1/+1831
* * qick-fix some memory leaking after leaving MenuOptionsTheme (the covers-tex...basisbit2015-08-231-5/+7
* *fixed "back" button in the sound-options menubasisbit2015-08-231-3/+3
* Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...k-m_schindler2014-11-225-11/+13
* Call LoadSong() only before playing the song. This speeds up the initial load...k-m_schindler2014-11-221-1/+1
* adjust eol and set svn property svn:eol-style nativek-m_schindler2014-11-221-233/+233
* Add option to skip the song introbrian-ch2014-06-121-0/+11
* Move the threshold and mic-boost options from sound to record.k-m_schindler2014-01-012-12/+11
* fix typo of previous commit.k-m_schindler2013-02-231-1/+0
* medley mod: Themes modifications. This is considered the last part of the med...k-m_schindler2013-02-233-21/+46
* add fade for medley mod.k-m_schindler2013-02-221-0/+1
* Add Applause for medley mod.k-m_schindler2013-02-221-0/+1
* merge the first part of the medley_new branch. This part has the functionalit...k-m_schindler2013-02-223-264/+933
* Do some semi-automatic text size adjustment. Fixes Gaelic button texts.k-m_schindler2013-02-211-0/+14
* log active players onlytobigun2010-12-281-3/+5
* revert accidental previous commitk-m_schindler2010-10-141-9/+1
* Mac OS X Readmek-m_schindler2010-10-141-1/+9
* Bugfix: Partymode - ScoreScreen has(/starts) BG-Music nowb_krueger2010-10-101-0/+3
* show credits after one minute instead of a halftobigun2010-10-101-2/+2
* start bg-music in main-screen (additionally to start in main())tobigun2010-10-101-0/+3
* no bg-music in record screentobigun2010-10-102-0/+5
* reload header in screensing.OnShowwhiteshark02010-08-191-2/+2
* some changes to mouse eEggwhiteshark02010-07-181-0/+15
* enable editor keys for macosx changing start and end of notes. CTRL does not ...k-m_schindler2010-07-111-4/+4
* more consistent use of modifier key for moving notes and enables on macs, whe...k-m_schindler2010-07-081-2/+2
* - divide ScreenW by 2 in modi list if screens=2 and fullscreen (UIni)brunzelchen2010-07-041-3/+4
* remove some unused elements of ScreenCreditswhiteshark02010-06-301-10/+0
* - code restructured (e.g.: more comments, well named comments)whiteshark02010-06-301-1128/+980