Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-22 | Add fir leaves to the chainsaw's timber_nodenames | asl97 | |
2014-04-22 | Add german translations for all mods | Xanthin | |
2014-04-22 | Fix laser discharging | Zefram | |
Commit a6dae893d66319739e8dfe962f67285221eb9b91 introduced per-version charge cost for firing mining lasers, but applies this in addition to the old fixed cost which it was meant to replace. Fix by removing the application of the fixed cost. The same commit did successfully change the check for a laser having sufficient charge to fire, so that's based purely on the variable cost. As a consequence, firing a laser that has just enough charge to cover the variable cost could cause its charge to go negative. (For example, by fully charging a Mk1 laser and then firing it until it empties, resulting in a charge of -400.) It turned out that set_RE_wear handled that badly, producing an over-100% wear value that would wrap to a *low* wear value, leading to the laser's wear bar looking as if it's fully charged. To protect against silly wear values, make set_RE_wear clamp the wear value to avoid wrapping. Handle specially the case of a fully-discharged tool, where there was desirable wrapping to zero. | |||
2014-04-14 | Fix typo in frame and template motor recipes | Boba | |
2014-04-14 | Fix crash when using the template tool | Boba | |
2014-04-02 | Fix steel ingot item name in laser Mk1 crafting recipe | ShadowNinja | |
2014-03-30 | Add translation support to technic_chests | ShadowNinja | |
2014-03-30 | Modify mining drill charges and power usage. Also fix bug with mk3 power usage. | Bryant Mairs | |
2014-03-30 | Make the charge stored by every battery box consistent with the input ↵ | Bryant Mairs | |
ingredients. | |||
2014-03-30 | Reduce the charge stored by each type of crystal. | Bryant Mairs | |
2014-03-30 | Modify the cost, range, and cost-per-shot of all 3 lasers. | Bryant Mairs | |
2014-03-30 | Revised recipe for mk1 laser and added mk2 & mk3 laser recipes. | Bryant Mairs | |
2014-03-30 | Fix CNC steel block groups | Tim | |
2014-03-30 | Fix constructor description | Tim | |
2014-03-30 | Make marble, granite, bronze and stainless steel blocks CNC-millable | Tim | |
2014-03-30 | Remove duplicate CNC registration of default:tree | Tim | |
2014-03-30 | Fix steel block node name in the CNC | Tim | |
2014-03-26 | Fix CNC power drain | ShadowNinja | |
2014-02-27 | Make some headers smaller in the READMEs | ShadowNinja | |
2014-02-27 | Update READMEs | ShadowNinja | |
2014-01-18 | Infinite stacks fix | Novatux | |
2014-01-18 | Actually call the mvps callback | Novatux | |
2014-01-18 | Mesecons mvps support, better frames | Novatux | |
2014-01-18 | A few fixes | Novatux | |
2014-01-18 | Make those frames able to move | Novatux | |
2014-01-18 | First tests | Novatux | |
2014-01-11 | Fixed music player | Carter Kolwey | |
2014-01-03 | fix a few more tube-based recipes | Vanessa Ezekowitz | |
2014-01-01 | Fix all recipes that use pipeworks pneumatic tubes to follow latest changes | Vanessa Ezekowitz | |
in pipeworks node namining conventions. | |||
2013-12-29 | Use get_string for owner string | ShadowNinja | |
2013-12-23 | Fix mining drill digging in the wrong direction | ShadowNinja | |
2013-12-23 | Localize generator fuel | ShadowNinja | |
2013-12-21 | fix crash in constructor | Vanessa Ezekowitz | |
2013-12-20 | Add wrench serialization format version | ShadowNinja | |
2013-12-20 | Rewrite wrench. INCOMPATIBLE WITH OLD ITEMS | ShadowNinja | |
You must place all of your picked up nodes before updating and pick them back up after. | |||
2013-12-20 | Fix stack count fetching | ShadowNinja | |
2013-12-19 | Rename wrench variable | ShadowNinja | |
2013-12-18 | move inject_items to top of file (so that it's above the abm that calls it) | Vanessa Ezekowitz | |
2013-12-17 | Remove config file creation | ShadowNinja | |
This made it difficult to change default settings | |||
2013-12-17 | Rewrite flashlight | ShadowNinja | |
2013-12-17 | More global localiztions | ShadowNinja | |
2013-12-17 | Rewrite chests | ShadowNinja | |
2013-12-17 | Make tube sending faster | ShadowNinja | |
2013-12-17 | Remove duplicate ABM | ShadowNinja | |
2013-12-17 | Add protection support to tools | ShadowNinja | |
This adds support to the chainsaw, mining drill, mining laser, sonic screwdriver, and tree tap. | |||
2013-12-17 | Localize most variables | ShadowNinja | |
2013-12-16 | Fix music player | ShadowNinja | |
Sounds not included | |||
2013-12-15 | more pipeworks API-change updates | Vanessa Ezekowitz | |
2013-12-15 | adapt to changes in Pipeworks API | Vanessa Ezekowitz | |
2013-12-10 | Add support for minetest.swap_node | ShadowNinja | |