BehaviorTree / BehaviorTree.CPP

Behavior Trees Library in C++. Batteries included.
https://www.behaviortree.dev
MIT License
3.03k stars 665 forks source link

preserve order of ports in PortsList. Solves issue #851 #870

Open facontidavide opened 1 month ago

facontidavide commented 1 month ago

This check is probably NOT binary compatible, nor API compatible

facontidavide commented 2 weeks ago

Unfortunately, if I merge this, I need to create BT.CPP 5.0, because EVERYONE will be obliged to recompile their applications.

Still unsure what to do