Commit Graph

  • f1649dbf51 [Bukkit] Added runtime dependency for running Bukkit. sk89q 2014-07-06 16:38:46 -0700
  • 297a6053ef Merge pull request #298 from DarkArc/master Albert Pham 2014-07-06 17:22:19 -0700
  • bc92e43be0 Adds Platform support for WorldEdit CUI Wyatt Childers 2014-07-06 20:13:27 -0400
  • 63605a8417 [Bukkit] Added shim method for setBlock(..., foundation.Block, ...). sk89q 2014-07-05 16:40:07 -0700
  • 51a540dab1 Added //calc, //eval, etc. to evaluate mathematical expressions. sk89q 2014-07-03 03:34:19 -0700
  • 6c4a321d61 Added support for mathematical expressions for numeric arguments in commands. sk89q 2014-07-03 03:33:57 -0700
  • 1f6e31dae8 Changed /ascend and /descend to get arguments via injection. sk89q 2014-07-03 03:33:16 -0700
  • d3aa6c86a8 Added -m for //cut and //copy to set a source mask. sk89q 2014-07-02 12:55:18 -0700
  • b2e953a95f Merge remote-tracking branch 'origin/master' into feature/mapping sk89q 2014-07-02 12:54:30 -0700
  • 765d987ae1 ParametricCallable.mayConsumeArguments() handles flags better. sk89q 2014-07-02 12:52:42 -0700
  • aad7bb47d6 Added new preliminary non-destructive //rotate and //flip implementations. sk89q 2014-07-02 02:56:21 -0700
  • 9e8b2d1875 Fix compile error in Transforms caused by merge. sk89q 2014-07-02 02:55:02 -0700
  • 83e141bfb0 Added AffineTransform.scale(Vector). sk89q 2014-07-02 02:54:48 -0700
  • 06c248e518 Rectified that hopper fix being very incomplete (and unit test breaking!). sk89q 2014-07-01 15:37:12 -0700
  • e207ccebe8 Fixed activated hoppers rotating incorrectly. sk89q 2014-07-01 15:16:27 -0700
  • 8f8d991ee1 Fixed /butcher not working correctly in-game. sk89q 2014-07-01 15:04:30 -0700
  • ede28df487 Fixed handling of legacy Command.flags/.anyFlags. sk89q 2014-07-01 14:15:19 -0700
  • 7ba002ac8d Clean up ParametricCallable. sk89q 2014-07-01 13:50:49 -0700
  • c5bd8704ea Added TransformRegion to transform another Region. sk89q 2014-07-01 13:03:01 -0700
  • 7a5ea73c57 Merge branch 'master' into feature/mapping sk89q 2014-07-01 12:59:55 -0700
  • 1b0a6bfcd8 Removed CommandCallable.getValueFlags(). sk89q 2014-07-01 12:56:27 -0700
  • f3fe8f2ad8 Extracted CommandMapping interface. sk89q 2014-07-01 12:47:56 -0700
  • 61053564fa Added utility Transforms class. sk89q 2014-07-01 12:42:18 -0700
  • e3ae22da80 Identity.combine(other) should just return other. sk89q 2014-07-01 12:41:52 -0700
  • 63411b427a Added Transform.inverse() as a standard operation. sk89q 2014-07-01 12:41:11 -0700
  • a74bab7f98 Added changes to formatting package in some classes. sk89q 2014-07-01 01:39:54 -0700
  • 83a657e561 formatting.components -> formatting.component sk89q 2014-07-01 00:22:11 -0700
  • 7c2f6f0bcc Sort commands for Dispatchers in CommandUsageBox. sk89q 2014-06-30 23:22:04 -0700
  • 2effc57b78 When sorting commands for //help, ignore / characters. sk89q 2014-06-30 23:17:44 -0700
  • 75b1fe6090 Added "Usage: " back when handling InvalidUsageException. sk89q 2014-06-30 23:04:32 -0700
  • f0530f9d28 Removed gold color from CommandUsageBox for command help. sk89q 2014-06-30 23:03:46 -0700
  • 88f0f1061a Cleaned up InvalidUsageException and CommandException to be less confusing. sk89q 2014-06-30 23:02:04 -0700
  • 08ad5f4451 Handle exceptions thrown from bindings as a convertible InvocationTargetException. sk89q 2014-06-30 22:51:21 -0700
  • 11d37bce2b Implemented -? and changed handling of InvalidUsageException. sk89q 2014-06-30 22:48:04 -0700
  • c29ca03e35 Improved re-use of command help formatting. sk89q 2014-06-30 22:08:08 -0700
  • 1e2523ddcb Updated //help with colors and sub-command support. sk89q 2014-06-30 21:56:05 -0700
  • d1f5beb961 Shortened /schematic command descriptions. sk89q 2014-06-30 21:48:26 -0700
  • 0a5a1e1b01 Fixed typo in //curve's help. sk89q 2014-06-30 21:00:02 -0700
  • dd924d806b Fixed RepeatingExtentPattern repeating a (1, 1, 1) smaller region. sk89q 2014-06-29 17:47:29 -0700
  • 09eb36dc5e Added new Extent-compatible Clipboard and BlockArrayClipboard classes. sk89q 2014-06-29 17:47:08 -0700
  • eee2c5d9f4 Changed Location to use Extents rather than worlds and overhauled the new Entity code a bit. sk89q 2014-06-29 15:36:41 -0700
  • ad9b8ce3b1 [Bukkit] Made BukkitCommandSender public again. sk89q 2014-06-29 12:28:27 -0700
  • d4dde8c4a6 [Bukkit] Handle onDisable() better when onEnable() fails. sk89q 2014-06-29 01:43:30 -0700
  • 302d089d55 Assembly needs to go after the shader .jar is built. sk89q 2014-06-29 01:39:56 -0700
  • c9612c05a7 Fixed formatting error in BukkitEntity. sk89q 2014-06-28 22:43:41 -0700
  • b0d050451a Merge branch 'master' into feature/mapping sk89q 2014-06-28 22:31:13 -0700
  • bc73d12f25 Merge support for platform capabilities and overhaul of command executors. sk89q 2014-06-28 19:29:26 -0700
  • d86d81ef21 Switch Style to Preconditions. sk89q 2014-06-28 19:13:46 -0700
  • d7d7b2741a Added MaxBrushRadiusException to WorldEditExceptionConverter. sk89q 2014-06-28 18:53:06 -0700
  • 723b8b6e63 Shortened and improved some command descriptions. sk89q 2014-06-28 18:44:09 -0700
  • edb6c56aab Improved the styling of SimpleDispatcher's list of sub-commands. sk89q 2014-06-28 18:43:54 -0700
  • 46c429606e Added text formatting classes from the operations branch. sk89q 2014-06-28 18:43:37 -0700
  • 2628e80f41 Made SimpleDescription's lists modifiable. sk89q 2014-06-28 18:42:25 -0700
  • a957482ee6 Ignore cause when handling ParameterException in ParametricCallable. sk89q 2014-06-28 17:37:47 -0700
  • 93a48bbb55 Handle NoMatchException in WorldEditBinding. sk89q 2014-06-28 17:37:13 -0700
  • e261e720b6 Removed ParametricCallable's getSuggestions() which isn't quite working. sk89q 2014-06-28 17:32:48 -0700
  • c7988c7ad9 Don't throw a ParameterException for a regular exception. sk89q 2014-06-28 17:32:25 -0700
  • 3750190f2c Passed a string of parent commands rather than just the current command. sk89q 2014-06-28 17:04:38 -0700
  • 10c45fcb22 Check permissions in command suggestions and Dispatcher. sk89q 2014-06-28 16:57:11 -0700
  • 205fee3c36 Renamed some command manager methods to be more descriptive. sk89q 2014-06-28 16:39:20 -0700
  • 620a4a21a1 Fixed -a in //stack being interpreted as -s. sk89q 2014-06-28 16:30:22 -0700
  • 33e1e0b1f1 Overhauled command handling and suggestion support. sk89q 2014-06-28 16:30:02 -0700
  • 2258513104 Made Dispatcher implement CommandCallable. sk89q 2014-06-28 01:42:59 -0700
  • f64107c2c0 Removed LocalPlayer from commands and removed various uses of old Mask and Pattern classes. sk89q 2014-06-28 01:01:49 -0700
  • ec28cd626c Removed use of @Nullable in ParametricCallable. sk89q 2014-06-27 20:24:02 -0700
  • de0f283656 Call createProxyActor() on command Actors. sk89q 2014-06-27 20:12:44 -0700
  • b8b097ce68 Fixed 'break' being 'return' in LegacyCommandsHandler. sk89q 2014-06-27 20:10:48 -0700
  • 109150f348 Changed CommandPermissionsHandler to use Actor. sk89q 2014-06-27 20:09:18 -0700
  • 5347cd4e34 Fixed issue where the use of non-existent subcommands had no response. sk89q 2014-06-27 20:00:02 -0700
  • d96d3cf8bc Changed instances of Pattern, Mask, etc. to newer versions. sk89q 2014-06-27 19:55:38 -0700
  • 9381beb417 Actor should not have getWorld(). sk89q 2014-06-27 18:34:58 -0700
  • 23ce159ccf Moved other command handler related classes to the internal package. sk89q 2014-06-27 18:29:11 -0700
  • 47076b313e Fixed command logging regression caused by merge. sk89q 2014-06-27 18:28:31 -0700
  • 1431cd2a67 Cleaned up BiomeCommands and made better use of new command framework. sk89q 2014-06-27 18:04:34 -0700
  • b7e0821b97 Removed command binding classes to internal package. sk89q 2014-06-27 17:59:23 -0700
  • ebe2bc6ae2 Changed command pipeline to use Actor over LocalPlayer. sk89q 2014-06-27 17:55:39 -0700
  • aaf4c61251 [Forge] Add slash to location of defaults folder to allow locating of worldedit.properties file. rhylos 2014-06-27 16:15:56 -0700
  • b8bc055d21 [Forge] Add slash to location of defaults folder to allow locating of worldedit.properties file. rhylos 2014-06-27 16:15:56 -0700
  • 8f1943fd84 Merge commit '142f5c8e5c889ee5098c05ba2fde20b52467c1df' into feature/platform-caps sk89q 2014-06-27 16:03:29 -0700
  • c9e60f1f60 Updated /we version with platform information. sk89q 2014-06-27 13:14:55 -0700
  • 9bb70ad335 Updated events to choose the best platform for certain tasks. sk89q 2014-06-27 13:14:44 -0700
  • e52ca6661f Added support for platforms to declare capabilities. sk89q 2014-06-27 01:11:35 -0700
  • d9cea950b0 Added events for the other WorldEdit.handle*() methods. sk89q 2014-06-26 20:07:04 -0700
  • 7827dfea9e Put in a tip about setting //limit. sk89q 2014-06-26 17:43:25 -0700
  • 92204ba623 [Forge] Fixed switch() fall-through on handling of block interaction. sk89q 2014-06-26 17:07:37 -0700
  • fc50831cc0 Changed right click to use the event as well. sk89q 2014-06-26 17:07:08 -0700
  • ff7d5aad1a Only handle primary input in block interact event handler. sk89q 2014-06-26 16:58:54 -0700
  • 900c9b5258 Added BlockInteractEvent to replace handleBlockLeftClick(). sk89q 2014-06-26 16:56:40 -0700
  • 0e00f0ac9d [Forge] Move worldedit.properties to defaults folder so it extracts properly Wizjany 2014-06-26 17:26:30 -0400
  • 75b9f3edaa [Forge] Add dependency shading via the gradle shadow plugin. wizjany 2014-05-15 14:41:26 -0400
  • 38ac5c9ad1 Move a bukkit-specific file from #287 to bukkit folder as not to break API/other platform compilation. wizjany 2014-05-03 23:12:22 -0400
  • 07d99f32d9 Merge remote-tracking branch 'origin/master' into mapping sk89q 2014-05-01 18:03:53 -0700
  • c8246ec962 Merge pull request #239 sk89q 2014-05-01 18:00:59 -0700
  • b3f5136a59 Merge pull request #287 sk89q 2014-05-01 17:52:33 -0700
  • 996438ff91 Merge pull request #282 sk89q 2014-05-01 17:45:13 -0700
  • a3c542b74f The /butcher command no longer kills mobs with a name tag. sk89q 2014-05-01 17:36:11 -0700
  • 8d6f5bf335 Improves CUI support. sk89q 2014-05-01 17:29:51 -0700
  • 28a29c56b2 Merge pull request #249 from Gimlao/patch-1 Albert Pham 2014-05-01 14:22:53 -0700
  • 8518f371b2 Merge pull request #242 from vu1p3n0x/master Albert Pham 2014-05-01 14:18:23 -0700
  • 65ee8bfd2a Allow use of InputStream to load schematics sk89q 2014-05-01 13:57:30 -0700