-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor IS_IN_VIEWER_RECT macro to correct parameter order
- Loading branch information
Showing
625 changed files
with
25,454 additions
and
7,013 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,289 @@ | ||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE | ||
"a" = ( | ||
/turf/open/space/bluespace, | ||
/area/hilbertshotel) | ||
"b" = ( | ||
/turf/closed/wall/mineral/brick, | ||
/area/hilbertshotel) | ||
"c" = ( | ||
/turf/open/floor/wood_common/wood_common_dark, | ||
/area/hilbertshotel) | ||
"d" = ( | ||
/turf/open/indestructible/hoteltile, | ||
/area/hilbertshotel) | ||
"e" = ( | ||
/turf/closed/indestructible/hoteldoor, | ||
/area/hilbertshotel) | ||
|
||
(1,1,1) = {" | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
"} | ||
(2,1,1) = {" | ||
a | ||
b | ||
b | ||
b | ||
b | ||
b | ||
e | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
a | ||
"} | ||
(3,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
b | ||
a | ||
"} | ||
(4,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
b | ||
a | ||
"} | ||
(5,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
b | ||
a | ||
"} | ||
(6,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
b | ||
a | ||
"} | ||
(7,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
b | ||
a | ||
"} | ||
(8,1,1) = {" | ||
a | ||
b | ||
b | ||
b | ||
b | ||
c | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
a | ||
"} | ||
(9,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
c | ||
d | ||
d | ||
d | ||
d | ||
d | ||
b | ||
a | ||
"} | ||
(10,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
b | ||
d | ||
d | ||
d | ||
d | ||
d | ||
b | ||
a | ||
"} | ||
(11,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
b | ||
d | ||
d | ||
d | ||
d | ||
d | ||
b | ||
a | ||
"} | ||
(12,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
b | ||
d | ||
d | ||
d | ||
d | ||
d | ||
b | ||
a | ||
"} | ||
(13,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
b | ||
d | ||
d | ||
d | ||
d | ||
d | ||
b | ||
a | ||
"} | ||
(14,1,1) = {" | ||
a | ||
b | ||
c | ||
c | ||
c | ||
c | ||
c | ||
b | ||
d | ||
d | ||
d | ||
d | ||
d | ||
b | ||
a | ||
"} | ||
(15,1,1) = {" | ||
a | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
b | ||
a | ||
"} | ||
(16,1,1) = {" | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
a | ||
"} |
Oops, something went wrong.