simonsan
simonsan
I see in the source files many hardcoded values of the original game mechanics instead of reading it from original data. To circumvent [any legal issues]( https://www.xbox.com/en-us/developers/rules) you should try...
I think it could be a nice addition to the toolset of some Map Scripters if they would have a compatible tool at hand to create "screenshots" for map previews...
Right now we can not easily set a compile and a version within our `configure` script. #1250 did a small fix for `clang-9` and `clang-10` because we needed that for...
There were some problems in the past regarding `std::filesystem`, MSVC 2017 and 2019 added support so we would be able to update our sources correspondingly. [std::filesystem for VS2017](https://docs.microsoft.com/en-us/cpp/standard-library/filesystem?view=vs-2017)
@HeavenlyChorus was proposing an addition to the Taunt/Flare System in SE discord that I like, hence I'm opening this issue, but feel free to add. Clients could be given a...
With the update to **Python3.cmake** [`-DPYTHON_DIR`](https://github.com/SFTtech/openage/blob/master/buildsystem/modules/FindPython.cmake#L23) is used as a `HINT` to search for a suitable Python3 version. Sometimes just hinting towards a location is not enough and you would...
As I'm finding my way around the buildsystem in the last weeks I feel that we could add some more information to the documentation. Some first thoughts (more added later):...
> Compile feature requirements may be specified with the target_compile_features() command. For example, if a target must be compiled with compiler support for the cxx_constexpr feature: `add_library(mylib requires_constexpr.cpp)` `target_compile_features(mylib PRIVATE...
We give the following information. Output (updated 04/05/2020): ``` openage v0.4.0-131-ga3d99602b [devmode] inotify, opengl, ci-cfg NOT SET GNU 7.5.0 [ -fdiagnostics-color=auto] == Python == Python 3.6.9 (default, Nov 7 2019,...
> This is a boolean option that when set to TRUE will automatically run ldd -r -u on the target after it is linked. In addition, the linker flag -Wl,--no-as-needed...