Commit Graph

647 Commits

Author SHA1 Message Date
CosminPerRam 945e1a9aaf
Add dependabotcheck.yml file to weekly check for updates 2023-10-12 16:01:07 +03:00
CosminPerRam aac69e16de Remove test from Node CI and package.json as we dont have any yet 2023-10-10 13:10:04 +03:00
CosminPerRam e15599b8b3 Rename Deno CI from test to build 2023-10-10 13:09:11 +03:00
CosminPerRam deacf15561 Rename Node workflow file and names 2023-10-10 13:08:00 +03:00
CosminPerRam 0481be22f8
Add Deno to CI (#377)
* Add Deno to CI

* Remove lint and comments from ci file

* Replace test by compile

* Specify to build bin/gamedig and ignore the resulting exe
2023-10-10 13:06:20 +03:00
Tom 01794f6339
Add support for running using deno (#362)
* Add missing CRLF line ending

* Add support for running using deno

Prefix node imports with "node:" and gate a socket API that is not
implemented in [deno](https://deno.land) so that the library can be used
there. This should not break node and doesn't in my brief testing.
2023-10-10 12:25:57 +03:00
CosminPerRam 150fa0035f
Add CI node.js.yml (#376)
* Add CI node.js.yml

* Add empty test script to package.json
2023-10-10 09:46:37 +03:00
Daniel Gibbs 1b4aee4ab4
Add 17 games as supported (#371)
* 18 new games supported

* refactor: capitalize unturned in game.txt

The commit capitalizes the word "Unturned" in the file "game.txt". This change improves consistency and readability.

* refactor(games_list): remove duplicate entry

The commit removes a duplicate entry for the game "Operation: Harsh Doorstop" in the games list.
2023-10-08 20:02:12 +03:00
CosminPerRam 171e909ecf
Add Insurgency: Modern Infantry Combat support. (#369)
* Add support for insurgency modern infantry combat

* Decapitalize the word insurgency

* Change port_query to port
2023-09-22 00:16:28 +03:00
CosminPerRam a045af12f6
Add operation harsh doorstop support (#368) 2023-09-22 00:04:37 +03:00
CosminPerRam f6fada5274
Add the forest support (#367) 2023-09-21 23:05:57 +03:00
Daniel Gibbs a35fa871bd
Add ARMA: Reforger Support (#366) 2023-09-20 10:22:28 +03:00
CosminPerRam 51c7d8e1fb Rearrange some lines in CHANGELOG 2023-09-19 19:54:45 +03:00
CosminPerRam 93a9095d99
Add eslint (#364)
* Add initial prettier and eslint configs

* Modify prettierrc

* Run eslint on everything

* Actually remove prettier

* Fix some eslints

* Remove label in gs2

* Update CHANGELOG

* Update eslintrc to specify es2021
2023-09-19 19:52:35 +03:00
CosminPerRam bff9507189 Replace use of deprecated internal debugLog with logger.debug 2023-09-18 10:48:24 +03:00
CosminPerRam ca69e76ed3 Updated CHANGELOG.md to note CS2D changes. 2023-09-18 00:13:38 +03:00
CosminPerRam 1907b53c4c Fix CS2D flag missuse 2023-09-18 00:07:46 +03:00
Ernest Paśnik c8e851d6b2
Update CS2D (#354)
* Update cs2d.js

* Rename to CS2D

* Update GAMES_LIST.md

* Update cs2d.js
2023-09-18 00:01:55 +03:00
CosminPerRam d6d09c2886 Move CHANGELOG line to appropiate category 2023-09-17 15:26:29 +03:00
Daniel Gibbs bdb8043d0f
Add Core Keeper support (#360) 2023-09-17 15:25:09 +03:00
CosminPerRam 328d518d5b
Add `Eco` (2018) support. (#363)
* Add initial working eco query

* Add default port and add the game to games.txt

* Add to changelog

* Fix request Info object and add to raw the object

* Rearrange some code to be more readable
2023-09-17 13:01:39 +03:00
CosminPerRam 17f91904ab Updated node version to 14.17 from 14 2023-09-15 00:05:06 +03:00
CosminPerRam 544610f085
Replace punycode (#359)
* Replace by package

* Update CHANGELOG
2023-09-14 23:44:57 +03:00
CosminPerRam ad9adff06c
Move to ES6 module (#357)
* Redo imports and exports for lib

* Redo imports and exports for bim

* Redo imports and exports for games

* Remove remaining module.exports

* Use export default in lib

* Use export default in protocols

* Fix import in genreadme.js

* Make package module and solve __dirname

* Fix minecraft protocol imports

* Fix imports on games and make binary runnable

* Renamed protocol class exports to lowercase

* Export promises class as default

* Update README.md to use imports instead of require

* Update CHANGELOG to mention the changes.

* Remove Valve unused imports

* Fix iconv import
2023-09-14 23:28:31 +03:00
CosminPerRam b4f6e7fab6 Update README to note on the count of supported games and update CHANGELOG 2023-09-13 17:43:37 +03:00
CosminPerRam 5b01e1be17
Replace deprecated substr with substring (#355)
* Make the QueryRunner more readable

* Remove use of deprecated substr and replace with substring, and some formatting
2023-09-13 17:31:58 +03:00
CosminPerRam 65dd876252 Refactor bin/gamedig.js a bit 2023-09-11 02:16:26 +03:00
CosminPerRam 727d6327dd Update README.md to capitalize on the d in GameDig 2023-09-11 02:16:02 +03:00
CosminPerRam 0c32880099
Update README.md by removing the npm version shield 2023-09-11 01:53:45 +03:00
CosminPerRam d55aec285c
Update README.md 2023-09-11 01:50:30 +03:00
CosminPerRam 96936b9b0c Update package-lock.json for 4.1.0 2023-09-09 13:18:29 +03:00
CosminPerRam 2630d918d5 4.1.0 2023-09-09 13:17:26 +03:00
CosminPerRam 05b253770a
Add The Isle support (#353) 2023-09-09 12:40:31 +03:00
CosminPerRam e43b5e093a Mention release year in Sons of The Forest name 2023-09-09 11:35:54 +03:00
CosminPerRam ca7f56c996
deps: Replace compressjs by seek-bzip (#349)
* Replace compressjs by seek-bzip

* Update CHANGELOG
2023-09-09 11:33:02 +03:00
CosminPerRam ff5f6ef2e2
Add creativerse support. (#348) 2023-09-03 12:19:52 +03:00
ZixeSea 4ede66f0a0
feat: Add support for Red Dead Redemption 2 - RedM (#341)
* fear(games) added support for RedM

* added Red dead to changelog and games list

* Fix(chnagelog) red dead name corrected
2023-08-23 21:00:54 +03:00
CosminPerRam 09438a0570
feat: Add support for Sons Of The Forest (#345) 2023-08-23 20:03:10 +03:00
CosminPerRam 5db85aae15 4.0.7 2023-08-16 01:02:33 +03:00
CosminPerRam b7c393e1c1 Move the games list to another markdown file 2023-08-16 00:57:52 +03:00
CosminPerRam 5c25bfff09 Update CHANGELOG.md 2023-08-16 00:46:32 +03:00
CosminPerRam da7d3eebd3
fix: Solve GS1 non-name key values being badly parsed (#342)
* Add initial fix

* fix: properly parse or not number values

* fix: Dont parse empty strings and add todo! comments
2023-08-16 00:44:32 +03:00
cetteup 4365f4ae0a
feat: Add support for BrainBread 2 (#323) 2023-08-15 23:32:56 +03:00
cetteup dab7f0ce0c
feat: Add support for Rising World (#320)
closes #229
2023-08-15 23:31:17 +03:00
CosminPerRam 61f142a934 Update CHANGELOG.md 2023-08-15 23:21:17 +03:00
CosminPerRam 21b9cb4d8d chore(deps): update got to solve vulnerability 2023-08-15 23:19:46 +03:00
dependabot[bot] d9dd504317
Bump http-cache-semantics from 4.1.0 to 4.1.1 (#330)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 22:51:05 +03:00
cetteup 81a64ba1bf
feat: Add support for Colony Survival (#326) 2023-08-15 22:42:33 +03:00
cetteup 9036664d04
feat: Add support for Codename CURE (#325) 2023-08-15 22:41:15 +03:00
cetteup c2c2726442
feat: Add support for Ballistic Overkill (#324) 2023-08-15 22:40:13 +03:00