Printable Version of Topic

Click here to view this topic in its original format

RCBot Forums _ Nightc0re's build _ GitHub

Posted by: Cheeseh Nov 3 2015, 10:51 AM

I thought I'd put this here for you nightc0re as I couldn't find it earlier and was looking for it.

https://github.com/chrizonix/RCBot2

Posted by: Nightc0re Nov 3 2015, 02:58 PM

QUOTE(Cheeseh @ Nov 3 2015, 11:51 AM) *
I thought I'd put this here for you nightc0re as I couldn't find it earlier and was looking for it.
https://github.com/chrizonix/RCBot2

Thanks. The new forum is a great idea.
So we can separate the issues.

Thanks for incorporating my bug-fixes.
However I've noticed that you've forgot some fixes.

The consecutive use of "addbot" was caused by two problems.
1.) If the addbot command is executed from the client console the server is using multiple threads to handle this command (at least, that's what my debugger said)
2.) The "command dispatch" function doesn't work all the time. So I had to replace it with ServerCommand and ServerExecute.

I'm not quite sure if #1 is needed, but #2 definitely fixed this problem.
You can find the changes https://github.com/chrizonix/RCBot2/blob/33c31819e8da1a2d733427df029f9af554565311/utils/RCBot2_meta/bot.cpp#L3191.

There is also a typo in bot_profiles. (visionticksclients -> visionticks_clients)
Have a look https://github.com/chrizonix/RCBot2/blob/33c31819e8da1a2d733427df029f9af554565311/utils/RCBot2_meta/bot_profile.cpp#L150.

All other fixes are not important (for the windows release).

Thanks again for your plugin, it helped me a lot with my Master's Thesis.
I've also added you to my "Acknowledgments" page (on page 68, here https://goo.gl/OzwM2e).

Have a nice day smile.gif