Skip to content

Tags: foxssake/netfox

Tags

v1.19.1

Toggle v1.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
doc: Input prediction tutorial (#365)

Closes #346

v1.14.1

Toggle v1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Add diff state ack defaults (#339)

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add option to avoid broadcasting inputs (#230)

Co-authored-by: Tamás Gálffy <ezittgtx@gmail.com>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Use OS time for tick loop (#225)

Use OS time for tick loop to avoid time drifting between clients. Also
supports pausing both from editor and via SceneTree.pause.

Refs #177

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Enable updating authority on RollbackSynchronizer (#208)

Refs #205

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Always bundle dependencies (#171)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Addon installed to project root (#143)

When installed from Godot's AssetLib tab, addons are installed to the
project root, instead of the addons directory. Looking at other addons,
it looks like the root folder isn't addons, but `<addon-name>-<hash>`.
Doing the same for netfox should solve this issue.

Note that there's no known way to validate this locally, so further PRs
might be needed.

Refs #140

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Bump to v1 🎉 (#132)

v0.15.14

Toggle v0.15.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
doc: Update tutorials (#128)

Closes #122

v0.15.9

Toggle v0.15.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Add version to draft release (#114)

Closes #113