Daniel Knobe

Results 23 comments of Daniel Knobe

Hi this looks great. Thank you very much. There are no plans to migrate the settings from the old folder. Maybe you can wait with your merge until version 1.1.1...

All "official" targets now support C++14, so except for the theoretical case of someone else compiling for a platform with old compilers, there is nothing wrong with doing so. Feel...

Update: The oldest gcc that currently appears to work is **GCC-5** With minor changes we can get GCC-4 up and running. We decided to **not support GCC-4** anymore. If we...

I think the only open issues for 1.1 are #106 & #124 . We can fix both by moving union3. Since it is your bot you can better judge if...

@ngc92 any other good ideas how we can improve the code?

@ngc92 For 1.1 open issues are: https://github.com/danielknobe/blobbyvolley2/milestone/1 I think we can move union3 if you think that is right. I think the bots are a bit to strong on stupid...

It should be a rule for now to use header only boost components. This makes the whole multiplatform build easier.

We should have a closer look an the SpeedController changes and may split this in a seperate PR. std::this_thread::sleep_for seems to be very imprecise under Windows (at least when building...

Hello yusitnikov, thank you very much for this really cool feature pull request with this detailed description. I have tested it and it works quite nice, but it is not...

Thank you for the latest changes. I will review the patches as soon as possible. Unfortunately I have very little time at the moment.