Commit Graph

  • b8f9a54d94 remove some redundant awards.tbv calls, add defaults FaceDeer 2017-01-22 01:41:48 -0700
  • 2d41c9ade1 Crash bug in awards.lua FaceDeer 2017-01-22 01:29:47 -0700
  • 6fdd5565ea Add a note to builder docs about builders trying to build to the same space simultaneously. FaceDeer 2017-01-21 22:34:38 -0700
  • ba3cacbb8d Add screenshot FaceDeer 2017-01-21 21:22:54 -0700
  • 0b0b98ba33 Remove a copy and paste error, change wording of "creative mode" setting FaceDeer 2017-01-21 21:05:28 -0700
  • d2df31bd6b Revamp storage module textures, controller colorization FaceDeer 2017-01-21 20:38:19 -0700
  • 5008943d94 Ensure rounding never brings fuel_burning display below 0 FaceDeer 2017-01-21 01:46:44 -0700
  • dedc22adc4 Prevent builders from being able to build Digtron components, it's silly FaceDeer 2017-01-21 00:55:11 -0700
  • d2b26dbb9a change more instances of the word "node" into "block" in the documentation FaceDeer 2017-01-21 00:44:18 -0700
  • 8f597fd530 Move more documentation into the documentation mod data FaceDeer 2017-01-21 00:40:08 -0700
  • b0e358fdcb add line breaks to tooltips FaceDeer 2017-01-20 16:42:27 -0700
  • 2e4f894f9e Move crate recipe into the recipes file FaceDeer 2017-01-20 00:34:01 -0700
  • f3cda1f5db add achievements for storing Digtrons in crates FaceDeer 2017-01-20 00:30:28 -0700
  • 68a83a7a8d Switch user-facing strings to use the word "block" instead of "node" FaceDeer 2017-01-20 00:19:33 -0700
  • 12435fc2f3 add settings to settings menu FaceDeer 2017-01-19 23:26:45 -0700
  • d962dd1654 Add a bunch of achievements via optional dependency on the Awards mod FaceDeer 2017-01-18 23:42:36 -0700
  • 5a30fe40e3 Add "Doc" modpack support. Also fix up some bugs with crate marker entities, and make them show protected nodes. FaceDeer 2017-01-17 19:57:20 -0700
  • a3a1402e1b Crate marker entities will indicate when they're in a non-buildable node. Doesn't show protection though. FaceDeer 2017-01-17 11:50:02 -0700
  • 960d4e4155 Add visual markers for crated Digtron image FaceDeer 2017-01-17 00:56:54 -0700
  • 9ddec013de added sounds to crate packing and unpacking FaceDeer 2017-01-17 00:31:41 -0700
  • 376f83cdd6 reprice the crate to be cheaper. I made the recipe based on how annoying it was to code, not how pricey it should be in game. FaceDeer 2017-01-15 21:25:57 -0700
  • 2078572811 Add crates for packing up, transporting, and unpacking digtron arrays FaceDeer 2017-01-15 16:12:07 -0700
  • 51c5e9b641 Diagonal movement setting for the auto-controller. FaceDeer 2017-01-14 16:58:37 -0700
  • f0e09f136a Add dual digger heads for eventual use with diagonal movement FaceDeer 2017-01-13 23:20:59 -0700
  • 13c74064be Forgot to add an optional depends with my previous changelist FaceDeer 2017-01-13 01:18:44 -0700
  • 11ceefa358 add compatibility with the hopper mod, via the API I just added over in a fork of the hopper mod. Hopefully this API will be merged. FaceDeer 2017-01-13 01:17:05 -0700
  • 9da077c9ef fix crash when auto-controller reaches unloaded nodes. FaceDeer 2017-01-12 14:51:57 -0700
  • 0dadeb054e missed a debug call FaceDeer 2017-01-12 01:11:28 -0700
  • 9748fbdd5e Fix a bug in protection-testing when writing layout images to world FaceDeer 2017-01-12 01:10:14 -0700
  • 578484352b Merge pull request #1 from FaceDeer/layout-refactor FaceDeer 2017-01-12 00:53:04 -0700
  • e008aed60c Update axle to new layout class, drop dug items in the right place FaceDeer 2017-01-12 00:50:17 -0700
  • 9f13928884 Merge remote-tracking branch 'refs/remotes/origin/master' into layout-refactor FaceDeer 2017-01-11 08:38:02 -0700
  • f665f430fc fix bug in player-movement code, and also turn controller tints into a texture for easier modding by end users FaceDeer 2017-01-11 08:02:40 -0700
  • 8350469d16 Merge remote-tracking branch 'refs/remotes/origin/master' into layout-refactor FaceDeer 2017-01-10 22:59:33 -0700
  • e682130266 convert all the textures to transparent overlays on digtron_plate to allow easier reskinning FaceDeer 2017-01-10 22:59:11 -0700
  • 435f21458c the old movement code is now unneeded. FaceDeer 2017-01-10 00:36:39 -0700
  • 01fb71d2eb renaming class definition files FaceDeer 2017-01-10 00:32:08 -0700
  • 2912dc34b8 Turn layout into a class. FaceDeer 2017-01-10 00:29:09 -0700
  • 8952c55914 Don't need player parameter for can_write_layout_image any more FaceDeer 2017-01-09 01:19:35 -0700
  • eaae4276fc removing the old get_all_digtron_neighbours FaceDeer 2017-01-08 23:52:36 -0700
  • 38e1cbc41e Eliminate another minor code redundancy FaceDeer 2017-01-08 22:19:49 -0700
  • 7af220009b Just moving some code around in preparation to adding a "lateral shunt" option to the auto-controller FaceDeer 2017-01-08 21:34:27 -0700
  • 32ed41ce6a Fix bug in rotation code that was breaking build_facing metadata FaceDeer 2017-01-08 01:50:07 -0700
  • cc264477bb Rotation unit didn't give the right thing back when dug FaceDeer 2017-01-08 01:38:30 -0700
  • d7e5309833 Added a rotation controller FaceDeer 2017-01-08 01:23:10 -0700
  • e704249735 Auto-controller will keep trying if it encounters an unloaded node, this is a condition that can spontaneously self-correct FaceDeer 2017-01-07 17:00:15 -0700
  • 0b84a1dffa Pusher wasn't clearing infotext if nothing was wrong. FaceDeer 2017-01-07 10:55:55 -0700
  • c6a63cb4d4 Builder wasn't saving manually-entered facing value. Also, make metadata movement more robust. FaceDeer 2017-01-07 10:53:25 -0700
  • e43c5d3974 Splitting some code files into more manageably-sized chunks. FaceDeer 2017-01-07 09:52:39 -0700
  • 152e0f7883 update some comments FaceDeer 2017-01-06 23:57:21 -0700
  • 257863b888 Add damage-dealing to the digger heads FaceDeer 2017-01-06 23:48:48 -0700
  • ee0cf5538a Add pipeworks as optional dependency FaceDeer 2017-01-06 22:09:56 -0700
  • e31a9b5178 Update readme FaceDeer 2017-01-06 21:54:23 -0700
  • 1789316ec5 Added Pipeworks compatibility FaceDeer 2017-01-06 21:47:06 -0700
  • 4b5eb1b865 quick tweak of one of the structural panel recipes to make it less likely to accidentally turn into a soft digger FaceDeer 2017-01-06 19:54:58 -0700
  • 4c44a1e731 fixed recipe bug, can now craft soft diggers again FaceDeer 2017-01-06 19:37:49 -0700
  • 105b8a068f Various structural panels FaceDeer 2017-01-06 19:34:51 -0700
  • 795fc6ea93 add a bit of evil black smoke, why not FaceDeer 2017-01-06 18:40:14 -0700
  • 6af67133be Adding combined storage module FaceDeer 2017-01-06 12:07:27 -0700
  • f85e42b7fa Adding is_ground_content = false to all digtrons FaceDeer 2017-01-05 23:52:09 -0700
  • 4699ad04cc added a bit of dinginess and dirt to the yellow/black pattern on the digger head FaceDeer 2017-01-05 22:49:44 -0700
  • 08bf28dcf1 New digger head texture by Hajo FaceDeer 2017-01-05 21:13:16 -0700
  • e9e8e202f9 Add logging of various events. FaceDeer 2017-01-05 20:58:36 -0700
  • 253ff12815 add lava and water alerts, and an option for setting lava impassible (true by default) FaceDeer 2017-01-05 20:38:08 -0700
  • 1307710a60 fix crash when entering non-numeric period or offset in builder config FaceDeer 2017-01-05 19:40:41 -0700
  • dfeb4546fe Declare some variables local FaceDeer 2017-01-04 22:02:03 -0700
  • 0e3544494b Remove unused texture FaceDeer 2017-01-04 22:00:53 -0700
  • a74d931525 Particle effects for digger heads FaceDeer 2017-01-04 21:38:49 -0700
  • 92f775a38d Fix the marker math. Not sure what I was thinking. FaceDeer 2017-01-04 20:37:49 -0700
  • 4cd50d81ad Prettier marker textures FaceDeer 2017-01-04 19:53:52 -0700
  • 1ecb6964d9 Builders no longer keep a real copy of the object they're "programmed" with. Also, add a "creative mode" configuration flag FaceDeer 2017-01-04 19:23:21 -0700
  • d545593f27 combatibility with Carbone (and presumably other games that use older versions of the default mod) FaceDeer 2017-01-03 23:56:34 -0700
  • f43e64caba Reduce the length of some error messages, was able to overflow the infotext under certain conditions. FaceDeer 2017-01-03 23:37:51 -0700
  • cfd6071ee6 Added the auto-controller. FaceDeer 2017-01-03 23:03:41 -0700
  • 3600a745be Add intermittent and non-intermittent versions of the diggers. FaceDeer 2017-01-03 19:43:32 -0700
  • c1a090137c making digtron nodes diggable by hand. Also extracting controller code in prep for an autonomous controller FaceDeer 2017-01-02 20:07:15 -0700
  • 711c43b964 remove some stray minetest.debug calls FaceDeer 2017-01-02 19:27:21 -0700
  • 2b5dc41d50 Adding item display entities to the builder heads FaceDeer 2017-01-02 18:50:03 -0700
  • ec1ee19893 adding output location visualizer entities for the build heads. FaceDeer 2017-01-02 16:05:48 -0700
  • 5ba5b76ba7 add node sounds FaceDeer 2017-01-01 21:17:52 -0700
  • baadc75334 Some more readme tweaks, and a recycling recipe for the fuelstore FaceDeer 2017-01-01 18:35:29 -0700
  • 855d6c4cca add fuel storage hopper recipe to readme FaceDeer 2017-01-01 17:15:01 -0700
  • 47e42801d2 Adding fuel usage FaceDeer 2017-01-01 17:12:32 -0700
  • 12748d2f89 add a check for falling_nodes to make stuff fall after the digtron has passed FaceDeer 2017-01-01 12:02:03 -0700
  • c6d715d887 If cycle fails due to out-of-inventory failure, reports first item that was out of stock FaceDeer 2017-01-01 00:53:40 -0700
  • 6c7842d92c Introduced a bug with builders in the last checkin FaceDeer 2017-01-01 00:00:24 -0700
  • 68e0ca21c6 Changed sand digger to a more generic soft material digger, added more sophisticated traction, made structure climbable, added infotexts FaceDeer 2016-12-31 21:19:52 -0700
  • 70803f1f44 Fix formatting of recipes in readme FaceDeer 2016-12-31 00:25:04 -0700
  • 2695c61033 Initial commit FaceDeer 2016-12-30 23:38:18 -0700
  • 25ca1c0261 🎊 Added .gitattributes & .gitignore files FaceDeer 2016-12-30 23:34:57 -0700