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
Accelerator
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
Type
/
to 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 }}
Redrield
/
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
Branch selector
develop
User selector
All users
All time
Commit history
Commits on May 3, 2020
Fix Uniode decoding issues
Show description for 8614692
caelunshun
committed
8614692
View commit details
Copy full SHA for 8614692
Browse repository at this point
Improve error output in feather-data generator
Show description for f2d59bf
caelunshun
committed
f2d59bf
View commit details
Copy full SHA for f2d59bf
Browse repository at this point
Fix feather-blocks cargo-rerun-if-changed
caelunshun
committed
6971671
View commit details
Copy full SHA for 6971671
Browse repository at this point
Commits on May 2, 2020
Correctly handle item drops through Drop Item key
caelunshun
committed
9095d1e
View commit details
Copy full SHA for 9095d1e
Browse repository at this point
Improve output of startup errors by printing full context
caelunshun
committed
2a4e545
View commit details
Copy full SHA for 2a4e545
Browse repository at this point
Fix compile errors caused by merge of testing branch
Show description for ccf726a
caelunshun
committed
ccf726a
View commit details
Copy full SHA for ccf726a
Browse repository at this point
Merge pull request #207 from feather-rs/testing
Show description for 5d0e464
caelunshun
authored
5d0e464
View commit details
Copy full SHA for 5d0e464
Browse repository at this point
Commits on May 1, 2020
Run game logic on its own thread to avoid blocking the Tokio runtime.
Show description for 2c0049a
caelunshun
committed
2c0049a
View commit details
Copy full SHA for 2c0049a
Browse repository at this point
Fix remaining issues with player count
caelunshun
committed
f0c8bb8
View commit details
Copy full SHA for f0c8bb8
Browse repository at this point
Remove blocking channel send when sending packets
caelunshun
committed
11df0b8
View commit details
Copy full SHA for 11df0b8
Browse repository at this point
Commits on Apr 30, 2020
Add tests for feather-server-entity broadcasters
caelunshun
committed
8628f61
View commit details
Copy full SHA for 8628f61
Browse repository at this point
Improve the entity_deletion test and fix a bug the test revealed
caelunshun
committed
2b29dca
View commit details
Copy full SHA for 2b29dca
Browse repository at this point
Update testing API to a more idiomatic design
caelunshun
committed
426863c
View commit details
Copy full SHA for 426863c
Browse repository at this point
First draft of a unit testing framework (subject to change)
caelunshun
committed
60eabf4
View commit details
Copy full SHA for 60eabf4
Browse repository at this point
Commits on Apr 29, 2020
Fix chunk map panicking when block index is out of bounds
Show description for 5533db3
caelunshun
committed
5533db3
View commit details
Copy full SHA for 5533db3
Browse repository at this point
Fix panic on block updates at y=0
Show description for 84279ab
caelunshun
committed
84279ab
View commit details
Copy full SHA for 84279ab
Browse repository at this point
Fix various panics in systems caused by not checking whether entities are alive
caelunshun
committed
e42edeb
View commit details
Copy full SHA for e42edeb
Browse repository at this point
Run cargo update
caelunshun
committed
90c99b4
View commit details
Copy full SHA for 90c99b4
Browse repository at this point
Add FAQ section to README
caelunshun
committed
b8d8061
View commit details
Copy full SHA for b8d8061
Browse repository at this point
Decrement player count when players leave
caelunshun
committed
7805d0c
View commit details
Copy full SHA for 7805d0c
Browse repository at this point
Enforce max-players setting - fixes #202
caelunshun
committed
34736f7
View commit details
Copy full SHA for 34736f7
Browse repository at this point
Fix server overload caused by loading too many chunks
caelunshun
committed
3db6a05
View commit details
Copy full SHA for 3db6a05
Browse repository at this point
Commits on Apr 28, 2020
Fix feather-data build on Windows in CI (#200)
Show description for 2309f78
caelunshun
authored
2309f78
View commit details
Copy full SHA for 2309f78
Browse repository at this point
Hotfix: fix block properties with values not starting at 0
Show description for 50accdb
caelunshun
committed
50accdb
View commit details
Copy full SHA for 50accdb
Browse repository at this point
Merge pull request #199 from feather-rs/modular-crates
Show description for 5ecf167
caelunshun
authored
5ecf167
View commit details
Copy full SHA for 5ecf167
Browse repository at this point
Update fecs + legion
Show description for b73e693
caelunshun
committed
b73e693
View commit details
Copy full SHA for b73e693
Browse repository at this point
Complete the feather-server split into multiple crates.
caelunshun
committed
55524df
View commit details
Copy full SHA for 55524df
Browse repository at this point
Commits on Apr 27, 2020
Get feather-server split to compile
caelunshun
committed
2d14029
View commit details
Copy full SHA for 2d14029
Browse repository at this point
Commits on Apr 26, 2020
Port worldgen, chunk worker, chunk logic, entity loading
caelunshun
committed
1fd5004
View commit details
Copy full SHA for 1fd5004
Browse repository at this point
Port over the view system, most packet broadcasters
caelunshun
committed
d8c0d2a
View commit details
Copy full SHA for d8c0d2a
Browse repository at this point
Most of the way through refactoring feather-server into crates
caelunshun
committed
a99d228
View commit details
Copy full SHA for a99d228
Browse repository at this point
Commits on Apr 18, 2020
start on server split
caelunshun
committed
460b19f
View commit details
Copy full SHA for 460b19f
Browse repository at this point
Commits on Apr 15, 2020
Split feather-core into subcrates
caelunshun
committed
9d8d30a
View commit details
Copy full SHA for 9d8d30a
Browse repository at this point
Implement a new blocks crate (#197)
Show description for c0addea
caelunshun
authored
c0addea
View commit details
Copy full SHA for c0addea
Browse repository at this point
Commits on Apr 8, 2020
Fix CI deleting the cargo binary
caelunshun
committed
e12c2e6
View commit details
Copy full SHA for e12c2e6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.