| Commit message (Expand) | Author | Age | Files | Lines |
* | Audio/Video engine update: | tobigun | 2008-07-02 | 1 | -3/+11 |
* | BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thing | mogguh | 2008-05-09 | 1 | -2/+2 |
* | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 2008-05-02 | 1 | -6/+22 |
* | - title-bar icon working again in windowed mode | tobigun | 2008-04-30 | 1 | -92/+39 |
* | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 2008-04-19 | 1 | -3/+1 |
* | New Covers.Cache Texture loading finished | whiteshark0 | 2008-04-06 | 1 | -1/+3 |
* | Now colorized textures are appended to the TTextureDatabase too. This will pr... | tobigun | 2008-03-31 | 1 | -20/+20 |
* | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 2008-03-31 | 1 | -28/+28 |
* | - removed "Font Black" and "Font" texture type | tobigun | 2008-03-31 | 1 | -28/+28 |
* | no need to RE-Initialize the textures and screens.. | jaybinks | 2008-03-14 | 1 | -2/+0 |
* | new lyric effect: slide | s_alexander | 2008-03-14 | 1 | -3/+3 |
* | auto removed a bunch of unused local variables | jaybinks | 2008-03-10 | 1 | -802/+802 |
* | Translated German comments to English | f1fth_freed0m | 2008-03-06 | 1 | -5/+25 |
* | - actual.. -> current.. | tobigun | 2008-03-03 | 1 | -3/+3 |
* | Implemented resizable windowed mode.. | jaybinks | 2008-02-26 | 1 | -2/+2 |
* | Linux fullscreen fix | tobigun | 2008-02-22 | 1 | -7/+0 |
* | do not initialize sdl_audio at this place | tobigun | 2008-01-11 | 1 | -1/+1 |
* | bug-fix: Tex_ScoreBG bounds were changed from [0..5] to [1..6] but Tex_ScoreB... | tobigun | 2007-12-27 | 1 | -789/+789 |
* | Minor refinings in score screen | mogguh | 2007-12-20 | 1 | -2/+45 |
* | got back those nice stars ;) | b1indy | 2007-12-12 | 1 | -2/+2 |
* | Initialize SDL_GL_ALPHA_SIZE for the OpenGL Surface | b1indy | 2007-12-03 | 1 | -0/+1 |
* | Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi... | eddie-0815 | 2007-11-03 | 1 | -33/+38 |
* | Runtime theme changing - jira#USDX-156 | jaybinks | 2007-11-02 | 1 | -1/+38 |
* | 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 | -4/+0 |
* | Fixed linux compilation. | jaybinks | 2007-10-02 | 1 | -688/+703 |
* | small fixes for lazarus build. | jaybinks | 2007-09-29 | 1 | -5/+0 |
* | New class for score management | whiteshark0 | 2007-09-23 | 1 | -12/+41 |
* | minor bug fixes to have lazarus build load resources into SDL_Image | jaybinks | 2007-09-22 | 1 | -5/+21 |
* | Feature: window title bar icon / taskman icon pre-work, needs fixing after we... | mogguh | 2007-09-21 | 1 | -0/+5 |
* | Adding new Resource compiler for lazarus projects.. | jaybinks | 2007-09-20 | 1 | -16/+27 |
* | tidy texture loading. | jaybinks | 2007-09-20 | 1 | -2/+7 |
* | minor fixes for lazarus build.. | jaybinks | 2007-09-20 | 1 | -25/+41 |
* | modified to make it build blindys current work. | jaybinks | 2007-09-20 | 1 | -1/+1 |
* | new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ... | b1indy | 2007-09-20 | 1 | -611/+611 |
* | Ultrastar-DX now compiles in linux | jaybinks | 2007-09-20 | 1 | -607/+611 |
* | changes in order to compile in lazarus... | jaybinks | 2007-09-18 | 1 | -11/+65 |
* | BugFix: Changed a 9 with a 8.. | mogguh | 2007-09-10 | 1 | -1/+1 |
* | Overall look: ScoreBGs and playerboxes (p1, p2,..) are now drawn as colorized... | mogguh | 2007-09-10 | 1 | -18/+29 |
* | did some cleanup and minor modifications | b1indy | 2007-09-08 | 1 | -1/+2 |
* | UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo | b1indy | 2007-09-07 | 1 | -1/+59 |
* | Improved Error Logging and Benchmark: | whiteshark0 | 2007-07-08 | 1 | -8/+23 |
* | Some Themework in Stats and SingScreen. | mota23 | 2007-05-10 | 1 | -1/+1 |
* | Feature: It's now possible to move/skin the time progress thing (no fix posit... | mogguh | 2007-05-03 | 1 | -1/+5 |
* | added "popups" to ask for confirmation when leaving party mode or game or to ... | b1indy | 2007-05-03 | 1 | -1/+10 |
* | Added 2 new Buttons to ScreenMain: Multi and Stats | whiteshark0 | 2007-04-29 | 1 | -14/+14 |
* | Feature: Credits screen is now a screen for itself (UGraphic.pas, UScreenMain... | mogguh | 2007-04-26 | 1 | -2/+9 |
* | Added Statistic Screens to C0de and to Theme | whiteshark0 | 2007-04-19 | 1 | -13/+23 |
* | Well, heres my first commit since R11. Some minor skin changes, new skin.ini-... | mota23 | 2007-04-17 | 1 | -3/+4 |
* | Feature: ScoreScreen now has the ability to show extra texts (UThemes.pas, US... | mogguh | 2007-04-11 | 1 | -1/+1 |