Skip to content
#

gameserver

Here are 264 public repositories matching this topic...

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

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

  • Updated Apr 29, 2022
  • C++
iw4x-client
Dss0
Dss0 commented May 24, 2022

Map rotation is currently limited to 1024 characters in length, this isn't enough if for example you want to run a rotation with all maps (base + dlcs + iw4x dlcs) that switches game type every time the map rotates. This will become a bigger issue with new dlc maps being added later on.
I'd recommend upping this limit to at least 2048.

type: enhancement good first issue part: game server priority: medium
tenio

TenIO is an open-source project for making online games that includes a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games and simple existing game clients for rapid development: Libgdx (Java), Cocos2d-x (C++), Unity (C#), Phaserjs (Javascript).

  • Updated May 22, 2022
  • HTML

Improve this page

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

Learn more