openage icon indicating copy to clipboard operation
openage copied to clipboard

Free (as in freedom) open source clone of the Age of Empires II engine 🚀

Results 231 openage issues
Sort by recently updated
recently updated
newest added

Adds new discoveries for the SLD format * Pixel data reuse from previous frames * Export individual layers with singlefile converter

python
assets
documentation

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...

nice new thing ☺
lang: python
just do it

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...

nice new thing ☺
area: simulation
lang: cython

## 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...

bug
os: windows
lang: python

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...

nice new thing ☺
lang: c++
good first issue
hacktoberfest

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...

bug
os: linux
upstream issue

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).

area: buildsystem
packaging
just do it

**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) -...

area: renderer
nice new thing ☺
lang: c++
lang: python
good first issue
lang: cython

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....

nice new thing ☺