summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-24Update my name in README.mdNovatux
2015-07-12Machines should become inactive when output slots are fullThatGraemeGuy
2015-06-18Move coal furnaces to other/est31
They don't use power, move them to where they belong.
2015-06-18Add listring functionalityest31
Add shift-click functionality
2015-06-17default:mese_block is now default:meseasl97
https://github.com/minetest-technic/technic/blob/master/technic/crafts.lua#L189
2015-06-17Make chests usable if pipeworks is not installedRogier
2015-06-17Make chests usable without moreores (& add soft dependency)Rogier
2015-06-17Make technic_chests not (implicitly) depend on technicRogier
(by moving two images that are used for chests only, from technic/textures to technic_chests/textures)
2015-06-06Readd myselfsdzen
2015-06-06Readd myselfsdzen
a large amount of the 16x16 textures were mine but when RealBad put them back in the information on them mustve been scattered to the winds, just fixing this.
2015-05-03allow form backgrounds for chests to be textured separatelyVanessa Ezekowitz
2015-04-26Fix undefined global warningShadowNinja
2015-04-26Fix grinder name in recipeShadowNinja
2015-04-18put marble block into group marble=1Vanessa Ezekowitz
2015-03-23Fix autoloading for solar arraysest31
This autoloads the node above a solar array, so that its light value can be determined. Previously, solar arrays in unloaded blocks would report an input of 0 to the switching station.
2015-03-22Make rubber leaves yield rubber leavesest31
Previously, you wouldn't get any leaves items from mining rubber tree leaves. Leafdecay still doesn't drop the leaves, only the saplings, just like with normal trees.
2015-03-22Rename technic.cables and make it privateest31
Give it a more descriptive name. Previous use outside cables.lua isn't neccessary and gets removed.
2015-03-16allow activation/deactivation of frames/templates by configTim
have them deactivated by default due to a larger collection of associated issues including but not limited to * #170 * #216 * item duplication involving templates * runaway machines * traversal loop issues with huge machines leading to lag-outs
2015-03-15don't run the damage ABM if damage is disabled on the server.Vanessa Ezekowitz
2015-03-12Add spheres to the CNC machineVanessa Ezekowitz
Note: this required renaming the base node name for the oblate spheroid object, which previously had been named simply "sphere". The result is that all such nodes in an old world will change to actual spheres. Since this includes a formspec change, machines will have to be dug and re-placed to get the new program button to show up, and/or if the image on the Oblate Spheroid button shows wrongly.
2015-03-11Wrench: fix restore of furnace (contents were not restored)Rogier
2015-03-11Wrench: when restoring picked_up_<item> to <item>, preserve rotationRogier
2015-03-11Make wrench usable independently of technicRogier
2015-03-11Tools don't wear in creative mode v2MT-Modder
- Removed cans (will add again per request) - Added creative check to global namespace (checking only once as requested by VanessaE)
2015-03-11Change height_ to y_ in ore registrationsMT-Modder
2015-03-11Update and rename wrench/locale to wrench/locale/tr.txtMahmut Elmas
2015-03-11Update and rename technic_worldgen/locale to technic_worldgen/locale/tr.txtMahmut Elmas
2015-03-11add turkish localeMahmut Elmas
2015-03-11Update and rename extranodes/locale to extranodes/locale/tr.txtMahmut Elmas
2015-03-11Update and rename concrete/locale to concrete/locale/tr.txtMahmut Elmas
2015-03-08Add lead block, and lead & sulfur dustsNovatux
2015-03-07Fix detection of if the machine should call pipeworks.after_placeJay Arndt
The tube variable in these contexts always evaluates to a true value. data.tube is the variable that indicates if pipeworks needs to be notified.
2015-03-07Drop upgrade items in the after_dig_node handler instead of can_digJay Arndt
This fixes an item duplication bug triggered by using a screwdriver on an upgraded machine
2015-02-28label the switching station abm for profiling purposesTim
this allows the mtt profiler to profile this abm individually from other abms since t4im/mtt@48eff13
2015-02-22Add sulfur and lead, and make them generateNovatux
2015-02-13Get rid of technic.formatest31
2015-02-11correct injector inventory handling by tubesTim
2015-02-08add group tubedevice_receiver to injector to fix the issue of it acting more ↵Tim
like a tube than an inventory it sent the items into all directions, when being injected into, instead of entering the injector as it used to
2015-02-07simplify pipeworks tube detectVanessa Ezekowitz
deMorgan's axiom, which I suck at using :P
2015-02-07fix crash placing chests re: tubesVanessa Ezekowitz
2015-02-07fix other machines, battery boxes, etc to work with tube routing.Vanessa Ezekowitz
2015-02-07fix chests connecting to tubesVanessa Ezekowitz
2015-02-06drop upgrade list items if dug (but protect other inventories)Tim
2015-02-06add trunks: mod support to the chainsawTim
2015-02-06add the option for publicly shared machines via an upgrade item "default:chestTim
the upgrade slots remain protected this replaces the need for a few forks and also resolves #131 in the process, which is obsolete now
2015-02-05fix chainsaw support for default:pinetreeTim
2015-02-05clean up upgrade handling a bit and only allow setting known upgradesTim
2015-02-05limit the upgrade slot to one item per slot, as more are ignored anywayTim
2015-02-05reduce intllib codeTim
2015-02-05localize modpath variableTim