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
/
UTexture.pas
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-02-03
implementing the use of the default texture in ParseTextureType
k-m_schindler
1
-25
/
+23
2008-10-28
some compiler warnings/hints removed
tobigun
1
-16
/
+1
2008-10-18
Error-log entry slightly changed for TTextureUnit.LoadTexture (" added)
tobigun
1
-1
/
+1
2008-09-28
one more version of fixing the endian problem in SDL
k-m_schindler
1
-9
/
+9
2008-09-28
correction of byte order (correct colors) in texture output on powerpc.
k-m_schindler
1
-0
/
+13
2008-09-23
gpl header added and property svn:header set to "HeadURL Id"
k-m_schindler
1
-0
/
+25
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-13
moved image (SDL-surface) manipulation functions from UTexture.pas to UImage.pas
tobigun
1
-495
/
+145
2008-07-19
PTexture added
tobigun
1
-8
/
+9
2008-05-24
final removal of Macresources, indentation
k-m_schindler
1
-39
/
+45
2008-05-21
unused variables removed, nicer code, eol-style set to native
k-m_schindler
1
-129
/
+125
2008-05-16
MacResources commented out for now, property eol-style set to native
k-m_schindler
1
-0
/
+3
2008-05-14
- bugfix: LoadTexture() did not initialize the TTexture result before it was ...
tobigun
1
-65
/
+67
2008-05-13
cleanup
tobigun
1
-12
/
+2
2008-05-02
Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...
tobigun
1
-9
/
+12
2008-04-30
- title-bar icon working again in windowed mode
tobigun
1
-993
/
+874
2008-04-30
Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...
tobigun
1
-991
/
+991
2008-04-24
- reverted some stuff that was erroneously commited by one of the last commits.
tobigun
1
-45
/
+6
2008-04-19
tried to make songloading working with the old loader and keep all changes th...
s_alexander
1
-47
/
+126
2008-04-07
- Removed lrs resource usage in linux. Resources are copied to /usr/share/res...
tobigun
1
-118
/
+43
2008-04-06
New Covers.Cache Texture loading finished
whiteshark0
1
-27
/
+114
2008-04-06
- removed (linux incompatible) PngImage. In addition it was rather outdated (...
tobigun
1
-47
/
+8
2008-04-06
removed lazarus dependencies
tobigun
1
-8
/
+6
2008-04-04
UTexture not committed correctly
whiteshark0
1
-81
/
+48
2008-04-01
shortened Log Output
b1indy
1
-2
/
+2
2008-03-31
ColorizePixel now uses fixed point math
b1indy
1
-42
/
+77
2008-03-31
Now colorized textures are appended to the TTextureDatabase too. This will pr...
tobigun
1
-16
/
+54
2008-03-31
Removed unused Format-parameter in LoadTexture() and Add...()
tobigun
1
-9
/
+9
2008-03-31
beep() removed
tobigun
1
-7
/
+2
2008-03-31
- removed "Font Black" and "Font" texture type
tobigun
1
-138
/
+128
2008-03-28
- Select(Slide) textures should work now ('Font Black' -> 'Colorized')
tobigun
1
-306
/
+89
2008-03-09
Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...
tobigun
1
-2
/
+2
2008-02-24
Fixed compilation on Mac OS X (XCode).
eddie-0815
1
-2
/
+2
2008-02-15
Fixed a compiler error: "FindDiskFileCaseInsensitive() is unknown".
tobigun
1
-1
/
+1
2008-02-13
Fixed popUpBg image not displaying in game.
jaybinks
1
-1145
/
+1174
2008-01-28
TTexture.Z was never initialized (TTextureUnit.LoadTexture). In FPC (not in d...
tobigun
1
-1144
/
+1145
2007-12-22
fixed a "typo"
b1indy
1
-1
/
+1
2007-12-20
removed a bunch of debugging from usdx startup.
jaybinks
1
-1
/
+1
2007-12-18
Added a missing override for the destroy-destructor
tobigun
1
-1
/
+1
2007-11-23
checking for delta=0 in col2h
b1indy
1
-0
/
+2
2007-11-04
Added MacResources.pas. Fixed some resource loading issues on OS X. The main ...
eddie-0815
1
-1139
/
+1142
2007-11-03
Changed DELPHI define to IFDEF LAZARUS ... ELSE ... ENDIF. This should work o...
eddie-0815
1
-36
/
+32
2007-11-03
Windows Lazarus Build working again...
jaybinks
1
-1143
/
+1143
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
-8
/
+4
2007-10-08
fixed some stuff for linux build...
jaybinks
1
-22
/
+14
2007-10-02
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@461 b956fd51-792f-4...
jaybinks
1
-1
/
+1
[next]