mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Merge branch 'master' into commonjs
This commit is contained in:
commit
832d1c7f1d
3 changed files with 11 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
* Enshrouded - Added support (By @GuilhermeWerner #512).
|
* Enshrouded - Added support (By @GuilhermeWerner #512).
|
||||||
* Fixed typo in standard port on Palworld (By jammsen #515)
|
* Fixed typo in standard port on Palworld (By jammsen #515)
|
||||||
* Re-added support for projects using `require` (By @GuilhermeWerner #519).
|
* Re-added support for projects using `require` (By @GuilhermeWerner #519).
|
||||||
|
* Duke Nukem Forever 2001 (2022) - Added support (By @podrivo #499)
|
||||||
|
|
||||||
## 5.0.0-beta.0
|
## 5.0.0-beta.0
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
|
||||||
|
|
@ -101,6 +101,7 @@
|
||||||
| discord | Discord | [Notes](#discord) |
|
| discord | Discord | [Notes](#discord) |
|
||||||
| dmomam | Dark Messiah of Might and Magic | [Valve Protocol](#valve) |
|
| dmomam | Dark Messiah of Might and Magic | [Valve Protocol](#valve) |
|
||||||
| dod | Day of Defeat | [Valve Protocol](#valve) |
|
| dod | Day of Defeat | [Valve Protocol](#valve) |
|
||||||
|
| dnf2001 | Duke Nukem Forever 2001 | |
|
||||||
| dods | Day of Defeat: Source | [Valve Protocol](#valve) |
|
| dods | Day of Defeat: Source | [Valve Protocol](#valve) |
|
||||||
| doi | Day of Infamy | [Valve Protocol](#valve) |
|
| doi | Day of Infamy | [Valve Protocol](#valve) |
|
||||||
| doom3 | Doom 3 | |
|
| doom3 | Doom 3 | |
|
||||||
|
|
|
||||||
|
|
@ -987,6 +987,15 @@ export const games = {
|
||||||
old_id: 'dnl'
|
old_id: 'dnl'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
dnf2001: {
|
||||||
|
name: 'Duke Nukem Forever 2001',
|
||||||
|
release_year: 2022,
|
||||||
|
options: {
|
||||||
|
port: 7777,
|
||||||
|
port_query_offset: 1,
|
||||||
|
protocol: 'gamespy1'
|
||||||
|
}
|
||||||
|
},
|
||||||
dod: {
|
dod: {
|
||||||
name: 'Day of Defeat',
|
name: 'Day of Defeat',
|
||||||
release_year: 2003,
|
release_year: 2003,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue