mgerhardy / simpleai

SimpleAI is a small C++ AI behaviour tree based library with a QT5 based remote debugger (and with optional LUA bindings) released under MIT.

Home Page:http://www.caveproductions.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decrease network traffic for debugging sessions by only sending deltas

mgerhardy opened this issue · comments

This also implies that we only update the model on the debugger side, and not reset it each time. This should greatly improve the performance.