Commit graph

  • 4685d135ef fix for issue #61 - plugin.yml was not updated walterhiggins 2013-02-19 19:09:03 +0000
  • 8ce1de05ea Fix for issue #60 (files locked because the streamreader is not closed) walterhiggins 2013-02-18 19:33:21 +0000
  • 4336aa9d47 added utils.foreach() and utils.nicely() functions walterhiggins 2013-02-17 22:29:41 +0000
  • fbc459a4d3 Added more documentation. walterhiggins 2013-02-17 17:43:28 +0000
  • 3f2bc8c80b Fixed bug in rainbow (wasn't drawing) and switched to using Bukkit Scheduler API for dancefloor drone function. walterhiggins 2013-02-16 22:22:45 +0000
  • eaea34e172 added convenience prroperties (colors and rainbow array). Changed order in which blocks are placed for boxa/cuboida so that blocks are laid down width, height, then length. walterhiggins 2013-02-16 12:30:00 +0000
  • 007d32e369 updated walterhiggins 2013-02-10 19:37:27 +0000
  • 26c6fecc8b more comments/docs walterhiggins 2013-02-10 19:36:39 +0000
  • d0857c6835 updated docs walterhiggins 2013-02-10 18:05:19 +0000
  • 35443e6734 documentation walterhiggins 2013-02-10 18:05:07 +0000
  • 3c178450c4 ensure _scriptcraft.js is first to doc walterhiggins 2013-02-10 18:04:45 +0000
  • c44dd44e66 first walterhiggins 2013-02-10 17:53:08 +0000
  • d6965a43ca changed order of loading .js so that modules primary .js files get loaded before others in same directory walterhiggins 2013-02-10 17:52:37 +0000
  • f3e17b4181 removed unneeded load() calls walterhiggins 2013-02-10 17:51:27 +0000
  • 04e1b27e51 rainbow example screenshot walterhiggins 2013-02-10 17:50:54 +0000
  • 5830c73df0 Added docs for events module walterhiggins 2013-02-10 13:42:32 +0000
  • 7e8fc91e63 Update README.md Walter Higgins 2013-02-09 20:31:36 +0000
  • 1a7cd9290b fixed doc link walterhiggins 2013-02-09 20:27:50 +0000
  • 37732ccb82 updated docs walterhiggins 2013-02-09 20:22:53 +0000
  • ba5437745f updated docs walterhiggins 2013-02-09 20:22:36 +0000
  • 084ed1ebcc updated docs walterhiggins 2013-02-09 19:11:23 +0000
  • c10c469b12 updated documentation walterhiggins 2013-02-09 19:10:07 +0000
  • 8106fac4d1 updated docs walterhiggins 2013-02-09 19:09:30 +0000
  • 25c2147183 example screenshots for documentation walterhiggins 2013-02-09 19:09:04 +0000
  • 84f024d62c box example doc updated walterhiggins 2013-02-09 15:08:20 +0000
  • d9093b1746 new screens walterhiggins 2013-02-09 15:04:14 +0000
  • 1a89b87008 adding example screens walterhiggins 2013-02-09 15:02:52 +0000
  • 9c31e2d321 adding example screens walterhiggins 2013-02-09 15:02:11 +0000
  • e857e70209 new example images walterhiggins 2013-02-09 15:01:50 +0000
  • 756588e27c screenshot showing spiral staircase walterhiggins 2013-02-09 10:27:38 +0000
  • a4eccad4bd Updated docs walterhiggins 2013-02-09 10:24:55 +0000
  • 6445ed166d New spiral staircase - to demo use of Drone.PLAYER_STAIRS_FACING walterhiggins 2013-02-09 10:24:15 +0000
  • 03ec3a6ae0 Fixed bug - emacs temp files being picked up walterhiggins 2013-02-09 10:23:24 +0000
  • 0458f6639d Additional api documentation walterhiggins 2013-02-08 23:22:14 +0000
  • d88729675a fix comment - boxa example walterhiggins 2013-02-08 21:26:55 +0000
  • e494a15afa Generate API doc from source comments walterhiggins 2013-02-08 21:23:15 +0000
  • 903c701f6f made world a property and added more documentation walterhiggins 2013-02-07 22:22:52 +0000
  • d916f1d843 no need to pass world param to arch walterhiggins 2013-02-07 22:22:13 +0000
  • 66de0f402a no need to pass world param to arc walterhiggins 2013-02-07 22:21:56 +0000
  • b56b4262e8 no need to pass world param to arc walterhiggins 2013-02-07 22:21:41 +0000
  • b7790d1c1c use boxa() method instead of box() for arrays walterhiggins 2013-02-07 22:16:50 +0000
  • ec45b50a60 no need to pass world param walterhiggins 2013-02-07 22:16:30 +0000
  • 8924d1943c reorg'd blocks into more logical groups walterhiggins 2013-02-07 22:16:08 +0000
  • 32ae5a6da3 first phase of comments update walterhiggins 2013-02-05 20:49:09 +0000
  • 9e90d998fa added .js~ and .js# (emacs temp files) to ignore list walterhiggins 2013-02-05 20:48:26 +0000
  • 97553d7da4 added default values for chessboard() walterhiggins 2013-02-05 20:47:54 +0000
  • fe3530788a Merge pull request #53 from AlexBarnes86/master Walter Higgins 2013-02-05 12:40:13 -0800
  • 756a13d6fc Add some useful tools Alex Barnes 2013-02-04 21:24:42 -0600
  • 22add98d15 Correct handling of strokeWidth for vertical arcs walterhiggins 2013-02-03 20:19:58 +0000
  • ca821a696a rainbow.js shows an example of how to use the new arc() method walterhiggins 2013-02-03 12:09:45 +0000
  • 86fd3c0a28 Reworked arc code - More versatile circles/arcs in horiz and vertical planes walterhiggins 2013-02-03 12:09:05 +0000
  • b34d456427 Fix issue #51 - tab completion reporting incorrect globals walterhiggins 2013-02-02 13:15:32 +0000
  • 4a586a115c added hemispheres and blocks ids walterhiggins 2013-02-01 22:14:53 +0000
  • 63712518dc optimized sphere and blocktype walterhiggins 2013-01-31 22:51:35 +0000
  • 2392922c01 Merge pull request #49 from freerunnering/patch-1 Walter Higgins 2013-01-30 17:15:18 -0800
  • 7a32a646cc More efficient box0() Kyle Howells 2013-01-31 00:55:41 +0000
  • 35e0910b8e Performance improvements and fix for issue #47 walterhiggins 2013-01-30 22:48:37 +0000
  • 661ae37503 Merge branch 'master' of https://github.com/walterhiggins/ScriptCraft walterhiggins 2013-01-29 22:03:22 +0000
  • 7c393ea070 tidy up code - hide all but .start() method walterhiggins 2013-01-29 22:03:10 +0000
  • a621c473c1 include object methods in tab complete walterhiggins 2013-01-29 22:02:30 +0000
  • 0b92683b6c Update README.md Walter Higgins 2013-01-28 23:16:38 +0000
  • 2ffb1ff78d Fixed game over handling walterhiggins 2013-01-28 22:36:26 +0000
  • 359222fba9 Fix bug in notifyAdmins walterhiggins 2013-01-28 19:49:44 +0000
  • 53b0b64016 missed a semi Chris Ruppel 2013-01-27 14:23:39 -0600
  • 284c2da586 Both functions return this. They can now be chained. Chris Ruppel 2013-01-27 14:16:37 -0600
  • e7f4a5c99b Add checkpoint to logojs() and move back to it after finishing logo. Chris Ruppel 2013-01-27 14:12:25 -0600
  • 5af256cd55 Adding a checkpoint to logojscube() so it can be fired multiple times by the same Drone. Chris Ruppel 2013-01-27 14:05:19 -0600
  • 99d8d3ce41 Merge pull request #45 from rupl/some-docs Walter Higgins 2013-01-27 05:01:16 -0800
  • 723965bcf8 Add logojscube(). Refactored logojs() to handle being fired multiple times by the same Drone. Chris Ruppel 2013-01-26 23:45:16 -0600
  • 182cdc22d8 Fixing defaults so args can take effect. Chris Ruppel 2013-01-26 23:07:10 -0600
  • 36255359c4 Adding logo.js Chris Ruppel 2013-01-26 23:00:09 -0600
  • 01322d00cd Merge remote branch 'origin/master' into some-docs Chris Ruppel 2013-01-26 22:37:27 -0600
  • 5d4ee682d3 Spacing out primitives docs. Chris Ruppel 2013-01-26 22:37:07 -0600
  • 871ae40e37 ScriptCraft's first Mini-Game git add minigames/SnowBallFight.js git add minigames/SnowBallFight.js walterhiggins 2013-01-26 22:40:58 +0000
  • 1732bf15dd better tab completion on /jsp issue #35 walterhiggins 2013-01-26 17:49:11 +0000
  • 446ba9ad7b changed to and tweaked tabcomplete walterhiggins 2013-01-26 13:47:16 +0000
  • 460f93ca8d warn if putSign() is called with block id other than 63 or 68 issue #39 walterhiggins 2013-01-26 09:57:43 +0000
  • b6b5891112 Added further reading walterhiggins 2013-01-25 08:16:35 +0000
  • e0a1843de9 Docs for blocktype function. Chris Ruppel 2013-01-24 22:38:46 -0600
  • a002e1100c changed plugin back to __plugin walterhiggins 2013-01-25 00:53:40 +0000
  • 9f7b19379b fixed getBlock - issue #40 walterhiggins 2013-01-25 00:07:39 +0000
  • 888ee6c208 renamed __self to self walterhiggins 2013-01-24 23:47:36 +0000
  • 6bcebe35e6 renamed __self to self walterhiggins 2013-01-24 23:46:28 +0000
  • b0dc11906b renamed __self to self and updated README walterhiggins 2013-01-24 23:44:15 +0000
  • 348a1d06ad don't make reload() function public walterhiggins 2013-01-24 20:22:22 +0000
  • d79ff63899 Merge branch 'master' of https://github.com/walterhiggins/ScriptCraft walterhiggins 2013-01-24 20:20:43 +0000
  • 844c70c21e don't load same javascript file more than once walterhiggins 2013-01-24 20:12:41 +0000
  • eb1488b08c Update bukkit.md Walter Higgins 2013-01-24 16:48:39 +0000
  • c5a096afaf Added a new example plugin 'chat color' for reference when creating your own plugins walterhiggins 2013-01-23 21:24:32 +0000
  • 68f8acd922 More informative errors when evaluating javascript files walterhiggins 2013-01-23 00:50:16 +0000
  • a8f0d0bdf9 load drone.js walterhiggins 2013-01-23 00:02:57 +0000
  • fa03eb6ccd fixed the letter 'v' walterhiggins 2013-01-22 00:00:35 +0000
  • d8a43116d4 updated to reflect new directory layout walterhiggins 2013-01-21 23:11:28 +0000
  • 17dddb1dc9 Reorganised directories to be more maven-like walterhiggins 2013-01-21 23:10:57 +0000
  • 1269426f06 Switched to craftbukkit 147 (No changes to code - just tested with 147 server) walterhiggins 2013-01-21 22:19:34 +0000
  • a9f03f7d7c Improved efficiency of blocktype walterhiggins 2013-01-21 22:18:47 +0000
  • d57c5868ee Example of the use of block type walterhiggins 2013-01-20 21:20:15 +0000
  • 4ce41e0bb8 create words with blocks walterhiggins 2013-01-20 21:03:45 +0000
  • 42b1ac2b74 Added blocktype drone extension for creating words from blocks walterhiggins 2013-01-20 21:02:56 +0000
  • 74fbe24f8d Improvements to Sphere code walterhiggins 2013-01-20 01:29:43 +0000