strategy
Here are 476 public repositories matching this topic...
The wiki is very outdated and there is missing information. What I mean is that we should create a more user friendly wiki, with descriptions of every building, game element... Maybe we should add also pictures of the buildings or animations. I don't know, but we must do something to improve it. What do you think?
How can I get access to http://wiki.unknown-horizons.org/w/Main_Page? I would lik
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Jul 1, 2020 - Python
-
Updated
Jun 7, 2020 - C#
-
Updated
Mar 15, 2020 - Pascal
-
Updated
Sep 7, 2020 - Java
-
Updated
Aug 20, 2020 - C++
-
Updated
Sep 7, 2020 - Go
-
Updated
Jun 28, 2020 - Java
The tabbing order in the InteractivePlayer's, the InteractiveSpectator's, and the Editor toolbar is messed up because the respective buttons/dropdowns are being created in the wrong order.
The tabbing order for a simple line of menu icons should always be left-to-right.
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Aug 27, 2019 - Smarty
Refactor DI
Refactor classes (including tests) to resolve dependencies out of the IoC container with $this->dep = app($class::class) in the constructor, instead of through the constructor method arguments.
Constructor arg lists get quite long (see PopulationCalculator), and needs fixing test constructors whenever this changes.
Beep, boop, I'm a bot! Th
-
Updated
Sep 14, 2019 - Python
-
Updated
Apr 14, 2020
-
Updated
Jan 7, 2018 - Python
-
Updated
Aug 16, 2018 - Jupyter Notebook
-
Updated
Jun 29, 2018
Improve this page
Add a description, image, and links to the strategy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the strategy topic, visit your repo's landing page and select "manage topics."


Required skills: Python, maybe Cython
Difficulty: Easy
Our exporter for single media files can only be used for graphics files (SLP, SMP or SMX) currently. It would be great, if we could extend it to support outputting sounds as well. This functionality can reuse the internal opus conversion service that is already implemented.