multiplayer
Here are 2,372 public repositories matching this topic...
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
Aug 2, 2022 - C++
-
Updated
Jul 30, 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
Aug 2, 2022 - TypeScript
-
Updated
May 4, 2022 - C++
If there are repeated matches, how does the evaluator expand horizontally?thanks
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
Jul 31, 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
Static RPC methods
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