| Commit message (Expand) | Author | Files | Lines |
2013-01-05 | code formatting | Alexander Sulfrian | 1 | -2/+2 |
2013-01-05 | ported from log4cxx to log4cpp | Alexander Sulfrian | 1 | -12/+12 |
2013-01-05 | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 1 | -54/+54 |
2013-01-05 | renamed Song::cover to Song::cover_file and added Texture* Song::cover | Alexander Sulfrian | 1 | -3/+3 |
2013-01-05 | changed all song paths to boost::filesystem::wpath | Alexander Sulfrian | 1 | -6/+7 |
2013-01-05 | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 1 | -50/+54 |
2013-01-05 | renamed MissingSongTagException to MissingTagException and added tag parameter | Alexander Sulfrian | 1 | -4/+4 |
2013-01-05 | added custom exception classes for better catching them (gotta catch 'em all) | Alexander Sulfrian | 1 | -4/+4 |
2013-01-05 | removed invalid comment | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | added missing getter for song header values | Alexander Sulfrian | 1 | -40/+32 |
2013-01-05 | moved todo items down | Alexander Sulfrian | 1 | -7/+7 |
2013-01-05 | parse all special headers | Alexander Sulfrian | 1 | -17/+11 |
2013-01-05 | added functions for parsing float, int and bool headers | Alexander Sulfrian | 1 | -0/+57 |
2013-01-05 | changed handling of empty list detection | Alexander Sulfrian | 1 | -4/+2 |
2013-01-05 | added calculations to swap from relative mode to absolute beat times | Alexander Sulfrian | 1 | -4/+12 |
2013-01-05 | removed more memory leaks | Alexander Sulfrian | 1 | -0/+8 |
2013-01-05 | added complete song structure | Alexander Sulfrian | 1 | -69/+120 |
2013-01-05 | Added get methods and made a comment more clear | Robin Nehls | 1 | -0/+101 |
2013-01-05 | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 1 | -0/+115 |