| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-03 | add minimum minetest version key for contentdb | VanessaE | |
| 2020-05-26 | Merge branch 'nodebreaker_fix' into 'master' | Vanessa Dannenberg | |
| Prevent the node breaker from digging all nodes See merge request VanessaE/pipeworks!19 | |||
| 2020-05-26 | Prevent node breaker from digging all nodes | upsilon | |
| A small mistake in the code allowed the node breaker to dig any node using any tool, including hand. | |||
| 2020-05-07 | Fix wrong inventory_image and wield_image types | SmallJoker | |
| 2020-04-28 | Merge branch 'master' into 'master' | Vanessa Dannenberg | |
| Change digilines detector tube to send an item table instead of an item string See merge request VanessaE/pipeworks!18 | |||
| 2020-04-28 | Change digilines detector tube to send an item table instead of an item string | Roger | |
| 2020-02-20 | Merge branch 'fix-21' into 'master' | Vanessa Dannenberg | |
| Translation string errors Closes #21 See merge request VanessaE/pipeworks!17 | |||
| 2020-02-20 | Translation string errors | Louis Royer | |
| Fixes #21. Sorry, I had put wrong identifiers in translations strings. Also, found another one to fix in `teleport_tube.lua`. I hope, there is no other error. | |||
| 2020-02-18 | Merge branch 'mt5-locale' into 'master' | Vanessa Dannenberg | |
| French translation See merge request VanessaE/pipeworks!16 | |||
| 2020-02-18 | Add translation support | Louis Royer | |
| - Created `locale/template.txt` - Fixed some typos - Replace some `print("[pipeworks]"..` with `pipeworks.logger()` - Removed "You hacker, you" from descriptions | |||
| 2020-01-14 | Merge branch 'master' into 'master' | Vanessa Dannenberg | |
| Fix injector compatibility with technic HV machines Closes #20 See merge request VanessaE/pipeworks!15 | |||
| 2020-01-14 | fix injector compatibility with technic hv machines | OgelGames | |
| 2020-01-10 | Merge branch 'filter-injector-refactor' into 'master' | Vanessa Dannenberg | |
| filter-injector.lua: eliminate most parameters from grabAndFire by making it a closure See merge request VanessaE/pipeworks!13 | |||
| 2020-01-10 | filter-injector.lua: Rename exact_match -> exmatch_mode | electrodude | |
| Also fixed bad conditional that would accept non-integer values of exmatch in a message. | |||
| 2019-09-23 | add signs_lib placement rules | Vanessa Dannenberg | |
| only works on signs_lib commit dcdee222 or later. | |||
| 2019-09-23 | use default metal sounds on all pipes and pipe devices | Vanessa Dannenberg | |
| 2019-06-06 | Prevent another crash if minetest crashes during startup | Pedro Gimeno | |
| 2019-04-30 | depend on screwdriver | Vanessa Dannenberg | |
| 2019-01-15 | Merge branch 'master' into 'master' | Vanessa Dannenberg | |
| Fix crash when lua tubes are DoSed. See merge request VanessaE/pipeworks!8 | |||
| 2019-01-16 | Fix crash when lua tubes are DoSed. | luk3yx | |
| 2019-01-02 | Support Technic freezer | Weinzierl Stefan | |
| fixes #7 | |||
| 2018-12-08 | Merge branch 'nomesecons' into 'master' | Vanessa Dannenberg | |
| Remove hard dependency on mesecons See merge request VanessaE/pipeworks!7 | |||
| 2018-12-08 | Remove hard dependency on mesecons | rubenwardy | |
| 2018-11-27 | Merge branch 'rotate-metadata-fix' into 'master' | Vanessa Dannenberg | |
| fix metadata loss on rotate See merge request VanessaE/pipeworks!6 | |||
| 2018-11-27 | fix metadata loss on rotate | Thomas Rudin | |
| use swap_node() instead of set_node() so locked chests can be used again after rotation | |||
| 2018-11-15 | fix autocrafter recipe | h-v-smacker | |
| 2018-11-14 | improving connectivity | h-v-smacker | |
| 2018-11-08 | license fixups: update to LGPL3.0 for code, add CC-by-SA 4.0 for media | Vanessa Dannenberg | |
| 2018-10-30 | use basic_materials mod where possible | Vanessa Dannenberg | |
| 2018-09-17 | Merge branch 'master' into 'master' | Vanessa Dannenberg | |
| Add on-rotate to chests, furnaces, filter-injectors, dispenser, deployer, and node breaker See merge request VanessaE/pipeworks!4 | |||
| 2018-09-17 | Add on-rotate to chests, furnaces, filter-injector, dispenser, deployer, and ↵ | 12Me21 | |
| node breaker | |||
| 2018-09-15 | Merge branch 'master' into 'master' | Vanessa Dannenberg | |
| Tubes now update their connections when rotated with the screwdriver. See merge request VanessaE/pipeworks!3 | |||
| 2018-09-15 | Tubes now update their connections when rotated with the screwdriver. | 12Me21 | |
| 2018-09-08 | remove value/sensor conversion LBM | Vanessa Dannenberg | |
| no longer needed, broken anyway | |||
| 2018-08-24 | Merge branch 'fix-wiki-link' into 'master' | Vanessa Dannenberg | |
| Fix link to wiki documentation See merge request VanessaE/pipeworks!2 | |||
| 2018-08-23 | Fix link to wiki documentation | Christopher Head | |
| 2018-08-04 | Handle nil return value for add_item | SmallJoker | |
| Remove old comments. Current HEAD requires version ~0.4.16 | |||
| 2018-08-01 | Add node breaker sounds (#219) | HybridDog | |
| Also, disallow node breakers to dig unknown nodes and a bit whitespace fix | |||
| 2018-07-13 | Add pipeworks.create_fake_player | SmallJoker | |
| Fix setter issue, add dynamic/static option Add player height. Properties aren't adaptive yet | |||
| 2018-07-04 | Fix get_pos crash since 92a55c3 | SmallJoker | |
| 2018-07-03 | Replace deprecated Lua function calls | SmallJoker | |
| 2018-07-03 | Add is_player to fakePlayer. Prevents grabAndFire-related crashes | SmallJoker | |
| 2018-05-11 | Merge pull request #213 from Thomas--S/look | Vanessa Dannenberg | |
| Add new `get_look_horizontal()` and `get_look_vertical()` to fake player | |||
| 2018-04-15 | wielder.lua: fix crash in can_tool_dig_node() when unknown nodes are looked up | thetaepsilon-gamedev | |
| 2018-03-26 | Add new `get_look_horizontal()` and `get_look_vertical()` to fake player | Thomas--S | |
| See minetest/minetest@fa0bbbf96df17f0d7911274ea85e5c049c20d07b | |||
| 2018-02-13 | fix some broken models | Vanessa Ezekowitz | |
| two had bad poly coordinates, caused rendering errors in-game one other model was flipped fixes #212 | |||
| 2017-12-25 | Merge pull request #209 from h-v-smacker/luatube_pin_report | thetaepsilon-gamedev | |
| Explicitly report the color of incoming port for items coming through tubes | |||
| 2017-12-22 | teleport_tube.lua: add checks for hash collisions in positions table | thetaepsilon-gamedev | |
| 2017-12-22 | teleport_tube.lua: fix 32-bit clamping issues on some systems for %d in ↵ | thetaepsilon-gamedev | |
| string.format Some servers running ubuntu in particular were reporting issues with teleport tubes not working. On investigation, all tube entries were colliding as string.format("%d", ...) was returning either -2^31 or 2^31-1 depending on system bit width, causing hash entries to be overwritten. This is possibly related to the use of C sprintf within lua. Fix this by using %g instead to interpret as double without int conversion, with a large enough number of digits such that all possible 2^48 values from minetest.hash_node_position() can be correctly serialised. | |||
| 2017-12-19 | item_transport.lua: split out determination of next position in go_next() ↵ | thetaepsilon-gamedev | |
| into separate function | |||
