Commit graph

12 commits

Author SHA1 Message Date
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