bones icon indicating copy to clipboard operation
bones copied to clipboard

An easy-to-use game engine for making real games.

Results 56 bones issues
Sort by recently updated
recently updated
newest added

This the start to run the networking connections over [iroh](https://github.com/n0-computer/iroh), allowing direct connections between players. ## General Architecture - The online matchmaking server does not proxy connections anymore, it only...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

Upgrade `fluent` once they release a new version with [this change to upgrade `self_cell`](https://github.com/projectfluent/fluent-rs/pull/350). This will reduce the double dependency: ``` warning[duplicate]: found 2 duplicate entries for crate 'self_cell' ┌─...

dependencies

Closes #289. ## Changes - Add `Entities::(get_)single_with` methods to get a single entity by a query - Add `Entities::(get_)first_with_bitset` methods to get the first entity in the given bitset -...

Goal is a derive macro to allow hashing components / resources. One of the challenges is floats + glam types like vec / quat don't support implementing std::hash::Hash - but...

enhancement

It seems our pull requests CI doesn't validate `bones_matchmaker` build. Saw PR CI pass while the bones_matchmaker build/release job fails, should validate this in PR CI. Issue tracking build failure:...

Currently we use `bitset_core` for our bitsets, but I believe we could benefit in terms of performance and memory usage by using the [`roaring`](https://github.com/RoaringBitmap/roaring-rs) crate, which uses compressed bitsets. Being...

Lately, especially after re-adding networking I think, we've taken on a lot of extra dependencies. A partial contributor is the windows API crates, which we are including at least 3...

https://github.com/fishfolk/bones/blob/01823b4fe841da4736d92892c103dd65c95025c0/framework_crates/bones_framework/src/networking/online.rs#L375-L382 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 01823b4fe841da4736d92892c103dd65c95025c0.

code:todo

should either figure out how to make this a compile-time const value specified by game, or use dynamic arrays. --- https://github.com/fishfolk/bones/blob/01823b4fe841da4736d92892c103dd65c95025c0/framework_crates/bones_framework/src/networking.rs#L65-L72 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based...

code:todo