index
:
usdx
cpp
github/svn/1.0.1
github/svn/1.0.1%20Challenge%20MOD
github/svn/1.01
github/svn/1.0x
github/svn/1.1
github/svn/1.1-beta
github/svn/Lua
github/svn/experimental
github/svn/new_songloading
github/svn/trunk
master
svn/1.0.1
svn/1.0.1%20Challenge%20MOD
svn/1.01
svn/1.0x
svn/1.1
svn/1.1-beta
svn/Lua
svn/experimental
svn/new_songloading
svn/trunk
SVN Import von https://ultrastardx.svn.sourceforge.net/svnroot/ultrastardx
UltraStar Deluxe Development Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-06-06
- Now on sing-screen entry a check is performed if mics are assigned to all p...
tobigun
2
-13
/
+90
2010-06-06
- cleanup
tobigun
2
-23
/
+38
2010-06-06
Do not overwrite a devices MicSource if it is already set (Note: MicSource is...
tobigun
1
-2
/
+5
2010-06-06
cleanup
tobigun
1
-7
/
+1
2010-06-05
compare FFmpeg header and DLL versions and log an error if both do not match
tobigun
1
-0
/
+75
2010-06-05
bugfix: avutil_version() is in libavutil not libavformat
tobigun
1
-3
/
+3
2010-06-03
prefix class fields with 'f'
tobigun
1
-272
/
+272
2010-06-03
better EOF handling for FFmpeg audio decoding (EOF handled like it is done in...
tobigun
1
-3
/
+12
2010-06-03
- cleanup (removed some commented unused code)
tobigun
1
-68
/
+52
2010-06-03
fix: FadeEnabled was not initialized correctly. The case ((Ini.ScreenFade = 1...
tobigun
1
-1
/
+1
2010-06-03
cleanup
tobigun
1
-10
/
+9
2010-06-03
cleanup
tobigun
1
-4
/
+3
2010-06-03
cleanup:
tobigun
1
-33
/
+22
2010-05-30
Update to avutil 50.16.0 and some cosmetics
k-m_schindler
5
-25
/
+27
2010-05-30
Update to 52.67.0 and avio.pas cosmetics
k-m_schindler
2
-15
/
+10
2010-05-30
update to avcodec 52.72.0. also some cosmetics to opt.pas
k-m_schindler
2
-6
/
+12
2010-05-30
update to avcodec 52.70.0
k-m_schindler
1
-3
/
+14
2010-05-30
update to avcodec 52.67.2
k-m_schindler
1
-8
/
+8
2010-05-30
update to recent. some cosmetics. no code change
k-m_schindler
1
-7
/
+3
2010-05-30
more careful with the path to libpcre.dylib. avoid possible problem with stan...
k-m_schindler
1
-1
/
+6
2010-05-28
add Music/Ultrastar Deluxe as a song folder.
k-m_schindler
3
-6
/
+26
2010-05-28
move LogPath to "~/Library/Logs/UltraStar Deluxe" on Mac OS X
k-m_schindler
1
-8
/
+6
2010-05-24
add configure for libpcre and add path for dlopen on darwin
k-m_schindler
3
-1
/
+14
2010-05-24
revert of last made changes (rev. 2409)
brunzelchen
1
-163
/
+46
2010-05-23
added window-mode and reflection-mode to DrawGL
brunzelchen
1
-46
/
+163
2010-05-23
zero-length notes will no longer be ignored. they will be converted into free...
brunzelchen
1
-12
/
+15
2010-05-19
add MKBETAG from common.h and update a number of comments.
k-m_schindler
1
-9
/
+16
2010-05-19
update avcodec to 52.67.2
k-m_schindler
1
-2
/
+5
2010-05-19
update avformat to 52.63.0 and correct avutil version to 50.15.2
k-m_schindler
2
-3
/
+6
2010-05-19
typo correction in comments. no code change.
k-m_schindler
2
-3
/
+3
2010-05-19
move new error stuff into extra file in correspondence to the original error....
k-m_schindler
2
-89
/
+114
2010-05-19
the result of AVERROR_SIGN was wrong, just the wrong way round.
k-m_schindler
2
-6
/
+4
2010-05-19
reimplemented missing single note midi playback (Shift + Space) and single no...
whiteshark0
1
-11
/
+28
2010-05-18
fix mouse in ScreenPartyNewRound
whiteshark0
1
-41
/
+50
2010-05-18
forgotten changes from last commit
whiteshark0
1
-9
/
+0
2010-05-18
move software cursor initialization and bg music start from ScreenMain.OnShow...
whiteshark0
1
-0
/
+8
2010-05-16
bit shift corrected from 6 bit to 30 bit.
k-m_schindler
2
-4
/
+4
2010-05-16
arithmetic solution on bit level for AVERROR_SIGN. Delphi cannot handle the s...
k-m_schindler
2
-17
/
+29
2010-05-16
different way for conditional compilation
k-m_schindler
1
-5
/
+4
2010-05-16
markers for debugging changed.
k-m_schindler
1
-3
/
+3
2010-05-16
adding some markers for debugging.
k-m_schindler
1
-0
/
+5
2010-05-16
correct small glitch in comment
k-m_schindler
1
-1
/
+1
2010-05-16
revert previous buggy commit
k-m_schindler
1
-18
/
+18
2010-05-16
test of changing from LIBAVUTIL_VERSION to LIBAVUTIL_VERSION_INT
k-m_schindler
1
-17
/
+17
2010-05-12
update of some comments. No code change.
k-m_schindler
1
-2
/
+16
2010-05-12
comments re: TAVMediaType. no code change
k-m_schindler
2
-2
/
+11
2010-05-12
fix No. 5 of ffmpeg update.
k-m_schindler
2
-3
/
+3
2010-05-12
fix No. 4 of ffmpeg update.
k-m_schindler
1
-0
/
+3
2010-05-12
fix No. 3 of ffmpeg update.
k-m_schindler
1
-0
/
+28
2010-05-12
fix No. 2 of ffmpeg update. Move from CodecType to AVMediaType.
k-m_schindler
1
-1
/
+21
[prev]
[next]