Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed Song::cover to Song::cover_file and added Texture* Song::cover | Alexander Sulfrian | 2013-01-05 | 1 | -3/+3 |
| | |||||
* | changed all song paths to boost::filesystem::wpath | Alexander Sulfrian | 2013-01-05 | 1 | -6/+7 |
| | | | | | | all song paths are now wpath so all extensions are also std::wstring and all logging with song filename have to be also std::wstring | ||||
* | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 2013-01-05 | 1 | -50/+54 |
| | | | | | | | all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files | ||||
* | renamed MissingSongTagException to MissingTagException and added tag parameter | Alexander Sulfrian | 2013-01-05 | 1 | -4/+4 |
| | |||||
* | added custom exception classes for better catching them (gotta catch 'em all) | Alexander Sulfrian | 2013-01-05 | 1 | -4/+4 |
| | |||||
* | removed invalid comment | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | added missing getter for song header values | Alexander Sulfrian | 2013-01-05 | 1 | -40/+32 |
| | |||||
* | moved todo items down | Alexander Sulfrian | 2013-01-05 | 1 | -7/+7 |
| | |||||
* | parse all special headers | Alexander Sulfrian | 2013-01-05 | 1 | -17/+11 |
| | | | | | renamed finish to stop changed type of year to int | ||||
* | added functions for parsing float, int and bool headers | Alexander Sulfrian | 2013-01-05 | 1 | -0/+57 |
| | |||||
* | changed handling of empty list detection | Alexander Sulfrian | 2013-01-05 | 1 | -4/+2 |
| | | | | std::list.back() returns undefined values if list is empty | ||||
* | added calculations to swap from relative mode to absolute beat times | Alexander Sulfrian | 2013-01-05 | 1 | -4/+12 |
| | |||||
* | removed more memory leaks | Alexander Sulfrian | 2013-01-05 | 1 | -0/+8 |
| | |||||
* | added complete song structure | Alexander Sulfrian | 2013-01-05 | 1 | -69/+120 |
| | | | | | | | added LyricLines for lines of lyrics with some words added LyricWords for single words (notes) of lyrics added construction/deconstruction of lines and words form parsed data changed BPM list to list of pointer | ||||
* | Added get methods and made a comment more clear | Robin Nehls | 2013-01-05 | 1 | -0/+101 |
| | |||||
* | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 2013-01-05 | 1 | -0/+115 |