-
Updated
Oct 8, 2020 - C++
game-development
Here are 8,260 public repositories matching this topic...
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 3, 2020
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Sep 17, 2020 - C++
-
Updated
Oct 3, 2020
To quote eishiya from the Tiled forum:
When highlighting a layer, have an option for a light colour as the fade colour. The dark default doesn’t work well with dark tiles, as they blend in.
Could probably be added alongside the grid color configuration.
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 3, 2020 - C++
-
Updated
Oct 8, 2020 - C++
-
Updated
Jul 25, 2020 - Python
-
Updated
Oct 6, 2020 - C++
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Sep 27, 2020
-
Updated
Oct 8, 2020 - C++
-
Updated
Sep 25, 2020 - C#
-
Updated
Oct 7, 2020 - C++
-
Updated
Aug 24, 2020
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 21, 2020 - C#
-
Updated
Oct 7, 2020 - Haskell
What happened:
Changed the agones_version to "1.8.0", ran a terraform plan (OK), terraform apply (failed) with the following messaging:
Error: failed to replace object: Service "agones-ping-http-service" is invalid: spec.clusterIP: Invalid value: "": field is immutable && failed to replace object: Service "agones-controller-service" is invalid: spec.clusterIP: Invalid value: "": fie
-
Updated
Oct 7, 2020 - Go
-
Updated
Oct 8, 2020 - C++
-
Updated
Jul 15, 2020 - C++
-
Updated
Jul 4, 2020
With #4150 merged we have a new model format: glTF ! This should be a much easier and long-lived format than the old md5 one. There are still some bits of cleanup and bugs to fix. Not necessarily all needed as part of this issue and some bits might be worthwhile to split out
Some of the following checkboxes may be suitable Good First Issues for anybody with some
-
Updated
Apr 22, 2020 - HTML
Improve this page
Add a description, image, and links to the game-development topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game-development topic, visit your repo's landing page and select "manage topics."
Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an
Enum
, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.The recommended appro