Skip to content
#

game-server

Here are 620 public repositories matching this topic...

agones
markmandel
markmandel commented Apr 20, 2022

Is your feature request related to a problem? Please describe.

It would be nice to have the latest version of SuperTuxKart running in the example, rather than a hacked older version.

Describe the solution you'd like

Because of old limitations with the previous version of SuperTuxKart, we had to compile from source (it wouldn't allow AI connections not on localhost).

Since there

kind/feature help wanted good first issue area/examples
LinuxGSM
dgibbs64
dgibbs64 commented Jun 29, 2019

User Story

If a large download fails using curl it does not cause a fatal error instead it simply carries on.

Basic info

  • Command: Install

Further Information

It is worth checking how all downloads handle when failing to ensure they cause a fatal exit.

To Reproduce

Use a game server that is non-steam and cause the download to fail

Expected behaviour

type: bug good first issue command: install
azerothcore-wotlk
acidmanifesto
acidmanifesto commented Dec 10, 2021

Current Behaviour

NPC Mobs that engage other npcs in combat seem to be resetting after a individual kill instead of staying and fight until the mob threat is cleared out. They appear to be resetting after each kill back to their home position and then they re-engage back out.

This issue came about from @malcrom durning scripting. I attempted to debug the issue, but the breaks i am setti

pseason
pseason commented Sep 9, 2021

In the current version, only the Handshake is used at the start of the connection. If the client does not send a message for a long time, the session will not be closed automatically. Will future versions do this session logic maintenance? For example, Netty can set the session to be automatically closed if the client does not send messages for a long time .

enhancement good first issue

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

  • Updated Apr 29, 2022
  • C++

Improve this page

Add a description, image, and links to the game-server 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 game-server topic, visit your repo's landing page and select "manage topics."

Learn more