Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed deprecated files | Alexander Sulfrian | 2013-01-05 | 8 | -1234/+0 |
| | |||||
* | removed deprecated stuff | Alexander Sulfrian | 2013-01-05 | 144 | -37479/+0 |
| | |||||
* | removed pascal code | Alexander Sulfrian | 2013-01-05 | 178 | -132042/+0 |
| | |||||
* | fixed tests build | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | fixed test build | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | added first frame and sub directory for frames | Alexander Sulfrian | 2013-01-05 | 4 | -1/+93 |
| | | | | loading screen: currently only with background | ||||
* | 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 |
| | | | | draw, repaint methods do not have the SDL_Surface* parameter anymore | ||||
* | 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 |
| | | | | | removed that pure virtual declaration - it is already there from the base class | ||||
* | 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 |
| | | | | changed that naming to be consistent to all other draw methods | ||||
* | added overlays | Alexander Sulfrian | 2013-01-05 | 2 | -0/+23 |
| | | | | added list of drawable controls that are drawn over all frames | ||||
* | removed trailing white space | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | added event_manager | Alexander Sulfrian | 2013-01-05 | 5 | -6/+252 |
| | | | | | event_manager for passing the events from the SDL thread to the event thread | ||||
* | 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 |
| | |||||
* | fixed test building | Alexander Sulfrian | 2013-01-05 | 1 | -3/+3 |
| | |||||
* | added main application | Alexander Sulfrian | 2013-01-05 | 6 | -1/+341 |
| | | | | | | | | added makefile added main function (src/main.cpp) added Application-class with sdl initialisation and main loop added log4cxx.xml configuration for main application adjusted .gitignore | ||||
* | 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 |
| | |||||
* | fixed make script to return error on failed tests | Alexander Sulfrian | 2013-01-05 | 1 | -1/+3 |
| | |||||
* | added parent to control | Alexander Sulfrian | 2013-01-05 | 8 | -10/+37 |
| | | | | parent is used to delete the objects if the parent is deleted | ||||
* | started gui framework | Alexander Sulfrian | 2013-01-05 | 15 | -51/+505 |
| | | | | | | | | | | 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 Sulfrian | 2013-01-05 | 8 | -1131/+255 |
| | |||||
* | renamed Song::cover to Song::cover_file and added Texture* Song::cover | Alexander Sulfrian | 2013-01-05 | 3 | -7/+8 |
| | |||||
* | 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 | 10 | -27/+202 |
| | |||||
* | change shell execution with makefile functions | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | |||||
* | Makefile rework | Alexander Sulfrian | 2013-01-05 | 3 | -21/+66 |
| | | | | | | 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 cppunit | Alexander Sulfrian | 2013-01-05 | 2 | -0/+126 |
| | |||||
* | enabled code coverage debug output | Alexander Sulfrian | 2013-01-05 | 2 | -2/+4 |
| | |||||
* | testing buildbot | Alexander Sulfrian | 2013-01-05 | 1 | -0/+0 |
| | |||||
* | testing buildbot | Alexander Sulfrian | 2013-01-05 | 1 | -0/+0 |
| | |||||
* | 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 | 10 | -49/+44 |
| | | | | | | 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 | ||||
* | 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 | 3 | -23/+190 |
| | |||||
* | fix singleton interface | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | | | | get_instance have to be static, there is no other possibility to create an object | ||||
* | delete singleton to cleanup and properly could check for memleaks with valgrind | Alexander Sulfrian | 2013-01-05 | 1 | -0/+2 |
| | |||||
* | 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 |
| | | | | | wifstream from boost could be created with a boost::filesystem::wpath to support Unicode paths | ||||
* | 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 |
| | | | | | set instance variable to NULL on deletion of singleton, so that it is reconstructed before next usage | ||||
* | added language class for easy translation | Alexander Sulfrian | 2013-01-05 | 3 | -1/+213 |
| |