Commit Graph

  • e6f4d336d8 Create bukkit.md Walter Higgins 2013-01-04 15:53:33 -0800
  • 1edf5978fd Removed extraneous ~ files walterhiggins 2013-01-04 23:50:00 +0000
  • 9df8b30fff New classes which separate out functionality of the JS interpreter and Minecraft impl and Command processor. walterhiggins 2013-01-04 23:41:04 +0000
  • c9f30382d6 Major reworking of MCP version of Mod and have added a new Bukkit Plugin version. walterhiggins 2013-01-04 23:38:47 +0000
  • 165a2873b3 added youtube link. walterhiggins 2013-01-04 01:05:11 +0000
  • 8a298953c2 untabified. walterhiggins 2013-01-03 20:16:58 +0000
  • 693b9a3abe cleaned up code. walterhiggins 2013-01-03 20:16:13 +0000
  • 11e6c642ff Added new dancefloor method and tweaks to CommandScript.java walterhiggins 2013-01-03 20:04:03 +0000
  • d729e8c8a0 Update example_scripts/fort.js Walter Higgins 2013-01-03 09:30:34 +0000
  • 20f2f6ec89 Update example_scripts/fort.js Walter Higgins 2013-01-03 08:36:49 +0000
  • 85f850c79f Update README.md Walter Higgins 2013-01-02 10:28:40 +0000
  • 66c46fc3fd untabified. walterhiggins 2013-01-02 07:40:32 +0000
  • d9c0471022 Added a TLDNR section walterhiggins 2013-01-02 07:39:05 +0000
  • 17c007dcc2 fixed bug in prism method. all blocks were assumed to have direction metadata. walterhiggins 2013-01-02 00:41:30 +0000
  • 3d3dccaf70 Radical change to how custom buildings can be made - Uses Drone.extend so that new player-submitted blueprints can be part of a chain. walterhiggins 2013-01-01 22:38:16 +0000
  • dfc5ba1b8f tidy up walterhiggins 2013-01-01 21:14:36 +0000
  • 2a8fad7554 Moved scripts to example_scripts directory. walterhiggins 2013-01-01 21:11:25 +0000
  • 5218f66659 directory reorg - moving non-core javascript files to examples directory walterhiggins 2013-01-01 20:33:59 +0000
  • 718475d7b0 changes to drone.js to support methods in standalone mode. walterhiggins 2013-01-01 20:27:48 +0000
  • bbcab2a9bc Update castle.js Walter Higgins 2013-01-01 20:10:01 +0000
  • dc08abd534 Improvements to Drone module - each method can now be called in standalone mode. walterhiggins 2013-01-01 20:03:31 +0000
  • 7d3689db36 corrected one error in README and clarified a few other steps Conor ONeill 2012-12-31 19:48:12 +0000
  • 836310506d screenshot walterhiggins 2012-12-31 12:37:56 +0000
  • d28faca04d Adding a new example script fort.js for creating forts and castles. walterhiggins 2012-12-31 12:36:25 +0000
  • 88cafd6ee2 Fixed a bug in Drone.js for prisms using Oak stairs (gable end used spruce not oak) Added a new optional modification to GuiIngame class to show mouse pos and block info for block under mouse. walterhiggins 2012-12-31 08:45:41 +0000
  • 9ce85bb5b3 improvements to Drone.paste() CommandScript.load now returns last statement of script walterhiggins 2012-12-30 19:44:25 +0000
  • d9c47bf7ad Update README.md Walter Higgins 2012-12-30 11:02:11 +0000
  • c15cbec9c2 Update README.md Walter Higgins 2012-12-30 10:57:23 +0000
  • 179b3ee4a1 Added first draft of Drone.copy() and Drone.paste() methods (paste needs work to handle 'facing' blocks) walterhiggins 2012-12-30 09:06:38 +0000
  • ea6fe1e061 minor tidy up walterhiggins 2012-12-29 07:43:02 +0000
  • b092aa9f87 Added error reporting in in-game console walterhiggins 2012-12-29 07:41:09 +0000
  • ea5e2c4bb9 screenshot of output of cottage_road function walterhiggins 2012-12-28 23:05:23 +0000
  • 8ba4e466c2 added tree methods and cottage_road example function. walterhiggins 2012-12-28 22:59:13 +0000
  • 15ce10f0e6 The road goes on and on. A tree lined avenue created with just 3 lines of code... walterhiggins 2012-12-28 13:39:24 +0000
  • bbaa07be12 Merge branch 'master' of github.com:walterhiggins/ScriptCraft walterhiggins 2012-12-28 13:27:10 +0000
  • 5d808368c2 Updated to use Rhino's org.mozilla.javascript.* package instead of sun.org.mozilla.javascript (this must have been an old version of Rhino I was using) walterhiggins 2012-12-28 13:26:14 +0000
  • 1c474ac2b4 Update README.md Walter Higgins 2012-12-28 13:23:15 +0000
  • ad7b8df177 Update README.md Walter Higgins 2012-12-28 12:19:10 +0000
  • a6d309971a Update README.md Walter Higgins 2012-12-28 12:14:46 +0000
  • 872bb46a94 Added support for Trees and changed $SCRIPTPATH to the more understandable $SCRIPT_DIR walterhiggins 2012-12-28 09:16:25 +0000
  • 13076a9bf2 Added documentation to the drone.js module. Added new chkpt and move methods to drone class. Added support for Trees!!!!! walterhiggins 2012-12-28 09:15:27 +0000
  • 0111a93913 Update README.md Walter Higgins 2012-12-27 13:40:27 +0000
  • 8116db6b40 screenshot of the cottages walterhiggins 2012-12-27 13:26:32 +0000
  • 6b1b4805ee untabified again walterhiggins 2012-12-27 13:23:35 +0000
  • af487378f0 Merge branch 'master' of github.com:walterhiggins/ScriptCraft walterhiggins 2012-12-27 13:22:33 +0000
  • 36b17c9dbf untabified. walterhiggins 2012-12-27 13:22:01 +0000
  • acab91d879 Update README.md Walter Higgins 2012-12-27 13:21:08 +0000
  • 2fedd10768 Merge branch 'master' of github.com:walterhiggins/ScriptCraft walterhiggins 2012-12-27 13:12:54 +0000
  • d71977677f added comments walterhiggins 2012-12-27 13:11:26 +0000
  • bb97cfdc5d Update README.md Walter Higgins 2012-12-27 13:05:34 +0000
  • a1f243cef0 it lives! walterhiggins 2012-12-27 12:55:05 +0000
  • b0f8c66564 Update README.md Walter Higgins 2012-12-27 12:46:00 +0000
  • 7eea0c2530 Update README.md Walter Higgins 2012-12-27 12:40:00 +0000
  • f40034ab22 Initial commit Walter Higgins 2012-12-27 04:27:26 -0800