Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ThijsRay
/
feather
Public
forked from
feather-rs/feather
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
feather
server
src
entity
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 19, 2019
Fix clippy warnings
caelunshun
committed
bea3671
View commit details
Copy full SHA for bea3671
View code at this point
Browse repository at this point
Implement loading of animals; fix various problems with spawning
caelunshun
committed
3cdda36
View commit details
Copy full SHA for 3cdda36
View code at this point
Browse repository at this point
Implement chicken, cow, donkey, horse, llama, mooshroom, pig, rabbit, sheep, and squid
caelunshun
committed
992d49d
View commit details
Copy full SHA for 992d49d
View code at this point
Browse repository at this point
Merge pull request #162 from caelunshun/refactor/entities
Show description for 8651458
caelunshun
authored
8651458
View commit details
Copy full SHA for 8651458
View code at this point
Browse repository at this point
Remove debug messages
caelunshun
committed
bc78aeb
View commit details
Copy full SHA for bc78aeb
View code at this point
Browse repository at this point
Fix warnings and clippy issues
caelunshun
committed
c4be747
View commit details
Copy full SHA for c4be747
View code at this point
Browse repository at this point
After much pain... get tests to pass
caelunshun
committed
8ec49fa
View commit details
Copy full SHA for 8ec49fa
View code at this point
Browse repository at this point
Commits on Oct 14, 2019
Start fixing tests
caelunshun
committed
4d06f85
View commit details
Copy full SHA for 4d06f85
View code at this point
Browse repository at this point
Commits on Oct 7, 2019
Entity metadata: default main hand to right hand
caelunshun
committed
8181b2e
View commit details
Copy full SHA for 8181b2e
View code at this point
Browse repository at this point
Fix player sending
caelunshun
committed
21e3086
View commit details
Copy full SHA for 21e3086
View code at this point
Browse repository at this point
Finish entity refactoring, get server to compile
caelunshun
committed
bb06cca
View commit details
Copy full SHA for bb06cca
View code at this point
Browse repository at this point
Switch entity sending system to new data-based model
caelunshun
committed
f04f3a7
View commit details
Copy full SHA for f04f3a7
View code at this point
Browse repository at this point
More refactoring; implement new chunk/entity saving
caelunshun
committed
33a8694
View commit details
Copy full SHA for 33a8694
View code at this point
Browse repository at this point
Begin refactoring entities
caelunshun
committed
1740dc8
View commit details
Copy full SHA for 1740dc8
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
Fix position sync issues by storing last known positions (#154)
Show description for 76cbd21
caelunshun
authored
76cbd21
View commit details
Copy full SHA for 76cbd21
View code at this point
Browse repository at this point
Anvil world persistence (#145)
Show description for fb4222f
caelunshun
authored
fb4222f
View commit details
Copy full SHA for fb4222f
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
Fix sending of entity equipment on view update
Show description for 2c7656d
caelunshun
committed
2c7656d
View commit details
Copy full SHA for 2c7656d
View code at this point
Browse repository at this point
Commits on Sep 30, 2019
Rewrite networking code to use Tokio (#42)
Show description for c950e2f
caelunshun
authored
c950e2f
View commit details
Copy full SHA for c950e2f
View code at this point
Browse repository at this point
Commits on Sep 14, 2019
Check if entity was destroyed in EntitySendSystem
Show description for fdbb0af
caelunshun
committed
fdbb0af
View commit details
Copy full SHA for fdbb0af
View code at this point
Browse repository at this point
Block update propagation and falling blocks - resolves #104 (#129)
aramperes
authored and
caelunshun
committed
3d1305a
View commit details
Copy full SHA for 3d1305a
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
Load item and arrow entities from chunk save - resolves #102 (#125)
aramperes
authored and
caelunshun
committed
a790c57
View commit details
Copy full SHA for a790c57
View code at this point
Browse repository at this point
Commits on Sep 9, 2019
Handle arrow shooting - resolves #101 (#121)
aramperes
authored and
caelunshun
committed
02dab41
View commit details
Copy full SHA for 02dab41
View code at this point
Browse repository at this point
Commits on Sep 7, 2019
Improve `Inventory::collect_item` - resolves #111
Show description for 608c237
caelunshun
committed
608c237
View commit details
Copy full SHA for 608c237
View code at this point
Browse repository at this point
Commits on Sep 6, 2019
Add default value for entity metadata and send it correctly
caelunshun
committed
3e34d20
View commit details
Copy full SHA for 3e34d20
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Only send entity updates to players able to see them - resolves #105
Show description for 9e38b20
caelunshun
authored
9e38b20
View commit details
Copy full SHA for 9e38b20
View code at this point
Browse repository at this point
Commits on Aug 31, 2019
Use `f64` instead of `f32` in physics - resolves #95
caelunshun
committed
40c4fa9
View commit details
Copy full SHA for 40c4fa9
View code at this point
Browse repository at this point
Various physics improvements (#98)
Show description for 6ddf4bf
caelunshun
authored
6ddf4bf
View commit details
Copy full SHA for 6ddf4bf
View code at this point
Browse repository at this point
Commits on Aug 24, 2019
Stop writing FlaggedStorage events when resetting positions and sending meta
Show description for 76ad214
caelunshun
committed
76ad214
View commit details
Copy full SHA for 76ad214
View code at this point
Browse repository at this point
Commits on Aug 21, 2019
Implement rudimentary entity physics
Show description for 466b8eb
caelunshun
committed
466b8eb
View commit details
Copy full SHA for 466b8eb
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
Skip sending chunks which failed to load - see #71
caelunshun
committed
1da7838
View commit details
Copy full SHA for 1da7838
View code at this point
Browse repository at this point
Send players their inventory updates
caelunshun
committed
dae98ad
View commit details
Copy full SHA for dae98ad
View code at this point
Browse repository at this point
Add item collection functionality - resolves #49
caelunshun
committed
4934cb9
View commit details
Copy full SHA for 4934cb9
View code at this point
Browse repository at this point
Commits on Aug 19, 2019
Broadcast entity metadata updates
caelunshun
committed
78c1171
View commit details
Copy full SHA for 78c1171
View code at this point
Browse repository at this point
Add generic `Util` type for convenient access in systems
caelunshun
committed
26a0248
View commit details
Copy full SHA for 26a0248
View code at this point
Browse repository at this point
Commits on Aug 17, 2019
Merge nearby item entities - resolves #63
caelunshun
committed
2de8a69
View commit details
Copy full SHA for 2de8a69
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.