aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-28autotools based build systemRobin Haberkorn1-231/+0
2012-09-27disable SDL's stdio redirection on WindowsRobin Haberkorn1-0/+6
2012-09-27warn if hardware surfaces unavailableRobin Haberkorn1-0/+5
2012-09-27support command line argumentsRobin Haberkorn1-11/+108
2012-09-26moved layer registration from OSCServer into main.cpp using new OSCServer::re...Robin Haberkorn1-0/+9
2012-09-26renamed OscServer to OSCServerRobin Haberkorn1-1/+1
2012-09-26isolated OSC server specific code in OscServer class and allow to register me...Robin Haberkorn1-413/+6
2012-09-21split program into multiple files; switched to C++Robin Haberkorn1-766/+94
2012-09-21use C++Robin Haberkorn1-0/+1193