Commit Graph

53 Commits

Author SHA1 Message Date
Walter Higgins 890ffb0c17 using spigot-1.11.2 2016-12-23 11:57:52 +00:00
BuildTools 562499c79b updating spigot to 1.11 2016-12-20 14:39:19 +00:00
walterhiggins 350230b622 change order of events-related documentation 2016-09-10 17:19:18 +01:00
walterhiggins 81f1666943 Built with Spigot 1.10.2 2016-09-09 21:44:33 +01:00
walterhiggins e5eae2108a fix issues #256 and #287 2016-03-19 12:46:38 +00:00
walterhiggins aa42b74119 Added lightning module 2015-12-30 13:01:11 +00:00
walterhiggins c6d6dea3db 3.1.10 release - fixed bukkit javadoc link. Added canarymod-1.8.0 and spigot-1.8.8.jar 2015-08-16 13:18:05 +01:00
walterhiggins 62ff9034a6 Fix issue #261 2015-08-01 12:33:40 +01:00
walterhiggins d9e6cea844 added this.cancel() for canceling events inside an event handling function. 2015-02-14 11:50:20 +00:00
walterhiggins 3767c07699 Download canarymod during build - removing from git 2015-01-17 20:14:59 +00:00
walterhiggins ecc2d91ea2 swapping canarymod 1.7.10-1.1.3 for 1.8.0-1.2.0 and added contrib notes to top of generated docs 2015-01-11 00:11:44 +00:00
walterhiggins 88cbeae535 Updating version number to 3.0.3 2015-01-03 13:17:58 +00:00
walterhiggins 0bc45c1b49 ensure Canary.inf has latest version number. 2014-11-14 19:57:48 +00:00
walterhiggins 3ec582f653 Include docs for both bukkit and canary event helpers. 2014-11-09 11:52:10 +00:00
walterhiggins 2eeb3be1cb Use exact CanaryMod jar name 2014-11-09 08:24:34 +00:00
walterhiggins c36cd97c99 Get build working on jre6,7,8 2014-10-18 18:48:57 +01:00
walterhiggins 4e623299ae reinstating bukkit as build target. 2014-10-18 11:05:30 +01: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 70282e278d Added items to API docs, added recipes. added utils.players() and utils.playerNames() functions. 2014-10-05 17:29:04 +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 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