Jan Niklas Hasse
Jan Niklas Hasse
I'm trying to port [an AppVeyor script](https://github.com/wxFormBuilder/wxFormBuilder/blob/cb8918b40b561f771f4161abc3b023d8be41d455/appveyor.yml) for wxFormBuilder [to GitHub Actions](https://github.com/wxFormBuilder/wxFormBuilder/pull/568). I've noticed that chaining a `cd` command with another one won't actually change the working directory. Only if...
When building with MSVC on Windows by simply running ``` cmake -Bbuild-msvc ``` and then trying to build the pac target I'm getting: ``` D:\ALPACA\src\game.hpp(8,10): error C1083: Cannot open include...
Found via clang warning: ```` warning: variable 'y2b' set but not used [-Wunused-but-set-variable] 458 | double xb=0,yb=0,x2b=0,y2b=0,xyb=0,bn=0; ```
Latest emscripten errors on Boost.QVM. This should be fixed by Boost 1.87.0. As soon as it's released, update the bundled header in JNGL.
Hi there :) I'm new to Stratagus and just found out about it via Wargus. First of all awesome work, thank you very much! I was playing the W2 campaign...
I've used [Poedit](https://poedit.net/) and also adjusted the files by hand to keep the diff smaller. I've used the original game as a reference for some different translations. (is it allowed...
* [x] macOS: Wait until Homebrew has SDL3 and `brew install sdl3` works * [ ] Ubuntu: Wait for `libsdl3-dev` becoming available, probably in 26.04.
``` /builds/bixense/jngl/src/jngl/Fade.cpp:50:14: warning: Moved-from object 'self' is moved [clang-analyzer-cplusplus.Move] 50 | setScene(std::move(self)); | ^~~~~~~~~~~~~~~ /builds/bixense/jngl/src/jngl/Fade.cpp:30:6: note: Assuming the condition is false 30 | if (self.get() != this) { | ^~~~~~~~~~~~~~~~~~...
This happens in GitLab CI most of the time. I think it's this bug: https://bugs.freedesktop.org/show_bug.cgi?id=76252 Might be triggered by the SDL -> Singleton changes, i.e. the unit tests now shutdown...