Myk Taylor
|
14e05f4970
|
revert restriction on ramp tops
now that tree branches are not included, this is not an issue
also, it was preventing flood fill from progressing up ramps
|
2023-11-14 12:56:19 -08:00 |
Myk Taylor
|
3116287f08
|
don't expand through tree branches unless they're pathable
|
2023-11-14 10:42:05 -08:00 |
Myk Taylor
|
8dccfae9bc
|
don't extend too far beyond ramps
and don't expand across mushroom tops -- they're not pathable
|
2023-11-14 10:33:35 -08:00 |
Myk Taylor
|
233deafd4e
|
ignore trees in burrow flood tile comparisons
|
2023-11-12 12:37:13 -08:00 |
Myk Taylor
|
186c5a1bb8
|
allow 3d flood fill in hidden tiles
|
2023-11-09 15:51:44 -08:00 |
Myk Taylor
|
f5d0c5b291
|
unregister event listeners on disable
|
2023-11-04 19:10:19 -07:00 |
Myk Taylor
|
a19545dcec
|
don't unregister handlers on world unload
we still need them for the next world!
|
2023-11-03 11:54:08 -07:00 |
Myk Taylor
|
322d4fb51f
|
allow burrows to expand into dug channels
|
2023-11-03 09:21:14 -07:00 |
Myk Taylor
|
604eb47f87
|
implement burrow name matching with ignoring plus
|
2023-11-02 13:55:08 -07:00 |
Myk Taylor
|
940f7de0d2
|
implement autogrow and update docs
also fix bad state tracking in EventManager for the JobStarted event
|
2023-11-02 12:44:37 -07:00 |
Myk Taylor
|
9db479bf32
|
include ramp tops in flood fill
|
2023-11-01 12:54:26 -07:00 |
Myk Taylor
|
aa87d76380
|
implement CLI functions
|
2023-10-31 18:54:38 -07:00 |
Myk Taylor
|
c94aa8d28c
|
prep for more tiles actions
|
2023-10-31 16:56:45 -07:00 |
Myk Taylor
|
8ca03982d5
|
implement clear tiles
|
2023-10-30 16:48:26 -07:00 |
Myk Taylor
|
c98da947b8
|
implement flood fill
|
2023-10-30 16:27:57 -07:00 |
Myk Taylor
|
f5f9f76ee1
|
implement box select from the UI
|
2023-10-30 16:27:57 -07:00 |
Myk Taylor
|
cf1e4e69ca
|
basic commandline processing
and skeleton lua interface
|
2023-10-30 16:27:57 -07:00 |
Myk Taylor
|
7ff30f7c9e
|
rename burrows plugin to burrow to match the command name
|
2023-10-27 04:15:59 -07:00 |