mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: add World of Padman support (#636)
* feat: add wop entry * docs: update CHANGELOG and GAMES_LIST
This commit is contained in:
parent
2fea903517
commit
675c5ee4bc
3 changed files with 10 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
## To Be Released...
|
||||
## 5.X.Y
|
||||
* Feat: Replaced `punycode` package usage with `url.domainToASCII` (#630).
|
||||
* Feat: World of Padman (2007) - Added support (#636)
|
||||
|
||||
## 5.1.3
|
||||
* Fix: `Deus Ex` using the wrong protocol (#621)
|
||||
|
|
|
|||
|
|
@ -342,6 +342,7 @@
|
|||
| warsow | Warsow | |
|
||||
| wet | Wolfenstein: Enemy Territory | |
|
||||
| wolfenstein | Wolfenstein | |
|
||||
| wop | World Of Padman | |
|
||||
| wot | Wheel of Time | |
|
||||
| wurmunlimited | Wurm Unlimited | [Valve Protocol](#valve) |
|
||||
| xonotic | Xonotic | |
|
||||
|
|
|
|||
|
|
@ -3318,6 +3318,14 @@ export const games = {
|
|||
protocol: 'xonotic'
|
||||
}
|
||||
},
|
||||
wop: {
|
||||
name: 'World Of Padman',
|
||||
release_year: 2007,
|
||||
options: {
|
||||
port: 26000,
|
||||
protocol: 'quake3'
|
||||
}
|
||||
},
|
||||
xpandrally: {
|
||||
name: 'Xpand Rally',
|
||||
release_year: 2004,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue