| Commit message (Expand) | Author | Age | Files | Lines |
* | moved image (SDL-surface) manipulation functions from UTexture.pas to UImage.pas | tobigun | 2008-08-13 | 1 | -495/+145 |
* | PTexture added | tobigun | 2008-07-19 | 1 | -8/+9 |
* | final removal of Macresources, indentation | k-m_schindler | 2008-05-24 | 1 | -39/+45 |
* | unused variables removed, nicer code, eol-style set to native | k-m_schindler | 2008-05-21 | 1 | -129/+125 |
* | MacResources commented out for now, property eol-style set to native | k-m_schindler | 2008-05-16 | 1 | -0/+3 |
* | - bugfix: LoadTexture() did not initialize the TTexture result before it was ... | tobigun | 2008-05-14 | 1 | -65/+67 |
* | cleanup | tobigun | 2008-05-13 | 1 | -12/+2 |
* | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 2008-05-02 | 1 | -9/+12 |
* | - title-bar icon working again in windowed mode | tobigun | 2008-04-30 | 1 | -993/+874 |
* | Fixed some range-check errors. Explicitly disable range-checks {$R-} should n... | tobigun | 2008-04-30 | 1 | -991/+991 |
* | - reverted some stuff that was erroneously commited by one of the last commits. | tobigun | 2008-04-24 | 1 | -45/+6 |
* | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 2008-04-19 | 1 | -47/+126 |
* | - Removed lrs resource usage in linux. Resources are copied to /usr/share/res... | tobigun | 2008-04-07 | 1 | -118/+43 |
* | New Covers.Cache Texture loading finished | whiteshark0 | 2008-04-06 | 1 | -27/+114 |
* | - removed (linux incompatible) PngImage. In addition it was rather outdated (... | tobigun | 2008-04-06 | 1 | -47/+8 |
* | removed lazarus dependencies | tobigun | 2008-04-06 | 1 | -8/+6 |
* | UTexture not committed correctly | whiteshark0 | 2008-04-04 | 1 | -81/+48 |
* | shortened Log Output | b1indy | 2008-04-01 | 1 | -2/+2 |
* | ColorizePixel now uses fixed point math | b1indy | 2008-03-31 | 1 | -42/+77 |
* | Now colorized textures are appended to the TTextureDatabase too. This will pr... | tobigun | 2008-03-31 | 1 | -16/+54 |
* | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 2008-03-31 | 1 | -9/+9 |
* | beep() removed | tobigun | 2008-03-31 | 1 | -7/+2 |
* | - removed "Font Black" and "Font" texture type | tobigun | 2008-03-31 | 1 | -138/+128 |
* | - Select(Slide) textures should work now ('Font Black' -> 'Colorized') | tobigun | 2008-03-28 | 1 | -306/+89 |
* | Fixed some warnings ("missing result-values", "0 instead of nil", "comparison... | tobigun | 2008-03-09 | 1 | -2/+2 |
* | Fixed compilation on Mac OS X (XCode). | eddie-0815 | 2008-02-24 | 1 | -2/+2 |
* | Fixed a compiler error: "FindDiskFileCaseInsensitive() is unknown". | tobigun | 2008-02-15 | 1 | -1/+1 |
* | Fixed popUpBg image not displaying in game. | jaybinks | 2008-02-13 | 1 | -1145/+1174 |
* | TTexture.Z was never initialized (TTextureUnit.LoadTexture). In FPC (not in d... | tobigun | 2008-01-28 | 1 | -1144/+1145 |
* | fixed a "typo" | b1indy | 2007-12-22 | 1 | -1/+1 |
* | removed a bunch of debugging from usdx startup. | jaybinks | 2007-12-20 | 1 | -1/+1 |
* | Added a missing override for the destroy-destructor | tobigun | 2007-12-18 | 1 | -1/+1 |
* | checking for delta=0 in col2h | b1indy | 2007-11-23 | 1 | -0/+2 |
* | Added MacResources.pas. Fixed some resource loading issues on OS X. The main ... | eddie-0815 | 2007-11-04 | 1 | -1139/+1142 |
* | Changed DELPHI define to IFDEF LAZARUS ... ELSE ... ENDIF. This should work o... | eddie-0815 | 2007-11-03 | 1 | -36/+32 |
* | Windows Lazarus Build working again... | jaybinks | 2007-11-03 | 1 | -1143/+1143 |
* | fixed failed builds | jaybinks | 2007-11-01 | 1 | -0/+4 |
* | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 2007-11-01 | 1 | -8/+4 |
* | fixed some stuff for linux build... | jaybinks | 2007-10-08 | 1 | -22/+14 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@461 b956fd51-792f-4... | jaybinks | 2007-10-02 | 1 | -1/+1 |
* | Fixed linux compilation. | jaybinks | 2007-10-02 | 1 | -1098/+1151 |
* | fixed credits screen in lazarus build. | jaybinks | 2007-09-30 | 1 | -1/+1 |
* | small fixes for lazarus build. | jaybinks | 2007-09-29 | 1 | -1/+2 |
* | Loading of Covers should now work (should be tested) | b1indy | 2007-09-27 | 1 | -31/+91 |
* | fixed song loading in Lazarus.. | jaybinks | 2007-09-24 | 1 | -5/+6 |
* | minor bug fixes to have lazarus build load resources into SDL_Image | jaybinks | 2007-09-22 | 1 | -78/+172 |
* | first try to load textures with SDL_Image | b1indy | 2007-09-21 | 1 | -561/+381 |
* | Adding new Resource compiler for lazarus projects.. | jaybinks | 2007-09-20 | 1 | -8/+14 |
* | tidy texture loading. | jaybinks | 2007-09-20 | 1 | -7/+10 |
* | remove logging | jaybinks | 2007-09-20 | 1 | -11/+4 |