netfox

Addons for building multiplayer games with Godot

MIT License

Stars
355
Committers
7

Bot releases are visible (Hide)

netfox - v1.8.0 Latest Release

Published by github-actions[bot] 2 months ago

Summary

This release brings an option to reduce bandwidth by sending input data only to the server - thanks to @nicobatty for the catch! The legacy behavior is still available through a flag on RollbackSynchronizer.

Make sure to disable enable_input_broadcast on your RollbackSynchronizer nodes for this to take effect!

What's Changed

New Contributors

Full Changelog: https://github.com/foxssake/netfox/compare/v1.7.0...v1.8.0

netfox - v1.7.0

Published by github-actions[bot] 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/foxssake/netfox/compare/v1.4.0...v1.7.0

netfox - v1.4.0

Published by github-actions[bot] 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/foxssake/netfox/compare/v1.1.1...v1.4.0

netfox - v1.1.1

Published by github-actions[bot] 11 months ago

Upgrading

  • Remove Interpolators from the project autoloads, it's a static class now

What's Changed

Full Changelog: https://github.com/foxssake/netfox/compare/v1.0.1...v1.1.1

netfox - v1.0.1

Published by github-actions[bot] 11 months ago

Intermediate release to fix #140

What's Changed

New Contributors

Full Changelog: https://github.com/foxssake/netfox/compare/v1.0.0...v1.0.1

netfox - v1.0.0

Published by github-actions[bot] 11 months ago

The first major release of netfox! Includes:

  • A complete documentation site
  • Time synchronization
  • A custom network tick loop
  • Convenience signals
  • State interpolation between ticks
  • Rollback implementation
  • noray integration
  • Network input base class
  • Network weapon base class
netfox - v0.15.14

Published by github-actions[bot] 11 months ago

What's Changed

Full Changelog: https://github.com/foxssake/netfox/compare/v0.15.9...v0.15.14

netfox - v0.15.9

Published by github-actions[bot] 11 months ago

Pre-release test release of Forest Brawl