aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UNote.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-22bug: if in first sentence is one note than not execute onsentence proceduredavidus011-1/+1
2010-06-15move check for OnSentenceEnd call from NewNote to NewBeatDetectwhiteshark01-14/+31
2010-06-06- cleanuptobigun1-3/+14
2010-01-12deleted leftovers from old plugin system and party modewhiteshark01-1/+0
2009-11-09merged unicode branch (r1931) into trunks_alexander1-4/+4
2009-03-21New plugin mode reverted (will be moved to a branch afterwards).tobigun1-2/+0
2009-03-07final cleanup of Umain. Creation of UNotek-m_schindler1-445/+3
2009-03-07unclutter Umain: ConversionFileName moved to UScreenEditConvertk-m_schindler1-2/+0
2009-03-07unclutter UMain.pas. Create UPath.pas. Tests on all platformssvn statussvn st...k-m_schindler1-135/+1
2009-03-06Clear Scores moved to UScreenSing and inlined. Reduce clutter in UMaink-m_schindler1-20/+0
2009-02-28Some cleanup donewhiteshark01-13/+30
2009-02-28Cosmetics: rename WndTitle to WindowTitlek-m_schindler1-5/+5
2009-02-25formatting onlyk-m_schindler1-10/+10
2009-02-23serious code change. First trial to fix the score calculations. Please testk-m_schindler1-1/+5
2009-02-23more formattingk-m_schindler1-18/+19
2009-02-23- fixed compilation error from r1601canni01-1/+1
2009-02-23Formatting as a start :-)k-m_schindler1-81/+74
2008-10-28some compiler warnings/hints removedtobigun1-18/+0
2008-10-25MainThreadExec() can be used to delegate execution from e.g. a callback threa...tobigun1-4/+45
2008-10-20Do not use Main try-except block if in debug mode to make debugging easiertobigun1-1/+7
2008-09-28Fixed effects from last song are drawn in next song, see http://www.assembla....whiteshark01-6/+11
2008-09-23gpl header added and property svn:header set to "HeadURL Id"k-m_schindler1-0/+25
2008-09-12- Windows resources (.rc) reduced to the icontobigun1-1/+3
2008-09-11-Creation of default directories (songs, covers) working again.tobigun1-4/+4
2008-09-10FreeBSD compatibility fixes:tobigun1-4/+4
2008-09-06- fixed out-of-range error. In NewNote() CurrentPlayer.Note[CurrentPlayer.Hig...tobigun1-4/+12
2008-09-02Moved: The folder classes has been renamed to basemogguh1-0/+0
2008-08-27use lower-case paths: songs/themes/languages/etc.tobigun1-13/+13
2008-08-27rename Classes part2k-m_schindler1-0/+0
2008-08-27rename Classes part1k-m_schindler1-0/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-15- Support for multiple song/cover paths.tobigun1-51/+110
2008-08-13- new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n...tobigun1-1/+1
2008-08-11workaround for a bug in FPC 2.2.2. ThousandSeparator must be set, otherwise T...tobigun1-0/+4
2008-08-08linux needs a call to SDL_SetVideoMode after resizing. Otherwise the screen w...tobigun1-2/+10
2008-08-08changed error on read-only dirs into a warningtobigun1-1/+1
2008-08-08warnings suppressedtobigun1-1/+3
2008-08-03Fix for USDX first run and no config.ini problem (ini is saved on startup)mogguh1-1/+5
2008-07-19renamed TLineState to TLyricsStatetobigun1-2/+2
2008-07-19renamed TLineState to TLyricsStatetobigun1-21/+21
2008-07-19clean-up, removed some unused stufftobigun1-121/+35
2008-07-19lyric engine patches, solvestobigun1-67/+10
2008-07-17references to UMacResources.pp removedtobigun1-3/+0
2008-07-17- UPlatformXYZ.pas clean-uptobigun1-4/+3
2008-07-15New place for the Resources for Mac OS X: $HOME/Appliations Support/UltraStar...k-m_schindler1-0/+6
2008-07-15As sdl_ttf isn't of any use for now, I uncommented all occurrences of it.mogguh1-7/+7
2008-07-02Audio/Video engine update:tobigun1-5/+6
2008-07-01Disabled Alt+Tab screen-mode switching for Windows and MacOSX. SDL_SetVideoMo...tobigun1-6/+5
2008-06-07just some cleanuptobigun1-235/+283
2008-05-21"whitescreen on window resizing" bug fixedtobigun1-2/+8