Commit graph

7 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 66abbfc142 fix for issue #69 2013-03-09 16:50:12 +00:00
walterhiggins 5b473d9c93 Fix for issue #64 bad interaction with Essentials plugin 2013-02-22 15:49:42 +00:00
walterhiggins 8ce1de05ea Fix for issue #60 (files locked because the streamreader is not closed) 2013-02-18 19:33:21 +00:00
walterhiggins a002e1100c changed plugin back to __plugin 2013-01-25 00:53:40 +00:00
walterhiggins 6bcebe35e6 renamed __self to self 2013-01-24 23:46:28 +00:00
walterhiggins 17dddb1dc9 Reorganised directories to be more maven-like 2013-01-21 23:10:57 +00:00
Renamed from bukkit-plugin/src/net/walterhiggins/scriptcraft/ScriptCraftPlugin.java (Browse further)