Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-05 | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 1 | -14/+14 | |
all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files | |||||
2013-01-05 | major refactor of stats structure | Alexander Sulfrian | 1 | -392/+11 | |
2013-01-05 | converted initialation and update of table at start | Alexander Sulfrian | 1 | -89/+117 | |
2013-01-05 | added function for testing weather a table contains a column or not | Alexander Sulfrian | 1 | -0/+25 | |
2013-01-05 | added function for testing if table exists in database | Alexander Sulfrian | 1 | -0/+20 | |
2013-01-05 | sqlite3_step have to returen SQLITE_ROW for fetching data | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | added warpper for sqlite_prepare, sqlite3_step and sqlite3_finalize | Alexander Sulfrian | 1 | -12/+8 | |
2013-01-05 | added sqlite3_prepare_v2 wrapper with propper logging | Alexander Sulfrian | 1 | -18/+18 | |
2013-01-05 | added original pascal code of database init as TODO | Alexander Sulfrian | 1 | -0/+95 | |
2013-01-05 | make localtime threadsafe using localtime_r | Alexander Sulfrian | 1 | -3/+4 | |
2013-01-05 | added logging using log4cxx | Alexander Sulfrian | 1 | -6/+8 | |
2013-01-05 | implement get_stat_reset, format_date; added some tests | Alexander Sulfrian | 1 | -28/+28 | |
2013-01-05 | started conversion of UDatabase, added first tests for framework | Alexander Sulfrian | 1 | -0/+349 | |
you will need a Ultrastar.db in the game folder to pass the tests |