aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/song.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* fixed include pathsAlexander Sulfrian2013-01-051-2/+2
|
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-051-2/+2
| | | | | | 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/charAlexander Sulfrian2013-01-051-30/+30
|
* renamed Song::cover to Song::cover_file and added Texture* Song::coverAlexander Sulfrian2013-01-051-3/+4
|
* changed all song paths to boost::filesystem::wpathAlexander Sulfrian2013-01-051-3/+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
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-051-30/+30
| | | | | | | 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 parameterAlexander Sulfrian2013-01-051-3/+14
|
* added custom exception classes for better catching them (gotta catch 'em all)Alexander Sulfrian2013-01-051-0/+8
|
* added missing getter for song header valuesAlexander Sulfrian2013-01-051-8/+8
|
* moved todo items downAlexander Sulfrian2013-01-051-2/+2
|
* parse all special headersAlexander Sulfrian2013-01-051-2/+2
| | | | | renamed finish to stop changed type of year to int
* added functions for parsing float, int and bool headersAlexander Sulfrian2013-01-051-0/+3
|
* added calculations to swap from relative mode to absolute beat timesAlexander Sulfrian2013-01-051-0/+8
|
* added complete song structureAlexander Sulfrian2013-01-051-31/+43
| | | | | | | 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 clearRobin Nehls2013-01-051-0/+20
|
* added txt header loading with test and some preparations for loading notesAlexander Sulfrian2013-01-051-1/+16
|
* added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian2013-01-051-0/+74