iceiix

Results 33 issues of iceiix

Punching a block should "mine" it - [ ] breaking blocks (#738) - [ ] block break animation - [ ] tool in hand

gameplay feature

When the player is in water, the screen darkens, but movement is as if you were walking - it should change the movement behavior to "swimming", so the player can...

gameplay feature

Continues @Joe-Jones's pull request https://github.com/koute/stdweb/pull/297, addressing most of the inline review comments (responded to those that were not). The example app still works, not tested extensively otherwise.

Does wasm-pack support building for the new `wasm32-wasi` target instead of `wasm32-unknown-unknown`? I have a project configured to use wasm-pack for wasm32-unknown-unknown, would like to switch to wasm32-wasi, wondering if...

feature request
needs discussion

Hello, I'm using node-minecraft-protocol to help debug packet parsing for another program since it (along with minecraft-data) appears to be the most complete repository of protocol data, but there's one...

bug

Hello, I'm using gl-generator in my project and it works great, but I'm looking to enable clippy, and it is reporting many warnings in gl-generator's generated code. Any ideas how...

**Summary 🤔** Misc fixes to get Litecraft compiling again. It builds though there are several warnings: ``` warning: trait objects without an explicit `dyn` are deprecated --> src/core/resource_manager/resource.rs:32:45 | 32...

Major protocol update https://minecraft.fandom.com/wiki/Java_Edition_1.19 https://wiki.vg/Protocol https://wiki.vg/index.php?title=Protocol&oldid=17688 1.19 (759) https://wiki.vg/index.php?title=Protocol&oldid=17499 1.18.2 (758) https://wiki.vg/index.php?title=Protocol&type=revision&diff=17688&oldid=17499 1.19 (759) vs 1.18.2 (758)

Safari 12.1.1 fails to load pinky, console shows it cannot find AudioContext (works on Chrome 74.0.3729.157): [Log] WebGL support using context: – "webgl" (app.js, line 561) [Log] Error loading Rust...

I'm listening for `glutin::DeviceEvent::MouseMotion{delta:(xrel, yrel)}` and it works fine on most systems, but Ubuntu 18.04.1 in VMware Fusion causes `xrel` and `yrel` to be set to large absolute values as...

B - bug
DS - x11
D - easy
H - good first issue