Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-05 | ported from log4cxx to log4cpp | Alexander Sulfrian | 1 | -3/+3 | |
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 | |||||
2013-01-05 | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | correctly locking and freeing the event buffers on destruction | Alexander Sulfrian | 1 | -0/+6 | |
2013-01-05 | added mouse_move signal to event manager | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | added event_manager | Alexander Sulfrian | 1 | -0/+106 | |
event_manager for passing the events from the SDL thread to the event thread |