| Commit message (Expand) | Author | Files | Lines |
2008-05-02 | MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported... | tobigun | 1 | -5/+29 |
2008-05-02 | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 8 | -8/+10 |
2008-05-02 | screenshots should be fetched from screen in RGB and not BGR mode. | tobigun | 1 | -3/+2 |
2008-04-30 | video-background fix. This should fix the white-screen bug with animation bac... | tobigun | 1 | -1585/+1595 |
2008-04-30 | Fixed some range-check errors. Explicitly disable range-checks {$R-} should n... | tobigun | 2 | -2155/+2155 |
2008-04-10 | workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic... | tobigun | 1 | -21/+30 |
2008-04-06 | - removed (linux incompatible) PngImage. In addition it was rather outdated (... | tobigun | 1 | -107/+38 |
2008-04-06 | removed lazarus dependencies | tobigun | 1 | -488/+490 |
2008-04-01 | removed unused lclintf/windows references | tobigun | 3 | -20/+5 |
2008-04-01 | Replaced GetTickCount with SDL_GetTicks | f1fth_freed0m | 3 | -9/+10 |
2008-03-31 | Now colorized textures are appended to the TTextureDatabase too. This will pr... | tobigun | 1 | -32/+30 |
2008-03-31 | Unicode fix for WideCharUpperCase(). This should work on all platforms now. | tobigun | 1 | -27/+9 |
2008-03-31 | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 1 | -40/+40 |
2008-03-31 | beep() removed | tobigun | 1 | -10/+5 |
2008-03-31 | - removed "Font Black" and "Font" texture type | tobigun | 2 | -137/+128 |
2008-03-28 | - Select(Slide) textures should work now ('Font Black' -> 'Colorized') | tobigun | 1 | -15/+29 |
2008-03-28 | fixed EIntOverflow in function TMenu.WideCharUpperCase when used on Linux ( o... | jaybinks | 1 | -1/+22 |
2008-03-25 | Fixed compilation on the mac. | eddie-0815 | 1 | -0/+11 |
2008-03-21 | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 1 | -2/+2 |
2008-03-09 | disabled ParseMouse because it is not implemented by any subclass (usage of n... | tobigun | 1 | -1/+3 |
2008-03-07 | fpc warned that //$4D42 is ignored as a compiler-directive. | tobigun | 1 | -1/+1 |
2008-03-04 | Patchs from AlexanderS & f1fth_freed0m | jaybinks | 1 | -11/+3 |
2008-03-03 | - some windows/lclintf dependencies removed | tobigun | 2 | -114/+125 |
2008-02-20 | fixed video looping and background video playback on linux.. | jaybinks | 1 | -8/+3 |
2008-02-19 | mmmmmmmmmmmmm | jaybinks | 1 | -7/+40 |
2008-02-13 | small modification to the | jaybinks | 1 | -2/+10 |
2007-12-20 | removed a bunch of debugging from usdx startup. | jaybinks | 1 | -15/+0 |
2007-11-22 | Fixed texture drawing on Mac OS X (looks like BackImg.Z was not initialized).... | eddie-0815 | 1 | -0/+1 |
2007-11-01 | fixed failed builds | jaybinks | 4 | -351/+367 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 10 | -13/+55 |
2007-10-27 | Fixed "White Line" Bug | whiteshark0 | 1 | -2/+6 |
2007-10-02 | Fixed linux compilation. | jaybinks | 2 | -1570/+1593 |
2007-09-27 | TextGL.pas: changed text blendmode... most texts should be readable | b1indy | 1 | -0/+1 |
2007-09-24 | fixed song loading in Lazarus.. | jaybinks | 2 | -1/+4 |
2007-09-22 | minor bug fixes to have lazarus build load resources into SDL_Image | jaybinks | 1 | -5/+13 |
2007-09-20 | Adding new Resource compiler for lazarus projects.. | jaybinks | 1 | -1/+2 |
2007-09-20 | Ultrastar-DX now compiles in linux | jaybinks | 3 | -1354/+1380 |
2007-09-19 | fixes to get working in lazarus.. | jaybinks | 1 | -1/+1 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 2 | -6/+21 |
2007-09-18 | changes in order to compile in lazarus... | jaybinks | 4 | -3/+23 |
2007-09-12 | * added missed dependency PNGImage. | jaybinks | 1 | -1/+10 |
2007-09-08 | did some cleanup and minor modifications | b1indy | 2 | -14/+10 |
2007-09-07 | removed "error" messages (are more like warnings and did only confuse users) | b1indy | 1 | -2/+2 |
2007-09-07 | UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo | b1indy | 5 | -12/+11 |
2007-09-03 | some small improvement with fading buttons | b1indy | 1 | -1/+1 |
2007-09-02 | now buttons can also have transparent colorized textures | b1indy | 2 | -22/+149 |
2007-09-02 | finished stuff for colorized transparent textures with statics (credits to mo... | b1indy | 1 | -5/+20 |
2007-07-22 | again some fixes in reflection code for buttons and statics | b1indy | 2 | -5/+5 |
2007-07-22 | fixed a minor bug in the reflection code that caused some reflections to be i... | b1indy | 1 | -3/+3 |
2007-07-08 | Add Debug OSD with FPS and RSpeed | whiteshark0 | 1 | -2/+71 |