| Commit message (Expand) | Author | Files | Lines |
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 |
2007-09-08 | re-did the colorize stuff, now no need for GraphUtils | b1indy | 1 | -38/+112 |
2007-09-02 | now buttons can also have transparent colorized textures | b1indy | 1 | -4/+0 |
2007-09-02 | finished stuff for colorized transparent textures with statics (credits to mo... | b1indy | 1 | -1/+5 |
2007-09-02 | VFX: Some pre work for an upcoming (yet unfinished) feature | mogguh | 1 | -2/+63 |
2007-07-22 | changed loading of transparent PNGs, should be slower now, might break with s... | b1indy | 1 | -18/+24 |
2007-07-21 | Modified LoadTexture so that it ignores the Format parameter (for texture fil... | b1indy | 1 | -246/+215 |
2007-07-03 | some tweaking of transparency handling for PNGs to make it look more as expected | b1indy | 1 | -1/+11 |
2007-06-26 | Added support for transparency in PNG images - if a PNG with transparency is ... | b1indy | 1 | -2/+34 |
2007-04-24 | UTexture.pas: texture-wrap-mode changed to GL_CLAMP_TO_EDGE - solves some pro... | b1indy | 1 | -4/+4 |
2007-04-17 | Bugfix: Fixed minor problem that caused artefacts to be drawn - 'transparent'... | mogguh | 1 | -1/+1 |
2007-03-24 | Copyed PNG Texture Support from UltraStar 0.5.3 | whiteshark0 | 1 | -7/+21 |