rlbot-rust
rlbot-rust copied to clipboard
RLBot for Rust
Fix a bug in rendering, where 3D strings were treated as 2D strings. Depreciate 2D line rendering, as it is not currently supported by the RLBot interface. And get the...
Use the new `FreshLiveDataPacketFlatbuffer` from https://github.com/RLBot/RLBot/commit/94076466d3ad25ed589d93d7d3a0d7cd3bb0ab16 (new option: https://github.com/RLBot/RLBot/commit/8086f41ac9f3be568304e5622337eadfe14fa370) instead of `UpdateLiveDataPacket`. An update example (Java) can be found here : https://github.com/RLBot/RLBot/commit/5701357231a13cdc182342f16f84e84f336b7ee3
The new `fresh_live_data_packet_flatbuffer` function can now be "bot agnostic", remembering where each bot is at, by sending it a `key` value. The bot index could be used as the key...
Manage the incoming messages.
Thanks to [this change](https://github.com/RLBot/RLBot/commit/d316709d24260a1408dbfad033cea41ee9a356b0#diff-2b39240ad0761171c1790c8cf223de86L220), we can get rid of the `sleep()` call.