-
https://github.com/fishfolk/bones/blob/dd2f80d636d3703b9c7990bba4eb677539719343/framework_crates/bones_scripting/src/lua/asset.rs#L100-L106
---
###### This issue was generated by [todo-issue](https:…
-
https://github.com/fishfolk/bones/blob/db6560fbcc29b791e7cb2149bbd85c0497d03430/framework_crates/bones_asset/src/server.rs#L828-L833
---
###### This issue was generated by [todo-issue](https://githu…
-
TODO: Use more economic key type such as `ustr`
---
https://github.com/fishfolk/bones/blob/d10e2c14c35958f966422a0ed3d779f2a7605596/framework_crates/bones_framework/src/animation.rs#L48-L5…
-
compute the same cid. We can't sort Vec<UntypedHandle>, runtime IDs vary each run.
---
https://github.com/fishfolk/bones/blob/b5a8f30cc14e97cf450055c44a68b404f690f91e/framework_crates/bon…
-
### Description
Assess the use of an Input Buffer for our chain + combo system.
This will look like a history of the players inputs for a certain number of frames, and a way to parse them when d…
-
### Description
Sometimes, randomly, the game will panic while loading assets and not get past the loading screen:
```
thread 'TaskPool (8)' panicked at /home/zicklag/git/other/bones/framework_…
-
### Description
https://freesound.org/people/Reitanna/sounds/252255/
https://freesound.org/people/Glaneur%20de%20sons/sounds/104949/
https://freesound.org/people/tim.kahn/sounds/103955/
https://fr…
-
### Description
Right now when a player disconnects, there isn't really any indication other than them stopping moving.
We should notify the player of this, and consider switching the remote pla…
-
### Description
Player can ragdoll themselves while holding sword and then be killed by it, if the sword is moving fast enough.
Maybe this doesn't have to be fixed and encourage not playing with s…
-
### Description
While profiling in a networked match in dev-optimized profile, client often rewinds / resims during correction after receiving another players input when predicted ahead.
A rewind…