Files
nethack/dat
PatR 9faaa1b25d pull request #345 - theme room dimensions
"When a room is created and passed down to a contents function in
Lua, the width and height properties of that room are computed by
subtracting lx from hx and ly from hy, which means e.g. a room
which is 8 floor squares wide and 5 tall appears to the contents
function as having a width of 7 and height of 4.  This patch fixes
that off-by-one."

I don't understand the details here:  should a room's dimensions
include its boundary walls or just the inner amount?  This change
didn't seem to cause any problems so I've put it in.

Closes #345
2020-09-23 17:57:19 -07:00
..
2018-01-25 23:23:16 -05:00
2019-11-06 18:43:20 +02:00
2016-06-11 15:35:35 -07:00
2020-04-18 19:55:09 +03:00
2019-05-31 18:41:37 -07:00
2019-05-31 18:41:37 -07:00
2020-09-15 03:51:20 -07:00
2019-06-25 03:27:42 -07:00
2002-01-05 21:05:46 +00:00
2020-07-05 08:50:13 -04:00
2020-02-21 21:32:18 +02:00
2015-03-17 18:45:58 +02:00
2020-01-29 17:25:16 +02:00
2015-12-13 13:34:47 -05:00
2019-10-20 11:21:47 -04:00
2020-07-24 18:25:54 -07:00