aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-09-28autotools based build systemRobin Haberkorn1-43/+0
2012-09-27include BSD headersRobin Haberkorn1-0/+1
since they're not available on MinGW by default and cannot be installed easily
2012-09-26isolated OSC server specific code in OscServer class and allow to register ↵Robin Haberkorn1-1/+2
methods in order to localize OSC method handling i.e. every Layer class is stand-alone now
2012-09-21avoid linking against libstdc++ which is not used anywayRobin Haberkorn1-3/+3
instead link against libsupc++, defining only the bare minimum (even that could be avoided by manually defining new/delete and switching off some C++ features)
2012-09-21split program into multiple files; switched to C++Robin Haberkorn1-3/+5
2012-09-16install into /usr/local/bin and /usr/local/share/osc-graphicsRobin Haberkorn1-1/+9
2012-09-15allow setting alpha values for image and video layersRobin Haberkorn1-1/+2
* for image layers, we must manually alpha blit if the image surface has an alpha channel (surf_alpha) * also, fill screen with black initially
2012-09-14integrated libloRobin Haberkorn1-2/+5
2012-09-14renamed effect-pad to osc-graphicsRobin Haberkorn1-3/+3
2012-08-15video layer using libVLCRobin Haberkorn1-2/+7
2012-08-14use SDL_gfx for framerate adjustmentRobin Haberkorn1-2/+5
2012-08-14preliminary SDL_image integrationRobin Haberkorn1-2/+5
2012-08-14SDL App skeletonRobin Haberkorn1-0/+16