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