aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* string updates part 2tobigun2010-06-081-9/+9
* string updatetobigun2010-06-085-6/+6
* installer adjusted to config.ini detectiontobigun2010-06-084-33/+274
* unified indentationtobigun2010-06-061-219/+218
* - 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-064-15/+94
* - 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
* configure update die to changes by mischi (generated by autogen.sh)tobigun2010-06-051-1/+200
* 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 Hungarian and Icelandish. Please translate.k-m_schindler2010-05-241-0/+2
* add Hungarian + some minor fixes.k-m_schindler2010-05-2416-6/+469
* make pcre not required, since it fails on ubuntu because of a different name....k-m_schindler2010-05-241-1/+1
* add configure for libpcre and add path for dlopen on darwink-m_schindler2010-05-244-1/+24
* 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
* renamed gentoo ebuildtobigun2010-05-231-0/+0
* 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
* - updated euskara language file (thx to ander o.)canni02010-05-181-400/+400
* fix mouse in ScreenPartyNewRoundwhiteshark02010-05-181-41/+50
* forgotten changes from last commitwhiteshark02010-05-181-9/+0
* move software cursor initialization and bg music start from ScreenMain.OnShow...whiteshark02010-05-181-0/+8
* Test for sign algorithm in libavutil/libavcodec.k-m_schindler2010-05-161-0/+58
* bit shift corrected from 6 bit to 30 bit.k-m_schindler2010-05-162-4/+4
* arithmetic solution on bit level for AVERROR_SIGN. Delphi cannot handle the s...k-m_schindler2010-05-162-17/+29