Uberi / Minetest-WorldEdit

The ultimate in-game world editing tool for Minetest! Tons of functionality to help with building, fixing, and more.
https://forum.minetest.net/viewtopic.php?f=11&t=572
GNU Affero General Public License v3.0
162 stars 81 forks source link

Cleanup and fixup #63

Closed ShadowNinja closed 9 years ago

ShadowNinja commented 10 years ago

Non-stylistic changes:

Stylistic changes:

Generated documentation (this is a little outdated, but it's mostly the same): WorldEdit documentation index WorldEdit documentation detail for stretch Note: Due to the number of changes it's hard to thoroughly test this, so I wouldn't be surprised if this introduces a few bugs.

ShadowNinja commented 9 years ago

Bump.

ShadowNinja commented 9 years ago

Bump. @Uberi & @sfan5

Uberi commented 9 years ago

We'll need to rebase this, of course, but the changes look really good overall! Is it possible to include an HTML copy of the LuaDoc output with the downloads, so users don't have to install it?

ShadowNinja commented 9 years ago

@Uberi Of course, but not with GitHub's auto-archives (or at least, not without polluting the commit history with doc re-builds and including a built version in the repo). You'll have to make custom archives. GitHub will host them for you if you make a release though. You can set up a Travis script that auto-updates the docs in a GitHub pages repo too. Of course, you can also host the docs on your own site (with a script to auto-update them, probably fairly trivially implementable in Python with GitHub's commit hook system, a builtin simple HTTP server library, and the subprocess library) and link to them.

ShadowNinja commented 9 years ago

Rebased.

ShadowNinja commented 9 years ago

@Uberi So... good to merge now?

Uberi commented 9 years ago

Oh, for sure - everything looks good to me. In the future, feel free to merge changes after code review!