-
Updated
Feb 1, 2021 - C++
cmake
Here are 3,638 public repositories matching this topic...
As my collection of tracks has grown substantially, I've moved custom tracks into different subfolders of OpenRCT2/track/ to make it easier to sort them.
I would like to have the path added at the bottom of the window, similar to how the scenario selector lists the paths.
功能请求:快捷编辑(长按进入编辑界面)
-
Updated
Feb 1, 2021 - C++
-
Updated
Feb 1, 2021 - C++
Hi,
I like to possibility to visualize all dependencies of my Conan package in a graph and output it either as Dot or HTML file.
However, I would like to see the full dependency graph including python_requires dependencies. Unfortunately, as far as I could see, there is no chance to get this information and output it e.g. by using user specific templates.
Could you please enhance the creati
-
Updated
Jan 17, 2021 - CMake
When starting Mumble with: mumble "mumble://user@server.tld" it does not connect to the server and says "This version of Mumble can't handle URLs for Mumble version 1.2.0"
"mumble://user@server.tld?version=1.4.0" also doesn't work.
Works in a new instance if another Mumble instance is already running.
-
Updated
Oct 13, 2020
-
Updated
Feb 1, 2021 - C++
Machine object should return a reference to themselves (like in sklearn)
auto machine = pipeline->over(std::make_shared<NormOne>())
->composite()
->over(std::make_shared<MulticlassLibLinear>())
->over(std::make_shared<MulticlassOCAS>())
->then(std-
Updated
Feb 1, 2021 - C++
-
Updated
Feb 1, 2021 - C++
-
Updated
Feb 1, 2021 - Shell
-
Updated
Jan 21, 2021 - CMake
-
Updated
Jan 5, 2021 - C++
Describe the feature you'd like
We should limit the miss angle to effectively be around 15 degrees.
Describe why do you think it is needed
Missing a target by 90 degrees just look stupid - a miss is a miss. Doesn't have to be that off
https://www.reddit.com/r/warzone2100/comments/gy87wg/rookie_units_are_as_helpful_as_ever/
-
Updated
Dec 13, 2020 - C
-
Updated
Jan 31, 2021 - C++
-
Updated
Dec 29, 2019 - C++
-
Updated
Jan 28, 2021 - C
-
Updated
Dec 4, 2020 - C++
-
Updated
Feb 14, 2020 - C
portable mode
Improve this page
Add a description, image, and links to the cmake topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cmake topic, visit your repo's landing page and select "manage topics."


Required skills: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look