aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* base: moved Image and Texture to more appropriate locationsAlexander Sulfrian2013-01-051-0/+0
|
* Makefile: simplified MakefileAlexander Sulfrian2013-01-051-9/+10
| | | | | TOP should not be needed to set anymore Makefile.inc could be included before all other
* moved all log messages a level upAlexander Sulfrian2013-01-051-5/+5
| | | | | | 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
* code formattingAlexander Sulfrian2013-01-051-1/+1
|
* removed duplicate variableAlexander Sulfrian2013-01-051-2/+1
|
* Makefile with shared include for main app and testsAlexander Sulfrian2013-01-051-11/+4
|
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-055-66/+39
| | | | | | 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-052-25/+26
|
* add ftgl to c/ldflagsAlexander Sulfrian2013-01-052-2/+3
|
* added utils to include pathAlexander Sulfrian2013-01-051-1/+1
|
* removed orphaned filesAlexander Sulfrian2013-01-052-214/+0
|
* removed deprecated filesAlexander Sulfrian2013-01-053-330/+0
|
* removed pascal codeAlexander Sulfrian2013-01-052-170/+0
|
* fixed tests buildAlexander Sulfrian2013-01-051-1/+1
|
* fixed test buildAlexander Sulfrian2013-01-051-1/+1
|
* removed trailing white spaceAlexander Sulfrian2013-01-051-1/+1
|
* added event_managerAlexander Sulfrian2013-01-051-1/+1
| | | | | event_manager for passing the events from the SDL thread to the event thread
* fixed test buildingAlexander Sulfrian2013-01-051-3/+3
|
* fixed make script to return error on failed testsAlexander Sulfrian2013-01-051-1/+3
|
* started gui frameworkAlexander Sulfrian2013-01-051-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
* added imageloading stuff (load images to sdl_surface)Alexander Sulfrian2013-01-055-0/+104
|
* renamed Song::cover to Song::cover_file and added Texture* Song::coverAlexander Sulfrian2013-01-051-1/+1
|
* dynamic registration of songloading_strategies with static templateAlexander Sulfrian2013-01-051-2/+0
|
* change shell execution with makefile functionsAlexander Sulfrian2013-01-051-2/+2
|
* Makefile reworkAlexander Sulfrian2013-01-052-19/+65
| | | | | | more custizable with variables target for test-with-coverage (build, run, generate html) tests object and coverage files in seperate dir
* beautification of xml output of cppunitAlexander Sulfrian2013-01-052-0/+126
|
* enabled code coverage debug outputAlexander Sulfrian2013-01-051-2/+2
|
* changed all song paths to boost::filesystem::wpathAlexander Sulfrian2013-01-051-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
* added loading for languages and some test for language classAlexander Sulfrian2013-01-051-0/+86
|
* delete singleton to cleanup and properly could check for memleaks with valgrindAlexander Sulfrian2013-01-051-0/+2
|
* added language class for easy translationAlexander Sulfrian2013-01-051-1/+1
|
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-052-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
* renamed MissingSongTagException to MissingTagException and added tag parameterAlexander Sulfrian2013-01-051-4/+4
|
* Added exeptiontests for songs with missing required headerfields.Robin Nehls2013-01-056-0/+155
|
* Added possibility to easyly disable loggingRobin Nehls2013-01-051-0/+10
| | | | for functions with are designed to throw exeptions for example
* Enabled tests for now correctly implemented headerfieldsRobin Nehls2013-01-051-14/+12
|
* Fixed wrong videogap in txtRobin Nehls2013-01-051-1/+1
|
* removed function name form console log (could be long because stl templates)Alexander Sulfrian2013-01-051-1/+1
|
* added debug flagAlexander Sulfrian2013-01-051-1/+1
|
* added lyric loading to testAlexander Sulfrian2013-01-051-0/+1
|
* fix memory leakAlexander Sulfrian2013-01-051-0/+3
|
* removed encoding issueAlexander Sulfrian2013-01-051-1/+1
|
* added parsing of song lyric linesAlexander Sulfrian2013-01-051-1/+1
|
* Added generic testsong and added more header filds to the unittestRobin Nehls2013-01-053-6/+50
|
* added txt header loading with test and some preparations for loading notesAlexander Sulfrian2013-01-051-0/+59
|
* added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian2013-01-051-2/+2
|
* major refactor of stats structureAlexander Sulfrian2013-01-051-10/+12
|
* added function for testing weather a table contains a column or notAlexander Sulfrian2013-01-051-0/+18
|
* added function for testing if table exists in databaseAlexander Sulfrian2013-01-051-0/+12
|
* added ldflag for log4cxxAlexander Sulfrian2013-01-051-1/+1
|