Commit graph

  • f25f4ac7f3 Updated doc for require walterhiggins 2013-12-21 09:09:11 +0000
  • f35a729ceb Adding support for 'require()' and node.js-style modules (not node modules per se - just support for the same module semantics) walterhiggins 2013-12-21 08:58:40 +0000
  • 77e9d59e9b Merge pull request #98 from Strategetical/master Walter Higgins 2013-12-20 09:22:21 -0800
  • 852a755819 Use Bukkit's ChatColor class for more reliable... Ivan Kondratyev 2013-12-20 10:11:34 -0600
  • db88a51cbf Update YoungPersonsGuideToProgrammingMinecraft.md Walter Higgins 2013-12-19 11:21:55 +0000
  • 88c5402e63 Update README.md Walter Higgins 2013-12-19 11:13:25 +0000
  • df0e09a774 Update README.md Walter Higgins 2013-12-19 11:10:08 +0000
  • 4481ff7d33 Update README.md Walter Higgins 2013-12-19 11:06:17 +0000
  • a215c60903 Update README.md Walter Higgins 2013-12-19 10:43:37 +0000
  • 508d6f0622 Update readme.md Walter Higgins 2013-12-19 10:43:13 +0000
  • 06a88a1073 Update readme.md Walter Higgins 2013-12-19 10:37:28 +0000
  • d889b301b3 Create readme.md Walter Higgins 2013-12-19 10:12:38 +0000
  • 90c1171627 now named API-Reference.md walterhiggins 2013-12-17 23:54:06 +0000
  • a760cec44c spelling error in docs walterhiggins 2013-12-17 23:52:53 +0000
  • 249d3dda31 improved require function walterhiggins 2013-12-17 23:49:00 +0000
  • 4fb370bfea changed api doc to API-Reference and tweaked Young Person's guide to use blocks variable walterhiggins 2013-12-17 21:42:25 +0000
  • db51bdc57e tidy up variable names walterhiggins 2013-12-15 21:27:48 +0000
  • 03220a03e8 src/main/javascript/events/events.js walterhiggins 2013-12-15 21:27:23 +0000
  • bcf44fe345 Adding experimental require() function like commonjs (barebones support for require() and exports) walterhiggins 2013-12-15 21:26:28 +0000
  • 5263ad1b5d fix issue #97 walterhiggins 2013-12-08 12:16:41 +0000
  • 4f390374ef updated first steps walterhiggins 2013-11-03 18:37:18 +0000
  • e6c1801a9b Update YoungPersonsGuideToProgrammingMinecraft.md Walter Higgins 2013-10-25 08:18:38 +0100
  • 872d062716 Fixed scriptcraft download link. Walter Higgins 2013-10-25 08:16:56 +0100
  • cfb21f8273 Update YoungPersonsGuideToProgrammingMinecraft.md Walter Higgins 2013-10-25 08:15:59 +0100
  • 55563a090e added version to plugin.yml walterhiggins 2013-10-21 20:24:29 +0100
  • 126773fc4c Merge remote-tracking branch 'wh/master' Aaron Mueller 2013-10-15 22:09:33 +0200
  • 6f725423c0 reordered comments walterhiggins 2013-10-13 21:08:31 +0100
  • 53d04fade0 A new simple number-guessing game to try out the Bukkit Conversation API walterhiggins 2013-10-13 21:08:04 +0100
  • 396a8e6107 Added setTimeout(), clearTimeout(), setInterval() and clearInterval() functions so javascript programmers familiar with these functions can use them in Minecraft walterhiggins 2013-10-09 18:42:39 +0100
  • 6d39b953a6 Update YoungPersonsGuideToProgrammingMinecraft-de.md Ruben Müller 2013-08-17 18:56:57 +0200
  • 4944db4dc5 Update YoungPersonsGuideToProgrammingMinecraft-de.md Ruben Müller 2013-08-17 14:41:55 +0200
  • aa7ff1a0e2 Update YoungPersonsGuideToProgrammingMinecraft-de.md Ruben Müller 2013-08-17 14:40:11 +0200
  • d3831bb910 Disable CoffeeScript evaluation until issue #92 is fixed walterhiggins 2013-08-11 22:15:19 +0100
  • 9a9188cf47 Merge pull request #91 from arg-games/coffeescript-integration Walter Higgins 2013-08-11 12:40:11 -0700
  • 5432ff4f83 More german translations and some optimization in the heading stacking Ruben Müller 2013-08-10 09:03:41 +0200
  • de9da70e01 Optimized the TOC and translated some paragraphs Ruben Müller 2013-08-08 23:13:40 +0200
  • 3f6b9573c9 Some more translation ... Aaron Mueller 2013-08-08 17:53:00 +0200
  • 8cf80e429d Translate the functions chapter and fix some view issues Aaron Mueller 2013-08-07 21:47:00 +0200
  • dc93b57769 Some quick n' dirty markdown "viewer" Aaron Mueller 2013-08-07 18:29:02 +0200
  • 71a7cc53b0 Translate the variables part Aaron Mueller 2013-08-06 22:45:32 +0200
  • b176ef703a Installation Aaron Mueller 2013-08-06 16:32:23 +0200
  • 3850e8be3d Start with the introduction Aaron Mueller 2013-08-05 15:17:13 +0200
  • 1e80235a01 Working on the german translation for YoungPersonsGuideToProgrammingMinecraft-de.md Ruben Müller 2013-08-04 09:03:56 +0200
  • db265cc425 Copied 'YoungPersonsGuideToProgrammingMinecraft.md' to 'YoungPersonsGuideToProgrammingMinecraft-de.md' – German translation can begin Ruben Müller 2013-08-04 08:31:06 +0200
  • 720564652f Integrate the CoffeeScript Compiler for .coffee files coffeescript-integration Aaron Mueller 2013-08-11 20:22:36 +0200
  • 5a415d9838 fix issue #90 walterhiggins 2013-08-08 08:02:27 +0100
  • c7b2786a8a fix typo in comments and improved examples for the foreach function walterhiggins 2013-08-03 13:50:06 +0100
  • df56b53593 Added 'utils.at' function for scheduled callbacks walterhiggins 2013-08-03 13:14:09 +0100
  • b08b112107 fix for issue #86 walterhiggins 2013-07-28 10:54:08 +0100
  • 8a9ce400c2 Merge pull request #85 from shaneriley/master Walter Higgins 2013-07-22 07:44:57 -0700
  • d25a91e37b Add blocks added with 1.6, DRY up color variation setting Shane Riley 2013-07-22 10:03:44 -0400
  • 0e612840e6 Merge pull request #80 from edonaldson/patch-3 Walter Higgins 2013-07-21 11:48:26 -0700
  • 74e6f3f1cc Fix missing parenthesis edonaldson 2013-07-04 12:06:25 -0500
  • 9ee6e229f0 fix typo in md walterhiggins 2013-06-24 20:23:11 +0100
  • 8a585eec26 fix typo in markdown walterhiggins 2013-06-24 20:22:39 +0100
  • 2e283dcd39 documentation for fireworks module walterhiggins 2013-06-23 22:04:46 +0100
  • 1114c3750f Fireworks ! WOOHOO walterhiggins 2013-06-23 19:56:18 +0100
  • 54ec523f6f fixed api.md walterhiggins 2013-06-07 19:58:45 +0100
  • 335b8b1bdc updated docs/comments walterhiggins 2013-06-07 19:50:12 +0100
  • a8ad3e0444 fixed api docs walterhiggins 2013-06-07 08:35:22 +0100
  • 9605e32801 new classroom module walterhiggins 2013-06-07 00:01:46 +0100
  • 3031a0216a merge mrdon's changes walterhiggins 2013-06-03 00:02:28 +0100
  • 6a649647b1 typo - Drone.times() walterhiggins 2013-05-27 22:06:02 +0100
  • 13afac33a4 fixed tree functions and added times function walterhiggins 2013-05-27 21:39:43 +0100
  • bbb2aabeb8 improvements walterhiggins 2013-05-11 16:03:49 +0100
  • 81e2e2f76b tweaked next steps section walterhiggins 2013-05-05 13:02:29 +0100
  • 6d7b666b57 added section on making decisions walterhiggins 2013-05-04 17:31:13 +0100
  • 9455a31889 added reader exercise comment walterhiggins 2013-04-14 15:20:02 +0100
  • d448fbe9e7 fixed bug - not returning this walterhiggins 2013-04-14 15:15:01 +0100
  • c32f8aab5f example skyscraper walterhiggins 2013-04-14 14:55:59 +0100
  • 51374ac1db Use sensible default metadata when placing stairs (if none provided) walterhiggins 2013-04-14 14:55:23 +0100
  • 0357b8fadc new section on skyscrapers walterhiggins 2013-04-13 13:22:38 +0100
  • 244e1af270 Fixed problems with AutoComplete walterhiggins 2013-04-07 20:09:04 +0100
  • 3d92e2c685 fixed missing , walterhiggins 2013-04-07 17:51:09 +0100
  • 059ebe6559 Merge pull request #75 from dirkk0/master Walter Higgins 2013-04-04 08:22:54 -0700
  • b36baa744e fixed small typo in the arc example. Dirk Krause 2013-04-04 17:34:01 +0300
  • 0fa8196fba first commit of http.request module walterhiggins 2013-03-31 14:54:38 +0100
  • b091abcea3 added sound exercise walterhiggins 2013-03-23 15:56:15 +0000
  • 1b40158699 image link fixed walterhiggins 2013-03-23 14:18:54 +0000
  • fe82a52d2c first draft of guide walterhiggins 2013-03-23 14:14:53 +0000
  • 0a4e7cfc44 New images for Young Persons Guide to Programming Minecraft walterhiggins 2013-03-23 14:14:12 +0000
  • 7200af2bc3 further changes for issue #72 walterhiggins 2013-03-23 12:54:15 +0000
  • 5f216cb171 Merge pull request #72 from edonaldson/patch-2 Walter Higgins 2013-03-23 05:27:21 -0700
  • dd18d1af8a Correct setPosition edonaldson 2013-03-20 07:42:55 -0500
  • cc2f648804 Update to include getLocation and setPosition edonaldson 2013-03-19 17:03:00 -0500
  • ca9bfe9c87 Merge pull request #71 from mpstx/RedstoneWire Walter Higgins 2013-03-19 05:14:19 -0700
  • 79e05f2bc0 unregister event listeners when plugin is disabled (better co-op with other plugins) walterhiggins 2013-03-18 08:37:58 +0000
  • 777fb9ce5b Add support for java.util.Collection to utils.foreach() walterhiggins 2013-03-17 11:57:48 +0000
  • a67818aeae Add some drone functions for laying down redstone wire with supporting blocks, with repeaters (in a straight line), and a redstone road msmith 2013-03-16 03:31:41 -0500
  • 89b2dca496 fixed typo - forg -> org walterhiggins 2013-03-09 22:13:36 +0000
  • 66abbfc142 fix for issue #69 walterhiggins 2013-03-09 16:50:12 +0000
  • 6e113a2eca Fixed autocomplete issue #68 walterhiggins 2013-03-02 18:46:50 +0000
  • 1eb6756204 moved drone buildings/add-ons to drone/contrib folder walterhiggins 2013-02-24 17:57:45 +0000
  • 3f2e5e2c73 Merge pull request #46 from rupl/logo-js Walter Higgins 2013-02-24 08:28:30 -0800
  • 48212744ee Merge pull request #65 from edonaldson/patch-1 Walter Higgins 2013-02-22 14:01:48 -0800
  • eebec82aea Update _scriptcraft.js to include unload Handlers edonaldson 2013-02-22 15:43:38 -0600
  • 6f51e28947 updated readme to include new download link and website - builds go to distinct timestamp dir walterhiggins 2013-02-22 16:51:01 +0000
  • 5b473d9c93 Fix for issue #64 bad interaction with Essentials plugin walterhiggins 2013-02-22 15:49:42 +0000
  • a684a0b333 fix issue #60 walterhiggins 2013-02-19 22:38:23 +0000
  • 520a4ab20c use utils.getPlayerObject() instead of removed getPlayerObject() walterhiggins 2013-02-19 19:14:02 +0000