1aa08104b5
Made a few commands obey //toggleplace
Wizjany2011-06-21 12:44:12 -04:00
0830eecd48
Removed build.xml from WorldEdit.
sk89q2011-06-19 13:08:29 -07:00
86ecd49b89
Added support for using instances (created using a specified dependency injector) in CommandsManager.
sk89q2011-06-18 03:56:16 -07:00
1784b29f02
Added a new utility method to BukkitUtil to do the common task of shifting coordinates for an entity to the center of a block.
hash2011-06-15 20:01:03 -05:00
4aaa127efe
Updated permissions example
Wizjany2011-06-09 00:29:30 -04:00
c21357de28
Added multiworld permissions support to WEPIF
Wizjany2011-06-09 00:16:39 -04:00
08c8a5ab23
Merge branch 'master' of github.com:sk89q/worldedit
hash2011-06-06 19:32:42 -05:00
b5c9f70e70
Added a utility method for dealing with location precision to bukkit utilities.
hash2011-06-06 19:32:15 -05:00
95c60343c7
Made 'brick' => brick block, not brick bar.
sk89q2011-06-05 14:37:11 -07:00
f0b2fcc13f
Improved item/block name matching.
sk89q2011-06-05 11:59:23 -07:00
126815fcf5
[maven-release-plugin] prepare for next development iteration
sk89q2011-06-04 22:35:49 -07:00
e20cca38fd
Change the block type check to be implementation-dependent. The Bukkit plugin now checks Bukkit's Material.
sk89q2011-06-04 22:22:23 -07:00
0f040429c5
Added flood fill tool, fixed data values not being set properly.
sk89q2011-06-04 19:41:12 -07:00
730244056c
Fixed a mask parsing error that raised java.lang.StringIndexOutOfBoundsException.
sk89q2011-06-04 12:22:33 -07:00
2e7de18840
Removed ReplacingEditSession, which is now obsoleted by the changes to EditSession.
sk89q2011-06-04 12:21:13 -07:00
aa17d2f0e0
Added //gmask to set a *GLOBAL* mask that affects nearly ALL operations. Now you can confine //sphere to a region or create //walls that do not replace existing blocks.
sk89q2011-06-04 12:16:10 -07:00
e1da7c41ad
Added a new region-based mask type and the ability to combine masks.
sk89q2011-06-04 11:57:40 -07:00
504b4a613f
Added support for combined masks.
sk89q2011-06-04 11:42:45 -07:00
d881c14e2d
Added //fast mode, which allows the server to skip the dirtying of chunks. This means that you have to rejoin to see changes though, but most operations are doubled in speed.
sk89q2011-06-04 10:30:45 -07:00
d397460026
Added rotation support to redstone repeaters.
sk89q2011-06-03 22:51:42 -07:00
e6f3a1b5af
More general-purpose vector code abstracted from craftbook and more convenience methods for conversion.
hash@exultant.us2011-05-10 23:55:07 -05:00
0f4d331e7a
Merge branch 'master' of github.com:sk89q/worldedit
hash@exultant.us2011-05-10 22:17:37 -05:00
9557d5fbd4
Removed minimum cap on history size.
sk89q2011-05-01 17:37:28 -07:00
d71d4a8569
Added expiration timer to sessions. Sessions will now last up to 10 minutes (by default) before removed, so you can quickly disconnect (or crash) and come back and still maintain your history.
sk89q2011-05-01 17:37:05 -07:00
a18546d698
Added permission checks for tools on /use/, so now if you switch world or lose your permissions, you lose your tools.
sk89q2011-05-01 17:06:40 -07:00
62b89f9aee
Added assembly:assembly as release:perform goal.
sk89q2011-04-30 22:13:45 -07:00
deef660620
Updated pom.xml with correct versions. Disabled pushing for release. Fixed checkout URL in pom.xml. Added local checkout for pom.xml. Added assembly:assembly to preparation goal of release. Fixed path issues with build. Removed release config.
sk89q2011-04-30 20:08:14 -07:00
ae30001ceb
Updated for 4.4.1 (test release).
sk89q2011-04-30 19:06:28 -07:00
e121442ee9
Added pom.xml, moved files around. Sun Rhino support has been dropped.
sk89q2011-04-30 19:04:03 -07:00
3ada3a9774
Added light level to the query tool.
sk89q2011-04-29 23:15:09 -07:00
3ffd67e7f3
Added left click support to /repl to pick up the block.
sk89q2011-04-25 02:05:58 -07:00
47268bef20
Added secondary mode to tool framework. Updated /cycler to make use of this.
sk89q2011-04-25 01:52:34 -07:00