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
/
src
/
base
/
UGraphic.pas
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-11-03
All comments are English now (Polish ones have been translated)
tobigun
1
-4
/
+7
2008-10-28
some compiler warnings/hints removed
tobigun
1
-1
/
+0
2008-10-20
Alpha plane request (SDL_GL_ALPHA_SIZE) removed as we do not need it anymore ...
tobigun
1
-12
/
+4
2008-10-19
offscreen rendering removed:
tobigun
1
-1
/
+11
2008-10-18
- unused (polish) constants and comments removed
tobigun
1
-9
/
+0
2008-10-13
Abstraction of the menus background
whiteshark0
1
-32
/
+32
2008-09-23
gpl header added and property svn:header set to "HeadURL Id"
k-m_schindler
1
-0
/
+25
2008-09-22
Without SDL_GL_ALPHA_SIZE the lyrics won't work anymore on some systems as th...
tobigun
1
-6
/
+12
2008-09-15
- It is not possible to handle the window/fullscreen command-line parameters ...
tobigun
1
-7
/
+14
2008-09-15
Do not set a minimum size for the alpha component of the screen mode (SDL_GL_...
tobigun
1
-5
/
+11
2008-09-14
SDL_InitSubSystem() in Initialize3D() is now handled as critical error (to av...
tobigun
1
-2
/
+1
2008-09-12
removed resource.inc
tobigun
1
-1
/
+4
2008-09-10
Halt if the initial SDL_SetVideoMode() in InitializeScreen() call fails
tobigun
1
-2
/
+1
2008-09-02
Moved: The folder classes has been renamed to base
mogguh
1
-0
/
+0
2008-08-27
rename Classes part2
k-m_schindler
1
-0
/
+0
2008-08-27
rename Classes part1
k-m_schindler
1
-0
/
+0
2008-08-27
Reordering of the directories[1]: moving Game/Code to src
k-m_schindler
1
-0
/
+0
2008-08-21
some projectM fixes:
tobigun
1
-0
/
+1
2008-07-12
- cleanup/comments for TDisplay.Create
tobigun
1
-23
/
+11
2008-07-02
Audio/Video engine update:
tobigun
1
-3
/
+11
2008-05-09
BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thing
mogguh
1
-2
/
+2
2008-05-02
Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...
tobigun
1
-6
/
+22
2008-04-30
- title-bar icon working again in windowed mode
tobigun
1
-92
/
+39
2008-04-19
tried to make songloading working with the old loader and keep all changes th...
s_alexander
1
-3
/
+1
2008-04-06
New Covers.Cache Texture loading finished
whiteshark0
1
-1
/
+3
2008-03-31
Now colorized textures are appended to the TTextureDatabase too. This will pr...
tobigun
1
-20
/
+20
2008-03-31
Removed unused Format-parameter in LoadTexture() and Add...()
tobigun
1
-28
/
+28
2008-03-31
- removed "Font Black" and "Font" texture type
tobigun
1
-28
/
+28
2008-03-14
no need to RE-Initialize the textures and screens..
jaybinks
1
-2
/
+0
2008-03-14
new lyric effect: slide
s_alexander
1
-3
/
+3
2008-03-10
auto removed a bunch of unused local variables
jaybinks
1
-802
/
+802
2008-03-06
Translated German comments to English
f1fth_freed0m
1
-5
/
+25
2008-03-03
- actual.. -> current..
tobigun
1
-3
/
+3
2008-02-26
Implemented resizable windowed mode..
jaybinks
1
-2
/
+2
2008-02-22
Linux fullscreen fix
tobigun
1
-7
/
+0
2008-01-11
do not initialize sdl_audio at this place
tobigun
1
-1
/
+1
2007-12-27
bug-fix: Tex_ScoreBG bounds were changed from [0..5] to [1..6] but Tex_ScoreB...
tobigun
1
-789
/
+789
2007-12-20
Minor refinings in score screen
mogguh
1
-2
/
+45
2007-12-12
got back those nice stars ;)
b1indy
1
-2
/
+2
2007-12-03
Initialize SDL_GL_ALPHA_SIZE for the OpenGL Surface
b1indy
1
-0
/
+1
2007-11-03
Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi...
eddie-0815
1
-33
/
+38
2007-11-02
Runtime theme changing - jira#USDX-156
jaybinks
1
-1
/
+38
2007-11-01
fixed failed builds
jaybinks
1
-0
/
+4
2007-11-01
Mac OS X version compiles and links. I hope I didn't break too many files on ...
eddie-0815
1
-4
/
+0
2007-10-02
Fixed linux compilation.
jaybinks
1
-688
/
+703
2007-09-29
small fixes for lazarus build.
jaybinks
1
-5
/
+0
2007-09-23
New class for score management
whiteshark0
1
-12
/
+41
2007-09-22
minor bug fixes to have lazarus build load resources into SDL_Image
jaybinks
1
-5
/
+21
2007-09-21
Feature: window title bar icon / taskman icon pre-work, needs fixing after we...
mogguh
1
-0
/
+5
2007-09-20
Adding new Resource compiler for lazarus projects..
jaybinks
1
-16
/
+27
[next]