multiplayer
Here are 1,617 public repositories matching this topic...
As my collection of tracks has grown substantially, I've moved custom tracks into different subfolders of OpenRCT2/track/ to make it easier to sort them.
I would like to have the path added at the bottom of the window, similar to how the scenario selector lists the paths.
-
Updated
Feb 2, 2021 - C++
-
Updated
Feb 2, 2021 - Go
Context:
https://development.agones.dev/site/docs/guides/feature-stages/#feature-gates
The "Fix for RollingUpdate Scale down and additional details" has been in alpha since 1.9.0, so unless anyone has any objections, I think this can be moved to Beta.
-
Updated
Jan 30, 2021 - C++
-
Updated
Dec 19, 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
Jan 23, 2021 - C++
Describe the feature you'd like
We should limit the miss angle to effectively be around 15 degrees.
Describe why do you think it is needed
Missing a target by 90 degrees just look stupid - a miss is a miss. Doesn't have to be that off
https://www.reddit.com/r/warzone2100/comments/gy87wg/rookie_units_are_as_helpful_as_ever/
-
Updated
Jan 27, 2021 - C++
-
Updated
Jan 15, 2021 - C#
Describe the bug
Minor bug involving passing a set as a kwarg to the msg method-- the set is correctly identified as an iterable, but is then presumed to be subscriptable in subsequent operations.
This does not work on set objects.
self.msg(locks=se
-
Updated
Feb 2, 2021 - Java
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Dec 25, 2020 - JavaScript
-
Updated
Jan 17, 2021 - C
-
Updated
Jan 29, 2021 - C++
Hmac support
Describe the solution you'd like
Add hmac support programically.
Hmac is used by two-factor-authentication (ex. TOTP) to generating time-based (for TOTP) codes.
Algorithms that can be used are already built into the MTA, and they are sha1, sha256, sha512.
Shared functions:
string hmacEncode( string algorithm, string key, string value )- `string hmacDecode( string algorithm
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
-
Updated
Feb 2, 2021 - C++
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
Feb 2, 2021 - C++
-
Updated
Jan 2, 2021 - Pascal
-
Updated
Dec 30, 2020 - C++
-
Updated
Aug 16, 2019 - C++
-
Updated
Mar 21, 2017 - JavaScript
-
Updated
Jul 11, 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: 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