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
/
screens
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-04
* if NPOT is supported by the graphics card driver, do not manually resize vi...
basisbit
1
-3
/
+0
2015-08-28
* first usable implementation of the JukeBox mode, work in progress - you can...
basisbit
2
-1
/
+1831
2015-08-23
* qick-fix some memory leaking after leaving MenuOptionsTheme (the covers-tex...
basisbit
1
-5
/
+7
2015-08-23
*fixed "back" button in the sound-options menu
basisbit
1
-3
/
+3
2014-11-22
Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...
k-m_schindler
5
-11
/
+13
2014-11-22
Call LoadSong() only before playing the song. This speeds up the initial load...
k-m_schindler
1
-1
/
+1
2014-11-22
adjust eol and set svn property svn:eol-style native
k-m_schindler
1
-233
/
+233
2014-06-12
Add option to skip the song intro
brian-ch
1
-0
/
+11
2014-01-01
Move the threshold and mic-boost options from sound to record.
k-m_schindler
2
-12
/
+11
2013-02-23
fix typo of previous commit.
k-m_schindler
1
-1
/
+0
2013-02-23
medley mod: Themes modifications. This is considered the last part of the med...
k-m_schindler
3
-21
/
+46
2013-02-22
add fade for medley mod.
k-m_schindler
1
-0
/
+1
2013-02-22
Add Applause for medley mod.
k-m_schindler
1
-0
/
+1
2013-02-22
merge the first part of the medley_new branch. This part has the functionalit...
k-m_schindler
3
-264
/
+933
2013-02-21
Do some semi-automatic text size adjustment. Fixes Gaelic button texts.
k-m_schindler
1
-0
/
+14
2010-12-28
log active players only
tobigun
1
-3
/
+5
2010-10-14
revert accidental previous commit
k-m_schindler
1
-9
/
+1
2010-10-14
Mac OS X Readme
k-m_schindler
1
-1
/
+9
2010-10-10
Bugfix: Partymode - ScoreScreen has(/starts) BG-Music now
b_krueger
1
-0
/
+3
2010-10-10
show credits after one minute instead of a half
tobigun
1
-2
/
+2
2010-10-10
start bg-music in main-screen (additionally to start in main())
tobigun
1
-0
/
+3
2010-10-10
no bg-music in record screen
tobigun
2
-0
/
+5
2010-08-19
reload header in screensing.OnShow
whiteshark0
1
-2
/
+2
2010-07-18
some changes to mouse eEgg
whiteshark0
1
-0
/
+15
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-04
- divide ScreenW by 2 in modi list if screens=2 and fullscreen (UIni)
brunzelchen
1
-3
/
+4
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-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-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
Fix for invalid song lengths
tobigun
1
-1
/
+7
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-10
changes to divide note
whiteshark0
1
-5
/
+13
2010-06-10
merge of VideoPreview branch into trunk
brunzelchen
2
-10
/
+118
2010-06-06
- URecord.ValidateSettings should not display the popup itself
tobigun
2
-4
/
+23
2010-06-06
- Now on sing-screen entry a check is performed if mics are assigned to all p...
tobigun
1
-0
/
+10
2010-06-06
cleanup
tobigun
1
-7
/
+1
2010-06-03
- cleanup (removed some commented unused code)
tobigun
1
-68
/
+52
2010-05-19
reimplemented missing single note midi playback (Shift + Space) and single no...
whiteshark0
1
-11
/
+28
2010-05-18
forgotten changes from last commit
whiteshark0
1
-9
/
+0
2010-05-08
validate microphone settings when leaving the record options and when USDX is...
tobigun
1
-7
/
+13
2010-05-07
fix coverflow "SetScroll5" for less than 8 songs
whiteshark0
1
-9
/
+11
2010-05-03
ESC saves again. revert 1183.
k-m_schindler
2
-4
/
+2
2010-05-03
ESC saves again. revert 1183.
k-m_schindler
1
-2
/
+1
[next]