Skip to content
#

gamedev

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

timothyqiu
timothyqiu commented Apr 13, 2022

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:05 reports Invalid hour value of: 99.
  • 2022-01-02T-99:04:05 reports `Invalid hou
emilk
emilk commented Feb 20, 2021

Tracking issue for improving the egui docs. Other suggestions for improvements welcome!

All doc-examples need to be part of the doctests (i.e. they should never be marked ignore, though no_run can maybe sometimes be motivated).

egui

The crate-level docs for egui (at https://docs.rs/egui generated from egui/src/lib.rs) sh

help wanted good first issue docs and examples
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

Improve this page

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

Learn more