| Commit message (Expand) | Author | Age | Files | Lines |
* | base/config: add graphics.resolution config option | Alexander Sulfrian | 2013-01-13 | 1 | -1/+2 |
* | base/config: add basic config infrastructure | Alexander Sulfrian | 2013-01-13 | 1 | -1/+12 |
* | remove legacy keywords from file header | Alexander Sulfrian | 2013-01-13 | 1 | -2/+0 |
* | menu: enable (and disable) glTexture only if needed | Alexander Sulfrian | 2013-01-13 | 1 | -1/+0 |
* | menu/background: backgrounds get to know the parent component | Alexander Sulfrian | 2013-01-13 | 1 | -0/+2 |
* | menu/application: group the opengl init steps | Alexander Sulfrian | 2013-01-13 | 1 | -4/+3 |
* | menu/application: whitespace fix | Alexander Sulfrian | 2013-01-13 | 1 | -2/+2 |
* | menu/application: disable opengl depth buffer (only 2d needed) | Alexander Sulfrian | 2013-01-13 | 1 | -0/+1 |
* | menu/application: alpha blending should not be enabled by default | Alexander Sulfrian | 2013-01-13 | 1 | -4/+0 |
* | menu/application: renamed test variable | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
* | menu/application: simplified code | Alexander Sulfrian | 2013-01-05 | 1 | -2/+1 |
* | menu: keep frame in container | Alexander Sulfrian | 2013-01-05 | 1 | -21/+1 |
* | menu/application: removed display width/height, use DrawableControl::size | Alexander Sulfrian | 2013-01-05 | 1 | -23/+13 |
* | menu: clean quit after pressing q | Alexander Sulfrian | 2013-01-05 | 1 | -0/+10 |
* | menu/application: Application now is also a container for the overlays | Alexander Sulfrian | 2013-01-05 | 1 | -19/+4 |
* | menu: Container subclasses need a Container as parent/owner | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 1 | -5/+7 |
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
* | added first frame and sub directory for frames | Alexander Sulfrian | 2013-01-05 | 1 | -0/+4 |
* | changed from SDL rendering to OpenGL | Alexander Sulfrian | 2013-01-05 | 1 | -11/+41 |
* | added software cursor | Alexander Sulfrian | 2013-01-05 | 1 | -0/+7 |
* | changed screen to display (only local naming) | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
* | added overlays | Alexander Sulfrian | 2013-01-05 | 1 | -0/+18 |
* | added event_manager | Alexander Sulfrian | 2013-01-05 | 1 | -4/+16 |
* | refactor some things with FPSmanager | Alexander Sulfrian | 2013-01-05 | 1 | -7/+28 |
* | reset singleton instance on destruction | Alexander Sulfrian | 2013-01-05 | 1 | -0/+3 |
* | added main application | Alexander Sulfrian | 2013-01-05 | 1 | -0/+139 |