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
/
Game
/
Code
/
Screens
/
UScreenSong.pas
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepared some classes for enhanced Song loading.
whiteshark0
2008-03-30
1
-95
/
+95
*
Some WideChar casts to let it compile in Delphi7 again.
whiteshark0
2008-03-28
1
-1
/
+1
*
added "-debug" flag at run time and "CONSOLE" Define in switches.inc
jaybinks
2008-03-26
1
-79
/
+2
*
Fixed compilation on the mac.
eddie-0815
2008-03-25
1
-4
/
+4
*
Support for non-US (QWERTY) keyboard layout.
tobigun
2008-03-22
1
-150
/
+164
*
ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)
tobigun
2008-03-21
1
-8
/
+8
*
Removed zlportio from Code
f1fth_freed0m
2008-03-10
1
-13
/
+16
*
auto removed a bunch of unused local variables
jaybinks
2008-03-10
1
-11
/
+11
*
Translated German comments to English
f1fth_freed0m
2008-03-06
1
-9
/
+9
*
made jokers in Song Selection screen hidden.
jaybinks
2008-03-05
1
-2
/
+4
*
Some cleanup
tobigun
2008-03-05
1
-59
/
+59
*
Equalizer (Analyser) is displayed again with BASS
tobigun
2008-03-05
1
-19
/
+2
*
all screens now inherit their OnShow
jaybinks
2008-02-20
1
-0
/
+2
*
bugfix to get the editor working again. Path and FileName have not been set.
tobigun
2008-02-05
1
-2173
/
+2172
*
General:
tobigun
2008-02-05
1
-26
/
+26
*
tidy up sing mode, to be an enum now.
jaybinks
2008-01-14
1
-28
/
+32
*
Bugfix: when entering the song-screen the preview on the first song was never...
tobigun
2008-01-14
1
-12
/
+13
*
bunch of smaller changes...
jaybinks
2008-01-12
1
-9
/
+9
*
Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set...
tobigun
2008-01-11
1
-2
/
+2
*
fixed crash on song play, if the AudioInterface reports the song
jaybinks
2007-12-18
1
-1
/
+2
*
GetFFTData() is an output- and not an input-interface's function
tobigun
2007-12-05
1
-1
/
+1
*
Partymodule finished.
whiteshark0
2007-11-04
1
-11
/
+12
*
Runtime Song Addition
jaybinks
2007-11-02
1
-4
/
+91
*
fixed failed builds
jaybinks
2007-11-01
1
-1
/
+6
*
Mac OS X version compiles and links. I hope I didn't break too many files on ...
eddie-0815
2007-11-01
1
-6
/
+2
*
made some major progress with ffmpeg audio playback !!!
jaybinks
2007-10-27
1
-2
/
+6
*
separated IAudioPlayback in to separate "Playback" and "Input" Interfaces
jaybinks
2007-10-11
1
-1
/
+1
*
Added IAudioPlayback Interface and implementation for BASS.
jaybinks
2007-10-11
1
-40
/
+42
*
fixes so codebase builds in delphi now, after major FFMpeg changse for linux.
jaybinks
2007-10-11
1
-2
/
+4
*
modified UTime to utilise SDL timer...
jaybinks
2007-10-11
1
-17
/
+20
*
trying to fix linux runtime errors with database ( Stats screen )
jaybinks
2007-10-08
1
-2041
/
+2067
*
small fixes for lazarus build.
jaybinks
2007-09-29
1
-2040
/
+2041
*
Ultrastar-DX now compiles in linux
jaybinks
2007-09-20
1
-2007
/
+2040
*
added UCommon ( in classes ) for lazarus...
jaybinks
2007-09-19
1
-3
/
+4
*
added switches.inc , which will contain compiler directives used
jaybinks
2007-09-18
1
-3
/
+8
*
modified ParseInput so Backspace will perform same function as ESC in most sc...
jaybinks
2007-09-05
1
-1
/
+3
*
finally really fixed the covers (i hope)
b1indy
2007-09-01
1
-5
/
+11
*
fixed bug that caused display of wrong covers
b1indy
2007-09-01
1
-3
/
+4
*
fixed a bug in drawing of background covers (when style=5 (usdx theme default))
b1indy
2007-08-22
1
-12
/
+111
*
limit number of displayed background covers to no more than 21 - need comment...
b1indy
2007-08-22
1
-7
/
+20
*
Little hack in SongScreen that fixes problems with blending. Drawing order ch...
whiteshark0
2007-07-18
1
-1
/
+21
*
Fixed a Bug in ScreenSong Equalizer that causes an Invalid Pointer Exception ...
whiteshark0
2007-06-10
1
-3
/
+4
*
Fixed: Up and Down now don't leave Playlist and Search Mode anymore
whiteshark0
2007-06-08
1
-69
/
+58
*
Fixed 2 Bugs in Song Preview Fading
whiteshark0
2007-06-07
1
-3
/
+7
*
Fixed some Bugs in Song Fading
whiteshark0
2007-06-06
1
-33
/
+70
*
Added SongPreview Fading
whiteshark0
2007-06-03
1
-2
/
+12
*
Some Code Cleanup in UScreenSong
whiteshark0
2007-06-03
1
-20
/
+17
*
Fixed a bug in Coverloading, that could end up in an endless loop.
whiteshark0
2007-05-28
1
-52
/
+54
*
Added Workaround and Error Reporting for Errors during Cover loading.
whiteshark0
2007-05-26
1
-21
/
+54
*
Fixed a Bug in UScreenSong. Everytime the Category List is shown, the next So...
whiteshark0
2007-05-20
1
-8
/
+10
[next]