Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code formatting | Alexander Sulfrian | 2013-01-05 | 2 | -3/+4 |
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 17 | -75/+91 |
* | moved doxygen to doc subdirectory | Alexander Sulfrian | 2013-01-05 | 1 | -1510/+0 |
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 23 | -211/+217 |
* | removed orphaned files | Alexander Sulfrian | 2013-01-05 | 2 | -310/+0 |
* | removed deprecated files | Alexander Sulfrian | 2013-01-05 | 5 | -904/+0 |
* | removed deprecated stuff | Alexander Sulfrian | 2013-01-05 | 64 | -12267/+0 |
* | removed pascal code | Alexander Sulfrian | 2013-01-05 | 172 | -131216/+0 |
* | added first frame and sub directory for frames | Alexander Sulfrian | 2013-01-05 | 3 | -0/+92 |
* | added FrameBackgroundImage | Alexander Sulfrian | 2013-01-05 | 2 | -0/+159 |
* | correctly locking and freeing the event buffers on destruction | Alexander Sulfrian | 2013-01-05 | 1 | -0/+6 |
* | before set the background of a frame, free old one | Alexander Sulfrian | 2013-01-05 | 1 | -0/+4 |
* | changed from SDL rendering to OpenGL | Alexander Sulfrian | 2013-01-05 | 23 | -79/+310 |
* | added software cursor | Alexander Sulfrian | 2013-01-05 | 3 | -0/+133 |
* | removed unnecessary pure virtual method declaration | Alexander Sulfrian | 2013-01-05 | 1 | -7/+0 |
* | added mouse_move signal to event manager | Alexander Sulfrian | 2013-01-05 | 2 | -1/+5 |
* | changed screen to display (only local naming) | Alexander Sulfrian | 2013-01-05 | 2 | -3/+3 |
* | added overlays | Alexander Sulfrian | 2013-01-05 | 2 | -0/+23 |
* | added event_manager | Alexander Sulfrian | 2013-01-05 | 3 | -4/+250 |
* | applied the changes from drawable | Alexander Sulfrian | 2013-01-05 | 2 | -4/+2 |
* | refactor some things with FPSmanager | Alexander Sulfrian | 2013-01-05 | 2 | -7/+35 |
* | reset singleton instance on destruction | Alexander Sulfrian | 2013-01-05 | 1 | -0/+3 |
* | added main application | Alexander Sulfrian | 2013-01-05 | 3 | -0/+254 |
* | removed old (converted) opengl display class | Alexander Sulfrian | 2013-01-05 | 2 | -652/+0 |
* | removed unused opengl | Alexander Sulfrian | 2013-01-05 | 1 | -3/+0 |
* | added SDL_Surface* display to all repaint/draw methods | Alexander Sulfrian | 2013-01-05 | 10 | -17/+26 |
* | added parent to control | Alexander Sulfrian | 2013-01-05 | 8 | -10/+37 |
* | started gui framework | Alexander Sulfrian | 2013-01-05 | 14 | -50/+504 |
* | added imageloading stuff (load images to sdl_surface) | Alexander Sulfrian | 2013-01-05 | 3 | -1131/+151 |
* | renamed Song::cover to Song::cover_file and added Texture* Song::cover | Alexander Sulfrian | 2013-01-05 | 2 | -6/+7 |
* | renamed texture_plain to texture | Alexander Sulfrian | 2013-01-05 | 3 | -9/+9 |
* | new file classes for text and binary files | Alexander Sulfrian | 2013-01-05 | 6 | -14/+199 |
* | dynamic registration of songloading_strategies with static template | Alexander Sulfrian | 2013-01-05 | 9 | -25/+202 |
* | added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classes | Alexander Sulfrian | 2013-01-05 | 16 | -0/+773 |
* | changed all song paths to boost::filesystem::wpath | Alexander Sulfrian | 2013-01-05 | 9 | -44/+39 |
* | removed converted pascal units | Alexander Sulfrian | 2013-01-05 | 2 | -1715/+0 |
* | added loading for languages and some test for language class | Alexander Sulfrian | 2013-01-05 | 2 | -23/+104 |
* | fix singleton interface | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | use trim, trim_left, trim_right from boost::algorithm::string | Alexander Sulfrian | 2013-01-05 | 2 | -74/+7 |
* | changed to boost::filesystem::wifstream to support wpath | Alexander Sulfrian | 2013-01-05 | 2 | -3/+11 |
* | delete all members of containers with std::for_each | Alexander Sulfrian | 2013-01-05 | 2 | -6/+23 |
* | made singletons reusable | Alexander Sulfrian | 2013-01-05 | 2 | -0/+6 |
* | added language class for easy translation | Alexander Sulfrian | 2013-01-05 | 2 | -0/+212 |
* | make string constructor argument a constant reference | Alexander Sulfrian | 2013-01-05 | 3 | -3/+3 |
* | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 2013-01-05 | 16 | -283/+295 |
* | redraw on property change | Alexander Sulfrian | 2013-01-05 | 2 | -0/+2 |
* | make on_draw protected | Alexander Sulfrian | 2013-01-05 | 2 | -6/+10 |
* | added getter/setter for Reflection::spacing | Alexander Sulfrian | 2013-01-05 | 2 | -0/+13 |
* | added Reflection class (descendant of Drawable) | Alexander Sulfrian | 2013-01-05 | 2 | -0/+88 |
* | added drawable abstract base class | Alexander Sulfrian | 2013-01-05 | 2 | -0/+117 |