multiplayer
Here are 1,620 public repositories matching this topic...
In our sister project I introduced the _mph literal for speeds OpenLoco/OpenLoco#736
I'm almost definitely the underlying units are the same in OpenRCT2. Therefore we should bring in the same changes. First add the string literal code. Then find all of the velocity literals in the vehicle code.
Its quite easy to do just convert the literal to hex so 393216 = `0x6000
-
Updated
Feb 9, 2021 - C++
-
Updated
Feb 5, 2021 - Go
What happened:
Very occasionally, Hugo will fail in CI with the following error:
fatal error: concurrent map read and map write
-
Updated
Jan 30, 2021 - C++
-
Updated
Feb 4, 2021 - 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
At the bottom of loadResearch, after research.json and pre-reqs are loaded + processed, it would be nice to have a pass that detects cyclic research dependencies (i.e. in RESEARCH.pPRList).
Describe why do you think it is needed
It's currently possible to accidentally create research dependency cycles. This is obviously no good.
Detecting this,
-
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 9, 2021 - Java
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Feb 9, 2021 - Pascal
-
Updated
Dec 25, 2020 - JavaScript
-
Updated
Jan 17, 2021 - C
-
Updated
Feb 8, 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 3, 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 9, 2021 - C++
-
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