Skip to content

Version 3.2

Compare
Choose a tag to compare
@inlife inlife released this 22 Mar 10:02
· 285 commits to master since this release

summary

Reduced and updated deps, fixed some issues, added some experimental (disabled by default) features.

changes

  • Fixed minor memory client-side memory leak with empty control list
  • Fixed issue with client stream update and removed entity on server
  • Updated zpl to new major version, watch out for possible incompatibilities
  • Added method for alloc/dealloc the librg_ctx_t, librg_data_t, librg_event_t for the bindings
  • Added experimental support for update buffering, disabled by default, and not recommended to use
  • Added built-in timesyncer, working on top of monotonic time, syncing client clock to server one
  • Added helper methods: librg_time_now, librg_standard_deviation
  • Changed ctx->tick_delay from u16 to f64 (slightly more precision)