Skip to content
#

multi-platform

Here are 413 public repositories matching this topic...

KoBeWi
KoBeWi commented Mar 28, 2022

Godot version

3.x 11d40d7

System information

Windows 10 x64

Issue description

This PR can be backported to 3.x: #59571
It couldn't be cherry-picked, because Tween code changed almost completely. This particular part is mostly unchanged though and still relevant for Godot 3.

Steps to reproduce

See this issue #33813

Minimal reproduction project

No response

stride
gbriggs-trmb
gbriggs-trmb commented Nov 4, 2021
  1. Starting with the Stride "Terrain" sample.
  2. Added a vehicle model fbx file.
  3. Used Add Physics asset / convex hull to create collider
  4. Used this collider with a rigid body, works fine.
  5. Tried to use this collider with a character component, and it crashes the program.
  6. Made a much simpler multi box collider for the vehicle (one rectangle and four cylinders).
  7. This simpler colli
bug good first issue area-Physics
Moguri
Moguri commented May 21, 2022

Description

We should bring the third-party scripts into this repo.

Use Case

  • These scripts are a key component for building Panda and should be somewhere under the panda3d org
  • Being in the same repo allows us to tie third-party dependency versions to our revision history
  • We can build dependencies as part of the same CI pipeline as ou
enhancement good first issue build
defold
dri-richard
dri-richard commented Jul 13, 2021

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)

bug bob windows good first issue
webots
stefaniapedrazzi
stefaniapedrazzi commented Jun 28, 2022

Currently to insert an Ephemeral PROTO you have to select the item and then click on the Insert button.
It would be user-friendly to also be able to insert PROTOs by double clicking on the item (without having to click the insert button) in the same way as this is supported in the "Add Node" dialog.

enhancement good first issue
pencil
scribblemaniac
scribblemaniac commented Nov 7, 2021

Issue Summary

If an image import fails, the same dialog is shown for a variety of unrelated errors.

Actual Results

Currently if there is any issue with image importing, this dialog is displayed:
Image Import Error Dialog

Expected Results

When image import fails, an e

Good First Issue UI
arkivanov
arkivanov commented Jun 11, 2021

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 the maxConcurrency argument, remove flatMap variants without the maxConcurrency argument
  • flatMap with resultSelector - reorder arguments in the following way: `resultSelec
help wanted good first issue hacktoberfest
freac
enzo1982
enzo1982 commented Dec 15, 2019

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

Improve this page

Add a description, image, and links to the multi-platform 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 multi-platform topic, visit your repo's landing page and select "manage topics."

Learn more