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-07-20
update avformat to 52.68.0
k-m_schindler
2
-4
/
+7
2010-07-18
some changes to mouse eEgg
whiteshark0
1
-0
/
+15
2010-07-18
fix party player selection
whiteshark0
1
-1
/
+15
2010-07-12
update to swscale 0.11.0
k-m_schindler
1
-2
/
+36
2010-07-11
enable editor keys for macosx changing start and end of notes. CTRL does not ...
k-m_schindler
1
-4
/
+4
2010-07-08
more consistent use of modifier key for moving notes and enables on macs, whe...
k-m_schindler
1
-2
/
+2
2010-07-07
fixed conversion of ultrastar.db from 1.0.1a to 1.1
brunzelchen
1
-1
/
+1
2010-07-04
- divide ScreenW by 2 in modi list if screens=2 and fullscreen (UIni)
brunzelchen
2
-4
/
+5
2010-06-30
remove some unused elements of ScreenCredits
whiteshark0
1
-10
/
+0
2010-06-30
- code restructured (e.g.: more comments, well named comments)
whiteshark0
1
-1128
/
+980
2010-06-19
Bugfix: do not call Inc() on PByteArray pointers. It will not increment by on...
tobigun
2
-2
/
+2
2010-06-18
Top5: display translated difficulty names instead of english ones
whiteshark0
1
-1
/
+1
2010-06-17
- enter credits screen after 30 seconds w/o user interaction in main screen
whiteshark0
2
-1
/
+38
2010-06-17
pause bg music during credits
whiteshark0
1
-0
/
+5
2010-06-15
move check for OnSentenceEnd call from NewNote to NewBeatDetect
whiteshark0
1
-14
/
+31
2010-06-15
fixed x-position of glScissor test in UVideo.Draw and UVideo.DrawReflection (...
brunzelchen
1
-2
/
+2
2010-06-14
minor fix: select themes button in screenoptions after reloading theme
whiteshark0
1
-0
/
+8
2010-06-14
minor editor fix:
whiteshark0
1
-0
/
+4
2010-06-13
avoid time bar overflows by restricting its range
tobigun
1
-0
/
+3
2010-06-13
- updated windows configuration file to fit changes
canni0
1
-5
/
+5
2010-06-13
Fix for invalid song lengths
tobigun
2
-2
/
+8
2010-06-13
do not save "auto" encoding tag
tobigun
1
-1
/
+3
2010-06-12
Previously removed option Lyrics:Encoding now back in config.ini:
tobigun
2
-5
/
+11
2010-06-12
fTimeBase is NOT the time-base of the FFmpeg stream -> renamed to fFrameDurat...
tobigun
1
-28
/
+21
2010-06-12
fix seeking in videos
tobigun
1
-1
/
+4
2010-06-11
use MidiCons: use MIDI_NOTEOFF/NOTEON constants instead of cryptic hex-numbers
tobigun
1
-18
/
+24
2010-06-11
fix display of "InfoBar" for songs whose first note doesn't start at beat zero
whiteshark0
1
-6
/
+7
2010-06-11
fix display bug after deleting last note of a line in editor
whiteshark0
1
-30
/
+39
2010-06-11
fix wrong lyric spacing in editor after editing a sentence whose last syllabl...
whiteshark0
1
-0
/
+1
2010-06-11
Readability improvement: Rename local variable Done to KeepGoing. Convert Whi...
k-m_schindler
1
-15
/
+14
2010-06-11
Mac OS X: fix installation and loading of libpcre.dylib in standalone and fin...
k-m_schindler
1
-4
/
+11
2010-06-10
finally fixing r2478
whiteshark0
1
-1
/
+1
2010-06-10
fix compiling after r2478
whiteshark0
1
-1
/
+1
2010-06-10
changes to divide note
whiteshark0
1
-5
/
+13
2010-06-10
fixed main loop initialization
whiteshark0
1
-0
/
+2
2010-06-10
- added missing Result assignment in TAudioInputProcessor.CheckPlayersConfig
brunzelchen
2
-18
/
+19
2010-06-10
update of ffmpeg lib versions in config-win
brunzelchen
1
-5
/
+5
2010-06-10
merge of VideoPreview branch into trunk
brunzelchen
8
-96
/
+859
2010-06-09
add the path of Library/Application Support/UltraStarDeluxe again.
k-m_schindler
1
-1
/
+1
2010-06-08
string update
tobigun
1
-1
/
+1
2010-06-06
- URecord.ValidateSettings should not display the popup itself
tobigun
4
-16
/
+51
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
[prev]
[next]