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
/
Menu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- removed (linux incompatible) PngImage. In addition it was rather outdated (...
tobigun
2008-04-06
1
-107
/
+38
*
removed lazarus dependencies
tobigun
2008-04-06
1
-488
/
+490
*
removed unused lclintf/windows references
tobigun
2008-04-01
3
-20
/
+5
*
Replaced GetTickCount with SDL_GetTicks
f1fth_freed0m
2008-04-01
3
-9
/
+10
*
Now colorized textures are appended to the TTextureDatabase too. This will pr...
tobigun
2008-03-31
1
-32
/
+30
*
Unicode fix for WideCharUpperCase(). This should work on all platforms now.
tobigun
2008-03-31
1
-27
/
+9
*
Removed unused Format-parameter in LoadTexture() and Add...()
tobigun
2008-03-31
1
-40
/
+40
*
beep() removed
tobigun
2008-03-31
1
-10
/
+5
*
- removed "Font Black" and "Font" texture type
tobigun
2008-03-31
2
-137
/
+128
*
- Select(Slide) textures should work now ('Font Black' -> 'Colorized')
tobigun
2008-03-28
1
-15
/
+29
*
fixed EIntOverflow in function TMenu.WideCharUpperCase when used on Linux ( o...
jaybinks
2008-03-28
1
-1
/
+22
*
Fixed compilation on the mac.
eddie-0815
2008-03-25
1
-0
/
+11
*
ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)
tobigun
2008-03-21
1
-2
/
+2
*
disabled ParseMouse because it is not implemented by any subclass (usage of n...
tobigun
2008-03-09
1
-1
/
+3
*
fpc warned that //$4D42 is ignored as a compiler-directive.
tobigun
2008-03-07
1
-1
/
+1
*
Patchs from AlexanderS & f1fth_freed0m
jaybinks
2008-03-04
1
-11
/
+3
*
- some windows/lclintf dependencies removed
tobigun
2008-03-03
2
-114
/
+125
*
fixed video looping and background video playback on linux..
jaybinks
2008-02-20
1
-8
/
+3
*
mmmmmmmmmmmmm
jaybinks
2008-02-19
1
-7
/
+40
*
small modification to the
jaybinks
2008-02-13
1
-2
/
+10
*
removed a bunch of debugging from usdx startup.
jaybinks
2007-12-20
1
-15
/
+0
*
Fixed texture drawing on Mac OS X (looks like BackImg.Z was not initialized)....
eddie-0815
2007-11-22
1
-0
/
+1
*
fixed failed builds
jaybinks
2007-11-01
4
-351
/
+367
*
Mac OS X version compiles and links. I hope I didn't break too many files on ...
eddie-0815
2007-11-01
10
-13
/
+55
*
Fixed "White Line" Bug
whiteshark0
2007-10-27
1
-2
/
+6
*
Fixed linux compilation.
jaybinks
2007-10-02
2
-1570
/
+1593
*
TextGL.pas: changed text blendmode... most texts should be readable
b1indy
2007-09-27
1
-0
/
+1
*
fixed song loading in Lazarus..
jaybinks
2007-09-24
2
-1
/
+4
*
minor bug fixes to have lazarus build load resources into SDL_Image
jaybinks
2007-09-22
1
-5
/
+13
*
Adding new Resource compiler for lazarus projects..
jaybinks
2007-09-20
1
-1
/
+2
*
Ultrastar-DX now compiles in linux
jaybinks
2007-09-20
3
-1354
/
+1380
*
fixes to get working in lazarus..
jaybinks
2007-09-19
1
-1
/
+1
*
added UCommon ( in classes ) for lazarus...
jaybinks
2007-09-19
2
-6
/
+21
*
changes in order to compile in lazarus...
jaybinks
2007-09-18
4
-3
/
+23
*
* added missed dependency PNGImage.
jaybinks
2007-09-12
1
-1
/
+10
*
did some cleanup and minor modifications
b1indy
2007-09-08
2
-14
/
+10
*
removed "error" messages (are more like warnings and did only confuse users)
b1indy
2007-09-07
1
-2
/
+2
*
UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo
b1indy
2007-09-07
5
-12
/
+11
*
some small improvement with fading buttons
b1indy
2007-09-03
1
-1
/
+1
*
now buttons can also have transparent colorized textures
b1indy
2007-09-02
2
-22
/
+149
*
finished stuff for colorized transparent textures with statics (credits to mo...
b1indy
2007-09-02
1
-5
/
+20
*
again some fixes in reflection code for buttons and statics
b1indy
2007-07-22
2
-5
/
+5
*
fixed a minor bug in the reflection code that caused some reflections to be i...
b1indy
2007-07-22
1
-3
/
+3
*
Add Debug OSD with FPS and RSpeed
whiteshark0
2007-07-08
1
-2
/
+71
*
Fixed a bug in UDisplay that causes the game to crash on exit in Dualscreen M...
whiteshark0
2007-07-08
1
-1
/
+4
*
Improved Error Logging and Benchmark:
whiteshark0
2007-07-08
1
-2
/
+2
*
Added Text Fading to ButtonCollection
whiteshark0
2007-06-14
3
-4
/
+19
*
Added Preview Volume and Fading to Sound Options
whiteshark0
2007-06-09
1
-3
/
+7
*
Fixed a Memory Bug in UMenuSelectSlide that causes memory that is not in use ...
whiteshark0
2007-06-01
1
-21
/
+22
*
New spacing for Font type 1
whiteshark0
2007-05-28
1
-0
/
+3
[next]