Commit Graph

418 Commits

Author SHA1 Message Date
c43721 3e5a8ae54d chore(deps): remove moment for date-fns 2022-07-09 18:06:01 +00:00
Michael Morrison 8a02bbcb8c
Merge pull request #281 from rainst/master
Add npx usage in the README
2022-05-16 21:16:31 -05:00
Renato 010f408184
Merge pull request #1 from rainst/rainst-npx-readme
Added npx usage example in the README
2022-05-17 10:17:29 +10:00
Renato 5a6bb397b1
Added npx usage example in the README 2022-05-17 10:14:22 +10:00
Michael Morrison 6c1798f8c8 4.0.4 2022-04-17 20:40:03 -05:00
Michael Morrison e6a7b2970c Update dependencies 2022-04-17 20:39:43 -05:00
Michael Morrison dd0a3c6691 4.0.3 2022-04-17 20:37:33 -05:00
Michael Morrison 2aa3a5301d Add Barotrauma (2019) Fixes #277 2022-04-17 20:36:02 -05:00
Michael Morrison 84f8601b6d Prefer bedrock strings, since Geyser's gamespy implementation has invalid character encoding Fixes #269 2022-04-17 20:33:46 -05:00
Michael Morrison 44c9815265 Add Ground Breach (2018) Fixes #267 2022-04-17 20:28:04 -05:00
Michael Morrison 163b8f4c4a Fix nodejs engine version requirement 2022-04-17 20:25:45 -05:00
Michael Morrison 07c7eca262 4.0.2 Fix counter strike 1.5 2022-02-19 06:23:21 -06:00
Michael Morrison 343e23c4ad 4.0.1 Fix maxplayers >255 in rust 2022-02-17 10:54:08 -06:00
Michael Morrison 7837351f9f 4.0.0 2022-02-05 20:12:24 -06:00
Michael Morrison c7a669ce6b Update `got`, which now requires node 14 2022-02-05 20:10:14 -06:00
Michael Morrison f93354203d Update dependencies 2022-02-05 19:58:00 -06:00
Michael Morrison 75216133f1 3.0.9 2022-02-05 19:48:08 -06:00
Michael Morrison d5dc306aaa Add documentation about teamspeakQueryPort Fixes #205 2022-02-05 19:42:00 -06:00
Michael Morrison 8496a523c3 Pull ping from minecraft subqueries Fixes #233 2022-02-05 19:38:15 -06:00
Michael Morrison e20bdf0ba7 Regen readme 2022-02-05 19:29:12 -06:00
Michael Morrison b11eac277d Improve dayz mod parsing with more random reverse engineering guesses 2022-02-05 19:28:48 -06:00
Michael Morrison 685a955233
Merge pull request #236 from podrivo/dayz-updates
Parse additional dayz tags: first person, dlc enabled and time
2022-02-05 19:28:30 -06:00
Michael Morrison c68ffad8aa
Merge pull request #237 from podrivo/update-docs
Add additional notes for DayZ and make requestRules more evident
2022-02-05 19:27:49 -06:00
Michael Morrison 6c4304ec80
Merge pull request #175 from arkuar/master
Add support for Post Scriptum
2022-02-05 19:27:07 -06:00
Michael Morrison 9e3da66aa2
Merge pull request #259 from xhip/Add-support-for-Project-Zomboid
Add support for Project Zomboid
2022-02-05 19:26:44 -06:00
Michael Morrison 10ac17fa01
Merge branch 'master' into master 2022-02-05 19:26:26 -06:00
Michael Morrison 91d4db40e0
Merge pull request #238 from cetteup/master
Fix teamOffByOne condition for Battlefield 1942
2022-02-05 19:25:09 -06:00
Xhip 24ec9985ce Add support for Project Zomboid
Add Project Zomboid
"Project Zomboid is the ultimate in zombie survival. Alone or in MP: you loot, build, craft, fight, farm and fish in a struggle to survive. A hardcore RPG skillset, a vast map, massively customisable sandbox and a cute tutorial raccoon await the unwary. So how will you die? All it takes is a bite.."
2021-12-21 19:31:09 +00:00
Michael Morrison 5c2d15df49 Remove complex `players` setter overload (3.0.8) 2021-12-09 18:08:36 -06:00
Michael Morrison c46e8efb0d
Merge pull request #258 from a-sync/hotfix/patch-1
bugfix for Players/Results
2021-12-09 17:06:26 -06:00
Smith 6354e34d18 handle ambiguity of the setters (players, bots)
* cases where the protocol overwrites the property with a prepared Players instance (eg.: minecraft & gamespy3)
2021-12-09 22:56:24 +01:00
Smith e6db2a9b72 fix undef prop 2021-12-09 22:27:44 +01:00
cetteup c331eac5bb Fix teamOffByOne condition for Battlefield 1942 2021-08-04 19:52:32 +02:00
Pedro Ivo Hudson f44b0adca5 Adding DayZ content about tags and mods 2021-07-21 20:12:57 -03:00
Pedro Ivo Hudson c3e5cd570c Making `requestRules` more evident 2021-07-21 20:10:48 -03:00
Pedro Ivo Hudson f3d97b6ca1 Parse additional dayz tags: first person, dlc enabled and time 2021-07-21 19:35:48 -03:00
Michael Morrison a8b7cad002 Fix corrupted dayzMods when packet overflow is used (3.0.7) 2021-07-09 02:23:36 -05:00
Michael Morrison 1d9cf90259 Parse dayz mods, queue length, and time acceleration (3.0.6) Fixes #232 Fixes #234 2021-07-08 21:51:34 -05:00
Michael Morrison ce4e728493 Add support for udp bind port override (3.0.5) Fixes #149 2021-05-18 23:13:18 -05:00
Michael Morrison 68b8dfd684 3.0.4 2021-05-18 22:35:11 -05:00
Michael Morrison e6329dd583 Merge branch 'proto-discord' 2021-05-18 22:33:58 -05:00
Michael Morrison fe124a4487 Bring discord protocol up to date with gamedig 3.0 2021-05-18 22:33:36 -05:00
Michael Morrison d9310db38b Restore executable bit on gamedig.js 2021-05-18 22:11:58 -05:00
Michael Morrison 576062e88b Merge remote-tracking branch 'origin/master' into proto-discord
# Conflicts:
#	README.md
#	bin/gamedig.js
2021-05-18 22:08:37 -05:00
Michael Morrison 65851920d1
Update readme formatting 2021-05-18 07:26:13 -05:00
Michael Morrison 2e84f3ac48
Add some FAQ about why queries may fail 2021-05-18 07:25:23 -05:00
Michael Morrison c20f3cc7ba Add note about valheim 2021-04-27 18:18:26 -05:00
Michael Morrison e8f2c174fb Improve gamespy1 (3.0.3) 2021-04-27 18:12:22 -05:00
Michael Morrison 1b11a132b9 Fix player name extraction for Unreal Tournament (1999) and possibly other gamespy1 games. (3.0.2) 2021-04-27 00:27:14 -05:00
Michael Morrison fec5a1fac6 Fix raw player subobject in fivem, assettocorsa, gamespy2 Fixes #222
Clarify nodejs 12 requirement for gamedig 3 Fixes #220
Release 3.0.1
2021-04-10 22:27:33 -05:00