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 }}
Wazner
/
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
core
src
network
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 29, 2020
Update tokio, bytes, reqwest, mojang-api to stable async-await
caelunshun
committed
c71ae17
View commit details
Copy full SHA for c71ae17
View code at this point
Browse repository at this point
Commits on Feb 1, 2020
Work toward getting item entities to work
caelunshun
committed
d428af1
View commit details
Copy full SHA for d428af1
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
Start on broadcasting entities
caelunshun
committed
195544f
View commit details
Copy full SHA for 195544f
View code at this point
Browse repository at this point
Commits on Dec 20, 2019
Reduce error count from 49 to 12!
caelunshun
committed
f5048d1
View commit details
Copy full SHA for f5048d1
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
Get feather-core to compile
caelunshun
committed
7ba7f91
View commit details
Copy full SHA for 7ba7f91
View code at this point
Browse repository at this point
Commits on Nov 14, 2019
Reimplement most of the network system
caelunshun
committed
c1b9b78
View commit details
Copy full SHA for c1b9b78
View code at this point
Browse repository at this point
Commits on Oct 19, 2019
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
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 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 8, 2019
Load and send chunk biome data - resolves #122
Show description for a721848
caelunshun
committed
a721848
View commit details
Copy full SHA for a721848
View code at this point
Browse repository at this point
Generate biome mappings - resolves #119
Show description for 6e75819
caelunshun
committed
6e75819
View commit details
Copy full SHA for 6e75819
View code at this point
Browse repository at this point
Commits on Sep 7, 2019
Load sky and block light from world save and send it to clients - resolves #103 (#117)
NyxCode
authored and
caelunshun
committed
b9218d6
View commit details
Copy full SHA for b9218d6
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Use crossbeam channels instead of mpsc and optimize PacketQueue
Show description for 03774d3
caelunshun
committed
03774d3
View commit details
Copy full SHA for 03774d3
View code at this point
Browse repository at this point
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 Sep 4, 2019
Fix handling of compressed packets received from clients
Show description for c7488c8
caelunshun
committed
c7488c8
View commit details
Copy full SHA for c7488c8
View code at this point
Browse repository at this point
Commits on Sep 1, 2019
Add support for world time - resolves #100
caelunshun
committed
9b57afc
View commit details
Copy full SHA for 9b57afc
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
Add initial support for block placement (see #40)
Show description for 9a0ce62
caelunshun
committed
9a0ce62
View commit details
Copy full SHA for 9a0ce62
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
Basic implementation of chat - resolves #57 (#73)
aramperes
authored and
caelunshun
committed
c69d73d
View commit details
Copy full SHA for c69d73d
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 14, 2019
Send velocity update packets
caelunshun
committed
61d3dc0
View commit details
Copy full SHA for 61d3dc0
View code at this point
Browse repository at this point
Add server resource pack support - resolves #41
caelunshun
committed
eb73f38
View commit details
Copy full SHA for eb73f38
View code at this point
Browse repository at this point
Commits on Aug 13, 2019
Fix drag amount for item entities
caelunshun
committed
846a7d0
View commit details
Copy full SHA for 846a7d0
View code at this point
Browse repository at this point
Initial support for dropping item entities
Show description for daa39e3
caelunshun
committed
daa39e3
View commit details
Copy full SHA for daa39e3
View code at this point
Browse repository at this point
Commits on Aug 11, 2019
Add support for slot index -1: drop item
caelunshun
committed
d6c9cbb
View commit details
Copy full SHA for d6c9cbb
View code at this point
Browse repository at this point
Commits on Aug 9, 2019
Eliminate OpenSSL dependency - resolves #33
Show description for 7f82040
caelunshun
committed
7f82040
View commit details
Copy full SHA for 7f82040
View code at this point
Browse repository at this point
Commits on Aug 8, 2019
Start on rewrite of Player Digging packet handling
caelunshun
committed
ff49daf
View commit details
Copy full SHA for ff49daf
View code at this point
Browse repository at this point
Add support for players seeing armor
caelunshun
committed
3973084
View commit details
Copy full SHA for 3973084
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
Broadcast item in player's main hand
caelunshun
committed
bdf76ec
View commit details
Copy full SHA for bdf76ec
View code at this point
Browse repository at this point
Add support for Slot in packets
caelunshun
committed
3edcb7c
View commit details
Copy full SHA for 3edcb7c
View code at this point
Browse repository at this point
Fix clippy warnings on beta toolchain
caelunshun
committed
1d6220a
View commit details
Copy full SHA for 1d6220a
View code at this point
Browse repository at this point
Commits on Aug 6, 2019
Broadcast player animations to other clients
caelunshun
committed
e1eeb48
View commit details
Copy full SHA for e1eeb48
View code at this point
Browse repository at this point
Add proper Animation Clientbound packet
caelunshun
committed
43d5ba8
View commit details
Copy full SHA for 43d5ba8
View code at this point
Browse repository at this point
Commits on Aug 5, 2019
Update everything to use hematite-nbt instead of rNBT
Show description for 7087584
caelunshun
committed
7087584
View commit details
Copy full SHA for 7087584
View code at this point
Browse repository at this point
Commits on Aug 2, 2019
Fix additional warnings on beta toolchain
caelunshun
committed
ce9435f
View commit details
Copy full SHA for ce9435f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.