Skip to content

Commit 6fadc46

Browse files
committed
release
1 parent 37b567d commit 6fadc46

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@
55
🇺🇸 ©️1991 - 2019 [Robert Hurst](https://robert.hurst-ri.us)
66
> [developed](https://github.com/theflyingape/dankdomain) using TypeScript for the web client with terminal emulator; and to run the Node.js [app and service](http://play.DDgame.us) on an Intel Atom-powered Linux server using a Verizon FiOS 100mb Internet service
77
8-
### **14-Feb-2019** `v1.8.2`
8+
### **27-Apr-2019** `v2.0`
9+
10+
* Babe Ruth Day ⚾
11+
* more evenly distributed monsters for dungeon levels 50+
12+
* reorganized materials in Items, Arena, and Dungeon
13+
* users can post Auto Message, Main Menu border, and Tavern arguments
14+
* added Victory & Deed medals for gamification
15+
* bumping into a character in the square may incur any material loss
16+
* PC saving throw to avert an attacker's turn by supernatural or skillful means
17+
* xterm.js v3.12.2 release with outdated package updates
18+
19+
#### **14-Feb-2019** `v1.8.2`
920

1021
* Valentine's Day 💘
1122
* `node telnet` connects same as the browser client without requiring a telnet service

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Play from the [Official Web Site](https://ddgame.us) - https://DDgame.us
88

9-
To run a local game copy:
9+
To run a local game copy (Linux only):
1010

1111
```bash
1212
npm install dankdomain

build/etc/reroll.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"coin": "1c",
3-
"bank": "10c",
3+
"bank": "25c",
44
"realestate": "Alley",
55
"security": "Whiskey bottle",
66
"weapon": "Dart",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"@types/better-sqlite3": "^5.2.3",
6262
"@types/express": "^4.16.1",
6363
"@types/fs-extra": "^5.0.5",
64-
"@types/node": "^10.14.5",
65-
"@types/nodemailer": "^4.6.7",
64+
"@types/node": "^10.14.6",
65+
"@types/nodemailer": "^4.6.8",
6666
"@types/nodemailer-smtp-transport": "^2.7.4",
6767
"@types/sprintf-js": "^1.1.2",
6868
"@types/ws": "^6.0.1",

src/tty/dungeon.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
\*****************************************************************************/
55

66
import fs = require('fs')
7-
87
import $ = require('../common')
98
import Battle = require('../battle')
109
import xvt = require('xvt')

0 commit comments

Comments
 (0)