Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved all log messages a level up | Alexander Sulfrian | 2013-01-05 | 1 | -8/+8 |
| | | | | | | log4cpp does not provide the TRACE log level. so it is needed that all log messages shift a level up, so that DEBUG is used in replacement of TRACE and INFO is now used for all messages that were DEBUG | ||||
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 1 | -26/+33 |
| | | | | | | log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms | ||||
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 1 | -47/+46 |
| | |||||
* | dynamic registration of songloading_strategies with static template | Alexander Sulfrian | 2013-01-05 | 1 | -4/+4 |
| | |||||
* | changed all song paths to boost::filesystem::wpath | Alexander Sulfrian | 2013-01-05 | 1 | -7/+6 |
| | | | | | | 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 | ||||
* | use trim, trim_left, trim_right from boost::algorithm::string | Alexander Sulfrian | 2013-01-05 | 1 | -49/+7 |
| | |||||
* | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 2013-01-05 | 1 | -53/+54 |
| | | | | | | | all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files | ||||
* | added try ... catch for each line and warn if error at line | Alexander Sulfrian | 2013-01-05 | 1 | -27/+33 |
| | |||||
* | sort includes | Alexander Sulfrian | 2013-01-05 | 1 | -2/+4 |
| | |||||
* | added {r,l}trim_newline that only remove '\r' and '\n', remove '\r' from lyrics | Alexander Sulfrian | 2013-01-05 | 1 | -0/+21 |
| | |||||
* | added complete song structure | Alexander Sulfrian | 2013-01-05 | 1 | -3/+3 |
| | | | | | | | 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 | ||||
* | cut big function for parsing song lines in some smaller | Alexander Sulfrian | 2013-01-05 | 1 | -70/+84 |
| | |||||
* | added parsing of song lyric lines | Alexander Sulfrian | 2013-01-05 | 1 | -9/+65 |
| | |||||
* | Added get methods and made a comment more clear | Robin Nehls | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 2013-01-05 | 1 | -3/+134 |
| | |||||
* | added song loading stubs with different strategies chosen by file extension | Alexander Sulfrian | 2013-01-05 | 1 | -0/+44 |