| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix display of "InfoBar" for songs whose first note doesn't start at beat zero | whiteshark0 | 2010-06-11 | 1 | -6/+7 |
* | fix display bug after deleting last note of a line in editor | whiteshark0 | 2010-06-11 | 1 | -30/+39 |
* | fix wrong lyric spacing in editor after editing a sentence whose last syllabl... | whiteshark0 | 2010-06-11 | 1 | -0/+1 |
* | Readability improvement: Rename local variable Done to KeepGoing. Convert Whi... | k-m_schindler | 2010-06-11 | 1 | -15/+14 |
* | Mac OS X: fix installation and loading of libpcre.dylib in standalone and fin... | k-m_schindler | 2010-06-11 | 1 | -4/+11 |
* | finally fixing r2478 | whiteshark0 | 2010-06-10 | 1 | -1/+1 |
* | fix compiling after r2478 | whiteshark0 | 2010-06-10 | 1 | -1/+1 |
* | changes to divide note | whiteshark0 | 2010-06-10 | 1 | -5/+13 |
* | fixed main loop initialization | whiteshark0 | 2010-06-10 | 1 | -0/+2 |
* | - added missing Result assignment in TAudioInputProcessor.CheckPlayersConfig | brunzelchen | 2010-06-10 | 2 | -18/+19 |
* | update of ffmpeg lib versions in config-win | brunzelchen | 2010-06-10 | 1 | -5/+5 |
* | merge of VideoPreview branch into trunk | brunzelchen | 2010-06-10 | 8 | -96/+859 |
* | add the path of Library/Application Support/UltraStarDeluxe again. | k-m_schindler | 2010-06-09 | 1 | -1/+1 |
* | string update | tobigun | 2010-06-08 | 1 | -1/+1 |
* | - URecord.ValidateSettings should not display the popup itself | tobigun | 2010-06-06 | 4 | -16/+51 |
* | - Now on sing-screen entry a check is performed if mics are assigned to all p... | tobigun | 2010-06-06 | 2 | -13/+90 |
* | - cleanup | tobigun | 2010-06-06 | 2 | -23/+38 |
* | Do not overwrite a devices MicSource if it is already set (Note: MicSource is... | tobigun | 2010-06-06 | 1 | -2/+5 |
* | cleanup | tobigun | 2010-06-06 | 1 | -7/+1 |
* | compare FFmpeg header and DLL versions and log an error if both do not match | tobigun | 2010-06-05 | 1 | -0/+75 |
* | bugfix: avutil_version() is in libavutil not libavformat | tobigun | 2010-06-05 | 1 | -3/+3 |
* | prefix class fields with 'f' | tobigun | 2010-06-03 | 1 | -272/+272 |
* | better EOF handling for FFmpeg audio decoding (EOF handled like it is done in... | tobigun | 2010-06-03 | 1 | -3/+12 |
* | - cleanup (removed some commented unused code) | tobigun | 2010-06-03 | 1 | -68/+52 |
* | fix: FadeEnabled was not initialized correctly. The case ((Ini.ScreenFade = 1... | tobigun | 2010-06-03 | 1 | -1/+1 |
* | cleanup | tobigun | 2010-06-03 | 1 | -10/+9 |
* | cleanup | tobigun | 2010-06-03 | 1 | -4/+3 |
* | cleanup: | tobigun | 2010-06-03 | 1 | -33/+22 |
* | Update to avutil 50.16.0 and some cosmetics | k-m_schindler | 2010-05-30 | 5 | -25/+27 |
* | Update to 52.67.0 and avio.pas cosmetics | k-m_schindler | 2010-05-30 | 2 | -15/+10 |
* | update to avcodec 52.72.0. also some cosmetics to opt.pas | k-m_schindler | 2010-05-30 | 2 | -6/+12 |
* | update to avcodec 52.70.0 | k-m_schindler | 2010-05-30 | 1 | -3/+14 |
* | update to avcodec 52.67.2 | k-m_schindler | 2010-05-30 | 1 | -8/+8 |
* | update to recent. some cosmetics. no code change | k-m_schindler | 2010-05-30 | 1 | -7/+3 |
* | more careful with the path to libpcre.dylib. avoid possible problem with stan... | k-m_schindler | 2010-05-30 | 1 | -1/+6 |
* | add Music/Ultrastar Deluxe as a song folder. | k-m_schindler | 2010-05-28 | 3 | -6/+26 |
* | move LogPath to "~/Library/Logs/UltraStar Deluxe" on Mac OS X | k-m_schindler | 2010-05-28 | 1 | -8/+6 |
* | add configure for libpcre and add path for dlopen on darwin | k-m_schindler | 2010-05-24 | 3 | -1/+14 |
* | revert of last made changes (rev. 2409) | brunzelchen | 2010-05-24 | 1 | -163/+46 |
* | added window-mode and reflection-mode to DrawGL | brunzelchen | 2010-05-23 | 1 | -46/+163 |
* | zero-length notes will no longer be ignored. they will be converted into free... | brunzelchen | 2010-05-23 | 1 | -12/+15 |
* | add MKBETAG from common.h and update a number of comments. | k-m_schindler | 2010-05-19 | 1 | -9/+16 |
* | update avcodec to 52.67.2 | k-m_schindler | 2010-05-19 | 1 | -2/+5 |
* | update avformat to 52.63.0 and correct avutil version to 50.15.2 | k-m_schindler | 2010-05-19 | 2 | -3/+6 |
* | typo correction in comments. no code change. | k-m_schindler | 2010-05-19 | 2 | -3/+3 |
* | move new error stuff into extra file in correspondence to the original error.... | k-m_schindler | 2010-05-19 | 2 | -89/+114 |
* | the result of AVERROR_SIGN was wrong, just the wrong way round. | k-m_schindler | 2010-05-19 | 2 | -6/+4 |
* | reimplemented missing single note midi playback (Shift + Space) and single no... | whiteshark0 | 2010-05-19 | 1 | -11/+28 |
* | fix mouse in ScreenPartyNewRound | whiteshark0 | 2010-05-18 | 1 | -41/+50 |
* | forgotten changes from last commit | whiteshark0 | 2010-05-18 | 1 | -9/+0 |