| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-09-27 | make layer list double-linked | Robin Haberkorn | 1 | -18/+14 | |
| * does not in any way affect rendering performance * inserting is a bit more complex, but still O(1) * deleting is a lot faster (O(1)) since we do not have to search by name | |||||
| 2012-09-27 | use initializer lists where convenient | Robin Haberkorn | 1 | -4/+1 | |
| 2012-09-26 | isolated OSC server specific code in OscServer class and allow to register ↵ | Robin Haberkorn | 1 | -0/+19 | |
| methods in order to localize OSC method handling i.e. every Layer class is stand-alone now | |||||
| 2012-09-24 | use BSD list macros instead of handwritten list primitives | Robin Haberkorn | 1 | -24/+14 | |
| luckily this works thanks to C++ classes being backward compatible to C structs | |||||
| 2012-09-21 | split program into multiple files; switched to C++ | Robin Haberkorn | 1 | -0/+70 | |
