aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* zero-length notes will no longer be ignored. they will be converted into free...brunzelchen2010-05-231-12/+15
* add MKBETAG from common.h and update a number of comments.k-m_schindler2010-05-191-9/+16
* update avcodec to 52.67.2k-m_schindler2010-05-191-2/+5
* update avformat to 52.63.0 and correct avutil version to 50.15.2k-m_schindler2010-05-192-3/+6
* typo correction in comments. no code change.k-m_schindler2010-05-192-3/+3
* move new error stuff into extra file in correspondence to the original error....k-m_schindler2010-05-192-89/+114
* the result of AVERROR_SIGN was wrong, just the wrong way round.k-m_schindler2010-05-192-6/+4
* reimplemented missing single note midi playback (Shift + Space) and single no...whiteshark02010-05-191-11/+28
* fix mouse in ScreenPartyNewRoundwhiteshark02010-05-181-41/+50