-
Updated
Aug 20, 2020 - C
game-server
Here are 501 public repositories matching this topic...
-
Updated
Aug 12, 2020 - Go
-
Updated
May 16, 2020 - Go
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Aug 23, 2020 - C++
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
-
Updated
Jun 3, 2020 - Go
Use YAML for eggs
Currently, eggs are exported in json format. Eggs can contain a lot of multiline strings, which makes it very hard to read them in json format.
YAML has much better support for multiline strings (see here) which would make it much easier to modify eggs as code and see changes in Pull Requests.
In addition YAML is easier to read and we've converted wings to use ya
-
Updated
Jul 22, 2020 - Go
-
Updated
Jul 1, 2020 - Java
-
Updated
Aug 14, 2020 - JavaScript
Concept
We need a function in the config manager to easily extract values from a string list.
Ex: "1,2,3,4" or "1, 2, 3, 4"
In the module conf:
MyModule.List = "1, 2, 3, 4"
In the module cpp:
sConfigMgr->GetUint32ListDefault("MyModule.List", "")Actually, everytime we want to make a list, we have to recreate a similar function in our modules. This is very bad
Maybe
I'm just submitting this as a feature/improvement. I modded login.lua and added the following code before registering the events.
-- Fix HP/Mana/Cap to match CIP, assume player left rook at level 8
if player:getVocation():getId() == 0 then
calchp = 5 * (player:getLevel() + 29)
calcmana = 5 * (player:getLevel() + 10)
calccap = 10 * (player:getLevel() + 39)
elseif playe
-
Updated
Aug 20, 2020 - JavaScript
HI, pitaya is very good, I use it in the project. Can you suport kcp or same other Efficient udp protocol?
thank you
E2E tests are flaky
-
Updated
Jul 10, 2020 - Go
-
Updated
Aug 24, 2020 - Go
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 23, 2020 - C#
-
Updated
Aug 24, 2020 - Shell
-
Updated
Aug 15, 2020 - Go
-
Updated
Aug 24, 2020 - Go
-
Updated
Apr 29, 2020 - C++
-
Updated
Apr 2, 2019 - C++
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 17, 2020 - 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.
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."
What happened:
Changed the agones_version to "1.8.0", ran a terraform plan (OK), terraform apply (failed) with the following messaging: