Skip to content

Commit

Permalink
feat: add World of Padman support (#636)
Browse files Browse the repository at this point in the history
* feat: add wop entry

* docs: update CHANGELOG and GAMES_LIST
  • Loading branch information
CosminPerRam authored Sep 15, 2024
1 parent 2fea903 commit 675c5ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down
8 changes: 8 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 675c5ee

Please sign in to comment.