aboutsummaryrefslogtreecommitdiffstats
path: root/src/base (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-05added complete song structureAlexander Sulfrian9-103/+486
2013-01-05cut big function for parsing song lines in some smallerAlexander Sulfrian2-70/+91
2013-01-05added parsing of song lyric linesAlexander Sulfrian3-10/+85
2013-01-05Added get methods and made a comment more clearRobin Nehls3-1/+122
2013-01-05added txt header loading with test and some preparations for loading notesAlexander Sulfrian9-12/+305
2013-01-05added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian8-0/+434
2013-01-05major refactor of stats structureAlexander Sulfrian6-526/+895
2013-01-05little refactor of the headerAlexander Sulfrian1-5/+6
2013-01-05converted initialation and update of table at startAlexander Sulfrian1-89/+117
2013-01-05added function for testing weather a table contains a column or notAlexander Sulfrian2-0/+34
2013-01-05added function for testing if table exists in databaseAlexander Sulfrian2-0/+28
2013-01-05sqlite3_step have to returen SQLITE_ROW for fetching dataAlexander Sulfrian1-2/+2
2013-01-05added warpper for sqlite_prepare, sqlite3_step and sqlite3_finalizeAlexander Sulfrian2-12/+14
2013-01-05added sqlite3_prepare_v2 wrapper with propper loggingAlexander Sulfrian2-18/+30
2013-01-05added doxygen commentsAlexander Sulfrian1-0/+33
2013-01-05added original pascal code of database init as TODOAlexander Sulfrian1-0/+95
2013-01-05make localtime threadsafe using localtime_rAlexander Sulfrian1-3/+4
2013-01-05added logging using log4cxxAlexander Sulfrian2-8/+13
2013-01-05implement get_stat_reset, format_date; added some testsAlexander Sulfrian1-28/+28
2013-01-05added possibility to test private methodsAlexander Sulfrian1-3/+9
2013-01-05Added initialisation to prevend segfaultsRobin Nehls1-3/+5
2013-01-05Added check to ringbuffer if a given targetbuffer is NULLRobin Nehls1-0/+8
2013-01-05started conversion of UDatabase, added first tests for frameworkAlexander Sulfrian2-0/+493
2013-01-05converted URingBufferAlexander Sulfrian3-165/+179
2013-01-05removed unused unitAlexander Sulfrian1-42/+0
2013-01-05converted UTime.pas to c++Alexander Sulfrian3-210/+193
2009-12-20changed TSyncSource to interface ISyncSources_alexander1-6/+6
2009-12-18change zero note error to warning with better descriptionwhiteshark01-1/+3
2009-12-18fixed infinite score raising bugwhiteshark01-1/+1
2009-12-13fixed score display with linebonus=offwhiteshark01-0/+103
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-07fixed compilation on win32s_alexander1-5/+5
2009-12-06fix performance problem on scrollbrunzelchen1-1/+1
2009-12-06fix bugtracker issue 2817034s_alexander1-0/+4
2009-12-06Add Date to Score, Filter Players, Switch Difficulty - ID: 2901824s_alexander3-50/+80
2009-12-05added autodetection of utf8s_alexander2-10/+17
2009-11-24use second players color to indicate selected note in editorwhiteshark02-12/+5
2009-11-24fixed this f11 thing canni mentionedwhiteshark01-2/+7
2009-11-24refuse keyboard and mouse input when fading from screen to screenwhiteshark01-57/+65
2009-11-18fixed TCatSongs.FindNextVisiblewhiteshark01-5/+9
2009-11-18fixed new created playlist contents songs from old onewhiteshark01-0/+3
2009-11-18fixed playlist creation bug: absolute path instead of just the filename was w...whiteshark01-1/+1
2009-11-17prevent key input from being sent to the screen that is fading out, send it t...whiteshark01-1/+1
2009-11-17implemented suggestions by Canni from Assembla ticket #85whiteshark03-49/+33
2009-11-17load and save year tagwhiteshark02-1/+10
2009-11-17header tags that are not supported are written to the end of the songheader w...whiteshark02-8/+74
2009-11-09fixed folders=on bug for the momentwhiteshark01-0/+8
2009-11-09fixed div 0 errorss_alexander1-3/+13