Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-13 | remove legacy keywords from file header | Alexander Sulfrian | 1 | -2/+0 | |
2013-01-05 | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 1 | -9/+9 | |
2013-01-05 | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 1 | -9/+9 | |
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 | added string constructor and operator= to locale independent float class | Alexander Sulfrian | 1 | -11/+19 | |
2013-01-05 | added class for locale independent parsing of float | Alexander Sulfrian | 1 | -27/+37 | |
parsing of float with . or , independent of the current locale | |||||
2013-01-05 | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | added song loading stubs with different strategies chosen by file extension | Alexander Sulfrian | 1 | -0/+76 | |