17 Commits

Author SHA1 Message Date
David Vierra
547a087f94 Cleanup: Remove unneeded reinstantiation of items.items. 2012-11-04 00:25:42 -10:00
David Vierra
5e18cfdf81 Try to simplify detecting the data directory. 2012-11-04 00:25:41 -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
David Sowder
e6902af034 pull from pyflakes branch: unravel/mangle imports 2012-03-21 17:37:27 -05:00
David Sowder
99b96ace9b pep8 compliance: E211 whitespace before '(' 2012-02-19 19:12:22 -06:00
David Sowder
c102195da8 pep8 compliance: E225 missing whitespace around operator 2012-02-19 19:11:47 -06:00
David Sowder
4e691f9281 pep8 compliance: E701 multiple statements on one line (colon) 2012-02-19 19:11:14 -06:00
David Sowder
124e73e557 pep8 compliance: E702 multiple statements on one line (semicolon) 2012-02-19 19:10:44 -06:00
David Sowder
2da861c543 pep8 compliance: E302 expected 2 blank lines, found 0 2012-02-19 19:09:45 -06:00
David Sowder
03944c9dc5 pep8 compliance: E303 too many blank lines 2012-02-19 19:08:30 -06:00
David Sowder
b99c425a67 pep8 compliance: E262 inline comment should start with '# ' 2012-02-19 19:07:36 -06:00
David Sowder
58c5d6c3dc pep8 compliance: E261 at least two spaces before inline comment 2012-02-19 19:06:25 -06:00
David Sowder
533c239836 pep8 compliance: W291 trailing whitespace 2012-02-19 19:05:38 -06:00
David Sowder
453dadb74f pep8 compliance: W293 blank line contains whitespace 2012-02-19 19:03:37 -06:00
David Vierra
e20a70d963 Initial open source release. 2012-02-13 14:59:37 -10:00