Commit graph

34 commits

Author SHA1 Message Date
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 e3078804ab Fixed events-helper to include all non-abstract handlers.
Added items.js module and fixed sounds.js (more work needed on items.js)
2014-05-18 00:35:26 +01:00
walterhiggins 03ebf347b1 fix travis issues. 2014-04-26 22:09:54 +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 a4968d8dc6 Events handling changes. Added new convenience functions to events module
to make event handling easier still for newbies
2014-04-26 16:56:57 +01:00
walterhiggins b3eaec4cf2 Add debug flag for compile. 2014-01-31 01:38:27 +00:00
walterhiggins 621245adac Removed underscore from source (it's downloaded) and fixed spawn plugin. 2014-01-29 23:11:40 +00:00
walterhiggins 7a7767c83c Added logging of errors during plugin autoload. 2014-01-25 09:04:16 +00:00
walterhiggins a13f3badd9 Adding sc-mqtt module for comms with Arduino 2014-01-17 23:05:36 +00:00
walterhiggins a4999745de Added config.yml for plugin configuration - issue #102 2014-01-14 22:54:49 +00:00
walterhiggins 3a6cb1057d Further changes to achieve compat with Nashorn java 8 2014-01-13 23:01:17 +00:00
walterhiggins aefc98f172 Fix issue #111, reorg of lib/ and (undoc'd) persistence 2014-01-12 11:26:26 +00:00
walterhiggins 73fdf04bc2 Target java 1.6 and fix exception on Mac OS due to alias plugin 2014-01-05 12:23:09 +00:00
walterhiggins 2ee9dd6515 Added Table of Contents to API Reference - Issue #104 2014-01-04 18:39:49 +00:00
walterhiggins 6a73144c93 generate table of contents for Young Persons guide 2014-01-04 16:57:43 +00:00
walterhiggins 686285dcfb Added 2 new example plugins and changed drone so that public extensions (box, sphere, etc) pass 'self' as first param to Drone constructor (part of eventual phase-out of 'self' variable). 2013-12-31 18:21:40 +00:00
walterhiggins ab2b26dace removed coffeescript target from build.xml 2013-12-30 21:52:58 +00:00
walterhiggins d44a43e598 Fixed a bug in plugin code where stores were being trashed at startup 2013-12-25 07:48:10 +00:00
walterhiggins b2b8cdd7f3 reorg 2013-12-24 00:11:08 +00:00
walterhiggins 4fb370bfea changed api doc to API-Reference and tweaked Young Person's guide to use blocks variable 2013-12-17 21:42:25 +00:00
walterhiggins 55563a090e added version to plugin.yml 2013-10-21 20:24:29 +01:00
walterhiggins d3831bb910 Disable CoffeeScript evaluation until issue #92 is fixed 2013-08-11 22:15:19 +01:00
Aaron Mueller 720564652f Integrate the CoffeeScript Compiler for .coffee files
Simple integration of CoffeeScript support. The code uses the JavaScript
implementation of the CoffeeScript compiler. All *.coffee files get
compiled to JavaScript just before eval(). Additionaly a new command
named /coffe is introduced to run CoffeeScript code straight in the
Minecraft console.
2013-08-11 20:35:23 +02:00
walterhiggins 3031a0216a merge mrdon's changes 2013-06-03 00:02:28 +01:00
walterhiggins 6f51e28947 updated readme to include new download link and website - builds go to distinct timestamp dir 2013-02-22 16:51:01 +00:00
walterhiggins 4685d135ef fix for issue #61 - plugin.yml was not updated 2013-02-19 19:09:03 +00:00
walterhiggins e494a15afa Generate API doc from source comments 2013-02-08 21:23:15 +00:00
walterhiggins d8a43116d4 updated to reflect new directory layout 2013-01-21 23:11:28 +00:00
walterhiggins 68c3c7dd71 Improved update procedure for servers with plugin already installed - only unzips newer files 2013-01-19 17:00:55 +00:00
walterhiggins 78fa9e41bb remove all scriptcraft*.jars from ~/craftbukkit/plugins (Dev-only setting) in update-live-cb target 2013-01-16 07:06:33 +00:00
walterhiggins 03e9f1f101 generate a new version datestamp per build and fix paths in arrows.js 2013-01-15 21:11:18 +00:00
walterhiggins 3b0395efb1 Issue #26 - make plugin startup less verbose 2013-01-15 19:15:40 +00:00
walterhiggins b340373ea7 added copy-js-to-live-cb target for copying js-plugins directory in source tree to craftbukkit directory 2013-01-14 22:55:39 +00:00
walterhiggins d5cc078480 Updated Build to include bukkit version and date in plugin jar filename 2013-01-13 17:00:30 +00:00