Commit graph

19 commits

Author SHA1 Message Date
walterhiggins 1eb6756204 moved drone buildings/add-ons to drone/contrib folder 2013-02-24 17:57:45 +00:00
edonaldson eebec82aea Update _scriptcraft.js to include unload Handlers
unload Handlers will be called just before the plugin is unloaded.  This will allow cleanup of event handlers and threads before all references are lost during a reload.
2013-02-22 15:43:38 -06:00
walterhiggins a684a0b333 fix issue #60 2013-02-19 22:38:23 +00:00
walterhiggins 8ce1de05ea Fix for issue #60 (files locked because the streamreader is not closed) 2013-02-18 19:33:21 +00:00
walterhiggins fbc459a4d3 Added more documentation. 2013-02-17 17:43:28 +00:00
walterhiggins 26c6fecc8b more comments/docs 2013-02-10 19:36:39 +00:00
walterhiggins d6965a43ca changed order of loading .js so that modules primary .js files get loaded before others in same directory 2013-02-10 17:52:37 +00:00
walterhiggins 5830c73df0 Added docs for events module 2013-02-10 13:42:32 +00:00
walterhiggins b34d456427 Fix issue #51 - tab completion reporting incorrect globals 2013-02-02 13:15:32 +00:00
walterhiggins a621c473c1 include object methods in tab complete 2013-01-29 22:02:30 +00:00
walterhiggins 1732bf15dd better tab completion on /jsp issue #35 2013-01-26 17:49:11 +00:00
walterhiggins 446ba9ad7b changed to and tweaked tabcomplete 2013-01-26 13:47:16 +00:00
walterhiggins a002e1100c changed plugin back to __plugin 2013-01-25 00:53:40 +00:00
walterhiggins 888ee6c208 renamed __self to self 2013-01-24 23:47:36 +00:00
walterhiggins 348a1d06ad don't make reload() function public 2013-01-24 20:22:22 +00:00
walterhiggins 844c70c21e don't load same javascript file more than once 2013-01-24 20:12:41 +00:00
walterhiggins 68f8acd922 More informative errors when evaluating javascript files 2013-01-23 00:50:16 +00:00
walterhiggins a8f0d0bdf9 load drone.js 2013-01-23 00:02:57 +00:00
walterhiggins 17dddb1dc9 Reorganised directories to be more maven-like 2013-01-21 23:10:57 +00:00
Renamed from js-plugins/core/_scriptcraft.js (Browse further)