openage
openage copied to clipboard
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Adds new discoveries for the SLD format * Pixel data reuse from previous frames * Export individual layers with singlefile converter
Our tests, demos and the game should have an easy way to generate [flamegraphs](https://github.com/brendangregg/FlameGraph). Ideally, this would be integrated into the main python launcher, which is `openage/__main__.py` and the argparsing...
Implements basic flow-field pathfinding in the engine. - [x] Field types - [x] Cost field - [x] Integration field - [x] Flow field - [x] Pathfinding - [x] Portal node...
## System Info - OS: Windows 11 - Python: 3.12.2 --- Following the build instructions from `doc/build_instructions/windows_msvc.md`, when running the first Python command the process stalled out for 30+ minutes...
Implemented a potential working version of pow using fixed point math. No way to test because project won't run.
**Required Skills:** C++ **Difficulty**: Easy We should add additional math operations to our fixed-point implementation, so that all calculations can be done purely deterministic. The [`fpm`](https://github.com/MikeLankamp/fpm) library already has these...
Followed all the Ubuntu build instructions, but unfortunately, this error prevented my build from being fully completed: ``` CMake Error at /usr/share/cmake/toml11/toml11Config.cmake:36 (include): include could not find requested file: //lib/x86_64-linux-gnu/cmake/toml11/toml11Targets.cmake...
Please, consider supporting [Flatpak](http://docs.flatpak.org/en/latest/introduction.html#reasons-to-use-flatpak) and publishing Openage on [Flathub](https://github.com/flathub/flathub/wiki/App-Submission).
**Required Skills:** Python, some C++ **Difficulty**: Easy Several window parameters could be set via the CLI on startup. Examples for these parameters include: - window size (height x width) -...
Greetings! I would like to add some PR and ISSUE templates for this repo if possible. You can tell me what to categorize like Bug Reports, New Feature... like that....