simonsan
simonsan
This is from the Win10 package tests: ``` [19/31] cpp util::tests::enum_ Test failed Unexpected exception Traceback (most recent call last): File "C:\Users\username\Desktop\upscaling-project\Pipeline\1 Convert\openage-v0.4.0-60-g323e7c1a-amd64-portable_NIGHTLY\python\openage\testing\main.py", line 130, in main testfun() File "C:\Users\username\Desktop\upscaling-project\Pipeline\1...
Currently the nyan integration is done [here](https://github.com/SFTtech/openage/blob/master/libopenage/CMakeLists.txt#L69) somehow. What about separating things from above to mentioned `buildsystem/modules/FindNyan.cmake` and call `find_package(nyan REQUIRED CONFIG)` from `libopenage/CMakeLists.txt`?
We had a discussion in chat, I want to put that in an issue for later. Basically [someone on reddit](https://www.reddit.com/r/aoe2/comments/bsn7tt/playing_around_with_esrgan_on_aoe2_assets_an/) was using some algorithms to upscale AoE2 assets. See here:...
SOLID pods are kind of a container storing your private data and let websites link to it, if you allow it. It is a way to stay the owner of...
We should add support for fuzzing to the engine to check for vulnerabilities by e.g. user input. The first step in using libFuzzer on a library is to implement a...
**__NOTE:__** Undocumented parts of the source code you will most likely find by going through the [openage c++/python reference](https://simonsan.github.io/openage/doc/sphinx/web/sphinx/reference/doxygen.html) and watch out for empty classes/members/functions/etc. ____________________________ The last days I...
``` one common issue for us is people often report bugs that cause their game to crash but it's hard to extort dumps from users, especially those on inferior platforms...
There was a comment a while ago, that I couldn't find any more, that was proposing to integrate with mod.io for easier distribution of modpacks/assetpacks. I wanted to bring that...
``` warning[L006]: license was not encountered ┌─ /github/workspace/deny.toml:32:5 │ 32 │ "BSD-2-Clause", │ ^^^^^^^^^^^^^^ unmatched license allowance warning[L006]: license was not encountered ┌─ /github/workspace/deny.toml:33:5 │ 33 │ "BSD-3-Clause", │ ^^^^^^^^^^^^^^...
As preparation for a possible inclusion into `rust-lang` we should replace the external actions we use with e.g. scripts that do the same. https://github.com/rust-lang/std-dev-guide/pull/7#issuecomment-770317395 That PR also shows how that...