aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-05added {r,l}trim_newline that only remove '\r' and '\n', remove '\r' from lyricsAlexander Sulfrian2-0/+31
2013-01-05remove typoAlexander Sulfrian1-1/+1
2013-01-05added string constructor and operator= to locale independent float classAlexander Sulfrian2-11/+22
2013-01-05removed more memory leaksAlexander Sulfrian2-0/+12
2013-01-05fix memory leakAlexander Sulfrian1-0/+6
2013-01-05added complete song structureAlexander Sulfrian9-103/+486
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
2013-01-05cut big function for parsing song lines in some smallerAlexander Sulfrian2-70/+91
2013-01-05added parsing of song lyric linesAlexander Sulfrian3-10/+85
2013-01-05added class for locale independent parsing of floatAlexander Sulfrian2-0/+140
parsing of float with . or , independent of the current locale
2013-01-05Added get methods and made a comment more clearRobin Nehls3-1/+122
2013-01-05added txt header loading with test and some preparations for loading notesAlexander Sulfrian9-12/+305
2013-01-05added wrapper for easily getting istreams from files with proper cleanupAlexander Sulfrian2-0/+92
2013-01-05added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian8-0/+434
2013-01-05major refactor of stats structureAlexander Sulfrian6-526/+895
2013-01-05little refactor of the headerAlexander Sulfrian1-5/+6
moved get_version and set_version from private to protected moved friend declaration for test to end of class definition
2013-01-05converted initialation and update of table at startAlexander Sulfrian1-89/+117
2013-01-05added function for testing weather a table contains a column or notAlexander Sulfrian2-0/+34
2013-01-05added function for testing if table exists in databaseAlexander Sulfrian2-0/+28
2013-01-05sqlite3_step have to returen SQLITE_ROW for fetching dataAlexander Sulfrian1-2/+2
2013-01-05added warpper for sqlite_prepare, sqlite3_step and sqlite3_finalizeAlexander Sulfrian2-12/+14
2013-01-05added sqlite3_prepare_v2 wrapper with propper loggingAlexander Sulfrian2-18/+30
2013-01-05added doxygen commentsAlexander Sulfrian1-0/+33
2013-01-05added doxygen configAlexander Sulfrian1-0/+1510
2013-01-05added original pascal code of database init as TODOAlexander Sulfrian1-0/+95
2013-01-05make localtime threadsafe using localtime_rAlexander Sulfrian1-3/+4
2013-01-05added logging using log4cxxAlexander Sulfrian2-8/+13
2013-01-05implement get_stat_reset, format_date; added some testsAlexander Sulfrian1-28/+28
2013-01-05added possibility to test private methodsAlexander Sulfrian1-3/+9
2013-01-05Added initialisation to prevend segfaultsRobin Nehls1-3/+5
2013-01-05Added check to ringbuffer if a given targetbuffer is NULLRobin Nehls1-0/+8
2013-01-05started conversion of UDatabase, added first tests for frameworkAlexander Sulfrian2-0/+493
you will need a Ultrastar.db in the game folder to pass the tests
2013-01-05disabled (defined out) not working code to be able to compile all filesAlexander Sulfrian2-0/+8
2013-01-05converted UMenuBackgroundColorAlexander Sulfrian3-73/+23
2013-01-05explicit set public scope of implemented methodAlexander Sulfrian1-0/+1
2013-01-05converted UMenuBackgroundNoneAlexander Sulfrian2-48/+23
2013-01-05refactor MenuBackgrund base classAlexander Sulfrian1-5/+5
changed on_show, on_finish and deconstructor to optional implementations with empty implementations instead of pure virtual functions in base class
2013-01-05added MenuBackgroundException, removed virtual constructor (nonsense)Alexander Sulfrian1-1/+3
2013-01-05converted UMenuBackgrundAlexander Sulfrian2-83/+52
2013-01-05converted URingBufferAlexander Sulfrian3-165/+179
2013-01-05converted UDisplayAlexander Sulfrian3-648/+648
2013-01-05removed unused unitAlexander Sulfrian1-42/+0
2013-01-05converted UTime.pas to c++Alexander Sulfrian3-210/+193
2009-12-20changed TSyncSource to interface ISyncSources_alexander4-12/+12
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2051 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-18change zero note error to warning with better descriptionwhiteshark01-1/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2050 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-18fixed infinite score raising bugwhiteshark01-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2049 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-17correct a completely bogus declaration.k-m_schindler1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2048 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-17remove duplicate declaration of constants for AVCODEC >= 52.42.0k-m_schindler1-7/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2047 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-17revert previous commit. It did not solve the problem of non song on fedora.k-m_schindler1-3/+2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2046 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-17Just a test. Probably ignore this!k-m_schindler1-2/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2045 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-12-16probably fixed now.k-m_schindler1-6/+6
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2044 b956fd51-792f-4845-bead-9b4dfca2ff2c