Xpanes: Convert to connected nodeboxes
authorAuke Kok <sofar@foo-projects.org>
Thu, 17 Mar 2016 07:40:30 +0000 (00:40 -0700)
committerparamat <mat.gregory@virginmedia.com>
Sat, 10 Sep 2016 04:18:02 +0000 (05:18 +0100)
commit54235f32766167bbd55cae5715d6e01754715ce6
tree764da6daf58bf249418753f32d54a95e00a878f0
parent992f295880886777afdd1a1153e8375f1b5e2980
Xpanes: Convert to connected nodeboxes

I've rewritten this to use connected nodeboxes, but with a caveat. In
order to make flat nodes look better, I'm keeping one non-connected
pane that is flat around to convert flat sections to the flat nodes
instead of connected, as these look better and are easier to work
with. Once more sides are needed we convert the panes on the fly to
connected nodes and recalculate the shape.

We don't paint any of the half-panes that the previous generation of
xpanes did. There's no need and it's harder to work with. Updating the
nodes also seems more natural and placement and removal works straight
forward.

The conversion of old panes relies on an LBM, and does a reasonable
conversion job, but it's not exact, since the panes behave slightly
different now.

The game API documentation was wrong to begin with. We discard param
nr. 2 of the API entirely, and correct the tile usage text.
game_api.txt
mods/xpanes/README.txt
mods/xpanes/init.lua
mods/xpanes/license.txt