| Commit message (Expand) | Author | Files | Lines |
2016-01-01 | changes except webcam | k-m_schindler | 1 | -4/+17 |
2014-11-22 | Remove unused variables and fix warnings with ifdefed variables. Thanks to ru... | k-m_schindler | 1 | -2/+0 |
2013-02-22 | add fade for medley mod. | k-m_schindler | 1 | -0/+2 |
2013-02-22 | Add Applause for medley mod. | k-m_schindler | 1 | -0/+3 |
2010-12-30 | allow playback from audio stream | tobigun | 1 | -0/+1 |
2010-12-28 | add GetSampleSize() | tobigun | 1 | -1/+8 |
2010-09-29 | - removed hardcoded bebeto loop | canni0 | 1 | -1/+1 |
2010-06-19 | Bugfix: do not call Inc() on PByteArray pointers. It will not increment by on... | tobigun | 1 | -1/+1 |
2010-06-10 | merge of VideoPreview branch into trunk | brunzelchen | 1 | -3/+72 |
2010-04-22 | - now it is possible to sync lyrics to audio | tobigun | 1 | -4/+0 |
2010-04-21 | improved audio synching with lyrics as master clock | tobigun | 1 | -27/+47 |
2010-04-21 | - add video loop option | tobigun | 1 | -14/+25 |
2009-12-29 | revert submission 2051. leeds to crash on 2nd song. | k-m_schindler | 1 | -6/+6 |
2009-12-20 | changed TSyncSource to interface ISyncSource | s_alexander | 1 | -6/+6 |
2009-11-09 | merged unicode branch (r1931) into trunk | s_alexander | 1 | -31/+32 |
2009-05-21 | moved TLyricsState from UMusic to UBeatTimer | whiteshark0 | 1 | -132/+2 |
2009-03-07 | final cleanup of Umain. Creation of UNote | k-m_schindler | 1 | -1/+1 |
2009-03-07 | unclutter UMain.pas. Create UPath.pas. Tests on all platformssvn statussvn st... | k-m_schindler | 1 | -1/+2 |
2009-02-28 | some cosmetic changes | whiteshark0 | 1 | -2/+6 |
2009-02-28 | Some cleanup done | whiteshark0 | 1 | -3/+8 |
2009-02-04 | - PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-te... | tobigun | 1 | -9/+9 |
2008-10-01 | - FFmpeg header update | tobigun | 1 | -2/+2 |
2008-09-23 | gpl header added and property svn:header set to "HeadURL Id" | k-m_schindler | 1 | -0/+25 |
2008-09-02 | Moved: The folder classes has been renamed to base | mogguh | 1 | -0/+0 |
2008-08-27 | rename Classes part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Classes part1 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 1 | -0/+0 |
2008-08-27 | spelling corrected FFMpeg -> FFmpeg | tobigun | 1 | -1/+1 |
2008-08-25 | Added: Option for background music in sound options (affects UIni too) | mogguh | 1 | -8/+23 |
2008-07-19 | renamed TLineState to TLyricsState | tobigun | 1 | -11/+11 |
2008-07-19 | lyric engine patches, solves | tobigun | 1 | -12/+69 |
2008-07-14 | TLine.LyricWidth (width of the line in pixels) is marked as deprecated. Do no... | tobigun | 1 | -2/+4 |
2008-07-02 | Audio/Video engine update: | tobigun | 1 | -221/+656 |
2008-06-07 | just some cleanup | tobigun | 1 | -15/+36 |
2008-05-13 | - fixed video-background | tobigun | 1 | -21/+54 |
2008-05-10 | Volumes are floating point values (single) now. The range changed from [0 .. ... | tobigun | 1 | -7/+7 |
2008-05-09 | - input-source selection works now (with bass or portaudio with portmixer) | tobigun | 1 | -20/+142 |
2008-05-08 | added "inherited ..." to all constructors to assure that the base-class const... | tobigun | 1 | -0/+3 |
2008-04-10 | finally removed IlNut from Editor (*hope* it will work) | s_alexander | 1 | -1/+0 |
2008-04-10 | workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic... | tobigun | 1 | -7/+24 |
2008-04-03 | rewriting of the txt file parser | s_alexander | 1 | -18/+3 |
2008-03-21 | lenght -> length | tobigun | 1 | -544/+544 |
2008-03-14 | new lyric effect: slide | s_alexander | 1 | -0/+1 |
2008-03-07 | - Fixed audio-playing in container (video) files. Now audio can be read direc... | tobigun | 1 | -2/+2 |
2008-03-07 | Translated some Variables | f1fth_freed0m | 1 | -1/+1 |
2008-03-06 | replaced some "string" parameters with "const string" | tobigun | 1 | -1/+1 |
2008-03-06 | Translated Some Variables | f1fth_freed0m | 1 | -30/+30 |
2008-03-06 | Translated so Variable Names | f1fth_freed0m | 1 | -6/+6 |
2008-03-05 | Translated Variable Names and Types | f1fth_freed0m | 1 | -9/+9 |
2008-03-05 | FFT support for SDL/Portaudio playback | tobigun | 1 | -2/+5 |