Quentin Quadrat

Results 105 issues of Quentin Quadrat

https://waffle.io/ is no longer available. Update link to http://s3rg.io/

### Environment * Output of `tsrc version`: 2.6.0 * Operating system: Windows 10 + the "x64 native tools command prompt for VS 2022" in admin mode. (this prompt is installed...

help wanted

### Environment * Output of `tsrc version`: 2.5.0 * Operating system: Linux 64 debian Hi ! Close question to this topic https://github.com/dmerejkowsky/tsrc/issues/279 The documentation could be updated to clarify the...

Minor bug concerning `class CmdFunction final : public CmdBase` Coverity scan says line 100: ``` CID 281693 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR) 2. uninit_member: Non-static class member value...

enhancement
help wanted

Hi Florian ! I just discovered right now your lib ! Nice work ! It seems to Valgrind that there are missing calls to delete but memory can be released...

enhancement
help wanted

Always nice to compile with `-Wshadow` to catch some silent error (not the case here): ``` FileDialogs.hpp:1768:25: warning: declaration of ‘flag’ shadows a member of ‘pfd::message’ [-Wshadow] 1768 | std::string...

**Your Godot version:** 3.4+ **Issue description:** The documentation for exporting a Godot C++ gdnative project for MacOS with its compiled gdnative .dylib file (plus external dylib files ie to include...

enhancement

- MacBook Pro (Retina, 13-inch, Mid 2014) - macOS Big Sur 11.6.2 - SFML 2.5.1 from homebrew - clang - Used USA or French keyboard On MacBook Pro the keys...

bug
m:sfml-window
p:macos
s:undecided

For missing administration rights (I'm not the owner) that impacts me on CI, branch management ... I prefer continuing this project on my repo https://github.com/Lecrapouille/zipper so please open issues and...

enhancement
help wanted

- In https://github.com/PardCode/OpenGL-3D-Game-Tutorial-Series/blob/4d381770a8e1cf3b2850f4cc236568856de7fa5d/Tutorial8_EntitySystem_Basics/Game/MyGame.cpp#L41 not missing calling OEntitySystem::update ? - In https://github.com/PardCode/OpenGL-3D-Game-Tutorial-Series/blob/4d381770a8e1cf3b2850f4cc236568856de7fa5d/Tutorial8_EntitySystem_Basics/OGL3D/source/OGL3D/Entity/OEntitySystem.cpp#L41 I find sad to set each field this way, this is error-prone (missing one, i.e.) better to use the...