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