aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Reremoved old TPlayer attributes and removed some code fragments that still l...whiteshark02007-09-281-16/+2
* TextGL.pas: changed text blendmode... most texts should be readableb1indy2007-09-271-2/+2
* Loading of Covers should now work (should be tested)b1indy2007-09-271-31/+91
* fixed compile error from whiteshark..jaybinks2007-09-271-0/+20
* Some Cleanup in UDraw, UMain and UScreenSingwhiteshark02007-09-252-330/+3
* Add Ratingbar to score classwhiteshark02007-09-251-28/+212
* fixed song loading in Lazarus..jaybinks2007-09-246-818/+862
* New class for score managementwhiteshark02007-09-234-16/+814
* minor bug fixes to have lazarus build load resources into SDL_Image jaybinks2007-09-225-625/+792
* first try to load textures with SDL_Imageb1indy2007-09-211-561/+381
* Feature: window title bar icon / taskman icon pre-work, needs fixing after we...mogguh2007-09-211-0/+5
* ScoreScreen, still working on some minor things like simplifying the src (mes...mogguh2007-09-211-2/+2
* now we have a better laz-resource compiler..jaybinks2007-09-201-17/+4
* Adding new Resource compiler for lazarus projects..jaybinks2007-09-202-24/+41
* tidy texture loading.jaybinks2007-09-203-11/+18
* remove loggingjaybinks2007-09-201-11/+4
* fixed nasty bug I introduced... jaybinks2007-09-202-5/+20
* started re-factoring TTextureUnit.LoadTexturejaybinks2007-09-201-31/+38
* minor fixes for lazarus build..jaybinks2007-09-203-1068/+1259
* renamed Ulyrics.bak.pas hack to Ulyrics_bak.pas for lazarus compatiblity.jaybinks2007-09-203-143/+164
* modified to make it build blindys current work.jaybinks2007-09-201-1/+1
* forgot something ^^;b1indy2007-09-201-0/+418
* new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ...b1indy2007-09-206-4032/+4192
* fixed a bunch of path delimiter issues on linux build :)jaybinks2007-09-204-1698/+1698
* Ultrastar-DX now compiles in linux jaybinks2007-09-2017-7854/+8174
* fix for delphi build... oops.jaybinks2007-09-191-1/+1
* minor changes..jaybinks2007-09-191-10/+24
* oops... broke delphi building..jaybinks2007-09-191-0/+2
* added in the lots of debug logging... sorry guys.jaybinks2007-09-191-0/+2
* trying to fix lazarus runtime errors..jaybinks2007-09-192-4/+6
* fixes to get working in lazarus..jaybinks2007-09-193-18/+40
* added UCommon ( in classes ) for lazarus...jaybinks2007-09-1912-25/+209
* changes in order to compile in lazarus...jaybinks2007-09-1814-83/+226
* major tidy up of Umusic ... jaybinks2007-09-185-247/+78
* added switches.inc , which will contain compiler directives used jaybinks2007-09-183-6/+35
* * added missed dependency PNGImage.jaybinks2007-09-1210-94/+197
* BugFix: Changed a 9 with a 8..mogguh2007-09-102-2/+2
* Overall look: ScoreBGs and playerboxes (p1, p2,..) are now drawn as colorized...mogguh2007-09-104-597/+365
* did some cleanup and minor modificationsb1indy2007-09-081-1/+2
* re-did the colorize stuff, now no need for GraphUtilsb1indy2007-09-081-38/+112
* UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy2007-09-077-12/+449
* now buttons can also have transparent colorized texturesb1indy2007-09-021-4/+0
* finished stuff for colorized transparent textures with statics (credits to mo...b1indy2007-09-021-1/+5
* VFX: Some pre work for an upcoming (yet unfinished) featuremogguh2007-09-021-2/+63
* Some Cleanup in URecordwhiteshark02007-09-022-26/+19
* changed loading of transparent PNGs, should be slower now, might break with s...b1indy2007-07-221-18/+24
* Fixed df typo in skins which caused a major feature not show upmogguh2007-07-211-7/+5
* Modified LoadTexture so that it ignores the Format parameter (for texture fil...b1indy2007-07-211-246/+215
* texture tiling for notes now stretches the middle part just as much as needed...b1indy2007-07-211-4/+6
* Timeprogressbar in singscreen has the new tile capability (8x8 px)mogguh2007-07-211-6/+8