This commit is contained in:
mmorrison 2019-02-06 06:27:14 -06:00
parent afe79775c4
commit d604f1b49f
2 changed files with 10 additions and 5 deletions

View file

@ -467,15 +467,20 @@ as well: `--debug`, `--pretty`, `--socketTimeout 5000`, etc.
Changelog Changelog
--- ---
### 2.0.12
* Servers are now limited to 10000 players to prevent OOM
* Improvements to Starmade (2012)
* Added Atlas (2018)
### 2.0.11 ### 2.0.11
* Added support for Acra Sim Racing * Added Acra Sim Racing
* Added support for Mafia 2: Online * Added Mafia 2: Online
### 2.0.10 ### 2.0.10
* Added support for rFactor * Added rFactor
### 2.0.9 ### 2.0.9
* Added support for Vice City: Multiplayer * Added Vice City: Multiplayer
### 2.0.8 ### 2.0.8
* Improve out-of-order packet handling for gamespy1 protocol * Improve out-of-order packet handling for gamespy1 protocol

View file

@ -11,7 +11,7 @@
], ],
"main": "lib/index.js", "main": "lib/index.js",
"author": "Michael Morrison", "author": "Michael Morrison",
"version": "2.0.11", "version": "2.0.12",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/sonicsnes/node-gamedig.git" "url": "https://github.com/sonicsnes/node-gamedig.git"