Commit Graph

  • 80681d7cba Updated changelog for 5.4.3 zml2008 2012-10-19 18:15:52 -0700
  • 73dc31b2bb Only get the world's tile entity if the block id has a tile entity zml2008 2012-10-19 17:23:51 -0700
  • 29e823d136 Added some more aliases for 1.3 blocks zml2008 2012-10-19 17:01:45 -0700
  • f5be1eb44b Removed BukkitWorld caching. sk89q 2012-10-19 15:44:24 -0700
  • c1c5a66f1f Removed accidentally committed file. sk89q 2012-10-19 15:36:19 -0700
  • 947158c726 Added support for travis-ci sk89q 2012-10-19 02:20:13 -0700
  • 0f49186bf5 Fixed reported bug that block #0 (air) is not considered valid. sk89q 2012-10-18 23:12:53 -0700
  • 877f14f242 Fixed NMS block set to copy tile entity data even if the original block did not change its id or data zml2008 2012-10-18 19:38:56 -0700
  • 2221eae36a Fixed valid block check to not include items zml2008 2012-10-18 19:38:15 -0700
  • a690d5782f Updated for SpoutAPI changes Make SpoutAPI not horribly slow zml2008 2012-10-17 07:50:49 -0700
  • b4ac721a16 Fix missing imports zml2008 2012-09-02 14:47:47 -0700
  • 20a5899d38 Update for the SpoutAPI changes of the past 30 seconds zml2008 2012-09-02 14:45:57 -0700
  • 0f8e622678 Changed WorldEdit to refresh session permissions each call to getSession(), rather than one time. Cleaned up imports/etc. courtesy of Eclipse. sk89q 2012-09-02 13:56:40 -0700
  • 7fd5d1b61c Add /center commmand aumgn 2012-08-29 10:00:26 +0200
  • c759b9062c Add BlockMask which is able to filter by data aumgn 2012-08-29 11:32:14 +0200
  • 21d603ce4e Add RandomMask (not sure if really useful) aumgn 2012-08-29 11:28:25 +0200
  • f2557abf9a Add dependency-reduced-pom.xml in .gitignore aumgn 2012-08-29 11:20:23 +0200
  • 77bc49e057 Add convenient constructors in *RegionSelector classes aumgn 2012-08-27 12:50:46 +0200
  • 1fef255d77 Clean up some io close() calls aumgn 2012-08-27 12:46:56 +0200
  • 9637871969 Replace deprecated FallingSand by new FallingBlock aumgn 2012-08-27 13:32:45 +0200
  • 853db26e2f Updated for SpoutAPI changes zml2008 2012-08-25 17:21:45 -0700
  • b257f95efb [maven-release-plugin] prepare for next development iteration sk89q 2012-08-24 20:27:59 -0700
  • bd9e8f0999 [maven-release-plugin] prepare release 5.4.2 sk89q 2012-08-24 20:27:48 -0700
  • 200fad4900 Updated CHANGELOG.txt for 5.4.2. sk89q 2012-08-24 20:25:29 -0700
  • 5a1148d954 Added aliases /asc /desc /j for navigation commands. sk89q 2012-08-24 20:00:14 -0700
  • 3558d65b79 Added //re and //rep as aliases for //replace. sk89q 2012-08-24 19:44:46 -0700
  • 9d5e75b9ec Fixed //gen not having min. arg count of 2. sk89q 2012-08-24 19:16:43 -0700
  • a844b091f1 Updated CHANGELOG.txt for 5.4.2. sk89q 2012-08-24 19:03:40 -0700
  • c39ae80441 Updated README.html. sk89q 2012-08-24 18:59:18 -0700
  • 3b59798f37 Fixed chunk loading code not properly handling tile entity data. sk89q 2012-08-24 16:50:32 -0700
  • 6a162a4269 Fixed foundation class Block not taking -1 as a valid data value (used for wildcard matching of the data value). sk89q 2012-08-24 16:10:18 -0700
  • cfa1400c26 Changed SchematicFormat to create only BaseBlocks rather than their subclasses, to prevent data loss. sk89q 2012-08-24 16:02:38 -0700
  • 495a652f67 [maven-release-plugin] prepare for next development iteration sk89q 2012-08-24 13:49:51 -0700
  • 4c934a63e7 [maven-release-plugin] prepare release 5.4.1 sk89q 2012-08-24 13:49:37 -0700
  • ee2f030790 Updated CHANGELOG.txt for 5.4.1. sk89q 2012-08-24 13:45:15 -0700
  • 6be8c8b55c Fixed incorrect schematic handling code being used when AddBlocks is present. The old code did not properly handle the signed nature of the byte, nor did it properly shift and add the extra 4 bits in AddBlocks. sk89q 2012-08-24 13:40:26 -0700
  • 18c793683b Fixed 4096/256 block ID restriction in BukkitWorld. sk89q 2012-08-24 13:38:26 -0700
  • 39d451438f Changed EditSession.rawSetBlock() to call setBlock() on World. sk89q 2012-08-24 13:38:00 -0700
  • 2bc86ea525 Added missing TYPE_DOUBLE in NBTConstants.getClassFromType(). sk89q 2012-08-24 12:28:29 -0700
  • 316c6139e3 [maven-release-plugin] prepare for next development iteration sk89q 2012-08-24 08:41:42 -0700
  • 3023140b2a [maven-release-plugin] prepare release 5.4 sk89q 2012-08-24 07:36:59 -0700
  • b296a37115 Added GitHub usernames to CHANGELOG.txt per TomyLobo's request. sk89q 2012-08-24 07:36:17 -0700
  • 6141635cb7 Updated Maven versions of the shade and release plugins, added maven.sk89q.com to <distributionManagement>. sk89q 2012-08-24 06:57:00 -0700
  • 885b48c15e Updated Bukkit dependency to 1.3.1-R2.0, added backwards support for NBT access. sk89q 2012-08-24 06:43:24 -0700
  • 41cb2bf3fa Updated 5.4 contributors list. sk89q 2012-08-24 06:20:06 -0700
  • f233908457 Updated CHANGELOG.txt. sk89q 2012-08-24 05:49:29 -0700
  • 186fbb98a2 Changed all references to BaseItem.getDamage to getData. TomyLobo 2012-08-24 13:39:52 +0200
  • 07e270289e Removed @Deprecated from getBlockType/Data. TomyLobo 2012-08-24 13:39:13 +0200
  • 48af65cac3 Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. sk89q 2012-08-23 16:52:37 -0700
  • a2aae2c4da Added new foundation blocks (package not final) that will be used in place of LocalWorld, BaseBlock, etc. in the future. LocalWorld, BaseBlock, etc. will be changed to inherit these new classes, and eventually a full transition will be made. sk89q 2012-08-22 15:54:39 -0700
  • c387dabf15 Begin license change to LGPLv3. sk89q 2012-08-22 15:53:39 -0700
  • 0bc9369cc8 Made /butcher print the radius it uses and added an "all" parameter. TomyLobo 2012-08-16 15:30:16 +0200
  • cacf2cabe2 Moved the spawn egg entry in ItemType further up. TomyLobo 2012-08-15 19:16:24 +0200
  • 00e6a3aa65 Fix loading schematic files with block data values >127 snaxson 2012-08-05 22:41:48 -0700
  • 5e4c809f66 Added ender chest to flip/rotate. TomyLobo 2012-08-14 00:40:11 +0200
  • bcf4204ffc Added tripwire hook to flip/rotate. TomyLobo 2012-08-14 00:40:11 +0200
  • df3062a68f Added cocoa plant to cycle/flip/rotate. TomyLobo 2012-08-14 00:40:11 +0200
  • 3497d9e557 Added 1.3 stairs and wooden steps to cycle/flip/rotate. TomyLobo 2012-08-13 23:23:50 +0200
  • b07a084b8a Added cocoa plant to centralTopLimit. TomyLobo 2012-08-14 00:40:11 +0200
  • e8ea4e4ef1 Added 1.3 blocks to getBlockBagItem. TomyLobo 2012-08-13 23:23:50 +0200
  • 082871f46d Added 1.3 blocks to isContainerBlock. TomyLobo 2012-08-13 23:23:50 +0200
  • c2d7ab5bff Added 1.3 blocks to isRedstoneBlock. TomyLobo 2012-08-13 23:23:50 +0200
  • 0b0b39b025 Added 1.3 blocks to isRedstoneSource. TomyLobo 2012-08-13 23:23:50 +0200
  • 7c4cf0494f Added 1.3 blocks to isNaturalTerrainBlock. TomyLobo 2012-08-13 23:23:50 +0200
  • 22ed05576c Added 1.3 blocks to emitsLight. TomyLobo 2012-08-13 23:23:50 +0200
  • 38a1d8fcc1 Added 1.3 blocks to isTranslucent. TomyLobo 2012-08-13 23:23:50 +0200
  • ad4213e1e3 Added leaves, piston extension, mobspawner, wooden/cobble stairs, chest and cactus to isTranslucent. TomyLobo 2012-08-13 23:52:47 +0200
  • ec4dbac165 Added 1.3 blocks to getAttachment. TomyLobo 2012-08-13 23:23:50 +0200
  • 42a64f72a1 Added 1.3 blocks to shouldPlaceLast. TomyLobo 2012-08-13 23:23:50 +0200
  • d88691d450 Added 1.3 blocks to canPassThrough. TomyLobo 2012-08-13 23:23:50 +0200
  • 69cf59565b Added 1.3 blocks to usesData. TomyLobo 2012-08-13 23:23:50 +0200
  • 094909c7e1 Fixed for SpoutAPI changes. TomyLobo 2012-08-13 19:40:13 +0200
  • 0e897778b0 Removed lily pad from canPassThrough. TomyLobo 2012-08-12 15:57:12 +0200
  • edcccfce5f Made findFreePosition and setOnGround respect half-blocks and such. TomyLobo 2012-08-12 15:43:16 +0200
  • aaa01eb608 meh TomyLobo 2012-08-12 15:59:58 +0200
  • b2e442e53d Added BlockType.centralTopLimit. TomyLobo 2012-08-12 15:42:50 +0200
  • d40ef103ba Update for 1.3 blocks Ammar Askar 2012-08-07 03:49:13 +0200
  • 6c94469550 Whoops, forgot wagon in pom.xml. sk89q 2012-08-11 00:01:37 -0700
  • 95d6ae6475 Updated pom.xml for license, distributionManagement, maven-site-plugin. sk89q 2012-08-10 23:41:10 -0700
  • 499e73751d Fixed some warnings. TomyLobo 2012-08-11 04:35:01 +0200
  • aa844c1a11 Made Bukkit and dummypermscompat dependencies optional. TomyLobo 2012-08-03 14:21:27 +0200
  • 880db5954e Update WorldEditCUIMessage for Message being an interface zml2008 2012-08-08 14:12:06 -0700
  • 853bc53e21 /me is an idiot and forgot that WECUI packets don't have the string length in them (string length == packet length) zml2008 2012-08-07 14:14:40 -0700
  • fe445a7ec9 Remove chat-based WECUI protocol. Everybody running a modern (1.2.5 or newer) WECUI should be fine. This has a bonus of allowing us to stay far far away from that smelly PlayerChatEvent guy who's always late (or early, or both). zml2008 2012-08-04 20:22:55 -0700
  • ce20f33425 Marked Spout dependencies as optional. TomyLobo 2012-08-03 14:10:55 +0200
  • 9c3a449066 Updated Vanilla dependency to 1.3.0-SNAPSHOT. TomyLobo 2012-08-03 14:10:20 +0200
  • 5183726c39 Fixed some warnings. TomyLobo 2012-08-03 14:07:30 +0200
  • d0684c7582 Add initial implementation of WECUI handling via Packet250 for Spout Update for latest Spout changes zml2008 2012-08-02 19:26:19 -0700
  • b81fec1776 Various Spout fixes: switched to VanillaMaterials from MaterialRegistry use the Minecraft ID instead of the Spout ID use the block coordinates from a Point to fix blocks' coordinates being off by 1 added a very rudimentary implementation of the tree generator; only standard small trees are generated fixed some variables' names Zhuowei Zhang 2012-07-29 21:51:54 -0700
  • 30f9fb16ac Updated for SpoutAPI changes zml2008 2012-07-29 00:03:34 -0700
  • bb5f3477c2 //chunk no longer switches from //sel extend to //sel cuboid. TomyLobo 2012-07-28 14:50:01 +0200
  • afb9052cc9 ExtendingCuboidRegionSelector's ctor now requires a LocalWorld. TomyLobo 2012-07-28 14:49:30 +0200
  • 29393a808b Updated for SpoutAPI changes. TomyLobo 2012-07-28 14:48:38 +0200
  • 97876d8581 Upped Bukkit dependency version to 1.2.4-R4.1. TomyLobo 2012-07-14 00:13:03 +0200
  • 6c413289be Added [g]closest(x,y,z,index,count,stride) to the expression parser. TomyLobo 2012-07-13 17:29:21 +0200
  • 613f3884d4 Reorganized megabuf a bit. TomyLobo 2012-07-13 12:24:14 +0200
  • fd4e94220f Fixed a NullPointerException in ifs without an else. TomyLobo 2012-07-13 12:16:15 +0200
  • 9f2f2fc6c9 Move block ids over even if there isn't an AddBlocks tag in schematics zml2008 2012-07-12 16:31:07 -0700
  • b6fd8af242 Disable fast mode usage for snapshot restore. sk89q 2012-07-10 00:23:32 -0700
  • 97380f28de Fixed snapshots not properly loading .mcr files, made snapshots use fast mode. sk89q 2012-07-09 23:55:19 -0700