Commit Graph

  • e70446e82e Renamed RValue.invoke() to getValue. TomyLobo 2011-10-29 16:03:55 +0200
  • 93f073f264 Renamed Assignable to LValue and Invokable to RValue TomyLobo 2011-10-29 16:01:55 +0200
  • 0ba3da2641 Reverted to old manual lighting system that doesn't call notch's block lighting functions directly. TomyLobo 2011-10-29 04:29:57 +0200
  • 8ce3f4d77a Moved some code around in ParserProcessors.java TomyLobo 2011-10-29 04:20:13 +0200
  • 79039c2b81 Updated changelog with even more changes since 4.7. TomyLobo 2011-10-28 21:12:37 +0200
  • f28401aecc Moved the sub-processors into a new class, ParserProcessors. TomyLobo 2011-10-28 20:34:48 +0200
  • 58be9d9be4 Added support for stretched cylinders and brought their profile in line with that of the central layer of a sphere of the same x/z radius. TomyLobo 2011-10-28 20:16:19 +0200
  • 318e81886c Removed -q flag from //[h]sphere and the code to back it. TomyLobo 2011-10-28 15:10:14 +0200
  • d9b86025d3 Parser refactorings TomyLobo 2011-10-27 23:18:10 +0200
  • f6f08da620 Cleanup TomyLobo 2011-10-27 19:25:54 +0200
  • ee79abff67 The expression parser can now parse more than a simple expression TomyLobo 2011-10-23 05:15:23 +0200
  • 9c070c323f Added ternary versions of min and max. TomyLobo 2011-10-27 18:48:01 +0200
  • ef5fba0f05 Improved accuracy of Function.getPosition() after optimization. TomyLobo 2011-10-27 16:53:44 +0200
  • 0ca66ce350 Moved check for fastLightingAvailable from BukkitWorld.fixAfterFastMode to fixLighting and adjusted the description for //generate. TomyLobo 2011-10-26 23:23:26 +0200
  • dbc3053195 Fixed & updated BlockType.usesDamageValue Wizjany 2011-10-26 16:50:46 -0400
  • 906b6dd832 Forgot to save... TomyLobo 2011-10-25 23:25:44 +0200
  • 9fa5c4030b Added a //g[en[erate]] command, which generates a shape according to a mathematical formula. TomyLobo 2011-10-02 12:35:05 +0200
  • d4c2832437 Added an ArbitraryShape class which can be used to generate hollow and solid shapes based on an in/out condition. TomyLobo 2011-09-25 05:17:48 +0200
  • c2191f4fc7 Generalized the Lexer a bit more and renamed a function in the parser. TomyLobo 2011-10-23 05:10:41 +0200
  • 7dfc2a34e5 Improved fast mode. TomyLobo 2011-10-25 18:29:37 +0200
  • 3ed867ed53 Added left, right, back and forward directions to all directional commands. TomyLobo 2011-10-25 01:07:08 +0200
  • 2d654b59c5 Reduced code duplication in the WorldEdit.get*Direction methods. TomyLobo 2011-10-25 01:03:37 +0200
  • 3962e6c9d8 Added LocalPlayer.getCardinalDirection(int yawOffset) TomyLobo 2011-10-25 01:02:50 +0200
  • a1fb1fd4e4 Using Notch's block lighting functions now. TomyLobo 2011-10-24 23:42:04 +0200
  • a0461aeb2c BukkitWorld.fixLighting now also fixes block light. TomyLobo 2011-10-24 20:47:27 +0200
  • b31d77536a Added some new functions to BlockType. TomyLobo 2011-10-24 20:46:17 +0200
  • a97a427127 Updated changelog with some more changes since 4.7. TomyLobo 2011-10-24 14:03:07 +0200
  • 4f7e1a6b31 Improved speed greatly by deferring lighting until after all blocks are in place. TomyLobo 2011-10-17 06:07:58 +0200
  • e8dcee1acf Added LocalWorld.fixLighting(Set<BlockVector2D>) TomyLobo 2011-10-17 05:57:08 +0200
  • ef88c04550 Gave //fast an on|off parameter and adjusted its message to reflect a future change. TomyLobo 2011-10-17 05:55:03 +0200
  • 542aed6ffd Fixed warnings. TomyLobo 2011-10-24 04:32:02 +0200
  • ffe5f89afc EditSession.flushQueue(): queueLast is now ordered with attachments in mind. TomyLobo 2011-10-24 04:04:45 +0200
  • bd5c78bb40 Fixed bug in PermissionsEx resolver when PermissionsEx is not found. zml2008 2011-10-23 09:19:29 -0700
  • 52982c7c0f Moved YAML classes from RegionBook from WorldGuard into WorldEdit and made everything use those. zml2008 2011-10-22 22:22:50 -0700
  • a928349b1a Fixed bug in NijiPermissionsResolver.isFakePerms() zml2008 2011-10-22 08:07:02 -0700
  • 0e6597fb86 Added configurable detection order of permissions resolvers, restored old default order, and updated configurations to the new Configuration zml2008 2011-10-22 01:13:52 -0700
  • d93d85cd37 Added an expression parser. TomyLobo 2011-10-02 12:29:56 +0200
  • 99002c786b Updated changelog with the changes since 4.7. TomyLobo 2011-10-17 17:04:21 +0200
  • 467cc4dd14 Fixed infinite loop. Just because it's unused in worldedit doesn't mean you should break it -.- Wizjany 2011-10-12 17:47:26 -0400
  • 050eef8dc7 Fixed checkLoadedChunk zml2008 2011-10-09 21:57:29 -0700
  • b89ede09a6 Bugfix for jumpto Wizjany 2011-10-09 20:41:50 -0400
  • 440f3baed1 Changed order of perms resolvers loading so that dinnerperms and ignore-niji-bridges settings were not ignored. Wizjany 2011-10-08 00:17:07 -0400
  • 09447c5f6c Fixed CommandContext.matches() always returning true. sk89q 2011-10-09 10:31:15 -0700
  • 68fe0d3438 Cleanup. Cycler uses BaseBlock instead of BlockData directly. Fixed a few BlockType method inaccuracies. Wizjany 2011-10-04 17:13:41 -0400
  • 9e877740aa Added negated node support for DinnerPerms lookup. zml2008 2011-10-03 22:05:32 -0700
  • bb609a47c2 Negative angles will return negative number of rotations thus never looping the rotation. ZachBora 2011-10-02 22:26:44 -0300
  • 24056df78a Fixed config generation for Windows users zml2008 2011-10-02 01:27:52 -0700
  • b17fb7eaa3 Adding /snapshot sel [index] to select a snapshot by list index. Meaglin 2011-10-02 05:53:19 +0200
  • 3656a57f34 [maven-release-plugin] prepare for next development iteration sk89q 2011-10-01 20:38:04 -0700
  • 9bc2bd75ea [maven-release-plugin] prepare release 4.7 sk89q 2011-10-01 20:37:56 -0700
  • 1cbfe794c2 Rewrapped CHANGELOG.txt. sk89q 2011-10-01 20:30:58 -0700
  • 144b06ccb5 Fixed pom.xml making a 'true' file. sk89q 2011-10-01 20:27:51 -0700
  • ee992a0b7d Updated the changelog for 4.7. sk89q 2011-10-01 19:46:09 -0700
  • 5d9b90b8cd Updated README.html. sk89q 2011-10-01 19:10:34 -0700
  • e2c71e4269 Added cactus to getAttachment. TomyLobo 2011-09-30 08:56:09 +0200
  • 7fec065d4a Apparently the wiki has wrong data values for the stone button. TomyLobo 2011-09-29 21:06:24 +0200
  • 69367e7762 Added BlockType.getAttachment. TomyLobo 2011-09-29 12:35:08 +0200
  • f354ab392f Refactored BlockData test case to reduce code duplication. TomyLobo 2011-09-29 07:24:48 +0200
  • ccfabd94b9 Should fix broken config generation some people have been getting zml2008 2011-09-28 19:05:22 -0700
  • cbc331da7d Added some constants com.sk89q.worldedit.blocks.ClothColor.ID.X = ClothColor.X.getID() TomyLobo 2011-09-28 10:57:30 +0200
  • 21c6ab894c Moved BlockData to the blocks package and left a stub with deprecated delegates behind. TomyLobo 2011-09-28 07:01:15 +0200
  • accd841b51 Fixed a few warnings TomyLobo 2011-09-28 08:04:17 +0200
  • 2d7c462477 Cleanup formatting. Wizjany 2011-09-27 03:32:46 -0400
  • 4f80e78a7e WEPIF Improvement: code clean out, hardcoding removal and refactoring. Added Service discovery to PluginPermissionsResolver t3hk0d3 2011-09-27 07:40:18 +0400
  • 102e5f142e Fix data cycling the right way. Merged TomyLobo's test changes in. Wizjany 2011-09-26 04:38:37 -0400
  • 868fef813f Changed pyramid command usage Wizjany 2011-09-26 01:43:39 -0400
  • 23c9a66c80 Fixed gaping huge security flaw. Wizjany 2011-09-26 01:32:12 -0400
  • 9e6a2ccf4d Nicer wiki perms table. Wizjany 2011-09-26 00:09:21 -0400
  • 903abc80a4 Cleanup Wizjany 2011-09-25 14:07:49 -0400
  • c6c55c3b2a Adjusted some of the cycler code and added a test case for it. TomyLobo 2011-09-25 10:14:06 +0200
  • 93f36955ca Added a test case for BlockData. TomyLobo 2011-09-25 06:03:55 +0200
  • 63fa72af5e Added rotate code for brick and stone brick stairs and made powered/detector rails not lose their charge when rotating. TomyLobo 2011-09-25 06:01:01 +0200
  • b06caa9fd3 Cleanup TomyLobo 2011-09-25 05:15:20 +0200
  • 50009cc855 Improved hashCode implementations for the Vector classes. TomyLobo 2011-09-25 04:49:07 +0200
  • 3bbebcd64e Updated for Bukkit changes. zml2008 2011-09-24 15:44:54 -0700
  • f90e47da9a Removed trailing whitespaces. Wizjany 2011-09-24 15:32:03 -0400
  • b5b55a2775 Cleanup and a few bugfixes Wizjany 2011-09-24 15:24:10 -0400
  • a2e23fedf7 send poly regions to wecui, take 2 lahwran 2011-09-24 11:45:03 -0600
  • 7c18327fdc Fixed extended piston rotation. TomyLobo 2011-09-24 03:00:10 +0200
  • bfc877cdb2 Added rotate code for vines, fence gates and mushroom caps. TomyLobo 2011-09-23 15:15:43 +0200
  • a3cd58fda1 Added flip code for vines, fence gates and mushroom caps. TomyLobo 2011-09-23 13:43:05 +0200
  • 4b760fd17b Swapped flipY and flipZ in BlockData.flip and formatted the function more consistently. TomyLobo 2011-09-23 06:44:31 +0200
  • 2f19edca2a Fixed case fallthroughs in BlockType. Wizjany 2011-09-21 17:45:17 -0400
  • fa82482823 Added a new test for get[Padded]Slice and renamed testHangingQuote to testUnmatchedQuote. TomyLobo 2011-09-20 03:41:07 +0200
  • 67918f171b Internal restructuring of CommandContext TomyLobo 2011-09-20 02:35:15 +0200
  • 2d86b1b40d Fixed and cleaned up CommandContext. TomyLobo 2011-09-19 23:01:57 +0200
  • c78e8a10d7 Made shouldNotStack use a HashSet instead of a bunch of or'ed comparisons. TomyLobo 2011-09-19 09:13:51 +0200
  • a4618fa3c0 It just a test case but meh... TomyLobo 2011-09-19 09:08:10 +0200
  • c1f1e29617 Replace ItemType.X.getID() with ItemID.X everywhere. TomyLobo 2011-09-19 08:38:30 +0200
  • 16a4e5ccb3 Added/fixed some copyright notices. TomyLobo 2011-09-19 08:24:21 +0200
  • 088001f099 Used ItemID in ItemType TomyLobo 2011-09-19 08:04:57 +0200
  • 51d4b572cb De-craftbooked some copyright notices. TomyLobo 2011-09-19 07:43:49 +0200
  • 5b5c25f1ae Added an ItemID class, containing all the item IDs. TomyLobo 2011-09-19 07:39:28 +0200
  • 88b4f4de18 Cleanup. TomyLobo 2011-09-19 07:14:43 +0200
  • 43809a705d More BlockType cleanup Wizjany 2011-09-19 00:41:33 -0400
  • b413af307a Updated plugin.yml (not that it needs it). Wizjany 2011-09-19 00:09:45 -0400
  • 67a7969cd1 Added a tool that allows a player to place and remove blocks at a distance. Wizjany 2011-09-18 21:49:45 -0400
  • 1a6bc6f42c Fixed AIOOBE and a missing return, removed an unused and ambiguous method from CommandContext. Wizjany 2011-09-18 18:51:03 -0400
  • dd358bc982 Made floating tree remover work on mushrooms Wizjany 2011-09-18 02:37:11 -0400
  • 709cae1995 Removed permissions from plugin.yml for compatibility and cleaned up a bit more. Wizjany 2011-09-18 01:29:12 -0400