aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* base: moved Image and Texture to more appropriate locationsAlexander Sulfrian2013-01-059-2/+2
|
* Makefile: simplified MakefileAlexander Sulfrian2013-01-053-19/+19
| | | | | TOP should not be needed to set anymore Makefile.inc could be included before all other
* menu/control: controls are now owned by other controlsAlexander Sulfrian2013-01-052-13/+38
| | | | | controls could now be owned by other controls, that are responsible for destruction of their slaves
* Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian2013-01-0511-13/+34
|
* moved all log messages a level upAlexander Sulfrian2013-01-053-14/+14
| | | | | | log4cpp does not provide the TRACE log level. so it is needed that all log messages shift a level up, so that DEBUG is used in replacement of TRACE and INFO is now used for all messages that were DEBUG
* code formattingAlexander Sulfrian2013-01-053-4/+5
|
* removed orphaned variablesAlexander Sulfrian2013-01-051-1/+1
|
* removed duplicate variableAlexander Sulfrian2013-01-052-4/+2
|
* Makefile with shared include for main app and testsAlexander Sulfrian2013-01-053-20/+15
|
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-0525-184/+146
| | | | | | log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms
* removed empty directoryAlexander Sulfrian2013-01-051-1/+0
|
* moved doxygen to doc subdirectoryAlexander Sulfrian2013-01-052-2/+3
|
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-0525-236/+243
|
* add ftgl to c/ldflagsAlexander Sulfrian2013-01-054-5/+6
|
* added utils to include pathAlexander Sulfrian2013-01-052-2/+2
|
* removed orphaned filesAlexander Sulfrian2013-01-054-524/+0
|
* removed deprecated filesAlexander Sulfrian2013-01-058-1234/+0
|
* removed deprecated stuffAlexander Sulfrian2013-01-05144-37479/+0
|
* removed pascal codeAlexander Sulfrian2013-01-05178-132042/+0
|
* fixed tests buildAlexander Sulfrian2013-01-051-1/+1
|
* fixed test buildAlexander Sulfrian2013-01-051-1/+1
|
* added first frame and sub directory for framesAlexander Sulfrian2013-01-054-1/+93
| | | | loading screen: currently only with background
* added FrameBackgroundImageAlexander Sulfrian2013-01-052-0/+159
|
* correctly locking and freeing the event buffers on destructionAlexander Sulfrian2013-01-051-0/+6
|
* before set the background of a frame, free old oneAlexander Sulfrian2013-01-051-0/+4
|
* changed from SDL rendering to OpenGLAlexander Sulfrian2013-01-0523-79/+310
| | | | draw, repaint methods do not have the SDL_Surface* parameter anymore
* added software cursorAlexander Sulfrian2013-01-053-0/+133
|
* removed unnecessary pure virtual method declarationAlexander Sulfrian2013-01-051-7/+0
| | | | | removed that pure virtual declaration - it is already there from the base class
* added mouse_move signal to event managerAlexander Sulfrian2013-01-052-1/+5
|
* changed screen to display (only local naming)Alexander Sulfrian2013-01-052-3/+3
| | | | changed that naming to be consistent to all other draw methods
* added overlaysAlexander Sulfrian2013-01-052-0/+23
| | | | added list of drawable controls that are drawn over all frames
* removed trailing white spaceAlexander Sulfrian2013-01-051-1/+1
|
* added event_managerAlexander Sulfrian2013-01-055-6/+252
| | | | | event_manager for passing the events from the SDL thread to the event thread
* applied the changes from drawableAlexander Sulfrian2013-01-052-4/+2
|
* refactor some things with FPSmanagerAlexander Sulfrian2013-01-052-7/+35
|
* reset singleton instance on destructionAlexander Sulfrian2013-01-051-0/+3
|
* fixed test buildingAlexander Sulfrian2013-01-051-3/+3
|
* added main applicationAlexander Sulfrian2013-01-056-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 classAlexander Sulfrian2013-01-052-652/+0
|
* removed unused openglAlexander Sulfrian2013-01-051-3/+0
|
* added SDL_Surface* display to all repaint/draw methodsAlexander Sulfrian2013-01-0510-17/+26
|
* fixed make script to return error on failed testsAlexander Sulfrian2013-01-051-1/+3
|
* added parent to controlAlexander Sulfrian2013-01-058-10/+37
| | | | parent is used to delete the objects if the parent is deleted
* started gui frameworkAlexander Sulfrian2013-01-0515-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 Sulfrian2013-01-058-1131/+255
|
* renamed Song::cover to Song::cover_file and added Texture* Song::coverAlexander Sulfrian2013-01-053-7/+8
|
* renamed texture_plain to textureAlexander Sulfrian2013-01-053-9/+9
|
* new file classes for text and binary filesAlexander Sulfrian2013-01-056-14/+199
|
* dynamic registration of songloading_strategies with static templateAlexander Sulfrian2013-01-0510-27/+202
|
* change shell execution with makefile functionsAlexander Sulfrian2013-01-051-2/+2
|