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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-07-21
usage of glPushAttrib(GL_VIEWPORT_BIT) to save the viewport settings.
tobigun
1
-2
/
+5
2008-07-19
clean-up, removed some unused stuff
tobigun
1
-3
/
+1
2008-07-12
removed unused local var
tobigun
1
-1
/
+0
2008-07-12
- cleanup/comments for TDisplay.Create
tobigun
1
-131
/
+90
2008-07-12
Text has a new property -> Z (default is 0)
mogguh
2
-8
/
+13
2008-07-12
Fixed the deselect texture not showing up on colorized buttons
mogguh
1
-140
/
+134
2008-07-02
Audio/Video engine update:
tobigun
1
-3
/
+0
2008-06-08
- set svn:eol-style to native
tobigun
7
-1467
/
+1467
2008-05-24
finally removed special version of the function PosEx for darwin. Not needed
k-m_schindler
1
-35
/
+0
2008-05-23
eol-style unified and propset, indentation, PosEx for Darwin commented
k-m_schindler
1
-51
/
+47
2008-05-22
removal of TMenu.InRegion and InStaticRegion. no actual use, at best speculat...
k-m_schindler
1
-22
/
+0
2008-05-22
further code improvement in TMenu.InRegion
k-m_schindler
1
-3
/
+2
2008-05-22
unused variables removed, minor change to TMenu.InRegion, eol property set
k-m_schindler
1
-36
/
+31
2008-05-13
- fixed video-background
tobigun
2
-21
/
+12
2008-05-08
added "inherited ..." to all constructors to assure that the base-class const...
tobigun
1
-0
/
+2
2008-05-07
Bugfix: Options screen doesn't break anymore when cursor up / down is pressed
mogguh
1
-16
/
+2
2008-05-06
Option screen has two rows of buttons, to select the row beneath press [curso...
mogguh
1
-2
/
+49
2008-05-05
added a missing semicolon
mogguh
1
-1
/
+1
2008-05-05
Added text reflection as new property in the theme
mogguh
2
-8
/
+20
2008-05-02
MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...
tobigun
1
-5
/
+29
2008-05-02
Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...
tobigun
8
-8
/
+10
2008-05-02
screenshots should be fetched from screen in RGB and not BGR mode.
tobigun
1
-3
/
+2
2008-04-30
video-background fix. This should fix the white-screen bug with animation bac...
tobigun
1
-1585
/
+1595
2008-04-30
Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...
tobigun
2
-2155
/
+2155
2008-04-10
workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...
tobigun
1
-21
/
+30
2008-04-06
- removed (linux incompatible) PngImage. In addition it was rather outdated (...
tobigun
1
-107
/
+38
2008-04-06
removed lazarus dependencies
tobigun
1
-488
/
+490
2008-04-01
removed unused lclintf/windows references
tobigun
3
-20
/
+5
2008-04-01
Replaced GetTickCount with SDL_GetTicks
f1fth_freed0m
3
-9
/
+10
2008-03-31
Now colorized textures are appended to the TTextureDatabase too. This will pr...
tobigun
1
-32
/
+30
2008-03-31
Unicode fix for WideCharUpperCase(). This should work on all platforms now.
tobigun
1
-27
/
+9
2008-03-31
Removed unused Format-parameter in LoadTexture() and Add...()
tobigun
1
-40
/
+40
2008-03-31
beep() removed
tobigun
1
-10
/
+5
2008-03-31
- removed "Font Black" and "Font" texture type
tobigun
2
-137
/
+128
2008-03-28
- Select(Slide) textures should work now ('Font Black' -> 'Colorized')
tobigun
1
-15
/
+29
2008-03-28
fixed EIntOverflow in function TMenu.WideCharUpperCase when used on Linux ( o...
jaybinks
1
-1
/
+22
2008-03-25
Fixed compilation on the mac.
eddie-0815
1
-0
/
+11
2008-03-21
ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)
tobigun
1
-2
/
+2
2008-03-09
disabled ParseMouse because it is not implemented by any subclass (usage of n...
tobigun
1
-1
/
+3
2008-03-07
fpc warned that //$4D42 is ignored as a compiler-directive.
tobigun
1
-1
/
+1
2008-03-04
Patchs from AlexanderS & f1fth_freed0m
jaybinks
1
-11
/
+3
2008-03-03
- some windows/lclintf dependencies removed
tobigun
2
-114
/
+125
2008-02-20
fixed video looping and background video playback on linux..
jaybinks
1
-8
/
+3
2008-02-19
mmmmmmmmmmmmm
jaybinks
1
-7
/
+40
2008-02-13
small modification to the
jaybinks
1
-2
/
+10
2007-12-20
removed a bunch of debugging from usdx startup.
jaybinks
1
-15
/
+0
2007-11-22
Fixed texture drawing on Mac OS X (looks like BackImg.Z was not initialized)....
eddie-0815
1
-0
/
+1
2007-11-01
fixed failed builds
jaybinks
4
-351
/
+367
2007-11-01
Mac OS X version compiles and links. I hope I didn't break too many files on ...
eddie-0815
10
-13
/
+55
2007-10-27
Fixed "White Line" Bug
whiteshark0
1
-2
/
+6
[next]