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-08-13
cleanup
tobigun
1
-187
/
+92
2008-08-13
- new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n...
tobigun
1
-56
/
+40
2008-08-13
moved image (SDL-surface) manipulation functions from UTexture.pas to UImage.pas
tobigun
1
-2
/
+0
2008-07-07
Fix for Trac ticket #53 (Preview fading and volume problems)
tobigun
1
-45
/
+46
2008-06-08
- set svn:eol-style to native
tobigun
1
-2130
/
+2130
2008-06-08
goto + labels removed
tobigun
1
-54
/
+57
2008-06-07
just some cleanup
tobigun
1
-287
/
+306
2008-05-10
Volumes are floating point values (single) now. The range changed from [0 .. ...
tobigun
1
-10
/
+15
2008-05-09
- input-source selection works now (with bass or portaudio with portmixer)
tobigun
1
-40
/
+55
2008-05-02
MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...
tobigun
1
-3
/
+4
2008-05-02
replaced WideUpperCase with WideCharUpperCase
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
-98
/
+98
2008-04-06
removed lazarus dependencies
tobigun
1
-26
/
+6
2008-04-06
Replaced some {-comments with (*-comments to remove nested comments of the sa...
tobigun
1
-4
/
+13
2008-04-04
Covers Cache rewritten
whiteshark0
1
-11
/
+11
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
[next]