aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-13avoid time bar overflows by restricting its rangetobigun1-0/+3
2010-06-13- updated windows configuration file to fit changescanni01-5/+5
2010-06-13Fix for invalid song lengthstobigun2-2/+8
2010-06-13do not save "auto" encoding tagtobigun1-1/+3
2010-06-12Previously removed option Lyrics:Encoding now back in config.ini:tobigun2-5/+11
2010-06-12fTimeBase is NOT the time-base of the FFmpeg stream -> renamed to fFrameDurat...tobigun1-28/+21
2010-06-12fix seeking in videostobigun1-1/+4
2010-06-11use MidiCons: use MIDI_NOTEOFF/NOTEON constants instead of cryptic hex-numberstobigun1-18/+24
2010-06-11fix display of "InfoBar" for songs whose first note doesn't start at beat zerowhiteshark01-6/+7
2010-06-11fix display bug after deleting last note of a line in editorwhiteshark01-30/+39
2010-06-11fix wrong lyric spacing in editor after editing a sentence whose last syllabl...whiteshark01-0/+1
2010-06-11Readability improvement: Rename local variable Done to KeepGoing. Convert Whi...k-m_schindler1-15/+14
2010-06-11Mac OS X: fix installation and loading of libpcre.dylib in standalone and fin...k-m_schindler1-4/+11
2010-06-10finally fixing r2478whiteshark01-1/+1
2010-06-10fix compiling after r2478whiteshark01-1/+1
2010-06-10changes to divide notewhiteshark01-5/+13
2010-06-10fixed main loop initializationwhiteshark01-0/+2
2010-06-10- added missing Result assignment in TAudioInputProcessor.CheckPlayersConfigbrunzelchen2-18/+19
2010-06-10update of ffmpeg lib versions in config-winbrunzelchen1-5/+5
2010-06-10merge of VideoPreview branch into trunkbrunzelchen8-96/+859
2010-06-09add the path of Library/Application Support/UltraStarDeluxe again.k-m_schindler1-1/+1
2010-06-08string updatetobigun1-1/+1
2010-06-06- URecord.ValidateSettings should not display the popup itselftobigun4-16/+51
2010-06-06- Now on sing-screen entry a check is performed if mics are assigned to all p...tobigun2-13/+90
2010-06-06- cleanuptobigun2-23/+38
2010-06-06Do not overwrite a devices MicSource if it is already set (Note: MicSource is...tobigun1-2/+5
2010-06-06cleanuptobigun1-7/+1
2010-06-05compare FFmpeg header and DLL versions and log an error if both do not matchtobigun1-0/+75
2010-06-05bugfix: avutil_version() is in libavutil not libavformattobigun1-3/+3
2010-06-03prefix class fields with 'f'tobigun1-272/+272
2010-06-03better EOF handling for FFmpeg audio decoding (EOF handled like it is done in...tobigun1-3/+12
2010-06-03- cleanup (removed some commented unused code)tobigun1-68/+52
2010-06-03fix: FadeEnabled was not initialized correctly. The case ((Ini.ScreenFade = 1...tobigun1-1/+1
2010-06-03cleanuptobigun1-10/+9
2010-06-03cleanuptobigun1-4/+3
2010-06-03cleanup:tobigun1-33/+22
2010-05-30Update to avutil 50.16.0 and some cosmeticsk-m_schindler5-25/+27
2010-05-30Update to 52.67.0 and avio.pas cosmeticsk-m_schindler2-15/+10
2010-05-30update to avcodec 52.72.0. also some cosmetics to opt.pask-m_schindler2-6/+12
2010-05-30update to avcodec 52.70.0k-m_schindler1-3/+14
2010-05-30update to avcodec 52.67.2k-m_schindler1-8/+8
2010-05-30update to recent. some cosmetics. no code changek-m_schindler1-7/+3
2010-05-30more careful with the path to libpcre.dylib. avoid possible problem with stan...k-m_schindler1-1/+6
2010-05-28add Music/Ultrastar Deluxe as a song folder.k-m_schindler3-6/+26
2010-05-28 move LogPath to "~/Library/Logs/UltraStar Deluxe" on Mac OS Xk-m_schindler1-8/+6
2010-05-24add configure for libpcre and add path for dlopen on darwink-m_schindler3-1/+14
2010-05-24revert of last made changes (rev. 2409)brunzelchen1-163/+46
2010-05-23added window-mode and reflection-mode to DrawGLbrunzelchen1-46/+163
2010-05-23zero-length notes will no longer be ignored. they will be converted into free...brunzelchen1-12/+15
2010-05-19add MKBETAG from common.h and update a number of comments.k-m_schindler1-9/+16