| Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-02 | Fixed linux compilation. | jaybinks | 1 | -1098/+1151 |
2007-09-30 | fixed credits screen in lazarus build. | jaybinks | 1 | -1/+1 |
2007-09-29 | small fixes for lazarus build. | jaybinks | 1 | -1/+2 |
2007-09-27 | Loading of Covers should now work (should be tested) | b1indy | 1 | -31/+91 |
2007-09-24 | fixed song loading in Lazarus.. | jaybinks | 1 | -5/+6 |
2007-09-22 | minor bug fixes to have lazarus build load resources into SDL_Image | jaybinks | 1 | -78/+172 |
2007-09-21 | first try to load textures with SDL_Image | b1indy | 1 | -561/+381 |
2007-09-20 | Adding new Resource compiler for lazarus projects.. | jaybinks | 1 | -8/+14 |
2007-09-20 | tidy texture loading. | jaybinks | 1 | -7/+10 |
2007-09-20 | remove logging | jaybinks | 1 | -11/+4 |
2007-09-20 | fixed nasty bug I introduced... | jaybinks | 1 | -5/+18 |
2007-09-20 | started re-factoring TTextureUnit.LoadTexture | jaybinks | 1 | -31/+38 |
2007-09-20 | minor fixes for lazarus build.. | jaybinks | 1 | -1043/+1100 |
2007-09-20 | Ultrastar-DX now compiles in linux | jaybinks | 1 | -1028/+1043 |
2007-09-19 | minor changes.. | jaybinks | 1 | -10/+24 |
2007-09-19 | trying to fix lazarus runtime errors.. | jaybinks | 1 | -4/+4 |
2007-09-19 | fixes to get working in lazarus.. | jaybinks | 1 | -3/+2 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 1 | -12/+33 |
2007-09-18 | changes in order to compile in lazarus... | jaybinks | 1 | -0/+5 |
2007-09-18 | major tidy up of Umusic ... | jaybinks | 1 | -2/+14 |