30 Commits

Author SHA1 Message Date
David Vierra
a4384a9f05 Update setbiomes.py - Thanks to reddit user luci999 2013-10-07 18:29:34 -10:00
David Vierra
136d35a85a Remove the last remaining chunk.decompress 2013-02-24 18:37:02 -10:00
David Vierra
1eddd43ec3 Cleanup: Tabs to spaces 2012-11-01 19:00:38 -10:00
David Vierra
4350e62e20 Fixed: filterdemo.py lies. Block by block access DOES mark the chunks for lighting. 2012-10-30 04:39:44 -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 Vierra
af0f7f9117 CreateSpawners.py: Fix AttributeError when trying to access a TAG_Compound's value
TAG_Compound is usable as a dict.
2012-10-10 23:31:23 -10:00
David Vierra
903068752f Fix setbiome.py to access the Biome tag's array using the 'value' property. 2012-10-09 15:13:00 -10:00
Tyler Kennedy
43cc541185 Added several of SethBling's filters to the default pack. 2012-08-07 04:39:58 -04:00
David Sowder
6c0543b73a pep8 compliance: E261 at least two spaces before inline comment 2012-02-23 18:04:33 -06:00
David Sowder
d2716596f5 pep8 compliance: E302 expected 2 blank lines 2012-02-23 18:04:02 -06:00
David Sowder
8c8aea6b11 pep8 compliance: W602 deprecated form of raising exception 2012-02-23 18:03:37 -06:00
David Sowder
523abd8b70 pep8 compliance: W291 trailing whitespace 2012-02-23 18:03:03 -06:00
David Sowder
878d113b45 pep8 compliance: E202 whitespace before ')' 2012-02-23 17:58:31 -06:00
David Sowder
b4aba540ee pep8 compliance: E201 whitespace after '(' 2012-02-23 17:57:53 -06:00
David Sowder
df197af13e pep8 compliance: E222 multiple spaces after operator 2012-02-23 17:57:19 -06:00
David Sowder
77aa28b4bf pep8 compliance: E251 no spaces around keyword / parameter equals 2012-02-23 17:56:51 -06:00
David Sowder
b981afecbc pep8 compliance: E225 missing whitespace around operator 2012-02-23 17:55:41 -06:00
David Sowder
1a0c6bedbc pep8 compliance: E231 missing whitespace after ':' 2012-02-23 17:44:57 -06:00
David Sowder
380c4a112b pep8 compliance: E231 missing whitespace after ',' 2012-02-23 17:43:15 -06:00
David Sowder
56b1ac5e91 pep8 compliance: E261 at least two spaces before inline comment 2012-02-23 17:37:15 -06:00
David Sowder
aa8b179261 pep8 compliance: E301 expected 1 blank line 2012-02-23 17:36:00 -06:00
David Sowder
84b133f4e9 pep8 compliance: W391 blank line at end of file 2012-02-23 17:34:48 -06:00
David Sowder
891d0ecc85 pep8 compliance: E701 multiple statements on one line (colon) 2012-02-23 17:31:41 -06:00
David Sowder
ae11561262 pep8 compliance: E302 expected 2 blank lines 2012-02-23 17:24:49 -06:00
David Sowder
be4bec369c pep8 compliance: E303 too many blank lines 2012-02-23 17:17:25 -06:00
David Sowder
eda7338c3d pep8 compliance: W291 trailing whitespace 2012-02-23 17:15:59 -06:00
David Sowder
ed6a75a095 pep8 compliance: W602 deprecated form of raising exception 2012-02-23 17:15:51 -06:00
David Sowder
e6c02fa788 pep8 compliance: W291 trailing whitespace 2012-02-23 17:13:08 -06:00
David Vierra
e20a70d963 Initial open source release. 2012-02-13 14:59:37 -10:00