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