aboutsummaryrefslogtreecommitdiffstats
path: root/src/base (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-05added custom exception classes for better catching them (gotta catch 'em all)Alexander Sulfrian4-6/+22
2013-01-05removed invalid commentAlexander Sulfrian1-1/+1
2013-01-05added missing getter for song header valuesAlexander Sulfrian2-48/+40
2013-01-05moved todo items downAlexander Sulfrian2-9/+9
2013-01-05parse all special headersAlexander Sulfrian2-19/+13
2013-01-05added functions for parsing float, int and bool headersAlexander Sulfrian2-0/+60
2013-01-05changed handling of empty list detectionAlexander Sulfrian1-4/+2
2013-01-05added calculations to swap from relative mode to absolute beat timesAlexander Sulfrian2-4/+20
2013-01-05added {r,l}trim_newline that only remove '\r' and '\n', remove '\r' from lyricsAlexander Sulfrian2-0/+31
2013-01-05remove typoAlexander Sulfrian1-1/+1
2013-01-05removed more memory leaksAlexander Sulfrian2-0/+12
2013-01-05fix memory leakAlexander Sulfrian1-0/+6
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