Commit graph

37 commits

Author SHA1 Message Date
walterhiggins 8d8ea69dda moving core drone and extensions into modules folder so 3rd-party extensions/contributions can use require('drone') instead of the existing unwieldy require('../drone').Drone 2015-01-03 20:57:30 +00:00
walterhiggins dad20186d7 removed delay for ladder and lcdclock. 2015-01-03 11:08:40 +00:00
walterhiggins a63648cb97 Added bed() and improved low-level drone methods. 2015-01-01 12:47:36 +00:00
Walter Higgins 132d4d5c9f fix issue #185 2014-12-31 09:40:30 +00:00
Walter Higgins 922a57b7df fix problems on Mac OS 2014-12-31 09:12:57 +00:00
walterhiggins e388cdbc8e Further testing and tweaking of Documentation. 2014-12-30 18:12:10 +00:00
walterhiggins 1a0b71f92e Automatically apply correct facing metadata if missing from certain blocks. apply this metadata as properties in 1.8. (Part of work preparing for 1.8) 2014-12-30 14:54:38 +00:00
walterhiggins 63c1a69ead Fixed hanging torches, steps, ladders in 1.8 need to test with 1.7.10 2014-12-29 22:42:00 +00:00
walterhiggins b0e15bfa80 Reorganization of Drone from 1 monolithic module to smaller modules. 2014-12-28 15:07:08 +00:00
walterhiggins 8056da0d3b Fix doors and stairs for 1.7 2014-12-27 19:03:30 +00:00
walterhiggins 21a64efca0 Further work on Drone for 1.8 Doors now work! and Chessboard, rainbow and all colored materials. 2014-12-27 16:48:27 +00:00
walterhiggins 1443b37ec4 Fixed signs in 1.8 and prism0 in 1.8 Doors are still problematic as are torches and ladders in Drone. Added blockhelper for setting block properties. 2014-12-27 13:42:38 +00:00
walterhiggins 4fd37054d9 getting ready for working on 1.8 2014-12-25 11:37:00 +00:00
walterhiggins fe46987d71 partial support for 1.8 for drone - (not there yet, only works for blocks with no facing data) 2014-12-25 11:00:16 +00:00
walterhiggins c62da83544 Fix typo in putSign() function 2014-12-24 15:39:34 +00:00
walterhiggins 287ad49d7b added blocks.bonemeal and named some functions in drone. 2014-12-23 15:56:38 +00:00
walterhiggins 0866097411 Fixed bug in creating signs in canarymod and updated minigames/scoreboard to work with example code from book. 2014-10-12 18:34:40 +01:00
walterhiggins 19162c3688 First phase of transition from Bukkit to Canary.
Some of the plugins are not yet supported.
If you're feeling brave you can build from source using ant.
2014-09-29 23:42:41 +01:00
walterhiggins e874ba3ff6 Fixed a bug in boxa() drone method which caused chessboard() to fail (since move to async) 2014-08-23 16:44:36 +01:00
walterhiggins bbcdb48bef line-wrap markdown comments 2014-06-14 15:40:19 +01:00
walterhiggins a2b0cda399 fixes issue #139 2014-05-28 22:40:38 +01:00
walterhiggins fa64f07c38 doc changes - change ref of js-plugins to scriptcraft/plugins 2014-05-26 21:03:47 +01:00
walterhiggins 2f2db3c76f Added new blocks. and changed Drone.extend to support single param. 2014-05-24 10:55:27 +01:00
walterhiggins 2ba3335a16 Omit abstract event classes from events-helper.
Improved tab completion for jre8
2014-04-26 20:20:10 +01:00
walterhiggins 9d2df863b6 spacing 2014-04-25 20:51:15 +01:00
walterhiggins 3c7f8ae94e Make drone build processing more evenly distributed for multiple players 2014-04-19 17:28:43 +01:00
walterhiggins 7b7d8cb35c Fix issue #135 2014-04-07 20:59:09 +01:00
walterhiggins f82d88cb3f Event handling rework. Simplified event handling and unregistering. 2014-03-15 18:06:23 +00:00
walterhiggins 0a506f80ed Adding Drone.MAX_VOLUME and Drone.MAX_SIDE properties 2014-03-13 19:23:32 +00:00
walterhiggins 7e435be565 make Drone.cuboida() async. 2014-03-11 21:35:59 +00:00
walterhiggins 30d1d89e91 Make putsign use drone queue and add informative messages for senders. 2014-03-10 23:18:33 +00:00
walterhiggins fae2b6aac7 Improved Drone background-processing. 2014-03-08 21:01:25 +00:00
walterhiggins 96b1a54896 Making bukkit objects easier to identify by name (bk prefix) 2014-02-19 22:17:19 +00:00
walterhiggins d976563adf Drone.garden() is now non-destructive - won't destroy existing blocks. 2014-02-19 00:15:44 +00:00
walterhiggins ef02885613 Drone.cuboidX() - foundation of most Drone building is now async. 2014-02-16 18:37:51 +00:00
walterhiggins 7457cd58b8 Changed formatting to use idiomatic style. (like glasses-mode in emacs) 2014-01-29 19:49:15 +00:00
walterhiggins 7a7767c83c Added logging of errors during plugin autoload. 2014-01-25 09:04:16 +00:00
Renamed from src/main/javascript/plugins/drone/drone.js (Browse further)