Commit Graph

  • e874ba3ff6 Fixed a bug in boxa() drone method which caused chessboard() to fail (since move to async) walterhiggins 2014-08-23 16:44:36 +0100
  • 12ff59f2e5 Removing streamer because it's not used anywhere. walterhiggins 2014-08-23 16:43:45 +0100
  • ef3a400b91 Merge branch 'master' of github.com:walterhiggins/ScriptCraft walterhiggins 2014-08-23 14:20:00 +0100
  • e4abd679d2 rboxcall not used anywhere (ever?) walterhiggins 2014-08-23 14:19:04 +0100
  • 099991637e Delete skyscraper-example.js Walter Higgins 2014-08-23 14:15:32 +0100
  • 519f20491c update based on changes to watchDir() walterhiggins 2014-08-23 13:40:50 +0100
  • e485f11f6f Merge pull request #147 from trmfreitas/classroom-autorefresh-windows Walter Higgins 2014-07-26 11:50:20 +0100
  • 940211be64 Merge pull request #149 from atifaziz/patch-1 Walter Higgins 2014-07-26 11:48:08 +0100
  • 8941d1b627 Merge pull request #148 from GameScripting/master Walter Higgins 2014-07-26 11:47:28 +0100
  • de122d8377 Typo/Bug fix in Anatomy doc sample code Atif Aziz 2014-07-13 13:09:41 +0200
  • 0f467e616b replaced tabs with whitespaces Daniel Huhn 2014-06-29 16:22:37 +0200
  • cc9d57d4a4 url is now propely set in the http.request module when using post Daniel Huhn 2014-06-29 16:09:22 +0200
  • 5a900a16c8 last load time must be for each player Tiago Freitas 2014-06-28 14:02:14 +0100
  • b480922b15 - Classroom file watcher was not working as expected because lastModifiedTime of a directory is not updated when a file is changed inside it. - Added functions watchDir/unwatchDir which is responsible for watching all files and subdirectories changes - Callback is called once for each detected change - Changed classroom to check for the last "refresh" made to avoid multiple refreshes without changes - Changed refresh time to 3s because it is much more comfortable - I don't think this would be an issue because checking for lastModifiedTime should be very fast, perhaps even 3s is too much time - Tested in Windows Tiago Freitas 2014-06-28 13:32:55 +0100
  • bded5e8bd5 docs for tab-completion of jsp command using function walterhiggins 2014-06-14 15:47:13 +0100
  • 8c3c7d67fe tab-completion using a callback walterhiggins 2014-06-14 15:46:07 +0100
  • e0acaed700 add doc comment for command tab completion using a function walterhiggins 2014-06-14 15:45:44 +0100
  • bbcdb48bef line-wrap markdown comments walterhiggins 2014-06-14 15:40:19 +0100
  • c9257b3038 Support callback function for objects. walterhiggins 2014-06-14 15:39:47 +0100
  • 4df746a2d8 line-wrap markdown comments walterhiggins 2014-06-14 15:39:17 +0100
  • 918ef23773 Support named function in lieu of command name as first argument walterhiggins 2014-06-14 15:38:41 +0100
  • 4d97452b15 Added new bukkit.playerNames() function. walterhiggins 2014-06-14 15:38:01 +0100
  • 965ba76a62 Fix problem with change to bukkit xml doc change walterhiggins 2014-06-14 15:37:34 +0100
  • 521e35ffe8 fixes issue #140 walterhiggins 2014-06-14 15:36:56 +0100
  • c01ce603c5 Fix a doozy of a bug in #nashorn - engine.eval('(' + jsonContainingArray + ')' ) does not return same result as JSON.parse( jsonContainingArray ) walterhiggins 2014-06-07 21:50:23 +0100
  • 5754816017 Fix BlockBreakEvent error for Nashorn and pre-Nashorn both both cases (eventType = 'block.BlockBreakEvent' and eventType = org.bukkit.event.block.BlockBreakEvent) walterhiggins 2014-06-06 19:40:47 +0100
  • 4d6d444d53 Merge pull request #142 from tennysonholloway/master Walter Higgins 2014-06-06 18:30:44 +0100
  • ede823d62c fixed bug in persistence module walterhiggins 2014-06-06 18:17:30 +0100
  • 553bec363b Fix Nashorn error: has no such function getHandlerList. TennysonHolloway 2014-06-05 15:55:19 -0700
  • 20519d88db fix tab completion for /jsp command walterhiggins 2014-05-29 22:10:16 +0100
  • a2b0cda399 fixes issue #139 walterhiggins 2014-05-28 22:40:38 +0100
  • fa64f07c38 doc changes - change ref of js-plugins to scriptcraft/plugins walterhiggins 2014-05-26 21:03:47 +0100
  • 2f2db3c76f Added new blocks. and changed Drone.extend to support single param. walterhiggins 2014-05-24 10:55:27 +0100
  • c324adf269 Improved Tab completion to work with Java Enums on JRE7 and JRE8. Added bukkit namespace. walterhiggins 2014-05-20 00:05:38 +0100
  • e3078804ab Fixed events-helper to include all non-abstract handlers. Added items.js module and fixed sounds.js (more work needed on items.js) walterhiggins 2014-05-18 00:35:26 +0100
  • 4d230bd514 Added new sounds module walterhiggins 2014-05-10 18:45:48 +0100
  • dc812c934c don't echo result if undefined/null walterhiggins 2014-04-28 23:29:53 +0100
  • 3700c11223 fix travis issues (finally?) walterhiggins 2014-04-26 22:21:03 +0100
  • 03ebf347b1 fix travis issues. walterhiggins 2014-04-26 22:09:54 +0100
  • f1a960680a changed generateEventsHelper to use engine.eval instead of eval (fix travis build problem) walterhiggins 2014-04-26 21:08:18 +0100
  • e0d5abb5f6 fix docs for events.js walterhiggins 2014-04-26 20:34:45 +0100
  • a314bf849f tidy up docs on events-helper module. walterhiggins 2014-04-26 20:31:52 +0100
  • 1cfa6ff767 added priority optional param to docs walterhiggins 2014-04-26 20:24:45 +0100
  • 2ba3335a16 Omit abstract event classes from events-helper. Improved tab completion for jre8 walterhiggins 2014-04-26 20:20:10 +0100
  • d8cfcb4572 fixing toc issue walterhiggins 2014-04-26 17:14:32 +0100
  • b4fe523482 fixing TOC issues in API ref walterhiggins 2014-04-26 17:03:08 +0100
  • a4968d8dc6 Events handling changes. Added new convenience functions to events module to make event handling easier still for newbies walterhiggins 2014-04-26 16:56:57 +0100
  • c8425cb597 Merge pull request #138 from Strat-/patch-1 Walter Higgins 2014-04-25 21:03:07 +0100
  • 9d2df863b6 spacing walterhiggins 2014-04-25 20:51:15 +0100
  • 6ec85d5a8f Improve bkEventExecutor interface implementation Ivan Kay 2014-04-24 19:51:11 -0500
  • 3c7f8ae94e Make drone build processing more evenly distributed for multiple players walterhiggins 2014-04-19 17:28:43 +0100
  • 9bbc3a45ca Merge pull request #134 from marcogerosa/patch-1 Walter Higgins 2014-04-19 10:36:48 +0100
  • 8c81b37bb3 Added asynchronous player input (async prompt) function. walterhiggins 2014-04-13 23:25:02 +0100
  • 7b7d8cb35c Fix issue #135 walterhiggins 2014-04-07 20:59:09 +0100
  • 35d67fe6e4 Fixes issue #133 walterhiggins 2014-04-07 20:43:23 +0100
  • dcef5a0b9c Update YoungPersonsGuideToProgrammingMinecraft.md Marco Aurelio Gerosa 2014-04-06 21:32:34 -0700
  • 2adf0e3792 removed commented code. walterhiggins 2014-03-16 21:26:29 +0000
  • d64128705f Fixes #131 walterhiggins 2014-03-16 21:25:37 +0000
  • ebf2e031c6 Fixes #131 walterhiggins 2014-03-16 21:24:26 +0000
  • d6d1a906b5 Fixes #129 walterhiggins 2014-03-16 19:50:18 +0000
  • 76c6d6f23f Fixes #132 walterhiggins 2014-03-16 18:58:19 +0000
  • 9b0ac86de2 Fixes #130 walterhiggins 2014-03-16 18:57:59 +0000
  • aa58d490fe release notes for simplified event handling walterhiggins 2014-03-15 18:33:03 +0000
  • d59b0682de added comment to leave semicolon off of last line. walterhiggins 2014-03-15 18:21:20 +0000
  • c3db7a4314 Updated to reflect events rework. walterhiggins 2014-03-15 18:12:34 +0000
  • f82d88cb3f Event handling rework. Simplified event handling and unregistering. walterhiggins 2014-03-15 18:06:23 +0000
  • 9d406dbb44 Made maze code place blocks 2 high walterhiggins 2014-03-14 22:23:35 +0000
  • edf249a418 Merge pull request #126 from carlrobert/master Walter Higgins 2014-03-14 08:54:17 +0000
  • 38e312c93e Indentation according to style guide Robert Storlind 2014-03-14 09:25:43 +0100
  • b7352ed962 Show correct lineNumber in require() errors on Nashorn (JRE8) walterhiggins 2014-03-13 22:49:03 +0000
  • fce28567e6 Make error messages more concise (don't repeat file name) walterhiggins 2014-03-13 22:11:01 +0000
  • a18e9651e8 Merge pull request #127 from jasonk/master Walter Higgins 2014-03-13 22:05:10 +0000
  • 0a506f80ed Adding Drone.MAX_VOLUME and Drone.MAX_SIDE properties walterhiggins 2014-03-13 19:23:32 +0000
  • 45217a0953 Make error messages from require() more useful Jason Kohles 2014-03-13 14:18:45 -0400
  • 5bec691575 Fix require() to work with index.js Jason Kohles 2014-03-13 12:10:51 -0400
  • 7e435be565 make Drone.cuboida() async. walterhiggins 2014-03-11 21:35:59 +0000
  • 7977dc0fb5 fix issue #124 walterhiggins 2014-03-11 20:06:29 +0000
  • 360b7df75b Fix issue #115 walterhiggins 2014-03-11 19:57:40 +0000
  • 30d1d89e91 Make putsign use drone queue and add informative messages for senders. walterhiggins 2014-03-10 23:18:33 +0000
  • e40786d727 Fix issue #115 walterhiggins 2014-03-10 23:17:58 +0000
  • 1a1837cc7e Maze generation using Drone Robert Storlind 2014-03-10 14:10:54 +0100
  • fae2b6aac7 Improved Drone background-processing. walterhiggins 2014-03-08 21:01:25 +0000
  • d16487bcc3 Merge branch 'master' of github.com:walterhiggins/ScriptCraft walterhiggins 2014-03-08 12:13:57 +0000
  • 64913338a7 fixes issue #123 Walter Higgins 2014-03-06 17:59:10 +0000
  • 4b0fb7565a Fix issue #122 Walter Higgins 2014-03-06 13:17:14 +0000
  • cd52379b5c indentation walterhiggins 2014-02-28 10:11:28 +0000
  • 6b3314fa27 fix typos in comments walterhiggins 2014-02-28 10:10:05 +0000
  • d97936ed10 updated release notes for 2.0.5 release walterhiggins 2014-02-19 22:20:06 +0000
  • 96b1a54896 Making bukkit objects easier to identify by name (bk prefix) walterhiggins 2014-02-19 22:17:19 +0000
  • d976563adf Drone.garden() is now non-destructive - won't destroy existing blocks. walterhiggins 2014-02-19 00:15:44 +0000
  • ef02885613 Drone.cuboidX() - foundation of most Drone building is now async. walterhiggins 2014-02-16 18:37:51 +0000
  • de113db48c Adding new hangtorch() drone function. walterhiggins 2014-02-16 18:31:09 +0000
  • 9fdfb45b6c Remove commented out code for inefficient battlements building. walterhiggins 2014-02-16 18:30:30 +0000
  • 7e03c6d3d7 More efficient fort building. walterhiggins 2014-02-16 18:29:36 +0000
  • 5bec21d381 Fix bug in reload - data dir was not present. fix #119 walterhiggins 2014-02-16 18:29:15 +0000
  • 2e4516bf69 Added 'utils.unwatchFile()' function to fix #117 walterhiggins 2014-02-11 21:10:56 +0000
  • 3c7d3a2bb4 Added section on configuration (server.properties) to young persons guide walterhiggins 2014-02-11 20:58:45 +0000
  • 8453525da6 Improvements to classroom.js module (added players/ directory into which players can drop their custom scripts when classroom.allowScripting(true) is called. walterhiggins 2014-02-10 20:55:32 +0000
  • 39b459ab7f further syntax-highlighting and ignore netbeans folder. walterhiggins 2014-02-04 21:49:12 +0000
  • f1925efd87 added syntax-highlighting to code samples walterhiggins 2014-02-04 21:36:00 +0000