aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-05removed pascal codeAlexander Sulfrian2-170/+0
2013-01-05fixed tests buildAlexander Sulfrian1-1/+1
2013-01-05fixed test buildAlexander Sulfrian1-1/+1
2013-01-05removed trailing white spaceAlexander Sulfrian1-1/+1
2013-01-05added event_managerAlexander Sulfrian1-1/+1
event_manager for passing the events from the SDL thread to the event thread
2013-01-05fixed test buildingAlexander Sulfrian1-3/+3
2013-01-05fixed make script to return error on failed testsAlexander Sulfrian1-1/+3
2013-01-05started gui frameworkAlexander Sulfrian1-1/+1
renamed menubackground to framebackground and splited out framebackgroundcolor created control as base class renamed draw to repaint and on_draw to draw in drawable implemented drawablecontrol as base for all visible controls on windows created container (subclass of drawablecontrol) that could contain other drawablecontrols created frame (subclass of container) with a background added openGL ldflag
2013-01-05added imageloading stuff (load images to sdl_surface)Alexander Sulfrian5-0/+104
2013-01-05renamed Song::cover to Song::cover_file and added Texture* Song::coverAlexander Sulfrian1-1/+1
2013-01-05dynamic registration of songloading_strategies with static templateAlexander Sulfrian1-2/+0
2013-01-05change shell execution with makefile functionsAlexander Sulfrian1-2/+2
2013-01-05Makefile reworkAlexander Sulfrian2-19/+65
more custizable with variables target for test-with-coverage (build, run, generate html) tests object and coverage files in seperate dir
2013-01-05beautification of xml output of cppunitAlexander Sulfrian2-0/+126
2013-01-05enabled code coverage debug outputAlexander Sulfrian1-2/+2
2013-01-05changed all song paths to boost::filesystem::wpathAlexander Sulfrian1-5/+5
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
2013-01-05added loading for languages and some test for language classAlexander Sulfrian1-0/+86
2013-01-05delete singleton to cleanup and properly could check for memleaks with valgrindAlexander Sulfrian1-0/+2
2013-01-05added language class for easy translationAlexander Sulfrian1-1/+1
2013-01-05converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2-14/+13
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-05renamed MissingSongTagException to MissingTagException and added tag parameterAlexander Sulfrian1-4/+4
2013-01-05Added exeptiontests for songs with missing required headerfields.Robin Nehls6-0/+155
2013-01-05Added possibility to easyly disable loggingRobin Nehls1-0/+10
for functions with are designed to throw exeptions for example
2013-01-05Enabled tests for now correctly implemented headerfieldsRobin Nehls1-14/+12
2013-01-05Fixed wrong videogap in txtRobin Nehls1-1/+1
2013-01-05removed function name form console log (could be long because stl templates)Alexander Sulfrian1-1/+1
2013-01-05added debug flagAlexander Sulfrian1-1/+1
2013-01-05added lyric loading to testAlexander Sulfrian1-0/+1
2013-01-05fix memory leakAlexander Sulfrian1-0/+3
2013-01-05removed encoding issueAlexander Sulfrian1-1/+1
2013-01-05added parsing of song lyric linesAlexander Sulfrian1-1/+1
2013-01-05Added generic testsong and added more header filds to the unittestRobin Nehls3-6/+50
2013-01-05added txt header loading with test and some preparations for loading notesAlexander Sulfrian1-0/+59
2013-01-05added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian1-2/+2
2013-01-05major refactor of stats structureAlexander Sulfrian1-10/+12
2013-01-05added function for testing weather a table contains a column or notAlexander Sulfrian1-0/+18
2013-01-05added function for testing if table exists in databaseAlexander Sulfrian1-0/+12
2013-01-05added ldflag for log4cxxAlexander Sulfrian1-1/+1
2013-01-05added log4cxx configAlexander Sulfrian1-0/+42
added log4cxx.xml DOM-config (log4j compatible) ConsoleAppender for ERROR messages RollingFileAppender for ALL messages (with 4 backup files and max. 400KB)
2013-01-05removed hacky workaroundAlexander Sulfrian1-2/+1
2013-01-05implement get_stat_reset, format_date; added some testsAlexander Sulfrian1-0/+20
2013-01-05added possibility to test private methodsAlexander Sulfrian1-0/+4
2013-01-05Added test for ringbuffer.cppRobin Nehls1-0/+181
2013-01-05Changed db path from absolute to relativeRobin Nehls1-1/+1
2013-01-05added some usefull ignoresAlexander Sulfrian1-0/+2
2013-01-05added some more output and output to test.xmlAlexander Sulfrian1-2/+29
2013-01-05added dep-calculation to rebuild objectfile, if header changedAlexander Sulfrian1-3/+12
2013-01-05started conversion of UDatabase, added first tests for frameworkAlexander Sulfrian1-0/+72
you will need a Ultrastar.db in the game folder to pass the tests
2013-01-05added cppunit testframework (try make && make run in the test folder)Alexander Sulfrian2-0/+68
2009-05-20new version. also test of buildbotk-m_schindler1-15/+22
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1751 b956fd51-792f-4845-bead-9b4dfca2ff2c