aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Top5: display translated difficulty names instead of english oneswhiteshark02010-06-181-1/+1
* - enter credits screen after 30 seconds w/o user interaction in main screenwhiteshark02010-06-172-1/+38
* pause bg music during creditswhiteshark02010-06-171-0/+5
* minor fix: select themes button in screenoptions after reloading themewhiteshark02010-06-141-0/+8
* minor editor fix: whiteshark02010-06-141-0/+4
* Fix for invalid song lengthstobigun2010-06-131-1/+7
* use MidiCons: use MIDI_NOTEOFF/NOTEON constants instead of cryptic hex-numberstobigun2010-06-111-18/+24
* fix display of "InfoBar" for songs whose first note doesn't start at beat zerowhiteshark02010-06-111-6/+7
* fix display bug after deleting last note of a line in editorwhiteshark02010-06-111-30/+39
* changes to divide notewhiteshark02010-06-101-5/+13
* merge of VideoPreview branch into trunkbrunzelchen2010-06-102-10/+118
* - URecord.ValidateSettings should not display the popup itselftobigun2010-06-062-4/+23
* - Now on sing-screen entry a check is performed if mics are assigned to all p...tobigun2010-06-061-0/+10
* cleanuptobigun2010-06-061-7/+1
* - cleanup (removed some commented unused code)tobigun2010-06-031-68/+52
* reimplemented missing single note midi playback (Shift + Space) and single no...whiteshark02010-05-191-11/+28
* forgotten changes from last commitwhiteshark02010-05-181-9/+0