-
Updated
Nov 29, 2021 - C++
multi-platform
Here are 388 public repositories matching this topic...
-
Updated
Nov 29, 2021 - Python
-
Updated
Nov 29, 2021 - C++
-
Updated
Nov 28, 2021 - C
-
Updated
Nov 29, 2021 - C#
-
Updated
Nov 29, 2021 - C#
-
Updated
Nov 27, 2021 - C
-
Updated
Nov 29, 2021 - C++
-
Updated
Oct 24, 2021 - JavaScript
Release Type: GitHub
Version: master - 2bf586d6
Platform(s): Windows
Describe the bug
When newly created Space Escape solution opens in GameStudio, null reference occurs at SpaceEscape.Rendering.BendFogRenderFeature.
To Reproduce
Steps to reproduce the behavior:
- Build GitHub sources, master branch.
- Run Stride.GameStudio.
- New, pick Space Escape. (Window
-
Updated
Nov 27, 2021 - C++
Description
It would be useful to add an option to bam-info to list all the referenced textures in the bam file, their paths, and whether they are found on disk.
Use Case
The use case is similar to for egg-list-textures: list externally referenced textures, to be able to verify there are no absolute paths, and to know which textures need to be copied alongside the bam file.
-
Updated
Nov 29, 2021 - TypeScript
Describe the bug (REQUIRED)
Bob fails with exception java.nio.file.NoSuchFileException if run from a folder with spaces in the path.
To Reproduce (REQUIRED)
Run Bob from a folder containing spaces, e.g. (arguments removed for clarity)
java -jar "D:\User Documents\Richard\Defold projects\defold-playable-ads\playable_ad\build\bob_1f57126.jar"
Expected behavior (REQUIRED)
Describe the Bug
All the crossroads in village_winter have a different texture compared to the roads, which looks kinda odd. Would be nice to have something more consistent.
-
Updated
Nov 2, 2021 - C++
-
Updated
Nov 29, 2021 - reStructuredText
-
Updated
Oct 14, 2021 - C++
-
Updated
Apr 1, 2019 - C++
Ktor now uses native-mt coroutines, we should update all the related Ktor info in our readme.
-
Updated
Nov 14, 2021 - C++
This ticket serves as a tracker for translations needing updates for fre:ac 1.1.5. It will be updated once the status of a translation changes.
Help is needed to update the translations for fre:ac 1.1.5 which has been released on 27th June 2021.
New translations to as of yet unsupported languages are more than welcome as well of course. If you would like to translate fre:ac to a new la
-
Updated
Nov 29, 2021 - C++
-
Updated
Nov 23, 2021 - Python
-
Updated
May 22, 2020 - Makefile
-
Updated
Nov 25, 2021 - C
-
Updated
Nov 25, 2021 - C#
Improve this page
Add a description, image, and links to the multi-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multi-platform topic, visit your repo's landing page and select "manage topics."


When I try to 'conan install' version-range-based requirements for a package from a GitLab remote package repository, I get an unhelpful Python message "ERROR: 'NoneType' object is not iterable." I believe it's triggered by some faulty implementation on the GitLab repository side, but it would be helpful if Conan provided a more specific indication of the error cause.
My example conanfile.py:
`