-
Updated
Apr 18, 2021 - C++
game-development
Here are 9,777 public repositories matching this topic...
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Apr 12, 2021
-
Updated
Apr 17, 2021 - TypeScript
-
Updated
Mar 19, 2021 - C++
-
Updated
Dec 12, 2020 - C++
-
Updated
Apr 14, 2021
-
Updated
Apr 11, 2021 - C++
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
Apr 17, 2021 - C++
-
Updated
Dec 23, 2020 - Python
-
Updated
Apr 16, 2021 - C++
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Jan 28, 2021
-
Updated
Apr 12, 2021 - C++
-
Updated
Apr 15, 2021 - C++
-
Updated
Mar 29, 2021 - C#
-
Updated
Apr 16, 2021 - C#
-
Updated
Apr 18, 2021 - Go
-
Updated
Apr 16, 2021
-
Updated
Apr 17, 2021 - TypeScript
-
Updated
Apr 18, 2021 - Haskell
What happened:
Can not compile agones/examples/crd-client on release 1.13. Looking into the mod.go it is still using agones 1.12.
What you expected to happen:
Compile
How to reproduce it (as minimally and precisely as possible):
- clone version 1.13
- update the agones/examples/crd-client/go.mod to use agones 1.13
- go run . in the folder
**Anything else we need to know
-
Updated
Apr 14, 2021 - C++
-
Updated
Apr 17, 2021 - C++
This function needs a unit test.
Guide to how to contribute to an open source project on GitHub.
Test stub: https://github.com/pygame/pygame/blob/main/test/display_test.py#L255-L274
Docs: https://www.pygame.org/docs/ref/display.html#pygame.display.gl_set_attribute
Code to be tested: https://github.com/pygame/pygame/bl
-
Updated
Mar 11, 2021 - CMake
Use Case
As a developer, I want to join a multiplayer server as a new user, as if I were joining it for the first time. Even though I had previously logged in to it with this client.
I tried changing my "Player Name" in the player settings. That changed the way my name displays, but still connects me to my previous character.
Discussion
This can be done by removing the `security.
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: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look