Commit Graph

279 Commits

Author SHA1 Message Date
da4480ab49 Did some minor Vector optimization. 2011-01-08 10:59:06 -08:00
2f71a32f64 Fixed inaccuracy with LocalPlayer.getBlockIn() and LocalPlayer.getBlockOn(). 2011-01-08 10:52:48 -08:00
fea4be0161 Further fixed permissions. 2011-01-04 14:42:44 -08:00
b8426317d9 Fixed permissions checking being completely erroneous. 2011-01-04 14:41:15 -08:00
007d254978 Fixed BukkitPlayer not returning a LocalWorld. 2011-01-04 12:21:35 -08:00
1917c94592 Merge branch 'master' into bukkit 2011-01-04 11:53:08 -08:00
e8c1dba504 Fixed 'up' being recognized as west in some direction utilizing commands. 2011-01-03 12:11:58 -08:00
e1939e0d4c Updated Bukkit plugin. 2011-01-03 12:05:41 -08:00
0dfb88c41d Merge branch 'master' into bukkit 2011-01-02 17:09:11 -08:00
96e848e880 Add a very rudimentary command line program that will check the integrity (a very basic integrity check) of a world. 2011-01-02 16:59:50 -08:00
b491457fb8 Implemented /repl tool that will replace a right clicked block with a block of your choice. 2011-01-01 22:02:26 -08:00
1ed99f2337 Abstracted super pickaxe mode/tools and changed commands to /tree, /info, /none, /single, /area, and /recur. 2011-01-01 21:50:31 -08:00
d534432a2f Dropped WorldEdit prefix from session and player classes; changed them to "Local". 2011-01-01 10:34:36 -08:00
ac4e6e8ddf Cleaned up some code, changed WorldEdit to be world-aware (finally). 2011-01-01 10:33:18 -08:00
d0e4cc7454 Made the plugin at least load. 2010-12-31 19:28:28 -08:00
ebf204cbc3 Initial commit. 2010-12-31 18:36:25 -08:00
16761dfb5c Finished abstraction. 2010-12-31 17:40:07 -08:00
ecce855db2 Initial abstraction. 2010-12-31 17:06:42 -08:00
78910b3a71 Simplified the max blocks change limit to be binary (either you have it or not). Also separated the 'max' limit and the 'default' limit in terms of configuration. 2010-12-31 14:49:49 -08:00
80d2960020 Added the ability to use (require) inventory with operations. 2010-12-31 14:31:49 -08:00
24434e3e6f Fixed issue with chests failing to save to a schematic due to a NullPointerException. 2010-12-31 01:20:00 -08:00
59afcce512 Worked around some ZIP-related bugs. 2010-12-31 01:18:08 -08:00
98de15fb4e Overhauled chest handling for MC beta. Now handles item damage as well. 2010-12-30 21:19:23 -08:00
912468f8a1 Fixed Java warnings. 2010-12-29 23:15:53 -08:00
2e77753204 Fixed the history/queue array lists being iterated in the wrong direction. 2010-12-02 09:42:17 -08:00
2e3c3404d4 Blocks should now be fully removed correctly so that they don't drop items. 2010-11-26 23:24:55 -08:00
0ec0b42026 Added mob spawner support; added 'info' tool. 2010-11-26 19:33:28 -08:00
7acd006b2b Added //smooth 2010-11-21 22:58:05 +01:00
f810b18f07 Added //count and //distr. 2010-11-16 23:00:17 -08:00
cc9d639afb Expanded the filename filter for snapshot paths. 2010-11-16 22:31:04 -08:00
2068f40cd8 Switched history's hash maps to double array lists; operations 18x faster. 2010-11-16 22:05:45 -08:00
6945ddd258 Changed WorldEdit to not set block data for blocks that don't require it. 2010-11-16 20:39:48 -08:00
363372b160 Added /up. 2010-11-06 21:47:50 -07:00
93ac198d80 Removed debug message in GroupRestrictionsManager.java. 2010-11-06 14:45:02 -07:00
b27b6add93 Added support for random block placement with //set. Made //set faster. 2010-11-06 14:43:56 -07:00
01340152e3 Added support for replacing a list of blocks with one block with //replace. 2010-11-06 09:35:05 -07:00
4740501a1e Added per-group block change limits. 2010-11-06 00:51:35 -07:00
5fc97f0f7d Added .tar and .tar.* support, *maybe*. 2010-11-05 22:50:22 -07:00
49739bab76 Added basic command logging and logging to file. 2010-11-05 22:37:16 -07:00
75b023d194 Added /fixlava and a max-radius configuration option. 2010-11-05 22:04:44 -07:00
97a49d4492 Added class to access WorldEdit from other plugins. 2010-11-05 17:54:18 -07:00
138787c1e2 Moved all the classes around again (re-coupled with Hmod). 2010-11-05 16:42:16 -07:00
767c445f4c Improved the prioritized block spawn list by adding more block types. 2010-11-04 23:29:38 -07:00
e81ffc2ad5 Updated WorldEdit for the new block types. 2010-10-30 19:40:36 -07:00
6173c6c78e Added /listchunks and /delchunks. 2010-10-28 10:27:30 -07:00
cca5f157f4 Clamped Y for //expand and //contract operations. 2010-10-25 01:07:10 -07:00
ca1e522499 Added chest support. Double-width chests don't work too well yet. 2010-10-24 23:42:56 -07:00
eebe6e1af3 Added TrueZIP support. 2010-10-21 11:36:20 -07:00
527573e71b Added support for restoring from backups (snapshots). Added /listsnapshots, //use, and //restore. 2010-10-20 16:15:20 -07:00
d9a4a778ef Improved exceptions thrown in the data framework. ZippedAlphaChunkStore can now detect subdirectories that the world is in. 2010-10-20 11:32:08 -07:00