multiplayer
Here are 1,862 public repositories matching this topic...
This code relies on an overflow:
https://github.com/OpenRCT2/OpenRCT2/blob/9383fcef410aa6a94e3ad07a8da4a2eba41fbdb8/src/openrct2-ui/windows/Ride.cpp#L1603-L1612
There are multiple occurrences like this, all of them should be changed.
This is prone to errors when things like either type or max value change.
-
Updated
Jul 25, 2021 - C++
-
Updated
Jul 19, 2021 - Go
Is your feature request related to a problem? Please describe.
googleforgames/agones#2149 added "copy" buttons to code blocks on the website, which is a huge improvement. But a side effect of switching to using prism is that somehow our stylesheets are now rendering the code blocks that can be copied and those that can't differently:
<img width="980" alt="Scre
-
Updated
May 8, 2021 - C++
-
Updated
Jul 22, 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
Jun 21, 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
Jul 24, 2021 - C++
-
Updated
May 28, 2021 - C#
Is your feature request related to a problem? Please describe.
Right now, this condition check on the delete() outcome has no value.
Describe the solution you'd like
I'd like to see the DefaultScript.delete()
method check to make sure the deletion was done properly and then return a boolean value.
Or as @Griatch put it
-
Updated
Jul 18, 2021 - Pascal
-
Updated
Jul 25, 2021 - Java
-
Updated
May 4, 2021 - JavaScript
Describe the bug
If you spawn a Player Object explicitly like this:
newPlayer.SpawnAsPlayerObject(clientId, null, true);
It will clean up if the player disconnects. But if the server force-ends the client connection via DisconnectClient
, the object is left hanging around.

Returns true if successful, false otherwise
The volumetric shadows option can already be changed by the client in MTA Settings > Video > Volumetric Shadows.
Any server using this function will override the client's choice until they leave t
-
Updated
Jul 20, 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
Jul 24, 2021 - C++
-
Updated
May 20, 2021 - C++
-
Updated
Jul 15, 2021 - C#
-
Updated
Aug 16, 2019 - C++
-
Updated
Mar 21, 2017 - JavaScript
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