Commit 37b4f0d
File tree
6 files changed
+58
-5
lines changed- doc
- src
- script/common
6 files changed
+58
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3477 | 3477 |
| |
3478 | 3478 |
| |
3479 | 3479 |
| |
| 3480 | + | |
| 3481 | + | |
3480 | 3482 |
| |
3481 | 3483 |
| |
3482 | 3484 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
| 192 | + | |
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
| 170 | + | |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
|
+23-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
| 334 | + | |
334 | 335 |
| |
335 | 336 |
| |
336 | 337 |
| |
| |||
402 | 403 |
| |
403 | 404 |
| |
404 | 405 |
| |
| 406 | + | |
405 | 407 |
| |
406 | 408 |
| |
407 | 409 |
| |
| |||
479 | 481 |
| |
480 | 482 |
| |
481 | 483 |
| |
| 484 | + | |
482 | 485 |
| |
483 | 486 |
| |
484 | 487 |
| |
| |||
517 | 520 |
| |
518 | 521 |
| |
519 | 522 |
| |
520 |
| - | |
| 523 | + | |
521 | 524 |
| |
522 | 525 |
| |
523 | 526 |
| |
| |||
1530 | 1533 |
| |
1531 | 1534 |
| |
1532 | 1535 |
| |
1533 |
| - | |
| 1536 | + | |
1534 | 1537 |
| |
1535 | 1538 |
| |
1536 | 1539 |
| |
| |||
1547 | 1550 |
| |
1548 | 1551 |
| |
1549 | 1552 |
| |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
1550 | 1571 |
| |
1551 | 1572 |
| |
1552 | 1573 |
| |
|
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
| 274 | + | |
| 275 | + | |
274 | 276 |
| |
275 | 277 |
| |
276 | 278 |
| |
| |||
325 | 327 |
| |
326 | 328 |
| |
327 | 329 |
| |
328 |
| - | |
| 330 | + | |
329 | 331 |
| |
330 | 332 |
| |
331 | 333 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
547 | 547 |
| |
548 | 548 |
| |
549 | 549 |
| |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
550 | 578 |
| |
551 | 579 |
| |
552 | 580 |
| |
|
5 commit comments
HybridDog commentedon Mar 16, 2016
Switching stations are just connecting to the cable if it's below it.
How can you make "foo:hasconnecting" connect to "foo:allsideenter" from all sides but to "foo:justbottomopen" just from below it?
ShadowNinja commentedon Mar 20, 2016
@HybridDog: Set
connect_sides = {"bottom"}
onfoo:justbottomoopen
and leavefoo:allsidesenter
at the default of all sides.HybridDog commentedon Mar 20, 2016
thanks, l thought connect_sides is part of the nodedef of the connected nodebox node and defines to which side it adds connections, which is actually done by omitting nodeboxes to those sides.
HybridDog commentedon Mar 20, 2016
l just noticed that the selection box isn't set to the nodebox:

ShadowNinja commentedon Mar 20, 2016
@HybridDog: #3886