aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UMain.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix resize-bug in SDL < 1.2.14tobigun2010-09-051-0/+3
* Readability improvement: Rename local variable Done to KeepGoing. Convert Whi...k-m_schindler2010-06-111-15/+14
* finally fixing r2478whiteshark02010-06-101-1/+1
* fix compiling after r2478whiteshark02010-06-101-1/+1
* fixed main loop initializationwhiteshark02010-06-101-0/+2
* - added missing Result assignment in TAudioInputProcessor.CheckPlayersConfigbrunzelchen2010-06-101-17/+18
* - URecord.ValidateSettings should not display the popup itselftobigun2010-06-061-1/+8
* move software cursor initialization and bg music start from ScreenMain.OnShow...whiteshark02010-05-181-0/+8
* validate microphone settings when leaving the record options and when USDX is...tobigun2010-05-081-0/+5
* - Fix for "Wrong mouse position after screen-resize" bug reported here (http:...tobigun2010-05-021-2/+8
* added Finalize3D finalization as opponent for Initialize3D and for a clean fi...tobigun2010-04-251-15/+7
* - port theme detection code from UIni to UThemeswhiteshark02010-04-151-3/+9
* cleanup of code, which has never been used from start. Part 2.k-m_schindler2010-02-221-11/+0
* changing variables to more local usagek-m_schindler2010-02-221-20/+21
* some changes to fps limiter,whiteshark02010-02-221-4/+7
* fix software cursor w/ screens = 2whiteshark02010-01-251-1/+1
* removed some old commented stuffwhiteshark02010-01-251-14/+0
* forgotten updates from last commit againwhiteshark02010-01-121-7/+0
* deleted leftovers from old plugin system and party modewhiteshark02010-01-121-1/+0
* merged lua into trunks_alexander2010-01-121-7/+36
* fixed this f11 thing canni mentionedwhiteshark02009-11-241-2/+7
* refuse keyboard and mouse input when fading from screen to screenwhiteshark02009-11-241-57/+65
* prevent key input from being sent to the screen that is fading out, send it t...whiteshark02009-11-171-1/+1
* merged unicode branch (r1931) into trunks_alexander2009-11-091-10/+22
* Language option fix:tobigun2009-07-261-6/+0
* - Commented delay of error.log in mainloop (error-log is no longer generated ...b_krueger2009-07-181-2/+2
* cosmeticsk-m_schindler2009-06-041-10/+12
* merged (experimental) mouse support patch by d0ccrazywhiteshark02009-05-311-21/+55
* moved TLyricsState from UMusic to UBeatTimerwhiteshark02009-05-211-0/+1
* New plugin mode reverted (will be moved to a branch afterwards).tobigun2009-03-211-7/+1
* Cosmeticsk-m_schindler2009-03-081-14/+17
* removed some unused units.k-m_schindler2009-03-071-29/+23
* final cleanup of Umain. Creation of UNotek-m_schindler2009-03-071-520/+7
* unclutter Umain: ConversionFileName moved to UScreenEditConvertk-m_schindler2009-03-071-2/+0
* unclutter UMain.pas. Create UPath.pas. Tests on all platformssvn statussvn st...k-m_schindler2009-03-071-135/+1
* Clear Scores moved to UScreenSing and inlined. Reduce clutter in UMaink-m_schindler2009-03-061-20/+0
* Some cleanup donewhiteshark02009-02-281-13/+30
* Cosmetics: rename WndTitle to WindowTitlek-m_schindler2009-02-281-5/+5
* formatting onlyk-m_schindler2009-02-251-10/+10
* serious code change. First trial to fix the score calculations. Please testk-m_schindler2009-02-231-1/+5
* more formattingk-m_schindler2009-02-231-18/+19
* - fixed compilation error from r1601canni02009-02-231-1/+1
* Formatting as a start :-)k-m_schindler2009-02-231-81/+74
* some compiler warnings/hints removedtobigun2008-10-281-18/+0
* MainThreadExec() can be used to delegate execution from e.g. a callback threa...tobigun2008-10-251-4/+45
* Do not use Main try-except block if in debug mode to make debugging easiertobigun2008-10-201-1/+7
* Fixed effects from last song are drawn in next song, see http://www.assembla....whiteshark02008-09-281-6/+11
* gpl header added and property svn:header set to "HeadURL Id"k-m_schindler2008-09-231-0/+25
* - Windows resources (.rc) reduced to the icontobigun2008-09-121-1/+3
* -Creation of default directories (songs, covers) working again.tobigun2008-09-111-4/+4