Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / fishfolk/bones issues and pull requests
#493 - Find Some Way to Create Schemas for Recursive Types
Issue -
State: open - Opened by zicklag about 2 months ago
#493 - Find Some Way to Create Schemas for Recursive Types
Issue -
State: open - Opened by zicklag about 2 months ago
#493 - Find Some Way to Create Schemas for Recursive Types
Issue -
State: open - Opened by zicklag about 2 months ago
#492 - Add a `With` and `Without` `QueryItem` Implementation To Avoid Resorting to `iter_with_bitset()`
Issue -
State: open - Opened by zicklag about 2 months ago
#492 - Add a `With` and `Without` `QueryItem` Implementation To Avoid Resorting to `iter_with_bitset()`
Issue -
State: open - Opened by zicklag about 2 months ago
#492 - Add a `With` and `Without` `QueryItem` Implementation To Avoid Resorting to `iter_with_bitset()`
Issue -
State: open - Opened by zicklag about 2 months ago
#492 - Add a `With` and `Without` `QueryItem` Implementation To Avoid Resorting to `iter_with_bitset()`
Issue -
State: open - Opened by zicklag about 2 months ago
#492 - Add a `With` and `Without` `QueryItem` Implementation To Avoid Resorting to `iter_with_bitset()`
Issue -
State: open - Opened by zicklag about 2 months ago
#491 - feat: upgrade to iroh 0.29
Pull Request -
State: closed - Opened by dignifiedquire about 2 months ago
#490 - feat(schema): support generic bounds in structs & enums
Pull Request -
State: open - Opened by nelson137 2 months ago
- 2 comments
#489 - refactor!: SessionBuilder makes systems + world immutable during session build + Add a rollback-safe world reset utility
Pull Request -
State: open - Opened by MaxCWhitehead 3 months ago
- 3 comments
#488 - Panic: if `get_resource` is called (provides None if missing), then `init_resource`, get a panic
Issue -
State: open - Opened by MaxCWhitehead 3 months ago
- 1 comment
Labels: bug
#487 - chore(deps): Update iroh-net 0.27 + move to workspace dep
Pull Request -
State: closed - Opened by MaxCWhitehead 3 months ago
#486 - fix(lan): panic due to too-long mdns-sd property
Pull Request -
State: closed - Opened by nelson137 3 months ago
#485 - Panic in mdns-sd daemon thread due to lengthy property
Issue -
State: closed - Opened by nelson137 3 months ago
#484 - fix: disable system param tests in miri
Pull Request -
State: closed - Opened by nelson137 4 months ago
- 4 comments
#483 - feat(framework): make sure input structs `impl Copy`
Pull Request -
State: closed - Opened by nelson137 4 months ago
#482 - feat: add system params for iterating over asset packs
Pull Request -
State: closed - Opened by nelson137 4 months ago
#481 - feat: Start Of Asset Server Supporting Multiple "Linked" Files
Pull Request -
State: open - Opened by RockasMockas 4 months ago
#480 - CI: Large cache will cause runner to run out of space
Issue -
State: open - Opened by MaxCWhitehead 4 months ago
- 5 comments
Labels: bug, github_actions
#479 - Cargo deny advisory: proc-macro-error unmaintanied (https://rustsec.org/advisories/RUSTSEC-2024-0370)
Issue -
State: closed - Opened by MaxCWhitehead 4 months ago
- 1 comment
Labels: dependencies
#478 - Input: Gamepad (PS5 controller) on macOS + firefox button mapping is wrong on wasm
Issue -
State: open - Opened by MaxCWhitehead 4 months ago
- 4 comments
Labels: bug
#477 - fix(input): Remove SendWrapper from GILRS_CONTEXT (unless on wasm)
Pull Request -
State: closed - Opened by MaxCWhitehead 4 months ago
- 1 comment
#476 - Matchmaker temporarily reports duplicate players in matchmaking if player disconnects + restarts search
Issue -
State: closed - Opened by MaxCWhitehead 4 months ago
- 4 comments
Labels: bug
#475 - feat: Direct Gilrs integration
Pull Request -
State: closed - Opened by RockasMockas 4 months ago
#474 - CI: Add job that builds bones crates with no default features
Issue -
State: open - Opened by MaxCWhitehead 4 months ago
#473 - feat: RNG Generator in bones
Pull Request -
State: closed - Opened by RockasMockas 4 months ago
- 1 comment
#472 - If this happens often in practice, rework flow so that when matchmaking room is full and all connections are alive
Issue -
State: open - Opened by github-actions[bot] 4 months ago
Labels: code:todo
#471 - fix: reduce `bones_schema` dependencies
Pull Request -
State: closed - Opened by nelson137 4 months ago
- 2 comments
#470 - fix: reorganize ECS tests
Pull Request -
State: closed - Opened by nelson137 4 months ago
#469 - feat: fast miri for PRs
Pull Request -
State: closed - Opened by nelson137 4 months ago
- 12 comments
#468 - fix(miri): slow tests & bitset sizes
Pull Request -
State: closed - Opened by nelson137 4 months ago
- 1 comment
#467 - fix: Comment out tests relating to component iteration until figure out why miri hangs on it
Pull Request -
State: closed - Opened by MaxCWhitehead 5 months ago
- 3 comments
#466 - Miri running forever
Issue -
State: closed - Opened by MaxCWhitehead 5 months ago
- 4 comments
Labels: bug
#465 - feat: add more world utilities
Pull Request -
State: closed - Opened by nelson137 5 months ago
#464 - fix(logs): disable ansi when logging to files
Pull Request -
State: closed - Opened by MaxCWhitehead 5 months ago
#463 - ci: remove old release jobs from CI.
Pull Request -
State: closed - Opened by zicklag 5 months ago
#462 - feat: Add Desync hash detection via DesyncHash trait, opt in with #[net] attribute
Pull Request -
State: open - Opened by MaxCWhitehead 5 months ago
- 4 comments
#461 - Log files should not have ansi color codes in them
Issue -
State: closed - Opened by MaxCWhitehead 5 months ago
- 1 comment
Labels: bug
#460 - chore: update Rust version and fix clippy warnings.
Pull Request -
State: closed - Opened by zicklag 5 months ago
#459 - feat: derive `Clone` for `ComponentStore`.
Pull Request -
State: closed - Opened by zicklag 5 months ago
#458 - fix: make sure the layout is padded to it's alignment when creating a `ResizableAlloc`.
Pull Request -
State: closed - Opened by zicklag 5 months ago
#457 - docs: improve docs for the `HasSchema` derive macro.
Pull Request -
State: closed - Opened by zicklag 5 months ago
#456 - fix(soundness): fix a soundness bug with the `Maybe<T>` type and the `HasSchema` derive macro for generic types.
Pull Request -
State: closed - Opened by zicklag 5 months ago
#455 - feat: update Iroh and enable local network discovery.
Pull Request -
State: closed - Opened by zicklag 5 months ago
- 4 comments
#454 - feat: single & first entity queries (take 2)
Pull Request -
State: closed - Opened by nelson137 5 months ago
- 2 comments
#453 - feat: Adding missing stop interface for audio
Pull Request -
State: closed - Opened by RockasMockas 5 months ago
#452 - feat: Single success systems + helpers
Pull Request -
State: closed - Opened by RockasMockas 5 months ago
- 3 comments
#451 - feat: Added a few methods on Entities
Pull Request -
State: closed - Opened by RockasMockas 5 months ago
#450 - feat: Added player networking info + preparation for future EventManager work
Pull Request -
State: closed - Opened by RockasMockas 5 months ago
- 2 comments
#449 - fix: make sure padded layout is used for all operations in `ResizableAlloc`.
Pull Request -
State: closed - Opened by zicklag 5 months ago
- 1 comment
#448 - fix: use unchecked_index instead of manual calculation when cloning untyped component store.
Pull Request -
State: closed - Opened by zicklag 5 months ago
- 1 comment
#447 - feat: Improving gamepad rumble interface
Pull Request -
State: closed - Opened by RockasMockas 5 months ago
#447 - feat: Improving gamepad rumble interface
Pull Request -
State: closed - Opened by RockasMockas 5 months ago
#446 - feat(logging)!: Move logging setup to `setup_logging`, disable bevy LogPlugin, add logging to file system
Pull Request -
State: closed - Opened by MaxCWhitehead 5 months ago
- 8 comments
#445 - feat: Integrating AudioCenter into bones
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 3 comments
#445 - feat: Integrating AudioCenter into bones
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 3 comments
#445 - feat: Integrating AudioCenter into bones
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 3 comments
#444 - fix: re-enable msaa for pixel art mode
Pull Request -
State: closed - Opened by MaxCWhitehead 6 months ago
#444 - fix: re-enable msaa for pixel art mode
Pull Request -
State: closed - Opened by MaxCWhitehead 6 months ago
#443 - fix!: `bones_framework` not compiling with --no-default-features + net debug window behind feature flag `net-debug` (BREAKING)
Pull Request -
State: closed - Opened by MaxCWhitehead 6 months ago
#443 - fix!: `bones_framework` not compiling with --no-default-features + net debug window behind feature flag `net-debug` (BREAKING)
Pull Request -
State: closed - Opened by MaxCWhitehead 6 months ago
#443 - fix!: `bones_framework` not compiling with --no-default-features + net debug window behind feature flag `net-debug` (BREAKING)
Pull Request -
State: closed - Opened by MaxCWhitehead 6 months ago
#443 - fix!: `bones_framework` not compiling with --no-default-features + net debug window behind feature flag `net-debug` (BREAKING)
Pull Request -
State: closed - Opened by MaxCWhitehead 6 months ago
#443 - fix!: `bones_framework` not compiling with --no-default-features + net debug window behind feature flag `net-debug` (BREAKING)
Pull Request -
State: closed - Opened by MaxCWhitehead 6 months ago
#442 - bones_framework does not compile with no default features enabled
Issue -
State: closed - Opened by MaxCWhitehead 6 months ago
Labels: bug
#442 - bones_framework does not compile with no default features enabled
Issue -
State: closed - Opened by MaxCWhitehead 6 months ago
Labels: bug
#442 - bones_framework does not compile with no default features enabled
Issue -
State: closed - Opened by MaxCWhitehead 6 months ago
Labels: bug
#442 - bones_framework does not compile with no default features enabled
Issue -
State: closed - Opened by MaxCWhitehead 6 months ago
Labels: bug
#441 - fix: fix undefined behavior in `SVec::pop()`.
Pull Request -
State: closed - Opened by zicklag 6 months ago
#441 - fix: fix undefined behavior in `SVec::pop()`.
Pull Request -
State: closed - Opened by zicklag 6 months ago
#441 - fix: fix undefined behavior in `SVec::pop()`.
Pull Request -
State: closed - Opened by zicklag 6 months ago
#440 - feat: Adding rumble support
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
#440 - feat: Adding rumble support
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
#439 - feat: More helper methods on SVec take 2
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 1 comment
#439 - feat: More helper methods on SVec take 2
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 1 comment
#439 - feat: More helper methods on SVec take 2
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 1 comment
#439 - feat: More helper methods on SVec take 2
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 1 comment
#439 - feat: More helper methods on SVec take 2
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 1 comment
#439 - feat: More helper methods on SVec take 2
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 1 comment
#439 - feat: More helper methods on SVec take 2
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 1 comment
#438 - feat: added "serde" feature flag for bones_ecs
Pull Request -
State: closed - Opened by defic 6 months ago
#437 - feat: Extend SVec with more methods
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
#436 - chore: bump iroh-net from 0.21 to 0.22
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
#435 - feat: extending library structs with new helper methods
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
#434 - fix: changed SystemParam derive macro to use ::bones_ecs instead of ::bones_framework
Pull Request -
State: closed - Opened by defic 6 months ago
- 1 comment
#433 - fix: Disable MSAA in pixel art mode
Pull Request -
State: closed - Opened by MaxCWhitehead 6 months ago
#432 - chore: Log CID when NetworkHandle fails to find asset.
Pull Request -
State: closed - Opened by MaxCWhitehead 6 months ago
#431 - feat: Matchmaker Rework
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 2 comments
#430 - Asset server content hashing may mismatch based on platform line endings
Issue -
State: closed - Opened by MaxCWhitehead 6 months ago
- 5 comments
#429 - feat: add more helper methods on the `Maybe` type.
Pull Request -
State: closed - Opened by RockasMockas 6 months ago
- 1 comment
#428 - Matchmaker eventually stops accepting connections after being deployed
Issue -
State: closed - Opened by MaxCWhitehead 6 months ago
- 4 comments
#427 - feat: add an `ExitBones` resource that can be used to exit the game.
Pull Request -
State: closed - Opened by zicklag 6 months ago
#426 - refactor!: update Iroh.
Pull Request -
State: closed - Opened by zicklag 6 months ago
- 1 comment
#425 - matchmaker: Allow finding match with any player count (within allowed range of game)
Issue -
State: open - Opened by MaxCWhitehead 7 months ago
- 1 comment
#424 - fix: update ttf-parser dependency to fix build error when starting with fresh lock file.
Pull Request -
State: closed - Opened by zicklag 7 months ago
#423 - Improve asset cid debug trace tracking of dependencies
Issue -
State: open - Opened by github-actions[bot] 7 months ago
Labels: code:todo
#422 - feat(assets): Add feature flag `cid_debug_trace` to bones_asset
Pull Request -
State: closed - Opened by MaxCWhitehead 7 months ago
#421 - add unchecked variant to avoid redundant validation
Issue -
State: open - Opened by github-actions[bot] 7 months ago
- 5 comments
Labels: code:todo
#420 - chore(deps): Update curve25519-dalek for cargo deny advisories
Pull Request -
State: closed - Opened by MaxCWhitehead 7 months ago