| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed wrong video start position in medley mode if used START tag | brunzelchen | 2009-12-10 | 1 | -2/+1 |
* | - fixed bug: end of calculated medley-song was in some cases the first note o... | brunzelchen | 2009-12-09 | 1 | -3/+4 |
* | - estimated (calculated) refrains are shown with an [C] at the end of the tit... | brunzelchen | 2009-12-09 | 2 | -24/+85 |
* | added medley code changes | brunzelchen | 2009-12-09 | 9 | -159/+1058 |
* | added missing file | brunzelchen | 2009-12-09 | 1 | -0/+0 |
* | just a first experimental version | brunzelchen | 2009-12-09 | 654 | -0/+205553 |
* | adds working teamduel lua plugin | whiteshark0 | 2009-12-09 | 2 | -2/+234 |
* | complemented temporary hook description | whiteshark0 | 2009-12-09 | 1 | -1/+2 |
* | adds event ScreenSing.SongLoaded | whiteshark0 | 2009-12-09 | 1 | -1/+7 |
* | fixed lua function ScreenSing.GetLines | whiteshark0 | 2009-12-09 | 1 | -1/+1 |
* | remove old screen sing modi | whiteshark0 | 2009-12-09 | 5 | -11/+11 |
* | implements Usdx.Unhook | whiteshark0 | 2009-12-09 | 1 | -10/+103 |
* | fixed missing bracked | whiteshark0 | 2009-08-30 | 1 | -1/+1 |
* | 3 new lua function | whiteshark0 | 2009-08-29 | 1 | -14/+191 |
* | usdx module prefix (Usdx.) is now case insensitive (in require statement) | whiteshark0 | 2009-08-22 | 1 | -2/+46 |
* | unused fonts removed | tobigun | 2009-07-26 | 2 | -0/+0 |
* | some cmake changes | tobigun | 2009-07-26 | 9 | -133/+259 |
* | make life easier for git-users with .gitignore files. Especially it prevents ... | tobigun | 2009-07-26 | 7 | -0/+44 |
* | Language option fix: | tobigun | 2009-07-26 | 3 | -54/+26 |
* | Delphi 7 compatibility fix (eat this, buildbot) | tobigun | 2009-07-26 | 4 | -4/+4 |
* | language improvements and code cosmetics. no code change. | k-m_schindler | 2009-07-23 | 1 | -56/+56 |
* | some small language improvements plus a forgotten item in German.ini | k-m_schindler | 2009-07-23 | 2 | -4/+7 |
* | typo: Italienisch -> Italian | k-m_schindler | 2009-07-23 | 13 | -13/+13 |
* | translation of new text and a minor correction | k-m_schindler | 2009-07-23 | 1 | -1/+11 |
* | Most of the unicode branch (if not all) should be done now. Please test. | tobigun | 2009-07-23 | 1 | -2/+3 |
* | Catalan already was UTF-8 (without BOM) | tobigun | 2009-07-23 | 2 | -94/+94 |
* | new language strings added to english language file | tobigun | 2009-07-23 | 2 | -1/+12 |
* | - language files converted to UTF-8 WITH BOM (!!!) | tobigun | 2009-07-23 | 17 | -994/+993 |
* | update to current trunk (1853) | tobigun | 2009-07-23 | 4 | -49/+103 |
* | Buggy DirectoryFindFiles() (used by BrowseTXT/XMLFiles) removed and replaced ... | tobigun | 2009-07-23 | 2 | -98/+58 |
* | Editor: | tobigun | 2009-07-23 | 1 | -2/+23 |
* | - Do not make plugins. Block on Mac OS X | tobigun | 2009-07-23 | 2 | -3/+4 |
* | spelling corrections | tobigun | 2009-07-23 | 1 | -21/+20 |
* | reset all ref-counted fields before usage of FillChar() to avoid memory leaks | tobigun | 2009-07-23 | 2 | -1/+8 |
* | GarbageList.Count >= GarbageMaxCount | tobigun | 2009-07-23 | 1 | -1/+1 |
* | TPlatformMacOSX.CreateUserFolders() uses IPath | tobigun | 2009-07-23 | 1 | -48/+34 |
* | TUnicodeMemIniFile added | tobigun | 2009-07-23 | 1 | -0/+79 |
* | string -> UTF8String / IPath | tobigun | 2009-07-23 | 3 | -49/+41 |
* | language file conversion script added | tobigun | 2009-07-23 | 1 | -0/+43 |
* | According to the Delphi doc for INFINITY it should not be used in comparisons... | tobigun | 2009-07-23 | 1 | -2/+2 |
* | Define for OS X must be DARWIN and not APPLE | tobigun | 2009-07-23 | 1 | -3/+3 |
* | merge with trunk revision 1845 | tobigun | 2009-07-23 | 27 | -399/+1702 |
* | - comments | tobigun | 2009-07-23 | 1 | -9/+12 |
* | Song sorting uses locale specific comparison | tobigun | 2009-07-23 | 1 | -5/+5 |
* | - interface ref-cnt bug workaround for IPath | tobigun | 2009-07-23 | 2 | -36/+122 |
* | Midi to USDX converter fixed | tobigun | 2009-07-23 | 1 | -165/+289 |
* | - Translations added | tobigun | 2009-07-23 | 7 | -30/+83 |
* | further string -> UTF8String conversions | tobigun | 2009-07-23 | 2 | -19/+19 |
* | WideStringLower/UpperCase on unix uses WideLower/UpperCase from cwstring agai... | tobigun | 2009-07-23 | 1 | -9/+26 |
* | CurrentTexture.Name = Name -> CurrentTexture.Name.Equals(Name) | tobigun | 2009-07-23 | 1 | -1/+1 |