Commit Graph

23 Commits

Author SHA1 Message Date
TomyLobo 627e029fbb Added a SolidBlockMask (#solid). 2013-10-30 08:49:14 +01:00
TomyLobo 02de320980 Introduced AbstractMask as a superclass to all implementors of the Mask interface. 2013-10-30 08:48:40 +01:00
TomyLobo 6e3d8395df Fixed UnderOverlayMask. 2013-10-30 08:48:13 +01:00
TomyLobo ae6e59e8d0 Removed references to the deprecated BlockTypeMask class from UnderOverlayMask. 2013-10-30 08:48:12 +01:00
TomyLobo 661484f858 Code quality improvements. 2013-10-23 18:54:45 +02:00
wizjany 2846119f08 Make //setbiome respect global mask, if set to a biome mask 2013-03-28 19:53:42 -04:00
aumgn c759b9062c Add BlockMask which is able to filter by data 2012-08-29 11:51:45 +02:00
aumgn 21d603ce4e Add RandomMask (not sure if really useful) 2012-08-29 11:51:34 +02:00
aumgn 9a90702b2f Fix CombinedMask created with /(g)mask commands 2012-03-31 09:04:54 -07:00
aumgn 30ed049918 Implement InvertedMask & UnderOverlayMask as decorators 2012-03-31 09:04:54 -07:00
aumgn eb14efd2df Add a dynamic region mask 2012-03-31 09:04:54 -07:00
aumgn 84c1492b3f Fix #region mask 2012-03-31 09:04:54 -07:00
aumgn a8eeacccd4 Add biome support
Add a BiomeTypes interface
Add methods in ServerInterface to retrieve the implemented BiomeTypes
Add a getBiome method to LocalWorld and subclasses
Add /biomeinfo & /biomelist commands
Add a BiomeTypeMask
Closes #181
2012-03-20 18:09:48 -07:00
TomyLobo 8aa65fd7f4 License block changes
Added some missing license blocks
Added "and contributors" to all copyright notices.
Added $Id$ to files that were still missing it.
Changed "All rights reserved" to GPLv3 on Injector.java.
2012-01-20 08:24:32 +01:00
TomyLobo 7e13b60a51 Cleanup 2011-11-23 04:48:40 +01:00
TomyLobo 7812d8f5f8 Cleanup and refactorings 2011-11-20 06:02:54 +01:00
TomyLobo 16a4e5ccb3 Added/fixed some copyright notices. 2011-09-19 08:24:21 +02:00
Wizjany 4c00a24c1d Abstracted all block IDs to BlockID and item ids to ItemType. Overloaded recently changed methods for compatibility and cleaned a few things up. 2011-09-03 13:01:51 -04:00
Wizjany 9d753c8692 Cleanup overlay/underlay mask. 2011-08-13 01:04:59 -04:00
X1337X 43bba317e5 Added overlay and underlay masks 2011-08-11 21:44:54 +01:00
sk89q e1da7c41ad Added a new region-based mask type and the ability to combine masks. 2011-06-04 11:57:40 -07:00
sk89q 504b4a613f Added support for combined masks. 2011-06-04 11:42:45 -07:00
sk89q 582b98dad0 More file moving. 2011-05-01 01:30:33 -07:00