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 }}
aheart
/
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
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 1, 2019
Release v0.4.0
caelunshun
committed
4aa8be2
View commit details
Copy full SHA for 4aa8be2
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
Update various dependencies
caelunshun
committed
19c1442
View commit details
Copy full SHA for 19c1442
View code at this point
Browse repository at this point
Fix block collision when there are multiple blocks beneath the bounding box
caelunshun
committed
7c643c2
View commit details
Copy full SHA for 7c643c2
View code at this point
Browse repository at this point
Add support for water and lava drag and unload entities when they enter an unloaded chunk
Show description for c261271
caelunshun
committed
c261271
View commit details
Copy full SHA for c261271
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
Load player inventory from save - closes #72 (#97)
aramperes
authored and
caelunshun
committed
0a60a6d
View commit details
Copy full SHA for 0a60a6d
View code at this point
Browse repository at this point
Start work on player-data loading (#72); default gamemode (#96)
Show description for aeb52dc
aramperes
authored and
caelunshun
committed
aeb52dc
View commit details
Copy full SHA for aeb52dc
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
Do not break block when holding sword in creative mode
caelunshun
committed
2136a8e
View commit details
Copy full SHA for 2136a8e
View code at this point
Browse repository at this point
Only remove blocks from inventory when placing in survival mode
caelunshun
committed
adc22f8
View commit details
Copy full SHA for adc22f8
View code at this point
Browse repository at this point
Commits on Aug 26, 2019
Account for non-solid blocks other than air (resolves #83)
Show description for 46e8e72
caelunshun
committed
46e8e72
View commit details
Copy full SHA for 46e8e72
View code at this point
Browse repository at this point
Fix chunk behavior when new blocks are inserted into middle of palette
Show description for eeb7676
caelunshun
committed
eeb7676
View commit details
Copy full SHA for eeb7676
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
Add player disconnect message
caelunshun
committed
51b3c06
View commit details
Copy full SHA for 51b3c06
View code at this point
Browse repository at this point
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
Use crates.io versions of mio-extras, hematite-nbt, and bumpalo
caelunshun
committed
c2ec5b6
View commit details
Copy full SHA for c2ec5b6
View code at this point
Browse repository at this point
Run physics checks using leading point of bounding box
Show description for 25705e2
caelunshun
committed
25705e2
View commit details
Copy full SHA for 25705e2
View code at this point
Browse repository at this point
Commits on Aug 24, 2019
Physics: correctly prevent entities from going into blocks when traveling sideways
caelunshun
committed
39fd247
View commit details
Copy full SHA for 39fd247
View code at this point
Browse repository at this point
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 23, 2019
Merge pull request #75 from momothereal/feature/join-message
Show description for 25b98de
caelunshun
authored
25b98de
View commit details
Copy full SHA for 25b98de
View code at this point
Browse repository at this point
Make chat broadcast system more generic
aramperes
committed
b177423
View commit details
Copy full SHA for b177423
View code at this point
Browse repository at this point
Commits on Aug 22, 2019
Update indexmap, backtrace, serde, derive-new, proc-macro2, quote, and syn
caelunshun
committed
9c76c06
View commit details
Copy full SHA for 9c76c06
View code at this point
Browse repository at this point
Commits on Aug 21, 2019
Add player join message
aramperes
committed
ce0acda
View commit details
Copy full SHA for ce0acda
View code at this point
Browse repository at this point
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
Return impacted block face in block_impacted_by_ray()
caelunshun
committed
25ff8f9
View commit details
Copy full SHA for 25ff8f9
View code at this point
Browse repository at this point
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
Use spawn position from level.dat instead of (0, 64, 0)
caelunshun
committed
4909c25
View commit details
Copy full SHA for 4909c25
View code at this point
Browse repository at this point
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
Merge branch 'develop' of https://github.com/caelunshun/feather into develop
caelunshun
committed
d3d05d3
View commit details
Copy full SHA for d3d05d3
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
Implement server list icon: (#37) (#64)
Show description for 52186bb
aramperes
authored and
caelunshun
committed
52186bb
View commit details
Copy full SHA for 52186bb
View code at this point
Browse repository at this point
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
Return point of impact in `block_impacted_by_ray()`
caelunshun
committed
5ab063a
View commit details
Copy full SHA for 5ab063a
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.