| Commit message (Expand) | Author | Files | Lines |
2007-09-21 | first try to load textures with SDL_Image | b1indy | 1 | -561/+381 |
2007-09-21 | Feature: window title bar icon / taskman icon pre-work, needs fixing after we... | mogguh | 1 | -0/+5 |
2007-09-21 | ScoreScreen, still working on some minor things like simplifying the src (mes... | mogguh | 1 | -2/+2 |
2007-09-20 | now we have a better laz-resource compiler.. | jaybinks | 1 | -17/+4 |
2007-09-20 | Adding new Resource compiler for lazarus projects.. | jaybinks | 2 | -24/+41 |
2007-09-20 | tidy texture loading. | jaybinks | 3 | -11/+18 |
2007-09-20 | remove logging | jaybinks | 1 | -11/+4 |
2007-09-20 | fixed nasty bug I introduced... | jaybinks | 2 | -5/+20 |
2007-09-20 | started re-factoring TTextureUnit.LoadTexture | jaybinks | 1 | -31/+38 |
2007-09-20 | minor fixes for lazarus build.. | jaybinks | 3 | -1068/+1259 |
2007-09-20 | renamed Ulyrics.bak.pas hack to Ulyrics_bak.pas for lazarus compatiblity. | jaybinks | 3 | -143/+164 |
2007-09-20 | modified to make it build blindys current work. | jaybinks | 1 | -1/+1 |
2007-09-20 | forgot something ^^; | b1indy | 1 | -0/+418 |
2007-09-20 | new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ... | b1indy | 6 | -4032/+4192 |
2007-09-20 | fixed a bunch of path delimiter issues on linux build :) | jaybinks | 4 | -1698/+1698 |
2007-09-20 | Ultrastar-DX now compiles in linux | jaybinks | 17 | -7854/+8174 |
2007-09-19 | fix for delphi build... oops. | jaybinks | 1 | -1/+1 |
2007-09-19 | minor changes.. | jaybinks | 1 | -10/+24 |
2007-09-19 | oops... broke delphi building.. | jaybinks | 1 | -0/+2 |
2007-09-19 | added in the lots of debug logging... sorry guys. | jaybinks | 1 | -0/+2 |
2007-09-19 | trying to fix lazarus runtime errors.. | jaybinks | 2 | -4/+6 |
2007-09-19 | fixes to get working in lazarus.. | jaybinks | 3 | -18/+40 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 12 | -25/+209 |
2007-09-18 | changes in order to compile in lazarus... | jaybinks | 14 | -83/+226 |
2007-09-18 | major tidy up of Umusic ... | jaybinks | 5 | -247/+78 |
2007-09-18 | added switches.inc , which will contain compiler directives used | jaybinks | 3 | -6/+35 |
2007-09-12 | * added missed dependency PNGImage. | jaybinks | 10 | -94/+197 |
2007-09-10 | BugFix: Changed a 9 with a 8.. | mogguh | 2 | -2/+2 |
2007-09-10 | Overall look: ScoreBGs and playerboxes (p1, p2,..) are now drawn as colorized... | mogguh | 4 | -597/+365 |
2007-09-08 | did some cleanup and minor modifications | b1indy | 1 | -1/+2 |
2007-09-08 | re-did the colorize stuff, now no need for GraphUtils | b1indy | 1 | -38/+112 |
2007-09-07 | UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo | b1indy | 7 | -12/+449 |
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-09-02 | Some Cleanup in URecord | whiteshark0 | 2 | -26/+19 |
2007-07-22 | changed loading of transparent PNGs, should be slower now, might break with s... | b1indy | 1 | -18/+24 |
2007-07-21 | Fixed df typo in skins which caused a major feature not show up | mogguh | 1 | -7/+5 |
2007-07-21 | Modified LoadTexture so that it ignores the Format parameter (for texture fil... | b1indy | 1 | -246/+215 |
2007-07-21 | texture tiling for notes now stretches the middle part just as much as needed... | b1indy | 1 | -4/+6 |
2007-07-21 | Timeprogressbar in singscreen has the new tile capability (8x8 px) | mogguh | 1 | -6/+8 |
2007-07-21 | notes can now have tiled texture (32x32 pixels) | b1indy | 1 | -4/+6 |
2007-07-20 | UGraphicClasses.pas: minor modification to Flare effect | b1indy | 2 | -1/+2 |
2007-07-09 | Added missing UCommandLine.pas | whiteshark0 | 1 | -0/+280 |
2007-07-08 | added another effect (sparkling stars that fall down) | b1indy | 1 | -2/+65 |
2007-07-08 | Improved Error Logging and Benchmark: | whiteshark0 | 5 | -180/+216 |
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-06-25 | Fixed a Bug in Editor. | whiteshark0 | 1 | -1/+2 |
2007-06-25 | Added ability to display Videos only in full size and Backgrounds in half size. | whiteshark0 | 2 | -6/+21 |