-
Updated
Jan 1, 2021 - C++
game-development
Here are 8,878 public repositories matching this topic...
-
Updated
Dec 30, 2020 - JavaScript
-
Updated
Nov 9, 2020
-
Updated
Jan 1, 2021 - TypeScript
-
Updated
Dec 11, 2020 - C++
-
Updated
Dec 7, 2020
-
Updated
Dec 20, 2020 - 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
Dec 12, 2020 - C++
-
Updated
Dec 24, 2020 - C++
-
Updated
Dec 23, 2020 - Python
-
Updated
Dec 31, 2020 - C++
-
Updated
Dec 31, 2020 - JavaScript
-
Updated
Nov 26, 2020
-
Updated
Dec 23, 2020 - C++
-
Updated
Dec 15, 2020 - C#
-
Updated
Dec 31, 2020 - C++
-
Updated
Dec 14, 2020 - C#
-
Updated
Dec 1, 2020
-
Updated
Dec 31, 2020 - Go
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Dec 31, 2020 - Haskell
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
ExternalDNS is not referenced as the address of the game server.
https://github.com/googleforgames/agones/blob/v1.10.0/pkg/gameservers/gameservers.go#L42-L57
In a situation where the game server is located in an IPv4 network and the
-
Updated
Dec 30, 2020 - C++
-
Updated
Dec 22, 2020 - C++
-
Updated
Dec 17, 2020 - 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.
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
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: Medium
In AoE2's
.datformat most associations and assignments of properties are done by IDs (e.g. unit has ability with ID X). The openage converter uses these IDs to lookup the associated openage API property and then map the values from AoE2's.datstructure to the corresponding API object's member values. In short, every property from AoE2