Skip to content
#

multiplayer

Here are 2,384 public repositories matching this topic...

openage
heinezen
heinezen commented Jan 22, 2021

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

improvement Enhancement of an existing component python Done in Python code assets Involved with assets (images, sounds, ...) good first issue Simple thing, suitable for newcomers
janisozaur
janisozaur commented Aug 2, 2022

Operating System

All

OpenRCT2 build

current develop

Describe the issue

OpenRCT2 comes with a copy of SDL2 TTF: https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/openrct2/drawing/TTFSDLPort.cpp. Upstream recently received a new release. Our copy should be synced to upstream, taking into account any possible modifications done to our copy.

See https://discourse.libsdl.org/t/s

bug Something went wrong. build Pertains to compilation, language standard, external dependencies. good first issue Low hanging fruits good for people new to open source or OpenRCT2.
boardgame.io
mbrinkl
mbrinkl commented Feb 17, 2022

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

agones
markmandel
markmandel commented Jul 7, 2022

Noticing this in the logs:

https://github.com/googleforgames/agones/blob/50b4cd5958b0193c52956e71ea6ad27aa0edea10/pkg/gameservers/controller.go#L833

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

help wanted We would love help on these issues. Please come help us! good first issue These are great first issues. If you are looking for a place to start, start here! kind/cleanup Refactoring code, fixing up documentation, etc area/operations Installation, updating, metrics etc
warzone2100
vaut
vaut commented Apr 30, 2022

Describe the bug
The game freezes when receiving a message that does not fit in one line.

To Reproduce

  1. enter the lobby room
  2. receiving message more than one line
    Screenshot from 2022-04-30 15-09-20
  3. watch the freeze

Your System:

  • OS: Windows 10
  • Game version:
Bug good first issue A good issue to tackle if you're new to contributing to this project
DapperDino
DapperDino commented Apr 25, 2021

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

type:feature New feature, request or improvement good first issue Contributions are welcome. Good first issue for newcomers or first time contributors. stat:awaiting triage Status - Awaiting triage from the Netcode team.
evennia
Vikka
Vikka commented Oct 8, 2020

My problem

When I select a textfield tab, I have to click a second time in the textbox.

Two tabs:
1
Select tab 2:
2
Another click for the textbox:
![3](https://user-images.github

feature-request A suggestion for new functionality. branch-master Will be solved on `master` branch. good first issue Low hanging fruit for those wanting to help out. web This issue is website or webclient related.
Pirulax
Pirulax commented Feb 18, 2022

Describe the bug
setSoundEffectParameters doesn't work in onClientSoundEvent, because the underlaying BASS handle isn't created at that point, only a frame later.

https://discord.com/channels/801330706252038164/801411628600000522/944225468167634975
I looked into it, and found out that the handle isn't even created at the point the event is called:
https://github.com/multitheftauto/mt

bug Something isn't working good first issue Good for newcomers

游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。

  • Updated Aug 6, 2022
  • C++
XAMPPRocky
XAMPPRocky commented May 6, 2022

Currently when running Quilkin it will always print out the logs in JSON, this is great for machines, as it makes them much more machine-readable. However this comes at the cost of not being very human-readable, especially compared to the default pretty output that tracing gives us.

We should add a small check at startup that detects whether we are in a interactive terminal or not, if we are th

kind/feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc

Improve this page

Add a description, image, and links to the multiplayer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiplayer topic, visit your repo's landing page and select "manage topics."

Learn more