Cosmos icon indicating copy to clipboard operation
Cosmos copied to clipboard

A multiplayer block-based space exporation game in active development

Results 49 Cosmos issues
Sort by recently updated
recently updated
newest added

Maybe make them not solid. Add tanks?

enhancement

## AC - [ ] When you press escape: - [ ] If there are any open UI menus: All open UI menus should close - [ ] Otherwise the...

enhancement

For 1 frame, every chunk entity spits out: ``` 2024-05-01T01:52:29.222309Z WARN bevy_hierarchy::valid_parent_check_plugin: warning[B0004]: The Chunk Entity entity with the GlobalTransform component has a parent without GlobalTransform. ``` after being loaded...

bug

### AC - A wire takes up on block - Wires will connect if they are in adjacent blocks to each other. - A wire will be rendered & collide...

enhancement

Sometimes entities aren't despawned when a structure is unloaded because they aren't given the despawn with structure flag fast enough, so the `save_the_kids` method saves them. Entities that don't despawn...

bug

LODs are much faster than they used to be, but there is still room for significant improvements - [ ] Better neighbor checking - [ ] Currently LODs will not...

enhancement

Currently you can see through a planet if it is mostly water/ice because there is no sense of depth when water is rendered. ## AC - As a player, when...

enhancement
on hold

As a player, I want each planet to have more than just one terrain type so that they're interesting to explore and are more unique. ### AC - Infrastructure created...

epic

Cover: - Biosphere architecture - Biome architecture - Compute shader implementation

documentation