Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-30 | add centrifuge recipe for wheat | Tim | |
2015-01-30 | rewrite extractor dye recipes, adding a few dyes and making it work better ↵ | Tim | |
with the dye mod also preventing any issues if it is being run in a game without it | |||
2015-01-30 | allow grinding wheatseeds to flour, closes #173 | Tim | |
2015-01-29 | reuse the new screwdriver code of minetest/minetest_game in adapted form for ↵ | Tim | |
the sonic screwdriver | |||
2015-01-27 | use the timers, that are allready running instead of allocating a new one ↵ | Tim | |
every tick | |||
2015-01-24 | Give quarries a better inventory icon | est31 | |
Current inventory icon is indistinguishable from carbon steel block. The side with the pick was hidden. This commit moves that part to the front. | |||
2015-01-24 | Add cache to quarry | est31 | |
Adds a cache to the quarry in order to reduce load and send larger stacks through pipes instead of just single items. Coin tossing ensures the cache gets purged around every 200 seconds. The interval isn't fixed in order to prevent material spikes from multiple quarries which got loaded simultaneously. When the cache is full, or the quarry finished, it is purged too. | |||
2015-01-24 | Optimize quarry_run | est31 | |
Don't load the whole digging area when only a small piece is relevant. Also, move the (time expensive) check whether the air above a block is free to the last position, which spares unneccessary checks when multiple quarries are placed together, or a quarry has to loop over air for another reason. | |||
2015-01-19 | add custom collision and selection box handling to CNC machine | Vanessa Ezekowitz | |
also clean up formatting of surrounding code | |||
2015-01-18 | use an alternative and cleaner way to overwrite the pipeworks tube-recipes ↵ | Tim | |
and default bronze | |||
2015-01-16 | Fix support for acacia trees | Wayward1 | |
Just realized I had the wrong item string >.< | |||
2015-01-16 | fix cnc stick formspec img | Vanessa Ezekowitz | |
(missed the border) | |||
2015-01-16 | new high-resolution imagery for CNC formspec | Vanessa Ezekowitz | |
to go with the new models. | |||
2015-01-16 | add the models too | Vanessa Ezekowitz | |
2015-01-16 | Use mesh nodes for all of the more complex CNC machined items | Vanessa Ezekowitz | |
2015-01-12 | Add more nodes to the chainsaw | Tim | |
2015-01-12 | Add gloopores' Kalite dust as a more effecient fuel than lumps | ThatGraemeGuy | |
2015-01-12 | prevent crash if get_recipe_index() is passed a nil or apparent garbage instead | Vanessa Ezekowitz | |
of a table | |||
2014-12-30 | Fix infinite energy with supply converter | Novatux | |
2014-12-15 | Fix some global errors | ShadowNinja | |
2014-11-30 | minetest.env:* --> minetest.* | Vanessa Ezekowitz | |
2014-11-30 | Add more nodes to chainsaw | Novatux | |
2014-11-22 | update to latest mesecons API | Vanessa Ezekowitz | |
requires mesecons commit 5be179bf110b44bdc06df6dbfde4e61487cf0635 or later. | |||
2014-11-13 | Fix support for tiles string shortcut | ShadowNinja | |
2014-11-13 | Make the forcefield replace buildable_to nodes and make it faster (about x20) | ShadowNinja | |
2014-11-06 | Manual section on radioactivity | Zefram | |
Manual section on radioactivity | |||
2014-11-06 | Fix anonymous digging of non-empty machine | Zefram | |
The quarry was causing crashes when it reached a machine that was undiggable due to containing items. | |||
2014-09-24 | Remove extra registration of LV transformer | Rick McFarley | |
2014-09-24 | Replace mining laser ray tracer with a simpler iterable one | ShadowNinja | |
2014-09-16 | update mining lasers | HybridDog | |
2014-09-16 | Make generators stop supplying EUs when there is a non-fuel item in the fuel ↵ | ThatGraemeGuy | |
slot | |||
2014-08-29 | Fix broken concrete posts. | RealBadAngel | |
2014-08-28 | Fix second description of radioactive group value | Zefram | |
2014-08-28 | Manual section on nuclear generator | Zefram | |
2014-08-28 | More manual on power generation | Zefram | |
Sections on solar and wind. Some rewording of the section on fuel-fired generators. | |||
2014-08-28 | Manual sections on some generators | Zefram | |
2014-08-28 | Make forcefield properly undiggable | Zefram | |
2014-08-28 | Manual sections on miscellaneous powered machines | Zefram | |
2014-08-28 | Fix a stray British spelling in manual | Zefram | |
2014-08-28 | Manual section on processing machines | Zefram | |
2014-08-28 | Start of manual chapter on powered machines | Zefram | |
2014-08-28 | Manual section on concrete | Zefram | |
2014-08-22 | Change chainsaw cutting algorithm back to old one | ShadowNinja | |
The new algorithm caused horizontal sections of trees to be left, with the sections above and below them removed. | |||
2014-08-22 | Fix chainsaw placing drops and playing sounds at tops of trees | ShadowNinja | |
2014-08-22 | Make tree tap respect item_drop | Zefram | |
2014-08-22 | Make wrench available in creative mode only | Zefram | |
The wrench is far too powerful to be available to survival-mode players via a cheap recipe. | |||
2014-08-22 | Update wrench's metadata for technic machines | Zefram | |
The changes that this covers are that the alloy furnaces now have one "src" inventory instead of a "src" and "src2"; that the tool workshop is now MV; and the existence of MV compressor, extractor, and centrifuge. | |||
2014-08-20 | Rebalance radiation shielding | Zefram | |
Squeeze the range of material shielding values. The strongest shielding materials get weaker, and weaker shielding materials, especially low-end ones such as dirt, get stronger. The radioactivity of the active reactor core is increased so that the standard shielding is (still) only narrowly sufficient. | |||
2014-08-20 | Finer gradations of radioactivity | Zefram | |
Make the "radioactive" group value be the safe distance in millimeters rather than meters, to allow for intermediate values. Use such intermediate values for the uranium blocks, using the existing formula with this finer quantisation. All other radioactive nodes retain their existing radioactivity exactly. | |||
2014-08-18 | Tube capability for tool workshop | Zefram | |
Tool workshop can now accept tools to repair via tube. It has upgrade slots. Battery upgrade reduces its power consumption. Tube upgrade makes it eject fully-repaired (or unrepairable) items via tube. |