Rémi Verschelde

Results 121 issues of Rémi Verschelde

Kind of a duplicate of #5, but since it was closed, opening a new issue.

Fixes #74339.

bug
platform:windows
topic:buildsystem
cherrypick:4.0

**Operating system or device - Godot version:** Mageia 6 x64, Godot 2.0.4.1 and master HEAD. **Issue description** (what happened, and what was expected): RigidBody2D does not respect its scale parameter,...

bug
confirmed
topic:physics

Complements #67710. Fixes #30445.

enhancement
usability
needs testing
topic:3d

No need to define _REENTRANT manually when using the system lib, it's part of the pkgconfig cflags. And we were then defining PULSEAUDIO_ENABLED twice.

enhancement
platform:linuxbsd
topic:buildsystem
cherrypick:4.0

We can't rely on the error code from `gio` or `kioclient5`, in my rudimentary testing they return `1` for both missing files and other situations like not having a Trash...

bug
platform:windows
platform:linuxbsd
platform:macos
topic:porting
regression
cherrypick:4.1

Follow-up to #74978 and #76961. Still testing it, some more changes might be needed. Fixes this error and these warnings: ``` platform/linuxbsd/x11/display_server_x11.cpp: In constructor 'DisplayServerX11::DisplayServerX11(const String&, DisplayServer::WindowMode, DisplayServer::VSyncMode, uint32_t, const...

bug
topic:buildsystem
topic:porting
regression
cherrypick:4.1

I didn't test whether it works, I just updated the files with the upstream 1.0.27 tarball.

enhancement
topic:thirdparty
cherrypick:4.1

Building current `main` branch on Mageia 9 Linux with CMake 3.24.2. I package mold for the Mageia distro and like most distro, we have a common set of flags we...

mold 1.5.1 and the current `main` branch fail to build on my system: ``` $ make -j8 mkdir -p out/d out/d/elf out/d/macho out/srcs/elf out/srcs/macho out/objs/elf out/objs/macho out/objs2/elf out/objs2/macho out/objs2/src/elf out/objs2/src/macho...