aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor fix: select themes button in screenoptions after reloading themewhiteshark02010-06-141-0/+8
* minor editor fix: whiteshark02010-06-141-0/+4
* avoid time bar overflows by restricting its rangetobigun2010-06-131-0/+3
* - updated windows configuration file to fit changescanni02010-06-131-5/+5
* Fix for invalid song lengthstobigun2010-06-132-2/+8
* do not save "auto" encoding tagtobigun2010-06-131-1/+3
* Previously removed option Lyrics:Encoding now back in config.ini:tobigun2010-06-122-5/+11
* fTimeBase is NOT the time-base of the FFmpeg stream -> renamed to fFrameDurat...tobigun2010-06-121-28/+21
* fix seeking in videostobigun2010-06-121-1/+4
* 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
* fix wrong lyric spacing in editor after editing a sentence whose last syllabl...whiteshark02010-06-111-0/+1
* Readability improvement: Rename local variable Done to KeepGoing. Convert Whi...k-m_schindler2010-06-111-15/+14
* Mac OS X: fix installation and loading of libpcre.dylib in standalone and fin...k-m_schindler2010-06-111-4/+11
* finally fixing r2478whiteshark02010-06-101-1/+1
* fix compiling after r2478whiteshark02010-06-101-1/+1
* changes to divide notewhiteshark02010-06-101-5/+13
* fixed main loop initializationwhiteshark02010-06-101-0/+2
* - added missing Result assignment in TAudioInputProcessor.CheckPlayersConfigbrunzelchen2010-06-102-18/+19
* update of ffmpeg lib versions in config-winbrunzelchen2010-06-101-5/+5
* merge of VideoPreview branch into trunkbrunzelchen2010-06-108-96/+859
* add the path of Library/Application Support/UltraStarDeluxe again.k-m_schindler2010-06-091-1/+1
* string updatetobigun2010-06-081-1/+1
* - URecord.ValidateSettings should not display the popup itselftobigun2010-06-064-16/+51
* - Now on sing-screen entry a check is performed if mics are assigned to all p...tobigun2010-06-062-13/+90
* - cleanuptobigun2010-06-062-23/+38
* Do not overwrite a devices MicSource if it is already set (Note: MicSource is...tobigun2010-06-061-2/+5
* cleanuptobigun2010-06-061-7/+1
* compare FFmpeg header and DLL versions and log an error if both do not matchtobigun2010-06-051-0/+75
* bugfix: avutil_version() is in libavutil not libavformattobigun2010-06-051-3/+3
* prefix class fields with 'f'tobigun2010-06-031-272/+272
* better EOF handling for FFmpeg audio decoding (EOF handled like it is done in...tobigun2010-06-031-3/+12
* - cleanup (removed some commented unused code)tobigun2010-06-031-68/+52
* fix: FadeEnabled was not initialized correctly. The case ((Ini.ScreenFade = 1...tobigun2010-06-031-1/+1
* cleanuptobigun2010-06-031-10/+9
* cleanuptobigun2010-06-031-4/+3
* cleanup:tobigun2010-06-031-33/+22
* Update to avutil 50.16.0 and some cosmeticsk-m_schindler2010-05-305-25/+27
* Update to 52.67.0 and avio.pas cosmeticsk-m_schindler2010-05-302-15/+10
* update to avcodec 52.72.0. also some cosmetics to opt.pask-m_schindler2010-05-302-6/+12
* update to avcodec 52.70.0k-m_schindler2010-05-301-3/+14
* update to avcodec 52.67.2k-m_schindler2010-05-301-8/+8
* update to recent. some cosmetics. no code changek-m_schindler2010-05-301-7/+3
* more careful with the path to libpcre.dylib. avoid possible problem with stan...k-m_schindler2010-05-301-1/+6
* add Music/Ultrastar Deluxe as a song folder.k-m_schindler2010-05-283-6/+26
* move LogPath to "~/Library/Logs/UltraStar Deluxe" on Mac OS Xk-m_schindler2010-05-281-8/+6
* add configure for libpcre and add path for dlopen on darwink-m_schindler2010-05-243-1/+14
* revert of last made changes (rev. 2409)brunzelchen2010-05-241-163/+46
* added window-mode and reflection-mode to DrawGLbrunzelchen2010-05-231-46/+163