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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
configure update die to changes by mischi (generated by autogen.sh)
tobigun
2010-06-05
1
-1
/
+200
*
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 Hungarian and Icelandish. Please translate.
k-m_schindler
2010-05-24
1
-0
/
+2
*
add Hungarian + some minor fixes.
k-m_schindler
2010-05-24
16
-6
/
+469
*
make pcre not required, since it fails on ubuntu because of a different name....
k-m_schindler
2010-05-24
1
-1
/
+1
*
add configure for libpcre and add path for dlopen on darwin
k-m_schindler
2010-05-24
4
-1
/
+24
*
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
*
renamed gentoo ebuild
tobigun
2010-05-23
1
-0
/
+0
*
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
*
- updated euskara language file (thx to ander o.)
canni0
2010-05-18
1
-400
/
+400
*
fix mouse in ScreenPartyNewRound
whiteshark0
2010-05-18
1
-41
/
+50
*
forgotten changes from last commit
whiteshark0
2010-05-18
1
-9
/
+0
*
move software cursor initialization and bg music start from ScreenMain.OnShow...
whiteshark0
2010-05-18
1
-0
/
+8
*
Test for sign algorithm in libavutil/libavcodec.
k-m_schindler
2010-05-16
1
-0
/
+58
*
bit shift corrected from 6 bit to 30 bit.
k-m_schindler
2010-05-16
2
-4
/
+4
*
arithmetic solution on bit level for AVERROR_SIGN. Delphi cannot handle the s...
k-m_schindler
2010-05-16
2
-17
/
+29
*
different way for conditional compilation
k-m_schindler
2010-05-16
1
-5
/
+4
*
markers for debugging changed.
k-m_schindler
2010-05-16
1
-3
/
+3
*
adding some markers for debugging.
k-m_schindler
2010-05-16
1
-0
/
+5
*
correct small glitch in comment
k-m_schindler
2010-05-16
1
-1
/
+1
*
revert previous buggy commit
k-m_schindler
2010-05-16
1
-18
/
+18
*
test of changing from LIBAVUTIL_VERSION to LIBAVUTIL_VERSION_INT
k-m_schindler
2010-05-16
1
-17
/
+17
*
update of some comments. No code change.
k-m_schindler
2010-05-12
1
-2
/
+16
[prev]
[next]