Commit Graph

79 Commits

Author SHA1 Message Date
Pedro Ivo Hudson 58c9c2cdad
chore: add new options to CHANGELOG (#470) 2024-01-16 11:54:54 +02:00
CosminPerRam a8bc3aa098 chore: update CHANGELOG.md to note game id changes 2024-01-16 02:07:56 +02:00
CosminPerRam 5ae12dd494
feat: strip Colors (#469) 2024-01-16 01:39:07 +02:00
CosminPerRam 184e9b170c
fix(valve): dont skip players with no name (#449)
* fix: dont skip players with no name

* feat: dont delete raw.players

* chore: update changelog
2024-01-11 02:21:16 +02:00
CosminPerRam 6e6d140b7a
fix: remove deno hacky fixes (#452)
* fix: remove deno hacky fixes

* fix: upgrade deno workflow from 1.x to 1.39.2
2024-01-06 15:46:02 +02:00
CosminPerRam 6bfbc883be
feat: add BeamMP support (#447)
* feat: add beammp support

* fix: cleanup server name of escape codes

* chore: add a new line for better readability
2023-12-30 22:41:56 +02:00
CosminPerRam decd329e2e chore: update changelog for the intermediary 4.3.1
related: #445
2023-12-30 16:37:21 +02:00
CosminPerRam ec33bc2ca2 chore: remove --allow-read from deno permissions as we dont need it anymore because of #407 2023-12-03 18:07:01 +02:00
CosminPerRam 89515cb677
feat: backport 4.3.0 changes into master (#432)
* chore: backport all 4.3.0 changes

* docs: remove changelog line that does not apply
2023-12-03 17:52:17 +02:00
CosminPerRam 633888b601
chore: Update changelog for the 4.2.0 intermediary release
Related: #416
2023-11-25 21:01:11 +02:00
CosminPerRam 8192ed07e0
feat: export games and protocols besides GameDig (#411)
* feat: export games and protocols besides GameDig

* fix: revert ProtocolResolver rename

* fix: imports on the attempt tools

* docs: update changelog to note exports
2023-11-20 11:35:31 +02:00
CosminPerRam f472d8b0e4 docs: Note the removal of GameResolver in changelog. 2023-11-19 23:23:30 +02:00
CosminPerRam c0287ab932 chore: rename game id 7d2d to sdtd 2023-11-19 03:03:47 +02:00
CosminPerRam ce4cddb87f
feat: remove games.txt and replace it with an in-code solution (#407)
* feat: remove games.txt and replace it with an in-code solution

* docs: update changelog

* chore: add todo comment regarding weird game ids to rename

* fix: generate games list md file

* fix: gemerate games list file to alphabetical id order

* fix: update changelog to note removal of some game ids and add geneshift alternative
2023-11-19 02:59:31 +02:00
CosminPerRam cee42e7a88
chore: Convert all files to LF endings (#400)
* Convert to LF?

* Modify gitattributes

* Force LF

* Git --renormalize

* Update .gitattributes to enforce eol=lf

* Redo CRLF -> LF on remaining files
2023-11-12 13:14:43 +02:00
Guilherme Werner a8bc7521f6
feat: Add support for ARK: Survival Ascended using EOS protocol (#402)
* Add epic protocol

* Add support for ARK: Survival Ascended

- Using epic protocol

* Fix online player count

* Final cleanup
2023-11-12 11:38:59 +02:00
CosminPerRam 4de57545a9
Add support for San Andreas OpenMP (#397)
* Add support for San Andreas OpenMP

* Add SAOpenMp to GAMES_LIST
2023-11-02 18:38:52 +02:00
CosminPerRam 4c1f9e2be6 chore: Update CHANGELOG.md to add examples to changes 2023-10-30 23:37:18 +02:00
CosminPerRam da7a4a6334
Remove Players::setNum and stabilize field numplayers (#389)
* Remove Players Set Num

* Stabilize numplayers on armagetron

* Stabilize numplayers on ase

* Stabilize numplayers on assettocorsa

* Optimize away a variable declaration

* Stabilize numplayers on buildandshoot

* Stabilize numplayers on cs2d

* Fix wrong raw field parsed on Doom3

* Updated CHANGELOG and README regarding doom3 fix and numplayers

* Stabilize numplayers on doom3

* Stabilize numplayers on eco

* Stabilize numplayers on ffow

* Stabilize numplayers on quake2

* Stabilize numplayers on gamespy1

* Stabilize numplayers on gamespy2

* Stabilize numplayers on gamespy3

* Remove reductant numplayers setter in jc2mp

* Stabilize numplayers on kspdmp

* Stabilize numplayers on mafia2mp

* Stabilize numplayers on minecraftvanilla and remove players empty placeholders

* Stabilize numplayers on nadeo

* Stabilize numplayers on samp and reduce unused setters

* Stabilize numplayers on terraria

* Stabilize numplayers on tribes1

* Stabilize numplayers on unreal2

* Stabilize numplayers on valve

* Stabilize numplayers on ventrilo

* Battlefield: Set numplayers from info, not players

* Stabilize numplayers on minecraft

* Stabilize numplayers on teamspeak2

* Stabilize numplayers on teamspeak3

* Update CHANGELOG.md to add removal of players placeholders

* Replaced minecraft gamespy numplayers
2023-10-27 19:48:56 +03:00
CosminPerRam c51a75effb
Add The Front support. (#394) 2023-10-27 15:36:18 +03:00
CosminPerRam 25f79262d2 docs: add cheerio bump to changelog 2023-10-16 23:58:31 +03:00
CosminPerRam 6719fdc139 Update @types/node from 14.18.3 to 16.18.58 2023-10-16 23:55:12 +03:00
CosminPerRam 93f6e4e503
feat: add cs2 support (#385) 2023-10-15 23:34:09 +03:00
CosminPerRam ee4dcf746f Add long update to changelog 2023-10-14 20:23:05 +03:00
CosminPerRam 1343a4be1f Add minimist update to changelog 2023-10-14 20:21:25 +03:00
CosminPerRam 6b454dd4d2 Fixed typo made in previous commit in changelog.md 2023-10-14 19:47:06 +03:00
CosminPerRam f9aec3f082 Reformat Changelog.md 2023-10-14 19:46:04 +03:00
CosminPerRam 37e3860e56 Bump nodejs version requirement to 16.20 from 14.17 2023-10-14 19:27:32 +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
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 ca69e76ed3 Updated CHANGELOG.md to note CS2D changes. 2023-09-18 00:13:38 +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 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