The Wayback Machine - https://web.archive.org/web/20210920065036/https://github.com/topics/cmake
Skip to content
#

cmake

Here are 4,287 public repositories matching this topic...

dariusarnold
dariusarnold commented Aug 6, 2021

My proposal is to add the method version() to tools.Git. Calling this method would return the Major.Minor.Patch of the found git executable (maybe as a named tuple). These can be used to customize the git commands which are used. As an example, partial cloning (cloning only some files/directories from a repo to save time) is available since Git 2.19.0. If the executable is new enough, partial clon

Krzmbrzl
Krzmbrzl commented Aug 20, 2021

Context
Some devices only have mono-output at which point our positional audio feature can't work as it will require at least two channels to simulate any spatial effects.

Describe the feature you have in mind
A warning for anyone that has positional audio enabled but is using a mono device

Describe alternatives you've considered
None

Additional context
See e.g. #5220

warzone2100
xray-16
FreeZoneMods
FreeZoneMods commented Sep 14, 2021

CStateBurerAttackTele class uses CTelekinesis::get_objects_count method to iterate over all active objects. It's incorrect - this method does not return the total number of objects, but the number of objects in the TS_Keep and TS_Raise states. To get the total number of active objects we need to use CTelekinesis::get_objects_total_count.
So, we need to review every call of get_objects_count in

Improve this page

Add a description, image, and links to the cmake topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cmake topic, visit your repo's landing page and select "manage topics."

Learn more