Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | menu: use 2d coordinates for opengl | Alexander Sulfrian | 2013-01-05 | 4 | -18/+10 |
* | menu/frame: Frame should draw its contents | Alexander Sulfrian | 2013-01-05 | 1 | -0/+2 |
* | menu/application: Application now is also a container for the overlays | Alexander Sulfrian | 2013-01-05 | 2 | -25/+5 |
* | menu/control: ensure safe destruction of the slaves | Alexander Sulfrian | 2013-01-05 | 1 | -2/+5 |
* | menu: Container subclasses need a Container as parent/owner | Alexander Sulfrian | 2013-01-05 | 6 | -9/+10 |
* | menu: Container could contains and draw DrawableControls | Alexander Sulfrian | 2013-01-05 | 4 | -25/+35 |
* | menu/control: fix segfaults if manually deletes a control | Alexander Sulfrian | 2013-01-05 | 1 | -3/+14 |
* | fixed include paths | Alexander Sulfrian | 2013-01-05 | 5 | -7/+6 |
* | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 2013-01-05 | 9 | -2/+2 |
* | Makefile: simplified Makefile | Alexander Sulfrian | 2013-01-05 | 3 | -19/+19 |
* | menu/control: controls are now owned by other controls | Alexander Sulfrian | 2013-01-05 | 2 | -13/+38 |
* | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 2013-01-05 | 11 | -13/+34 |
* | moved all log messages a level up | Alexander Sulfrian | 2013-01-05 | 3 | -14/+14 |
* | code formatting | Alexander Sulfrian | 2013-01-05 | 3 | -4/+5 |
* | removed orphaned variables | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | removed duplicate variable | Alexander Sulfrian | 2013-01-05 | 2 | -4/+2 |
* | Makefile with shared include for main app and tests | Alexander Sulfrian | 2013-01-05 | 3 | -20/+15 |
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 25 | -184/+146 |
* | removed empty directory | Alexander Sulfrian | 2013-01-05 | 1 | -1/+0 |
* | moved doxygen to doc subdirectory | Alexander Sulfrian | 2013-01-05 | 2 | -2/+3 |
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 25 | -236/+243 |
* | add ftgl to c/ldflags | Alexander Sulfrian | 2013-01-05 | 4 | -5/+6 |
* | added utils to include path | Alexander Sulfrian | 2013-01-05 | 2 | -2/+2 |
* | removed orphaned files | Alexander Sulfrian | 2013-01-05 | 4 | -524/+0 |
* | 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 |
* | 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 |
* | removed trailing white space | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | added event_manager | Alexander Sulfrian | 2013-01-05 | 5 | -6/+252 |
* | 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 |
* | 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 |