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
/
UScreenEditSub.pas
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-08-27
rename Screen part2
k-m_schindler
1
-0
/
+0
2008-08-27
rename Screen part1
k-m_schindler
1
-0
/
+0
2008-08-27
Reordering of the directories[1]: moving Game/Code to src
k-m_schindler
1
-0
/
+0
2008-08-08
result-values for TMenu.Draw() added
tobigun
1
-0
/
+2
2008-07-17
Renamed the old ULyrics_bak.pas to UEditorLyrics.pas as it is used in the edi...
tobigun
1
-9
/
+12
2008-05-10
Volumes are floating point values (single) now. The range changed from [0 .. ...
tobigun
1
-2
/
+2
2008-05-02
Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...
tobigun
1
-1
/
+1
2008-04-19
tried to make songloading working with the old loader and keep all changes th...
s_alexander
1
-8
/
+6
2008-04-11
translated some polish code
f1fth_freed0m
1
-7
/
+6
2008-04-10
finally removed IlNut from Editor (*hope* it will work)
s_alexander
1
-55
/
+42
2008-04-10
-Corrected some ifdefs in the Editor to make it useable on linux
f1fth_freed0m
1
-40
/
+44
2008-04-03
rewriting of the txt file parser
s_alexander
1
-34
/
+19
2008-03-31
Removed unused Format-parameter in LoadTexture() and Add...()
tobigun
1
-4
/
+4
2008-03-31
beep() removed
tobigun
1
-1
/
+1
2008-03-31
- removed "Font Black" and "Font" texture type
tobigun
1
-4
/
+4
2008-03-30
Prepared some classes for enhanced Song loading.
whiteshark0
1
-7
/
+8
2008-03-27
USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser
f1fth_freed0m
1
-1
/
+4
2008-03-25
Fixed compilation on the mac.
eddie-0815
1
-11
/
+11
2008-03-22
Support for non-US (QWERTY) keyboard layout.
tobigun
1
-176
/
+179
2008-03-21
ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)
tobigun
1
-6
/
+6
2008-03-21
lenght -> length
tobigun
1
-20
/
+20
2008-03-07
Translated some Variables
f1fth_freed0m
1
-96
/
+96
2008-03-06
Translated Some Variables
f1fth_freed0m
1
-126
/
+126
2008-03-06
Translated so Variable Names
f1fth_freed0m
1
-85
/
+85
2008-03-05
Translated Variable Names and Types
f1fth_freed0m
1
-291
/
+291
2008-02-20
all screens now inherit their OnShow
jaybinks
1
-1
/
+3
2008-02-19
fix for editor bug
jaybinks
1
-5
/
+10
2008-02-05
bugfix to get the editor working again. Path and FileName have not been set.
tobigun
1
-7
/
+6
2008-02-05
General:
tobigun
1
-1
/
+1
2008-01-12
bunch of smaller changes...
jaybinks
1
-25
/
+26
2008-01-11
Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...
tobigun
1
-3
/
+3
2007-11-01
fixed failed builds
jaybinks
1
-1373
/
+1376
2007-11-01
Mac OS X version compiles and links. I hope I didn't break too many files on ...
eddie-0815
1
-4
/
+0
2007-10-11
Added IAudioPlayback Interface and implementation for BASS.
jaybinks
1
-18
/
+20
2007-09-20
moved a hack to a more appropriate place
b1indy
1
-0
/
+1
2007-09-20
renamed Ulyrics.bak.pas hack to Ulyrics_bak.pas for lazarus compatiblity.
jaybinks
1
-1
/
+5
2007-09-20
new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ...
b1indy
1
-1
/
+1
2007-09-19
added UCommon ( in classes ) for lazarus...
jaybinks
1
-2
/
+10
2007-09-18
changes in order to compile in lazarus...
jaybinks
1
-2
/
+28
2007-09-07
UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo
b1indy
1
-1
/
+1
2007-09-05
Fixed two Bugs in KeyDown Handling that causes that the code could not be com...
whiteshark0
1
-2
/
+1
2007-09-05
modified ParseInput so Backspace will perform same function as ESC in most sc...
jaybinks
1
-2
/
+6
2007-07-15
Fixed a bug in Note Name convertation
whiteshark0
1
-2
/
+12
2007-07-03
Fixed a bug in EditorSub that causes a crash when the last note of a sentence...
whiteshark0
1
-12
/
+41
2007-06-25
Fixed wrong sentence timings (T in Editor) when last note of a sentence and f...
whiteshark0
1
-2
/
+6
2007-05-16
all SongFile Loading and Saving procedures moved to UFiles.
whiteshark0
1
-32
/
+47
2007-04-29
Added 2 new Buttons to ScreenMain: Multi and Stats
whiteshark0
1
-3
/
+3
2007-04-05
Added Advanced Screen and Options in TIni
whiteshark0
1
-1
/
+3
2007-03-25
ScreenEditSub: Automatically set down music playback-volume to hear the Midi ...
whiteshark0
1
-2
/
+39