| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Prepared some classes for enhanced Song loading. | whiteshark0 | 2008-03-30 | 5 | -96/+427 |
* | - Select(Slide) textures should work now ('Font Black' -> 'Colorized') | tobigun | 2008-03-28 | 2 | -307/+90 |
* | Writeln caused a problem in the previously committed USong.pas, debug message... | mogguh | 2008-03-27 | 1 | -1/+1 |
* | Added Missig UXMLSongs.pas | f1fth_freed0m | 2008-03-27 | 1 | -0/+573 |
* | USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser | f1fth_freed0m | 2008-03-27 | 2 | -28/+351 |
* | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 2008-03-26 | 14 | -201/+111 |
* | Fixed compilation on the mac. | eddie-0815 | 2008-03-25 | 4 | -1714/+1733 |
* | Added functions to determine to which character-class (alpha(=letter), numeri... | tobigun | 2008-03-22 | 1 | -1/+65 |
* | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 2008-03-21 | 1 | -3/+3 |
* | lenght -> length | tobigun | 2008-03-21 | 6 | -575/+575 |
* | Staves now can be turned of in Options | f1fth_freed0m | 2008-03-17 | 3 | -4/+14 |
* | fixed the playback speed of the movie background | s_alexander | 2008-03-17 | 1 | -708/+708 |
* | no need to RE-Initialize the textures and screens.. | jaybinks | 2008-03-14 | 1 | -2/+0 |
* | fixes for delphi :P | s_alexander | 2008-03-14 | 1 | -4/+4 |
* | new lyric effect: slide | s_alexander | 2008-03-14 | 6 | -162/+249 |
* | Added an skinable overlay in SingScreen to indicate if pause is enabled | f1fth_freed0m | 2008-03-12 | 2 | -1/+7 |
* | Removed zlportio from Code | f1fth_freed0m | 2008-03-10 | 1 | -13/+21 |
* | re-added local variable that was required for windows. | jaybinks | 2008-03-10 | 1 | -1/+3 |
* | fix build problem for me local... | jaybinks | 2008-03-10 | 1 | -5/+4 |
* | auto removed a bunch of unused local variables | jaybinks | 2008-03-10 | 7 | -2843/+2843 |
* | removed a few unused local variables | jaybinks | 2008-03-10 | 3 | -14/+15 |
* | new MixBuffers() function as replacement for SDL_MixAudio. Now portaudio work... | tobigun | 2008-03-09 | 3 | -47/+108 |
* | Fixed some warnings ("missing result-values", "0 instead of nil", "comparison... | tobigun | 2008-03-09 | 2 | -2/+6 |
* | Fixed some warnings ("missing result-values", "0 instead of nil", "comparison... | tobigun | 2008-03-09 | 4 | -25/+34 |
* | ZeroNotes are ignored now and a notice is written to error.log | f1fth_freed0m | 2008-03-09 | 1 | -1/+4 |
* | - Fixed audio-playing in container (video) files. Now audio can be read direc... | tobigun | 2008-03-07 | 2 | -14/+34 |
* | GetPCMData added for SDL/Portaudio | tobigun | 2008-03-07 | 1 | -894/+899 |
* | implemented ball lyrics effekt | s_alexander | 2008-03-07 | 1 | -341/+273 |
* | Translated some Variables | f1fth_freed0m | 2008-03-07 | 6 | -127/+127 |
* | File removed as per | jaybinks | 2008-03-07 | 1 | -836/+0 |
* | playlists are sorted alphabeticaly | s_alexander | 2008-03-06 | 1 | -10/+29 |
* | bug-fix: there was a Floating-Point exception when calling WindowFunc(). This... | tobigun | 2008-03-06 | 1 | -32/+63 |
* | replaced some "string" parameters with "const string" | tobigun | 2008-03-06 | 6 | -29/+22 |
* | do we need the file UPliki.pas? | f1fth_freed0m | 2008-03-06 | 1 | -0/+2 |
* | Translated German comments to English | f1fth_freed0m | 2008-03-06 | 5 | -9/+33 |
* | add ini file option SDLBufferSize to set the buffersize for the sdl playback ... | s_alexander | 2008-03-06 | 3 | -48/+72 |
* | Translated Some Variables | f1fth_freed0m | 2008-03-06 | 5 | -145/+145 |
* | Translated so Variable Names | f1fth_freed0m | 2008-03-06 | 7 | -82/+82 |
* | fixed compile errors with delphi | s_alexander | 2008-03-06 | 1 | -1/+1 |
* | Translated Variable Names and Types | f1fth_freed0m | 2008-03-05 | 7 | -202/+202 |
* | many cleanups in code | s_alexander | 2008-03-05 | 1 | -413/+309 |
* | FFT support for SDL/Portaudio playback | tobigun | 2008-03-05 | 3 | -38/+100 |
* | removed overuse of DecimalSeperator | jaybinks | 2008-03-04 | 4 | -56/+16 |
* | added code to handle , or . decimal seperators in song text files. | jaybinks | 2008-03-04 | 1 | -26/+26 |
* | Patchs from AlexanderS & f1fth_freed0m | jaybinks | 2008-03-04 | 2 | -45/+80 |
* | Patch from AlexanderS | jaybinks | 2008-03-04 | 1 | -1/+1 |
* | delphi 7 compatibility (inline was introduced with delphi 2005) | tobigun | 2008-03-03 | 3 | -11/+11 |
* | - Input now supports multiple SampleRates (not fixed to 44100Hz anymore) | tobigun | 2008-03-03 | 10 | -790/+1148 |
* | - actual.. -> current.. | tobigun | 2008-03-03 | 6 | -34/+69 |
* | GetName added for AudioDecoder-Classes | tobigun | 2008-03-03 | 1 | -7/+8 |