Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-09-26 | removed "struct" when using the struct type | Robin Haberkorn | 1 | -3/+3 |
2012-09-26 | let the compiler check format-strings and params in OSCServer::add/del_method... | Robin Haberkorn | 1 | -3/+5 |
2012-09-26 | declare liblo and libvlc callbacks with extern "C" | Robin Haberkorn | 1 | -0/+7 |
2012-09-26 | moved layer registration from OSCServer into main.cpp using new OSCServer::re... | Robin Haberkorn | 1 | -47/+39 |
2012-09-26 | renamed OscServer to OSCServer | Robin Haberkorn | 1 | -10/+10 |
2012-09-26 | isolated OSC server specific code in OscServer class and allow to register me... | Robin Haberkorn | 1 | -0/+198 |