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