Quentin Bazin

Results 11 comments of Quentin Bazin

@sro5h I rebased this PR on [my fork](https://github.com/Unarelith/SFML/tree/mouse_raw_movement) However I've an issue... If I hold a mouse button, X11 GenericEvents are only sent when `sf::Window::setMouseCursorGrabbed` is set to `true`, otherwise...

I think it would definitely be better to have a single `MouseMoved` event with `x`, `y`, `deltaX`, `deltaY` attributes.

Then I'm curious about how SDL and glfw are doing that, because iirc they both pack the two events into a single one.

Ok, I see your issue here. I'll try to explain how it works in [OpenMiner](https://github.com/Unarelith/OpenMiner) to give you ideas. Basically, your `Client` class is divided among multiple things. First, the...

The last commit added the possiblity to load a texture pack with `-t`/`--texture-pack`. The next step will be to do all the things mentioned above.

@atomicbitty can you confirm that it still doesn't work with latest version please?

This will be hopefully fixed by the collision update planned by pgimeno, I'm leaving this ticket opened until then

Ok so here's my current idea until the underlying system is fixed:: - Instead of sending the inventory from the client, there should be new packets - `InvTakeItemStack`: invID, x,...

@fedqx I can help you through it if you come on either IRC or the Discord server. :)

For reference, this is the amdgpu driver ticket: https://gitlab.freedesktop.org/drm/amd/-/issues/476 The video driver itself doesn't provide the ability to change RGB range nor color format.