| Commit message (Expand) | Author | Files | Lines |
2009-05-31 | merged (experimental) mouse support patch by d0ccrazy | whiteshark0 | 1 | -1/+9 |
2009-05-16 | add lyric-bar bounds to theme | whiteshark0 | 1 | -2/+2 |
2009-04-25 | Cosmetics. No code change | k-m_schindler | 1 | -2/+1 |
2009-03-23 | Fixed some displaying issues w/ old party mode | whiteshark0 | 1 | -2/+1 |
2009-03-07 | overdrawing of first screen when using visualizations fixed. visualizations a... | whiteshark0 | 1 | -4/+12 |
2009-03-07 | final cleanup of Umain. Creation of UNote | k-m_schindler | 1 | -16/+17 |
2009-03-06 | Clear Scores moved to UScreenSing and inlined. Reduce clutter in UMain | k-m_schindler | 1 | -7/+23 |
2009-03-01 | fixed first screen was cleared when second screen was drawn. #76 should be fi... | whiteshark0 | 1 | -11/+10 |
2009-02-25 | does this fix the score calculation? | k-m_schindler | 1 | -1/+1 |
2009-02-04 | many cosmetic changes | k-m_schindler | 1 | -135/+127 |
2008-11-02 | VideoGap fixed (Tracker Item #2138228) | tobigun | 1 | -1/+1 |
2008-10-28 | some compiler warnings/hints removed | tobigun | 1 | -9/+0 |
2008-10-28 | - glPrint(Pchar) -> glPrint(string) | tobigun | 1 | -26/+7 |
2008-10-19 | offscreen rendering removed: | tobigun | 1 | -16/+3 |
2008-10-18 | just another commented line | whiteshark0 | 1 | -1/+1 |
2008-10-18 | uncommented an accidentally commented line | whiteshark0 | 1 | -1/+1 |
2008-10-10 | Fixed Compilation | f1fth_freed0m | 1 | -2/+2 |
2008-10-09 | Errormessages during songload now translatable | whiteshark0 | 1 | -1/+5 |
2008-09-28 | Fixed effects from last song are drawn in next song, see http://www.assembla.... | whiteshark0 | 1 | -0/+3 |
2008-09-28 | Songclass now reports an error if there is no linebreak in a txt file. Error ... | whiteshark0 | 1 | -1/+4 |
2008-09-23 | added file headers | tobigun | 1 | -0/+25 |
2008-09-13 | - stop both Video and Visualizer (because of the video-toggle with 'v'-key bo... | tobigun | 1 | -41/+51 |
2008-09-13 | Unload background textures when leaving the sing-screen. | tobigun | 1 | -1/+12 |
2008-08-27 | rename Screen part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Screen 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-23 | Visualization are now available and configurable via the options graphics screen | mogguh | 1 | -12/+37 |
2008-08-20 | preparing the commit if projectM option integration | mogguh | 1 | -1/+13 |
2008-08-20 | applied: code of beauty | mogguh | 1 | -378/+394 |
2008-08-15 | Deleted uncommented stuff (watch line count!) | mogguh | 1 | -527/+4 |
2008-08-09 | check if video was successfully opened. Otherwise a seek might be performed o... | tobigun | 1 | -3/+5 |
2008-08-08 | result-values for TMenu.Draw() added | tobigun | 1 | -0/+1 |
2008-07-19 | renamed TLineState to TLyricsState | tobigun | 1 | -4/+4 |
2008-07-19 | renamed TLineState to TLyricsState | tobigun | 1 | -10/+10 |
2008-07-19 | lyric engine patches, solves | tobigun | 1 | -59/+53 |
2008-07-02 | Audio/Video engine update: | tobigun | 1 | -68/+36 |
2008-06-08 | - set svn:eol-style to native | tobigun | 1 | -1439/+1439 |
2008-06-07 | just some cleanup | tobigun | 1 | -168/+177 |
2008-05-13 | - fixed video-background | tobigun | 1 | -5/+7 |
2008-05-12 | - removed useless for loops in UScreenSing | f1fth_freed0m | 1 | -4/+2 |
2008-05-02 | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 1 | -1/+1 |
2008-04-30 | Fixed some range-check errors. Explicitly disable range-checks {$R-} should n... | tobigun | 1 | -1430/+1430 |
2008-04-19 | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 1 | -24/+24 |
2008-04-03 | rewriting of the txt file parser | s_alexander | 1 | -1/+1 |
2008-03-30 | Prepared some classes for enhanced Song loading. | whiteshark0 | 1 | -24/+24 |
2008-03-27 | USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser | f1fth_freed0m | 1 | -1/+4 |
2008-03-26 | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 1 | -3/+0 |
2008-03-25 | Fixed compilation on the mac. | eddie-0815 | 1 | -5/+5 |
2008-03-22 | Support for non-US (QWERTY) keyboard layout. | tobigun | 1 | -21/+30 |
2008-03-21 | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 1 | -2/+2 |