-
Updated
Aug 14, 2021 - C++
multi-platform
Here are 381 public repositories matching this topic...
-
Updated
Aug 14, 2021 - Python
-
Updated
Aug 13, 2021 - C++
-
Updated
Aug 14, 2021 - C
-
Updated
Aug 14, 2021 - C#
-
Updated
Aug 14, 2021 - C#
-
Updated
Aug 14, 2021 - C
-
Updated
Aug 14, 2021 - C++
-
Updated
Apr 6, 2021 - JavaScript
Release Type: Official Release
Version: Version 4.0
Platform(s): All
Describe the bug
if you don't add a physics shape to the character component and call any physics function for that character you'll get the following error : Unhandled Exception: System.InvalidOperationException: Attempted to call a Physics function that is avaliable only when the Entity has been alread
-
Updated
Aug 13, 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
Aug 14, 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)
-
Updated
Jul 31, 2021 - C++
As pointed out in cyberbotics/webots#2787 (comment), we should probably create a common stylesheet.qss
in the resources
folder that would contain the common style sheets to all platforms.
The runner::Runner::run
method is quite complicated and deals with a lot of variables.
This can be simplified by consolidating the variables into one or multiple structs.
-
Updated
Jun 23, 2021 - C++
Issue Summary
When a camera layer is selected, the zoom may change, but if it does, the zoom value in the status bar is n
-
Updated
Apr 1, 2019 - C++
Ktor now uses native-mt
coroutines, we should update all the related Ktor info in our readme.
-
Updated
Aug 14, 2021 - C++
-
Updated
Aug 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
May 22, 2020 - Makefile
-
Updated
Aug 10, 2021 - Python
-
Updated
Jul 25, 2021 - C#
-
Updated
Aug 7, 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."
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