23 Commits

Author SHA1 Message Date
David Vierra
ead87c03ff Refactor: Remove toolbasics.py.
All wildcard imports under editortools are gone.
2012-11-13 15:26:53 -10:00
David Vierra
b00f708aa2 Refactor: Move EditorTool to its own file. 2012-11-13 15:26:53 -10:00
David Vierra
24e0c8a9b2 Fixed: AttributeError while using flatland chunk generator.
todo: honor world's flatland generator setting.
2012-11-13 10:10:29 -10:00
David Vierra
c06945e0df Fixed: Error while handling error thrown by MCServerChunkGenerator 2012-11-13 10:09:56 -10:00
David Vierra
e5707fcd9e Fixed: Import from pymclevel.minecraft_server and not minecraft_server
My Pycharm project has mclevel/pymclevel marked as a source root, so automatic imports are relative to that folder. xxx fix it.
2012-10-30 04:39:45 -10:00
David Vierra
d6739b1282 Refactor: Remove all uses of chunk.compress and related methods.
MCServerChunkGenerator was moved to minecraft_server.py
Some strings were changed from single- to double-quoted while removing statically declared tag names.Submodule pymclevel updated.

Submodule pymclevel:
    > f4b4091 - Fixed: Statement seems to have no effect
    > b7ce019 - Fixed: Remove redundant parentheses
    > 55c2369 - Fixed: Incorrect call arguments
    > bca5e18 - Fixed: Default argument value is mutable
    > 6fa9249 - Refactor: Remove dead class members.
    > 79f4e1a - Refactor: Remove dead function.
    > a749389 - Fixed: Comparison with None performed with equality operators
    > 670bb46 - Refactor: Move MCServerChunkGenerator and related classes and functions to a new file minecraft_server.py
    > 0b55db7 - Refactor: Remove tag names statically declared as string constants.
    > 50f9ee5 - Add .gitattributes with core.autocrlf
    > 78e45ae - Refactor: Remove compressedChunks and related methods and data from MCInfdevOldLevel and AnvilChunk
2012-10-29 22:03:03 -10:00
David Vierra
513ddc0398 Normalized line endings 2012-10-25 00:09:56 -10:00
Tyler Kennedy
41ea379fb2 Fix chunk exporting. 2012-04-17 18:20:16 -04:00
David Sowder
6570703e49 pep8 compliance: E231 missing whitespace after ',' 2012-02-21 21:04:46 -06:00
David Sowder
4a2202d513 pep8 compliance: E225 missing whitespace around operator 2012-02-21 21:04:24 -06:00
David Sowder
5a86abfd17 pep8 compliance: E202 whitespace before ')' 2012-02-21 21:03:53 -06:00
David Sowder
28850ebe9e pep8 compliance: E201 whitespace after '(' 2012-02-21 21:03:26 -06:00
David Sowder
9527ad063e pep8 compliance: E262 inline comment should start with '# ' 2012-02-21 21:02:58 -06:00
David Sowder
adda8adec0 pep8 compliance: E251 no spaces around keyword / parameter equals 2012-02-21 21:02:15 -06:00
David Sowder
bbdd02abed pep8 compliance: E261 at least two spaces before inline comment 2012-02-21 20:03:35 -06:00
David Sowder
0e9faa3f4e pep8 compliance: E701 multiple statements on one line (colon) 2012-02-21 19:54:32 -06:00
David Sowder
a81a6c3a8d pep8 compliance: E301 expected 1 blank line 2012-02-21 19:40:48 -06:00
David Sowder
44277200a0 pep8 compliance: E302 expected 2 blank lines 2012-02-21 19:29:21 -06:00
David Sowder
cab5c2a1e0 pep8 compliance: E303 too many blank lines 2012-02-21 19:26:02 -06:00
David Sowder
fa633c64fb pep8 compliance: W291 trailing whitespace 2012-02-21 19:11:45 -06:00
David Sowder
f60c6bb30c pep8 compliance: W293 blank line contains whitespace 2012-02-21 19:06:46 -06:00
David Sowder
bb146ca300 pep8 compliance: W391 blank line at end of file 2012-02-21 18:55:04 -06:00
David Vierra
e20a70d963 Initial open source release. 2012-02-13 14:59:37 -10:00