| Commit message (Expand) | Author | Age | Files | Lines |
* | - fixed video-background | tobigun | 2008-05-13 | 1 | -5/+7 |
* | - removed useless for loops in UScreenSing | f1fth_freed0m | 2008-05-12 | 1 | -4/+2 |
* | Volumes are floating point values (single) now. The range changed from [0 .. ... | tobigun | 2008-05-10 | 4 | -21/+30 |
* | - input-source selection works now (with bass or portaudio with portmixer) | tobigun | 2008-05-09 | 3 | -191/+438 |
* | BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thing | mogguh | 2008-05-09 | 1 | -384/+226 |
* | Option screen has two rows of buttons, to select the row beneath press [curso... | mogguh | 2008-05-06 | 1 | -4/+17 |
* | MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported... | tobigun | 2008-05-02 | 1 | -3/+4 |
* | replaced WideUpperCase with WideCharUpperCase | tobigun | 2008-05-02 | 1 | -2/+2 |
* | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 2008-05-02 | 10 | -11/+10 |
* | Fixed some range-check errors. Explicitly disable range-checks {$R-} should n... | tobigun | 2008-04-30 | 1 | -1430/+1430 |
* | - reverted some stuff that was erroneously commited by one of the last commits. | tobigun | 2008-04-24 | 1 | -12/+0 |
* | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 2008-04-19 | 6 | -841/+838 |
* | translated some polish code | f1fth_freed0m | 2008-04-11 | 1 | -7/+6 |
* | finally removed IlNut from Editor (*hope* it will work) | s_alexander | 2008-04-10 | 3 | -60/+42 |
* | -Corrected some ifdefs in the Editor to make it useable on linux | f1fth_freed0m | 2008-04-10 | 1 | -40/+44 |
* | workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic... | tobigun | 2008-04-10 | 1 | -1398/+1398 |
* | - removed (linux incompatible) PngImage. In addition it was rather outdated (... | tobigun | 2008-04-06 | 2 | -2/+14 |
* | removed lazarus dependencies | tobigun | 2008-04-06 | 2 | -1431/+1404 |
* | TRANSLATE define removed. Define was not used anymore. | tobigun | 2008-04-06 | 1 | -12/+0 |
* | Replaced some {-comments with (*-comments to remove nested comments of the sa... | tobigun | 2008-04-06 | 2 | -4/+17 |
* | Covers Cache rewritten | whiteshark0 | 2008-04-04 | 1 | -11/+11 |
* | rewriting of the txt file parser | s_alexander | 2008-04-03 | 4 | -733/+717 |
* | removed unused lclintf/windows references | tobigun | 2008-04-01 | 2 | -10/+1 |
* | Replaced GetTickCount with SDL_GetTicks | f1fth_freed0m | 2008-04-01 | 1 | -1/+1 |
* | Now colorized textures are appended to the TTextureDatabase too. This will pr... | tobigun | 2008-03-31 | 1 | -2/+2 |
* | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 2008-03-31 | 8 | -57/+57 |
* | beep() removed | tobigun | 2008-03-31 | 3 | -6/+1 |
* | - removed "Font Black" and "Font" texture type | tobigun | 2008-03-31 | 8 | -71/+71 |
* | Prepared some classes for enhanced Song loading. | whiteshark0 | 2008-03-30 | 5 | -142/+143 |
* | Some WideChar casts to let it compile in Delphi7 again. | whiteshark0 | 2008-03-28 | 2 | -2/+2 |
* | USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser | f1fth_freed0m | 2008-03-27 | 2 | -2/+8 |
* | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 2008-03-26 | 3 | -83/+3 |
* | Fixed compilation on the mac. | eddie-0815 | 2008-03-25 | 26 | -150/+149 |
* | Support for non-US (QWERTY) keyboard layout. | tobigun | 2008-03-22 | 30 | -486/+644 |
* | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 2008-03-21 | 34 | -91/+91 |
* | lenght -> length | tobigun | 2008-03-21 | 4 | -30/+42 |
* | Staves now can be turned of in Options | f1fth_freed0m | 2008-03-17 | 1 | -3/+4 |
* | fixed the playback speed of the movie background | s_alexander | 2008-03-17 | 1 | -1/+1 |
* | new lyric effect: slide | s_alexander | 2008-03-14 | 3 | -222/+216 |
* | Game can now be paused using Space like in mplayer or vlc | f1fth_freed0m | 2008-03-12 | 1 | -0/+5 |
* | Added an skinable overlay in SingScreen to indicate if pause is enabled | f1fth_freed0m | 2008-03-12 | 1 | -5/+18 |
* | Removed zlportio from Code | f1fth_freed0m | 2008-03-10 | 7 | -38/+47 |
* | auto removed a bunch of unused local variables | jaybinks | 2008-03-10 | 14 | -3021/+3023 |
* | Fixed some warnings ("missing result-values", "0 instead of nil", "comparison... | tobigun | 2008-03-09 | 3 | -167/+176 |
* | Multiline comments should be fpc compatible now, removed the score hack at th... | mogguh | 2008-03-08 | 1 | -40/+43 |
* | Removed GeTickCount in favour to multiplatform available SDL_GetTicks, added ... | mogguh | 2008-03-08 | 1 | -10/+16 |
* | Translated some Variables | f1fth_freed0m | 2008-03-07 | 4 | -167/+167 |
* | Translated German comments to English | f1fth_freed0m | 2008-03-06 | 3 | -22/+22 |
* | Translated Some Variables | f1fth_freed0m | 2008-03-06 | 3 | -144/+144 |
* | Translated so Variable Names | f1fth_freed0m | 2008-03-06 | 4 | -102/+102 |