Commit Graph

  • fe62f61883 fix code in sc-mqtt module walterhiggins 2014-02-04 21:04:12 +0000
  • 349c2f17cf added docs for chat/color plugn walterhiggins 2014-02-04 20:53:59 +0000
  • 29eb6c1975 added craftbukkit link to guide walterhiggins 2014-02-04 08:38:32 +0000
  • b3eaec4cf2 Add debug flag for compile. walterhiggins 2014-01-31 01:38:27 +0000
  • 5868b9099a Round up setInterval and setTimeout to match bukkit's min 50ms tick. walterhiggins 2014-01-31 00:42:05 +0000
  • 13ee0d0e9c Fixes #114 walterhiggins 2014-01-31 00:36:28 +0000
  • ca46607a47 Update README.md Walter Higgins 2014-01-30 00:41:59 +0000
  • e52b665583 updated contributing.md to refer to idiomatic js guide walterhiggins 2014-01-30 00:03:07 +0000
  • 621245adac Removed underscore from source (it's downloaded) and fixed spawn plugin. walterhiggins 2014-01-29 23:11:40 +0000
  • 7ab34980e4 fix issue #113 walterhiggins 2014-01-29 20:11:47 +0000
  • 7457cd58b8 Changed formatting to use idiomatic style. (like glasses-mode in emacs) walterhiggins 2014-01-29 19:49:15 +0000
  • 7a7767c83c Added logging of errors during plugin autoload. walterhiggins 2014-01-25 09:04:16 +0000
  • 8c690452e7 Added experimental LCDGameClock walterhiggins 2014-01-24 23:38:56 +0000
  • f71d1a4e78 made sc-mqtt module's client object fluent walterhiggins 2014-01-23 23:09:41 +0000
  • a098963f90 Workaround for stupid array index notation access bug in Nashorn. walterhiggins 2014-01-22 23:57:27 +0000
  • 9a2b39b108 updated release notes for mqtt walterhiggins 2014-01-17 23:33:23 +0000
  • a13f3badd9 Adding sc-mqtt module for comms with Arduino walterhiggins 2014-01-17 23:05:36 +0000
  • 5f7193d3ee Adding travis ci build status. walterhiggins 2014-01-14 23:25:00 +0000
  • 963df1898c configuration docs for issue #102 walterhiggins 2014-01-14 23:01:20 +0000
  • a4999745de Added config.yml for plugin configuration - issue #102 walterhiggins 2014-01-14 22:54:49 +0000
  • b2e203dd8c Create .travis.yml Walter Higgins 2014-01-14 16:00:12 +0000
  • 47ea7bcab2 updated version to 2.0.2 (nashorn-ready) walterhiggins 2014-01-14 08:37:02 +0000
  • 3a6cb1057d Further changes to achieve compat with Nashorn java 8 walterhiggins 2014-01-13 23:01:17 +0000
  • 93fb626276 Adding a contributing.md file for contributors. walterhiggins 2014-01-13 21:56:21 +0000
  • 7cb679cfd1 Fix issue #112 (Support for Nashorn in Java8) walterhiggins 2014-01-13 21:06:17 +0000
  • 2e9ce31713 Adding MIT License walterhiggins 2014-01-12 16:29:28 +0000
  • 7f1e5e637e updated young persons template and refactored minigame scoreboard. walterhiggins 2014-01-12 12:06:30 +0000
  • 839f3d10f2 Merge branch 'master' of https://github.com/walterhiggins/ScriptCraft walterhiggins 2014-01-12 11:27:13 +0000
  • aefc98f172 Fix issue #111, reorg of lib/ and (undoc'd) persistence walterhiggins 2014-01-12 11:26:26 +0000
  • 4ff602231c Merge pull request #110 from kmlawson/patch-1 Walter Higgins 2014-01-11 14:19:46 -0800
  • c2886555e3 reversed step 4-5 in install K. M. Lawson 2014-01-11 12:32:16 -0500
  • dbded4edf0 Merge pull request #109 from cobbzilla/feature/fix-simple-typo Walter Higgins 2014-01-08 00:50:06 -0800
  • fbb1cbd92f fix typo in sapling/birch jonathan 2014-01-07 20:56:33 -0800
  • c77e78c2e5 switch paragraph order in java api doc walterhiggins 2014-01-06 20:59:59 +0000
  • cc4a3e3a14 Added java apis in js doc. Fixed toc links. save uses pretty json. walterhiggins 2014-01-06 20:54:53 +0000
  • 06f9007369 self is available for autocompletion walterhiggins 2014-01-05 17:20:54 +0000
  • 8c3dc92c2a Added documentation for the Signs module and changed Signs examples so that a valid sign must be provided to the function returned by signs.menu(). walterhiggins 2014-01-05 15:20:29 +0000
  • 73fdf04bc2 Target java 1.6 and fix exception on Mac OS due to alias plugin walterhiggins 2014-01-05 12:23:09 +0000
  • c591ec06a6 fix issue #107 walterhiggins 2014-01-04 22:06:23 +0000
  • cc3c87da23 fix links walterhiggins 2014-01-04 20:23:17 +0000
  • 5239709fcf problems with links in toc walterhiggins 2014-01-04 20:17:49 +0000
  • d742c5ae44 fix bug in toc generation - escaped chars not linked right walterhiggins 2014-01-04 20:08:24 +0000
  • 2ee9dd6515 Added Table of Contents to API Reference - Issue #104 walterhiggins 2014-01-04 18:39:49 +0000
  • 6a73144c93 generate table of contents for Young Persons guide walterhiggins 2014-01-04 16:57:43 +0000
  • 8ff7020c76 fix bug: signs not being saved walterhiggins 2014-01-03 09:18:43 +0000
  • 4803f3027a Added 'use strict' to lib modules. Added legacy directory check walterhiggins 2014-01-02 18:46:46 +0000
  • 8a65765f08 Merge branch 'master' of https://github.com/walterhiggins/ScriptCraft walterhiggins 2014-01-02 16:11:11 +0000
  • 1a247ecf1b added simple plugin source Walter Higgins 2014-01-02 10:44:26 +0000
  • 0682a5e69a Tweaked text in first paragraphs. Walter Higgins 2014-01-02 10:37:34 +0000
  • c774b5631f Moved scriptcraft dir from {craftbukkit-root}/scriptcraft to {craftbukkt-root}/plugins/scriptcraft in line with other plugins walterhiggins 2014-01-01 21:02:11 +0000
  • 220d246b42 added subsection on keeping score for all players walterhiggins 2014-01-01 20:30:20 +0000
  • f872424137 fixed typos in young persons guide walterhiggins 2014-01-01 15:37:01 +0000
  • e550ab7db2 Added section on event-driven programming and lookup tables to young persons' guide walterhiggins 2014-01-01 15:30:12 +0000
  • cdc8ad7d9b Tweaks to documentation (examples and all files in same directory sorted alphabetically except where precedence regexp present) walterhiggins 2013-12-31 21:09:50 +0000
  • 6d9f2b4337 Updated example plugin docs to be included in the API reference. walterhiggins 2013-12-31 20:33:00 +0000
  • bb9433a6d3 Improved documentation of the utils module and fixed bug in signs module due to changes to serialization/deserialization of locations. walterhiggins 2013-12-31 20:12:57 +0000
  • 686285dcfb Added 2 new example plugins and changed drone so that public extensions (box, sphere, etc) pass 'self' as first param to Drone constructor (part of eventual phase-out of 'self' variable). walterhiggins 2013-12-31 18:21:40 +0000
  • 0afa5aea90 fix examples link walterhiggins 2013-12-31 09:52:59 +0000
  • 5603a63a45 fix examples link walterhiggins 2013-12-31 09:51:57 +0000
  • 0ec7dfc8ad Updated README and added Anatomy doc walterhiggins 2013-12-31 09:48:38 +0000
  • fba374d00e removed cofffee from plugin.yml and fixed link in README.md walterhiggins 2013-12-31 08:47:28 +0000
  • ab2b26dace removed coffeescript target from build.xml walterhiggins 2013-12-30 21:52:58 +0000
  • f88d1f0428 'Buddha' Release : The annihilation of 'self' variable. walterhiggins 2013-12-30 21:33:12 +0000
  • fc440654b8 Fixed issue with stack trace in console when empty commands entered. Added more example modules walterhiggins 2013-12-30 01:07:41 +0000
  • dbf6adfadc Fix bug when using commando from server console walterhiggins 2013-12-29 13:26:21 +0000
  • 4b85500257 release note for issue #103 walterhiggins 2013-12-29 13:06:43 +0000
  • 5d00be9df4 Fix issue #103 on Mac walterhiggins 2013-12-29 12:58:20 +0000
  • 1c05da1862 Documentation tweaks. Changed heading levels for the arrows and commando modules. walterhiggins 2013-12-28 23:02:50 +0000
  • 7679a1208f Added documentation for the 'homes' module ( issue #105) walterhiggins 2013-12-28 22:49:13 +0000
  • a0ad7a8ec6 Updated docs for 'console' module and changed error message for failed require() to be more informative. walterhiggins 2013-12-28 12:12:45 +0000
  • 76164254ba Cleaning up markdown documentation. walterhiggins 2013-12-28 08:44:40 +0000
  • 1562a3bf0f Updated release notes to reflect recent changes walterhiggins 2013-12-27 22:59:18 +0000
  • e0f8f0dc0f Updated alias command to create aliases without 'jsp' prefix and added 'console' global variable walterhiggins 2013-12-27 22:52:16 +0000
  • a7a4bf79a1 Updated alias to support aliases without 'jsp' prefix, added 'console' global variable walterhiggins 2013-12-27 22:50:13 +0000
  • d4fe3f9b1b updated link to API-Reference.md walterhiggins 2013-12-26 15:51:31 +0000
  • f9af3a5ce4 renamed SnowBall to Snowball walterhiggins 2013-12-26 15:39:33 +0000
  • 509705487a made 'events' global walterhiggins 2013-12-26 15:38:24 +0000
  • 6ab381420d new commando plugin walterhiggins 2013-12-26 00:22:24 +0000
  • c15b0c9ece added commando module walterhiggins 2013-12-25 22:35:00 +0000
  • c6d123f36a src/main/javascript/plugins/commando walterhiggins 2013-12-25 22:32:57 +0000
  • ffbb97abf1 removing old mcp code walterhiggins 2013-12-25 22:29:24 +0000
  • 5d55e1ce73 removed walterhiggins 2013-12-25 13:39:53 +0000
  • de756f38c0 removed walterhiggins 2013-12-25 13:39:36 +0000
  • b92e9e4a07 made blocks a module rather than a plugin walterhiggins 2013-12-25 13:39:04 +0000
  • d44a43e598 Fixed a bug in plugin code where stores were being trashed at startup walterhiggins 2013-12-25 07:48:10 +0000
  • c6b600ae9f fill-region walterhiggins 2013-12-24 23:09:25 +0000
  • 82c9b9c125 release notes for 'modules' release walterhiggins 2013-12-24 23:07:20 +0000
  • 82f1928628 updating docs for module release walterhiggins 2013-12-24 22:47:57 +0000
  • 60de2ec28a Updating documentation for modules release walterhiggins 2013-12-24 22:46:35 +0000
  • 7f9736223e updated docs for module loading walterhiggins 2013-12-24 10:02:34 +0000
  • 5953a55fb1 removed _primitives.js walterhiggins 2013-12-24 00:27:26 +0000
  • b2761d29e3 reorg walterhiggins 2013-12-24 00:18:43 +0000
  • d0da034fb7 reorg walterhiggins 2013-12-24 00:17:33 +0000
  • aa93491a6c reorg walterhiggins 2013-12-24 00:17:07 +0000
  • 4d807373da reorg walterhiggins 2013-12-24 00:16:07 +0000
  • eb098ff176 reorg walterhiggins 2013-12-24 00:15:17 +0000
  • 7f3b17a07c moved drone to plugins directory walterhiggins 2013-12-24 00:12:56 +0000
  • b2b8cdd7f3 reorg walterhiggins 2013-12-24 00:11:08 +0000
  • a7dcb503aa Major overhaul of plugin and module loading system and scriptcraft directory layout walterhiggins 2013-12-24 00:09:49 +0000
  • 4ffc5f6850 updated require docs walterhiggins 2013-12-21 09:10:59 +0000