-
Updated
Apr 23, 2021 - Go
game-server
Here are 542 public repositories matching this topic...
-
Updated
Mar 31, 2021 - C
-
Updated
May 16, 2020 - Go
-
Updated
Apr 3, 2021 - TypeScript
-
Updated
Apr 11, 2021 - C++
User Story
If a large download fails using curl it does not cause a fatal error instead it simply carries on.
Basic info
- Command: Install
Further Information
It is worth checking how all downloads handle when failing to ensure they cause a fatal exit.
To Reproduce
Use a game server that is non-steam and cause the download to fail
Expected behaviour
Is your feature request related to a problem? Please describe.
Getting a server by its visible ID requires many requests.
if I want to get a specific server using the ID visible to the user (example: efcecec0) I will have to list all servers and then filter the list. but that requires a lot of requests depending on the number of pages you have.
Describe the solution you'd like
can yo
-
Updated
Mar 29, 2021 - Go
-
Updated
Sep 6, 2020 - Go
CURRENT BEHAVIOUR:
-
Updated
Apr 22, 2021 - Java
-
Updated
Apr 2, 2021 - JavaScript
-
Updated
Apr 22, 2021 - JavaScript
missing bosses
so i went through the monster files and noticed some missing bosses, keep in mind i did not check past v8.2 so there might be more than these.
client.go unsafe in high concurrency
routes = make(map[string]uint16) // route map to code
codes = make(map[uint16]string) // code map to route
func SetDictionary(dict map[string]uint16) error {
// ....
}
fatal error: concurrent map writes
runtime.throw at panic.go:1116
runtime.mapassign_faststr at map_faststr.go:291
github.com/topfreegames/pitaya/conn/message.S
-
Updated
Jan 24, 2021 - Go
-
Updated
Apr 7, 2021 - C++
-
Updated
Apr 22, 2021 - Go
-
Updated
Apr 15, 2021 - C#
-
Updated
Feb 8, 2021 - Go
-
Updated
Apr 4, 2021 - Shell
-
Updated
Mar 28, 2021 - Go
-
Updated
Apr 14, 2021 - C++
-
Updated
Mar 5, 2021 - C++
-
Updated
Mar 1, 2021 - C
-
Updated
Mar 18, 2021 - Python
Improve this page
Add a description, image, and links to the game-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game-server topic, visit your repo's landing page and select "manage topics."
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):
**Anything else we need to know