Skip to content
#

Game engine

Game engines are software frameworks for game development. Game engines do the heavy lifting for developers so they can focus on other aspects of game development.

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

D1gitalCuts
D1gitalCuts commented May 31, 2022

Godot version

3.5 RC2

System information

Windows 11, GLES3

Issue description

The "Populate MultiMesh" context dialogue causes a crash.
This issue was definitely not present in 3.5 beta 4, haven't checked other versions between Beta4 and RC2.

Steps to reproduce

In the project attached below, select the MultiMeshInstance node, open the "Populate Surface" dialogue and select

openage
heinezen
heinezen commented Oct 1, 2021

Required skills: Python

Difficulty: Easy

For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:

INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
python assets good first issue
boardgame.io
mbrinkl
mbrinkl commented Feb 17, 2022

It would be nice to have an option to pass G and ctx into the redact option in a long form move. The undoable property already has this option, so it should be fairly easy to implement. So it would looke like...

B: {
  move: (G, ctx, ...args) => {},
  redact: true/false or (G, ctx) => {},
},

For my particular use case, I have moves in my game that should normally show

mrhelmut
mrhelmut commented May 23, 2022

MonoGame has a very long history of tutorials, some are as old as a decade and some even are still based on XNA (which is compatible with MonoGame for the most part, but different in regard to how to start a project).

Also, MonoGame is a stable API with a policy of "no breaking changes" when possible, which means that even very old tutorials

Documentation Help Wanted Good First Issue
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
Wikipedia
Wikipedia