-
Updated
Jul 6, 2021 - CMake
cmake
Here are 4,100 public repositories matching this topic...
功能请求:快捷编辑(长按进入编辑界面)
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
This code relies on an overflow:
https://github.com/OpenRCT2/OpenRCT2/blob/9383fcef410aa6a94e3ad07a8da4a2eba41fbdb8/src/openrct2-ui/windows/Ride.cpp#L1603-L1612
There are multiple occurrences like this, all of them should be changed.
This is prone to errors when things like either type or max value change.
-
Updated
Jul 4, 2021 - C++
-
Updated
Jul 6, 2021 - C++
-
Updated
Jun 30, 2021 - CMake
Is it possible to allow using file:// URLs as input parameter for tools.get? This might be useful for testing with local archives by changing only conandata.yml
- I've read the CONTRIBUTING guide.
The dialog currently opens on the top of my screen, even in negative position so that the title bar is mostly outside of my screen.
It also shows way off horizontally.
I would also expect it to show modally, blocking input to the settings window. At the moment you can click shortcut again, closing the previous dialog and opening a new dialog.
This is confusing and can lead to current changes
-
Updated
Oct 13, 2020
-
Updated
Jun 28, 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
Jul 6, 2021 - C++
-
Updated
Jul 6, 2021 - Shell
-
Updated
Jul 5, 2021 - C++
Export headers are nice.
-
Updated
Jan 5, 2021 - C++
Describe the feature you'd like
There should be a ~2-3 second delay on the ability to skip campaign videos.
Describe why do you think it is needed
One of the worst things that can happen in the campaign is a video suddenly playing while you are clicking a mouse button. This results in you skipping the video and could ruin the experience of a new player.
-
Updated
Feb 15, 2021 - C
-
Updated
Jul 6, 2021 - C++
-
Updated
Jun 6, 2021 - C++
-
Updated
Dec 4, 2020 - C++
-
Updated
Jul 1, 2021 - C
-
Updated
Jun 15, 2021 - CMake
MMEX version:
1.5
Operating System:
- [x ] Windows
- Mac OSX
- Linux
Hello,
Just bringing attention that MMEX currently shows using v7.61 of libcurl. v7.76 is the latest release. Currently, there are 17 vulnerabilities in v7.61: https://curl.se/docs/vulnerabilities.html
Thank you
portable mode
-
Updated
Feb 16, 2021 - CMake
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."