aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/USong.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-03add some parts, such as MD5SongFilek-m_schindler1-14/+200
2016-01-02first changes to party modek-m_schindler1-1/+1
2016-01-01add GetStringWithNoAccentsk-m_schindler1-1/+11
2015-09-12* log if the audio file which is specified in the song .txt does not exist or...basisbit1-0/+4
2014-11-22Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...k-m_schindler1-5/+0
2014-11-22Call LoadSong() only before playing the song. This speeds up the initial load...k-m_schindler1-5/+3
2013-02-24fix problems with empty songlist. thanks to Zup3rvock.k-m_schindler1-2/+5
2013-02-22merge the first part of the medley_new branch. This part has the functionalit...k-m_schindler1-13/+317
2010-06-12Previously removed option Lyrics:Encoding now back in config.ini:tobigun1-5/+2
2010-05-23zero-length notes will no longer be ignored. they will be converted into free...brunzelchen1-12/+15
2010-04-20do not handle txt file format errors that stricttobigun1-9/+10
2010-04-19reduced verbose output on missing theme and song tags (info instead of warn)tobigun1-1/+1
2010-04-14completly remove solmizationwhiteshark01-46/+0
2009-12-18change zero note error to warning with better descriptionwhiteshark01-1/+3
2009-12-13added a note concerning song parserwhiteshark01-0/+8
2009-12-13use TryStrToInt and TryStrToFloat instead of try .. except blockwhiteshark01-8/+10
2009-12-13fixed bug in song parser that may lead to an Access Violationwhiteshark01-1/+1
2009-12-06Add Date to Score, Filter Players, Switch Difficulty - ID: 2901824s_alexander1-0/+1
2009-12-05added autodetection of utf8s_alexander1-8/+7
2009-11-24use second players color to indicate selected note in editorwhiteshark01-0/+2
2009-11-17load and save year tagwhiteshark01-1/+9
2009-11-17header tags that are not supported are written to the end of the songheader w...whiteshark01-8/+52
2009-11-09fixed folders=on bug for the momentwhiteshark01-0/+8
2009-11-09merged unicode branch (r1931) into trunks_alexander1-435/+615
2009-03-10folder sorting w/ cats on fixed (ticket #84)whiteshark01-2/+39
2009-03-07final cleanup of Umain. Creation of UNotek-m_schindler1-1/+1
2009-02-28loading of songs with relative: yes fixedwhiteshark01-1/+1
2009-02-28Some cleanup donewhiteshark01-117/+61
2008-11-26some small format editsk-m_schindler1-13/+13
2008-11-13Format adjustments. no code change.k-m_schindler1-45/+49
2008-11-03All comments are English now (Polish ones have been translated)tobigun1-2/+2
2008-10-28some compiler warnings/hints removedtobigun1-2/+2
2008-10-28- glPrint(Pchar) -> glPrint(string)tobigun1-5/+5
2008-10-09Errormessages during songload now translatablewhiteshark01-4/+15
2008-09-28Fixed some minor bugs in txt file readerwhiteshark01-36/+56
2008-09-28Songclass now reports an error if there is no linebreak in a txt file. Error ...whiteshark01-1/+18
2008-09-23indentation unified, no code change.k-m_schindler1-19/+19
2008-09-23gpl header added and property svn:header set to "HeadURL Id"k-m_schindler1-0/+25
2008-09-13- stop both Video and Visualizer (because of the video-toggle with 'v'-key bo...tobigun1-1/+0
2008-09-13minor layout changes. no code changek-m_schindler1-19/+36
2008-09-13rename X: integer to NoteIndex: integerk-m_schindler1-11/+12
2008-09-13SourceForge patch [2086204] applied.tobigun1-162/+154
2008-09-02Moved: The folder classes has been renamed to basemogguh1-0/+0
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-05-22eol-style unified and propset, indentationk-m_schindler1-238/+245
2008-05-08added "inherited ..." to all constructors to assure that the base-class const...tobigun1-0/+3
2008-04-27- Fixed several bugs with tabbed browsing (Tabs: on) which occurred after TSo...tobigun1-21/+13
2008-04-19tried to make songloading working with the old loader and keep all changes th...s_alexander1-444/+222