index
:
usdx
cpp
github/svn/1.0.1
github/svn/1.0.1%20Challenge%20MOD
github/svn/1.01
github/svn/1.0x
github/svn/1.1
github/svn/1.1-beta
github/svn/Lua
github/svn/experimental
github/svn/new_songloading
github/svn/trunk
master
svn/1.0.1
svn/1.0.1%20Challenge%20MOD
svn/1.01
svn/1.0x
svn/1.1
svn/1.1-beta
svn/Lua
svn/experimental
svn/new_songloading
svn/trunk
SVN Import von https://ultrastardx.svn.sourceforge.net/svnroot/ultrastardx
UltraStar Deluxe Development Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
base
/
song.hpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed include paths
Alexander Sulfrian
2013-01-05
1
-2
/
+2
*
ported from log4cxx to log4cpp
Alexander Sulfrian
2013-01-05
1
-2
/
+2
*
changed all wstring/wchar_t to string/char
Alexander Sulfrian
2013-01-05
1
-30
/
+30
*
renamed Song::cover to Song::cover_file and added Texture* Song::cover
Alexander Sulfrian
2013-01-05
1
-3
/
+4
*
changed all song paths to boost::filesystem::wpath
Alexander Sulfrian
2013-01-05
1
-3
/
+6
*
converted all strings and chars to wstrings and wchar_ts
Alexander Sulfrian
2013-01-05
1
-30
/
+30
*
renamed MissingSongTagException to MissingTagException and added tag parameter
Alexander Sulfrian
2013-01-05
1
-3
/
+14
*
added custom exception classes for better catching them (gotta catch 'em all)
Alexander Sulfrian
2013-01-05
1
-0
/
+8
*
added missing getter for song header values
Alexander Sulfrian
2013-01-05
1
-8
/
+8
*
moved todo items down
Alexander Sulfrian
2013-01-05
1
-2
/
+2
*
parse all special headers
Alexander Sulfrian
2013-01-05
1
-2
/
+2
*
added functions for parsing float, int and bool headers
Alexander Sulfrian
2013-01-05
1
-0
/
+3
*
added calculations to swap from relative mode to absolute beat times
Alexander Sulfrian
2013-01-05
1
-0
/
+8
*
added complete song structure
Alexander Sulfrian
2013-01-05
1
-31
/
+43
*
Added get methods and made a comment more clear
Robin Nehls
2013-01-05
1
-0
/
+20
*
added txt header loading with test and some preparations for loading notes
Alexander Sulfrian
2013-01-05
1
-1
/
+16
*
added song loading stubs with different strategies chosen by file extension
Alexander Sulfrian
2013-01-05
1
-0
/
+74