Skip to content

Commit

Permalink
Merge pull request #342 from AnthonyTornetta/341-add-chat
Browse files Browse the repository at this point in the history
341 add chat
  • Loading branch information
AnthonyTornetta authored Oct 20, 2024
2 parents 1978176 + 00964d0 commit 7ab7a97
Show file tree
Hide file tree
Showing 25 changed files with 697 additions and 58 deletions.
36 changes: 19 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,14 @@ If you want to view the ordering of the systems, run (on linux) `cargo run --fea
See [the issues page](https://github.com/AnthonyTornetta/Cosmos/issues) for the list of current features/bugs in development.

## Release 0.0.7a (In Progress)
- [ ] Wires
- [ ] Electrical
- [ ] Music
- [ ] Creative Mode
- [x] Chat
- [x] Galaxy map
- [x] Able to view stars
- [x] Zoom in to view planets
- [x] Set waypoint
- [x] Rotating Planet
- [ ] Biosphere Improvements
- [ ] Ice biosphere glaciers
- [ ] Better Water block
- [ ] Better Lava block
- [ ] Structures
- [ ] Rocks spawning
- [ ] Undergrowth
- [ ] 1 More tree type
- [ ] Groundwork for biomes
- [ ] Planes
- [ ] Redwood forest
- [ ] 1 Additional forest
- [ ] Ocean
- [x] On-planet skybox
- [x] Dropped item entity
- [x] When storage is broken, drop items on ground
Expand Down Expand Up @@ -262,7 +249,7 @@ See [the issues page](https://github.com/AnthonyTornetta/Cosmos/issues) for the
- [x] Player world moves relative to its player
- [x] Players can be a part of the same world if they are close enough
- [x] Requires rewrite of bevy_rapier to support multiple physics worlds
- [ ] Merge PR https://github.com/dimforge/bevy_rapier/pull/328
- [x] Merge PR https://github.com/dimforge/bevy_rapier/pull/328
- [x] Update to bevy 0.10.0
- [x] Performant ships
- [x] Ability to have 50 small-sized ships loaded with minimal performance impact
Expand Down Expand Up @@ -354,7 +341,7 @@ See [the issues page](https://github.com/AnthonyTornetta/Cosmos/issues) for the
- [x] Sync bodies from server to client
- [x] Ability to break/replace block
- [x] Dynamic meshing
- [x] Dynamic physics bodies
- [x] Dynamic physics bodies
- [x] Block break events sent to server, server sends back block changed event
- [x] Selects nearest structure
- [x] Integrate physics system
Expand Down Expand Up @@ -383,6 +370,21 @@ See [the issues page](https://github.com/AnthonyTornetta/Cosmos/issues) for the
- [ ] Prices based on supply + rarity
- [ ] Keep supply relatively equal between nearby shops
- [ ] Each shop has its own supply of money that it cannot go below
- [ ] Biosphere Improvements
- [ ] Ice biosphere glaciers
- [ ] Better Water block
- [ ] Better Lava block
- [ ] Structures
- [ ] Rocks spawning
- [ ] Undergrowth
- [ ] 1 More tree type
- [ ] Groundwork for biomes
- [ ] Planes
- [ ] Redwood forest
- [ ] 1 Additional forest
- [ ] Ocean
- [ ] Wires
- [ ] Electrical

## NPCs

Expand Down
Loading

0 comments on commit 7ab7a97

Please sign in to comment.