multi-platform
Here are 403 public repositories matching this topic...
-
Updated
Apr 10, 2022 - Python
-
Updated
Apr 14, 2022 - C++
-
Updated
Apr 14, 2022 - C#
-
Updated
Apr 14, 2022 - C
-
Updated
Apr 15, 2022 - C#
-
Updated
Apr 12, 2022 - C
-
Updated
Apr 14, 2022 - C++
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:
`
-
Updated
Mar 14, 2022 - JavaScript
- Starting with the Stride "Terrain" sample.
- Added a vehicle model fbx file.
- Used Add Physics asset / convex hull to create collider
- Used this collider with a rigid body, works fine.
- Tried to use this collider with a character component, and it crashes the program.
- Made a much simpler multi box collider for the vehicle (one rectangle and four cylinders).
- This simpler colli
-
Updated
Apr 14, 2022 - C++
Description
Simply put, this issue is to suggest that a "getter" method be added to the "AudioSound" class in order to read the value of the "positional" flag.
Use Case
There may be cases in which one wants to know whether or not an extant "AudioSound" object is set up for use with the 3D-positional system.
Indeed, a sound that is so set up may misbehave when treated as a "2D" sound,
Is your feature request related to a problem? Please describe (REQUIRED):
In my game project, about 50% of the time when property animations running on game objects or gui nodes have to be stopped at the same time. I can currently do this by calling the go.cancel_animations or gui.cancel_animation functions one after the other with the appropriate property names.
For example:
go.ca
Steps to Reproduce
- Create empty directory with the wizard
- Add a robot and a join
- In view, add "Show join axes"
- Nothing seems to happens, because the line is too small
Expected behaviour
A line should appear.
Expected solution
Change the default lineScale value to 10, which make it visible, at least for a default project.
Two solutions, change the default templa
-
Updated
Mar 8, 2022 - C++
Documentation does not explain how lod arguments are used, for example in texelFetch()
-
Updated
Oct 14, 2021 - C++
-
Updated
Apr 1, 2019 - C++
There are some APIs that can be improved/simplified. This issue is to collect all the cases. This is also a good place to raise and discuss any proposals or concerns.
-
flatMap- add default value for themaxConcurrencyargument, removeflatMapvariants without themaxConcurrencyargument -
flatMapwithresultSelector- reorder arguments in the following way: `resultSelec
-
Updated
Apr 10, 2022 - C++
-
Updated
Aug 12, 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
Apr 12, 2022 - Python
-
Updated
Apr 15, 2022 - C++
-
Updated
Feb 18, 2022 - C
-
Updated
May 22, 2020 - Makefile
-
Updated
Feb 4, 2022 - 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."



Godot version
3.x (8f4f384) master (788f355)
System information
Arch Linux, GLES 3, Mesa Intel(R) UHD Graphics (CML GT2)
Issue description
When hour is negative in the datetime string,
Time.get_unix_time_from_datetime_string()produces incorrect error message.2022-01-02T99:04:05reportsInvalid hour value of: 99.2022-01-02T-99:04:05reports `Invalid hou