| Commit message (Expand) | Author | Age | Files | Lines |
* | add checkmousebutton | k-m_schindler | 2016-01-01 | 1 | -12/+20 |
* | * the updated SDL library supports resizing without loosing all texture data,... | basisbit | 2015-10-19 | 1 | -6/+9 |
* | (this is part of the previous commit, forgot to select this file) | basisbit | 2015-09-07 | 1 | -63/+0 |
* | * limit to 60 FPS - be more energy friendly and laptop-friendly ;-) | basisbit | 2015-08-23 | 1 | -1/+1 |
* | *raised LogFileLevel for development/debugging purposes to 50 | basisbit | 2015-08-15 | 1 | -0/+1 |
* | fix resize-bug in SDL < 1.2.14 | tobigun | 2010-09-05 | 1 | -0/+3 |
* | Readability improvement: Rename local variable Done to KeepGoing. Convert Whi... | k-m_schindler | 2010-06-11 | 1 | -15/+14 |
* | finally fixing r2478 | whiteshark0 | 2010-06-10 | 1 | -1/+1 |
* | fix compiling after r2478 | whiteshark0 | 2010-06-10 | 1 | -1/+1 |
* | fixed main loop initialization | whiteshark0 | 2010-06-10 | 1 | -0/+2 |
* | - added missing Result assignment in TAudioInputProcessor.CheckPlayersConfig | brunzelchen | 2010-06-10 | 1 | -17/+18 |
* | - URecord.ValidateSettings should not display the popup itself | tobigun | 2010-06-06 | 1 | -1/+8 |
* | move software cursor initialization and bg music start from ScreenMain.OnShow... | whiteshark0 | 2010-05-18 | 1 | -0/+8 |
* | validate microphone settings when leaving the record options and when USDX is... | tobigun | 2010-05-08 | 1 | -0/+5 |
* | - Fix for "Wrong mouse position after screen-resize" bug reported here (http:... | tobigun | 2010-05-02 | 1 | -2/+8 |
* | added Finalize3D finalization as opponent for Initialize3D and for a clean fi... | tobigun | 2010-04-25 | 1 | -15/+7 |
* | - port theme detection code from UIni to UThemes | whiteshark0 | 2010-04-15 | 1 | -3/+9 |
* | cleanup of code, which has never been used from start. Part 2. | k-m_schindler | 2010-02-22 | 1 | -11/+0 |
* | changing variables to more local usage | k-m_schindler | 2010-02-22 | 1 | -20/+21 |
* | some changes to fps limiter, | whiteshark0 | 2010-02-22 | 1 | -4/+7 |
* | fix software cursor w/ screens = 2 | whiteshark0 | 2010-01-25 | 1 | -1/+1 |
* | removed some old commented stuff | whiteshark0 | 2010-01-25 | 1 | -14/+0 |
* | forgotten updates from last commit again | whiteshark0 | 2010-01-12 | 1 | -7/+0 |
* | deleted leftovers from old plugin system and party mode | whiteshark0 | 2010-01-12 | 1 | -1/+0 |
* | merged lua into trunk | s_alexander | 2010-01-12 | 1 | -7/+36 |
* | fixed this f11 thing canni mentioned | whiteshark0 | 2009-11-24 | 1 | -2/+7 |
* | refuse keyboard and mouse input when fading from screen to screen | whiteshark0 | 2009-11-24 | 1 | -57/+65 |
* | prevent key input from being sent to the screen that is fading out, send it t... | whiteshark0 | 2009-11-17 | 1 | -1/+1 |
* | merged unicode branch (r1931) into trunk | s_alexander | 2009-11-09 | 1 | -10/+22 |
* | Language option fix: | tobigun | 2009-07-26 | 1 | -6/+0 |
* | - Commented delay of error.log in mainloop (error-log is no longer generated ... | b_krueger | 2009-07-18 | 1 | -2/+2 |
* | cosmetics | k-m_schindler | 2009-06-04 | 1 | -10/+12 |
* | merged (experimental) mouse support patch by d0ccrazy | whiteshark0 | 2009-05-31 | 1 | -21/+55 |
* | moved TLyricsState from UMusic to UBeatTimer | whiteshark0 | 2009-05-21 | 1 | -0/+1 |
* | New plugin mode reverted (will be moved to a branch afterwards). | tobigun | 2009-03-21 | 1 | -7/+1 |
* | Cosmetics | k-m_schindler | 2009-03-08 | 1 | -14/+17 |
* | removed some unused units. | k-m_schindler | 2009-03-07 | 1 | -29/+23 |
* | final cleanup of Umain. Creation of UNote | k-m_schindler | 2009-03-07 | 1 | -520/+7 |
* | unclutter Umain: ConversionFileName moved to UScreenEditConvert | k-m_schindler | 2009-03-07 | 1 | -2/+0 |
* | unclutter UMain.pas. Create UPath.pas. Tests on all platformssvn statussvn st... | k-m_schindler | 2009-03-07 | 1 | -135/+1 |
* | Clear Scores moved to UScreenSing and inlined. Reduce clutter in UMain | k-m_schindler | 2009-03-06 | 1 | -20/+0 |
* | Some cleanup done | whiteshark0 | 2009-02-28 | 1 | -13/+30 |
* | Cosmetics: rename WndTitle to WindowTitle | k-m_schindler | 2009-02-28 | 1 | -5/+5 |
* | formatting only | k-m_schindler | 2009-02-25 | 1 | -10/+10 |
* | serious code change. First trial to fix the score calculations. Please test | k-m_schindler | 2009-02-23 | 1 | -1/+5 |
* | more formatting | k-m_schindler | 2009-02-23 | 1 | -18/+19 |
* | - fixed compilation error from r1601 | canni0 | 2009-02-23 | 1 | -1/+1 |
* | Formatting as a start :-) | k-m_schindler | 2009-02-23 | 1 | -81/+74 |
* | some compiler warnings/hints removed | tobigun | 2008-10-28 | 1 | -18/+0 |
* | MainThreadExec() can be used to delegate execution from e.g. a callback threa... | tobigun | 2008-10-25 | 1 | -4/+45 |