]> git.lizzy.rs Git - worldedit.git/commit
CPS-ifying stack
authorCy <whatever>
Thu, 10 Jul 2014 06:50:41 +0000 (23:50 -0700)
committerCy <whatever>
Thu, 10 Jul 2014 06:50:41 +0000 (23:50 -0700)
commitf5b67c5bc2de047ec322c5e284bafe00becc84b1
tree5b4146d7c7b05572f0c62e70b8eaa4e13ab87b1e
parent6084db9335c9c6576b00a4c169d29b83289f9282
CPS-ifying stack

Continuation Passing Style lets me use minetest.after, so the server
gets a chance to not hang in between every stack iteration. Could even
set minetest.after(1000,nextone) if you want to see it extend once every
second.
worldedit/manipulations.lua