aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UTexture.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-09Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun1-2/+2
2008-02-24Fixed compilation on Mac OS X (XCode).eddie-08151-2/+2
2008-02-15Fixed a compiler error: "FindDiskFileCaseInsensitive() is unknown". tobigun1-1/+1
2008-02-13Fixed popUpBg image not displaying in game.jaybinks1-1145/+1174
2008-01-28TTexture.Z was never initialized (TTextureUnit.LoadTexture). In FPC (not in d...tobigun1-1144/+1145
2007-12-22fixed a "typo"b1indy1-1/+1
2007-12-20removed a bunch of debugging from usdx startup.jaybinks1-1/+1
2007-12-18Added a missing override for the destroy-destructortobigun1-1/+1
2007-11-23checking for delta=0 in col2hb1indy1-0/+2
2007-11-04Added MacResources.pas. Fixed some resource loading issues on OS X. The main ...eddie-08151-1139/+1142
2007-11-03Changed DELPHI define to IFDEF LAZARUS ... ELSE ... ENDIF. This should work o...eddie-08151-36/+32
2007-11-03Windows Lazarus Build working again...jaybinks1-1143/+1143
2007-11-01fixed failed buildsjaybinks1-0/+4
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08151-8/+4
2007-10-08fixed some stuff for linux build...jaybinks1-22/+14
2007-10-02git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@461 b956fd51-792f-4...jaybinks1-1/+1
2007-10-02Fixed linux compilation.jaybinks1-1098/+1151
2007-09-30fixed credits screen in lazarus build.jaybinks1-1/+1
2007-09-29small fixes for lazarus build.jaybinks1-1/+2
2007-09-27Loading of Covers should now work (should be tested)b1indy1-31/+91
2007-09-24fixed song loading in Lazarus..jaybinks1-5/+6
2007-09-22minor bug fixes to have lazarus build load resources into SDL_Image jaybinks1-78/+172
2007-09-21first try to load textures with SDL_Imageb1indy1-561/+381
2007-09-20Adding new Resource compiler for lazarus projects..jaybinks1-8/+14
2007-09-20tidy texture loading.jaybinks1-7/+10
2007-09-20remove loggingjaybinks1-11/+4
2007-09-20fixed nasty bug I introduced... jaybinks1-5/+18
2007-09-20started re-factoring TTextureUnit.LoadTexturejaybinks1-31/+38
2007-09-20minor fixes for lazarus build..jaybinks1-1043/+1100
2007-09-20Ultrastar-DX now compiles in linux jaybinks1-1028/+1043
2007-09-19minor changes..jaybinks1-10/+24
2007-09-19trying to fix lazarus runtime errors..jaybinks1-4/+4
2007-09-19fixes to get working in lazarus..jaybinks1-3/+2
2007-09-19added UCommon ( in classes ) for lazarus...jaybinks1-12/+33
2007-09-18changes in order to compile in lazarus...jaybinks1-0/+5
2007-09-18major tidy up of Umusic ... jaybinks1-2/+14
2007-09-08re-did the colorize stuff, now no need for GraphUtilsb1indy1-38/+112
2007-09-02now buttons can also have transparent colorized texturesb1indy1-4/+0
2007-09-02finished stuff for colorized transparent textures with statics (credits to mo...b1indy1-1/+5
2007-09-02VFX: Some pre work for an upcoming (yet unfinished) featuremogguh1-2/+63
2007-07-22changed loading of transparent PNGs, should be slower now, might break with s...b1indy1-18/+24
2007-07-21Modified LoadTexture so that it ignores the Format parameter (for texture fil...b1indy1-246/+215
2007-07-03some tweaking of transparency handling for PNGs to make it look more as expectedb1indy1-1/+11
2007-06-26Added support for transparency in PNG images - if a PNG with transparency is ...b1indy1-2/+34
2007-04-24UTexture.pas: texture-wrap-mode changed to GL_CLAMP_TO_EDGE - solves some pro...b1indy1-4/+4
2007-04-17Bugfix: Fixed minor problem that caused artefacts to be drawn - 'transparent'...mogguh1-1/+1
2007-03-24Copyed PNG Texture Support from UltraStar 0.5.3whiteshark01-7/+21