aboutsummaryrefslogtreecommitdiffstats
path: root/src/base (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-04remove semicolon after namespaceAlexander Sulfrian26-27/+26
2013-01-21base/time: use float value to force float resultAlexander Sulfrian1-1/+1
2013-01-20fix includesAlexander Sulfrian4-2/+10
2013-01-18base/timestamp: add class to store a point of timeAlexander Sulfrian2-0/+108
2013-01-18base/time: make get_time static, constructor protectedAlexander Sulfrian2-3/+18
2013-01-18base/time: removed unused RelativeTimerAlexander Sulfrian2-110/+0
2013-01-13base/config: add debug.boxes config optionAlexander Sulfrian2-1/+19
2013-01-13base/config: add graphics.fullscreen optionAlexander Sulfrian2-1/+18
2013-01-13base/config: add graphics.resolution config optionAlexander Sulfrian2-0/+26
2013-01-13base/config: add basic config infrastructureAlexander Sulfrian2-0/+112
2013-01-13remove legacy keywords from file headerAlexander Sulfrian23-46/+0
2013-01-05fixed include pathsAlexander Sulfrian1-2/+2
2013-01-05base: moved Image and Texture to more appropriate locationsAlexander Sulfrian8-528/+0
2013-01-05Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian4-4/+4
2013-01-05moved all log messages a level upAlexander Sulfrian1-8/+8
2013-01-05code formattingAlexander Sulfrian2-3/+4
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian11-59/+73
2013-01-05changed all wstring/wchar_t to string/charAlexander Sulfrian14-178/+177
2013-01-05removed orphaned filesAlexander Sulfrian2-310/+0
2013-01-05removed deprecated filesAlexander Sulfrian5-904/+0
2013-01-05removed pascal codeAlexander Sulfrian40-25622/+0
2013-01-05changed from SDL rendering to OpenGLAlexander Sulfrian4-17/+127
2013-01-05added imageloading stuff (load images to sdl_surface)Alexander Sulfrian3-1131/+151
2013-01-05renamed Song::cover to Song::cover_file and added Texture* Song::coverAlexander Sulfrian2-6/+7
2013-01-05renamed texture_plain to textureAlexander Sulfrian3-9/+9
2013-01-05new file classes for text and binary filesAlexander Sulfrian1-2/+2
2013-01-05dynamic registration of songloading_strategies with static templateAlexander Sulfrian9-25/+202
2013-01-05added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classesAlexander Sulfrian6-0/+263
2013-01-05changed all song paths to boost::filesystem::wpathAlexander Sulfrian9-44/+39
2013-01-05removed converted pascal unitsAlexander Sulfrian2-1715/+0
2013-01-05added loading for languages and some test for language classAlexander Sulfrian2-23/+104
2013-01-05fix singleton interfaceAlexander Sulfrian1-1/+1
2013-01-05use trim, trim_left, trim_right from boost::algorithm::stringAlexander Sulfrian2-74/+7
2013-01-05delete all members of containers with std::for_eachAlexander Sulfrian2-6/+23
2013-01-05made singletons reusableAlexander Sulfrian2-0/+6
2013-01-05added language class for easy translationAlexander Sulfrian2-0/+212
2013-01-05make string constructor argument a constant referenceAlexander Sulfrian1-1/+1
2013-01-05converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian12-266/+271
2013-01-05renamed MissingSongTagException to MissingTagException and added tag parameterAlexander Sulfrian2-7/+18
2013-01-05added try ... catch for each line and warn if error at lineAlexander Sulfrian1-27/+33
2013-01-05sort includesAlexander Sulfrian1-2/+4
2013-01-05added custom exception classes for better catching them (gotta catch 'em all)Alexander Sulfrian4-6/+22
2013-01-05removed invalid commentAlexander Sulfrian1-1/+1
2013-01-05added missing getter for song header valuesAlexander Sulfrian2-48/+40
2013-01-05moved todo items downAlexander Sulfrian2-9/+9
2013-01-05parse all special headersAlexander Sulfrian2-19/+13
2013-01-05added functions for parsing float, int and bool headersAlexander Sulfrian2-0/+60
2013-01-05changed handling of empty list detectionAlexander Sulfrian1-4/+2
2013-01-05added calculations to swap from relative mode to absolute beat timesAlexander Sulfrian2-4/+20
2013-01-05added {r,l}trim_newline that only remove '\r' and '\n', remove '\r' from lyricsAlexander Sulfrian2-0/+31