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
*
further code improvement in TMenu.InRegion
k-m_schindler
2008-05-22
1
-3
/
+2
*
unused variables removed, minor change to TMenu.InRegion, eol property set
k-m_schindler
2008-05-22
1
-36
/
+31
*
- fixed video-background
tobigun
2008-05-13
2
-21
/
+12
*
added "inherited ..." to all constructors to assure that the base-class const...
tobigun
2008-05-08
1
-0
/
+2
*
Bugfix: Options screen doesn't break anymore when cursor up / down is pressed
mogguh
2008-05-07
1
-16
/
+2
*
Option screen has two rows of buttons, to select the row beneath press [curso...
mogguh
2008-05-06
1
-2
/
+49
*
added a missing semicolon
mogguh
2008-05-05
1
-1
/
+1
*
Added text reflection as new property in the theme
mogguh
2008-05-05
2
-8
/
+20
*
MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...
tobigun
2008-05-02
1
-5
/
+29
*
Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...
tobigun
2008-05-02
8
-8
/
+10
*
screenshots should be fetched from screen in RGB and not BGR mode.
tobigun
2008-05-02
1
-3
/
+2
*
video-background fix. This should fix the white-screen bug with animation bac...
tobigun
2008-04-30
1
-1585
/
+1595
*
Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...
tobigun
2008-04-30
2
-2155
/
+2155
*
workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...
tobigun
2008-04-10
1
-21
/
+30
*
- 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
[next]