multiplayer
Here are 1,538 public repositories matching this topic...
The ScanDirectory method of FileScanner allocates pointers with new and returns raw pointers. It should use unique_ptr instead.
Note: Wait for #13444 resolution before working on this.
-
Updated
Dec 8, 2020 - C++
-
Updated
Dec 7, 2020 - Go
What happened:
agones_grpc_io_server_server_latency_bucket isn't documented in the metrics page at https://agones.dev/site/docs/guides/metrics/.
What you expected to happen:
https://agones.dev/site/docs/guides/metrics/ is updated to include all current metrics
How to reproduce it (as minimally and precisely as possible):
-
Updated
Nov 19, 2020 - C++
-
Updated
Dec 5, 2020 - TypeScript
Is your feature request related to a problem? Please describe.
When we install the open-match with helm, we can select affinity & nodeSelector & toleration & resources for open-match core component(thanks for googleforgames/open-match#834).
But when we install subchart's open-match-customize as we'd like to install evaluator or matchfunctions, we cannot select aff
-
Updated
May 22, 2020 - C++
-
Updated
Dec 7, 2020 - C++
Describe the feature you'd like
When saving a game, you should get a suggested savegame mentioning Campign-or-Skirmish, map name, opponent-count-if-skirmish, cheating-enabled-or-not
Describe why do you think it is needed
Coming up with a good name gets tedious.
-
Updated
Dec 7, 2020 - C#
Is your feature request related to a problem? Please describe.
When editing an attribute using set/edit, if the attribute in question is unset or otherwise None, the string "None" is prepended to the buffer.
----------Line Editor [object/name]-----------------------------------------
01| None
----------[l:01 w:001 c:0004]------------(:h for help)------------------------
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Oct 6, 2020 - C
-
Updated
Oct 8, 2020 - C++
Describe the bug
You can't call a variable banIP or banSerial without getting an output on the server console/log.
To reproduce
-- serverside
banIP = "192.168.1.69"Run that code and you will see and output similar to this:
[Server] banIP no longer works. Please manually update this. Refer to the wiki for details
Expected behaviour
It should only tell you tha
-
Updated
Dec 4, 2020 - C++
Static RPC methods
Describe the solution you'd like
Currently RPC methods cannot be static. There is no reason for that.
This feature is a great first issue for people wishing to contribute. It's fairly simple and allows to get dirty with the core of the MLAPI
Cleanup the Cmake
The CMakeLists files of this project is kinda messy, mostly due to my limited understanding of the topic.
So they definitely need to be cleaned up at some point
-
Updated
Dec 8, 2020 - C++
-
Updated
Nov 26, 2020 - Pascal
-
Updated
Aug 16, 2019 - C++
-
Updated
Nov 27, 2020 - C++
-
Updated
Mar 21, 2017 - JavaScript
-
Updated
Jul 11, 2020 - C
-
Updated
Dec 3, 2020 - C#
Improve this page
Add a description, image, and links to the multiplayer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multiplayer topic, visit your repo's landing page and select "manage topics."


Required skills: Python, maybe Cython
Difficulty: Medium
The openage converter is able to optimize the compression for created PNG files by utilizing a search algorithm inspired by OptiPNG. To do this, the search algorithm first tries 8 different compression settings by creating PNGs with these settings in-memory. The compression settings that produ