aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UTexture.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-19reduced verbose output on missing theme and song tags (info instead of warn)tobigun1-1/+2
2009-11-09merged unicode branch (r1931) into trunks_alexander1-23/+24
2009-05-26Statics defined in theme don't necessarily need a width or height set, if omi...mogguh1-2/+2
2009-02-22type adjustmentk-m_schindler1-2/+2
2009-02-03implementing the use of the default texture in ParseTextureTypek-m_schindler1-25/+23
2008-10-28some compiler warnings/hints removedtobigun1-16/+1
2008-10-18Error-log entry slightly changed for TTextureUnit.LoadTexture (" added)tobigun1-1/+1
2008-09-28one more version of fixing the endian problem in SDLk-m_schindler1-9/+9
2008-09-28correction of byte order (correct colors) in texture output on powerpc.k-m_schindler1-0/+13
2008-09-23gpl header added and property svn:header set to "HeadURL Id"k-m_schindler1-0/+25
2008-09-02Moved: The folder classes has been renamed to basemogguh1-0/+0
2008-08-27rename Classes part2k-m_schindler1-0/+0
2008-08-27rename Classes part1k-m_schindler1-0/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-13moved image (SDL-surface) manipulation functions from UTexture.pas to UImage.pastobigun1-495/+145
2008-07-19PTexture addedtobigun1-8/+9
2008-05-24final removal of Macresources, indentationk-m_schindler1-39/+45
2008-05-21unused variables removed, nicer code, eol-style set to nativek-m_schindler1-129/+125
2008-05-16MacResources commented out for now, property eol-style set to nativek-m_schindler1-0/+3
2008-05-14- bugfix: LoadTexture() did not initialize the TTexture result before it was ...tobigun1-65/+67
2008-05-13cleanuptobigun1-12/+2
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun1-9/+12
2008-04-30- title-bar icon working again in windowed modetobigun1-993/+874
2008-04-30Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun1-991/+991
2008-04-24- reverted some stuff that was erroneously commited by one of the last commits.tobigun1-45/+6
2008-04-19tried to make songloading working with the old loader and keep all changes th...s_alexander1-47/+126
2008-04-07- Removed lrs resource usage in linux. Resources are copied to /usr/share/res...tobigun1-118/+43
2008-04-06New Covers.Cache Texture loading finishedwhiteshark01-27/+114
2008-04-06- removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun1-47/+8
2008-04-06removed lazarus dependenciestobigun1-8/+6
2008-04-04UTexture not committed correctlywhiteshark01-81/+48
2008-04-01shortened Log Outputb1indy1-2/+2
2008-03-31ColorizePixel now uses fixed point mathb1indy1-42/+77
2008-03-31Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun1-16/+54
2008-03-31Removed unused Format-parameter in LoadTexture() and Add...()tobigun1-9/+9
2008-03-31beep() removedtobigun1-7/+2
2008-03-31- removed "Font Black" and "Font" texture typetobigun1-138/+128
2008-03-28- Select(Slide) textures should work now ('Font Black' -> 'Colorized')tobigun1-306/+89
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