multiplayer
Here are 2,345 public repositories matching this topic...
Operating System
Windows 10, 64 bit
OpenRCT2 build
OpenRCT2, v0.4.0-174-gc8df66f (c8df66f on develop) provided by GitHub
Describe the issue
The implementation of String::Format_VA (mostly called from the String::Format overload without the buffer argument) allocates space for the string, and it's up to the user to free this (Memory::Free). This is however rarely do
It would be nice to have an option to pass G and ctx into the redact option in a long form move. The undoable property already has this option, so it should be fairly easy to implement. So it would looke like...
B: {
move: (G, ctx, ...args) => {},
redact: true/false or (G, ctx) => {},
},For my particular use case, I have moves in my game that should normally show
-
Updated
Jul 8, 2022 - C++
-
Updated
Jul 8, 2022 - Go
-
Updated
Apr 29, 2022 - C
Noticing this in the logs:
Having the Pod take time to get up and running can be pretty common, and this is not really an error since we'll end up backing off and trying again.
Wrapping this returned error in a:
https://github.com/googleforgames/agones/blob/50b4cd5958
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
May 4, 2022 - C++
This package helps in interaction with Open Match :
https://github.com/FrozenStormInteractive/openmatch-csharp
But, I want to know how match function written using this package will interact with Open Match? Do I need to set ip and port in .yml for match function running in .net
Describe the bug
The game freezes when receiving a message that does not fit in one line.
To Reproduce
Your System:
- OS: Windows 10
- Game version:
-
Updated
Jun 18, 2022 - C++
Is your feature request related to a problem? Please describe.
When trying to implement a loading screen for switching scenes I tried using the OnSceneSwitchStarted event to start fading to black and OnSceneSwitched event to start fading the loading screen back to being transparent. The issue here is that OnSceneSwitchStarted and the call to SceneManager.LoadSceneAsync happen at the same time
My problem
When I select a textfield tab, I have to click a second time in the textbox.
Two tabs:

Select tab 2:

Another click for the textbox:




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