Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Players::setNum and stabilize field numplayers #389

Merged
merged 33 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
05b2c93
Remove Players Set Num
CosminPerRam Oct 23, 2023
47ea1c3
Stabilize numplayers on armagetron
CosminPerRam Oct 27, 2023
590754e
Stabilize numplayers on ase
CosminPerRam Oct 27, 2023
2801f02
Stabilize numplayers on assettocorsa
CosminPerRam Oct 27, 2023
bf1c537
Optimize away a variable declaration
CosminPerRam Oct 27, 2023
767d212
Stabilize numplayers on buildandshoot
CosminPerRam Oct 27, 2023
88617d2
Stabilize numplayers on cs2d
CosminPerRam Oct 27, 2023
2840076
Fix wrong raw field parsed on Doom3
CosminPerRam Oct 27, 2023
2794c58
Updated CHANGELOG and README regarding doom3 fix and numplayers
CosminPerRam Oct 27, 2023
c6c0169
Stabilize numplayers on doom3
CosminPerRam Oct 27, 2023
3ece096
Stabilize numplayers on eco
CosminPerRam Oct 27, 2023
f3500be
Stabilize numplayers on ffow
CosminPerRam Oct 27, 2023
ec28e2e
Stabilize numplayers on quake2
CosminPerRam Oct 27, 2023
3f92a7a
Stabilize numplayers on gamespy1
CosminPerRam Oct 27, 2023
dd0d3a8
Stabilize numplayers on gamespy2
CosminPerRam Oct 27, 2023
0c1e0f0
Stabilize numplayers on gamespy3
CosminPerRam Oct 27, 2023
0b17b4c
Remove reductant numplayers setter in jc2mp
CosminPerRam Oct 27, 2023
676b14f
Stabilize numplayers on kspdmp
CosminPerRam Oct 27, 2023
4d1365d
Stabilize numplayers on mafia2mp
CosminPerRam Oct 27, 2023
a2dfa98
Stabilize numplayers on minecraftvanilla and remove players empty pla…
CosminPerRam Oct 27, 2023
e863f30
Stabilize numplayers on nadeo
CosminPerRam Oct 27, 2023
50415fc
Stabilize numplayers on samp and reduce unused setters
CosminPerRam Oct 27, 2023
f95ea0f
Stabilize numplayers on terraria
CosminPerRam Oct 27, 2023
bdd46db
Stabilize numplayers on tribes1
CosminPerRam Oct 27, 2023
f6698ac
Stabilize numplayers on unreal2
CosminPerRam Oct 27, 2023
4f0efcc
Stabilize numplayers on valve
CosminPerRam Oct 27, 2023
b8fc9a4
Stabilize numplayers on ventrilo
CosminPerRam Oct 27, 2023
d5f191d
Battlefield: Set numplayers from info, not players
CosminPerRam Oct 27, 2023
878b40e
Stabilize numplayers on minecraft
CosminPerRam Oct 27, 2023
1ba69bd
Stabilize numplayers on teamspeak2
CosminPerRam Oct 27, 2023
805636c
Stabilize numplayers on teamspeak3
CosminPerRam Oct 27, 2023
76a9ef4
Update CHANGELOG.md to add removal of players placeholders
CosminPerRam Oct 27, 2023
e18b208
Replaced minecraft gamespy numplayers
CosminPerRam Oct 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated CHANGELOG and README regarding doom3 fix and numplayers
  • Loading branch information
CosminPerRam committed Oct 27, 2023
commit 2794c587e175513fdc4ec919da030882569e5c5a
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ The Specialists, Vampire Slayer, Warfork (2018), Wurm Unlimited (2015).
* Also added support: The Forest (2014), Operation: Harsh Doorstop (2023),
Insurgency: Modern Infantry Combat (2007), Counter-Strike 2 (2023).
* Capitalized 'Unturned' in game.txt
* Fixed wrong field being parsed for the `maxplayers` on Doom3.
* Stabilized field `numplayers`.

### 4.1.0
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The returned state object will contain the following keys:
* **name**: string - Server name
* **map**: string - Current server game map
* **password**: boolean - If a password is required
* **numplayers**: number
* **maxplayers**: number
* **players**: array of objects
* **name**: string - If the player's name is unknown, the string will be empty.
Expand Down