Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-19 | Better tempaltes | Novatux | |
2013-10-18 | Fix negative tool discharging and a few other tweaks... | ShadowNinja | |
Disable the flashlight by default. Use itemstack:{get,set}_{metadata,name,wear,...} rather than {to,from}_table. Improve the style of part of the code of mischelaneous tools | |||
2013-10-17 | Remove remaining frames.addVect | Novatux | |
2013-10-13 | Bugfix | Novatux | |
2013-10-13 | Add drop to templates | Novatux | |
2013-10-13 | Make template motors have an owner and check area protection | Novatux | |
2013-10-13 | Add templates | Novatux | |
2013-10-06 | Disable wind mill by default because it isn't ready yet | ShadowNinja | |
2013-10-06 | Make frame motors have an owner and check area protection | Novatux | |
2013-10-04 | Bugfixes with energy branch. | Novatux | |
Conflicts: technic/machines/switching_station.lua | |||
2013-10-04 | Forgot to update on cable add/destroy+use minetest.hash_node_position ↵ | Novatux | |
because else it did not work. | |||
2013-10-04 | Make power distribution more efficient. | Novatux | |
Conflicts: technic/machines/register/cables.lua | |||
2013-10-03 | Create technic config file if it doesn't exist | ShadowNinja | |
2013-10-03 | Move framedglass to it's own repository | ShadowNinja | |
2013-10-03 | Remove item_drop from config.lua | ShadowNinja | |
2013-10-03 | Remove item_drop | ShadowNinja | |
2013-10-03 | Move stargate to it's own repo | ShadowNinja | |
2013-09-28 | Move unified inventory to it's own repository | ShadowNinja | |
2013-09-24 | Disable the trash button outside of creative mode | ShadowNinja | |
2013-09-24 | Don't consume items or drain power when there isn't room for the results | ShadowNinja | |
2013-09-24 | Add an API to unified inventory | ShadowNinja | |
2013-09-17 | Partial rewrite | ShadowNinja | |
2013-08-31 | Use only 1 node for frame motors. | Novatux | |
2013-08-30 | Add license | Novatux | |
2013-08-27 | Merge pull request #82 from GloopMaster/patch-1 | kpoppel | |
Update grinder_gloopores.lua | |||
2013-08-24 | Update grinder_gloopores.lua | GloopMaster | |
2013-08-13 | a small fix to not create "empty" stargate files for each player and to ↵ | hdastwb | |
clean up such files that already exist | |||
2013-08-06 | Merge pull request #76 from kol0/patch-2 | sdzen | |
correct amount of energy produced | |||
2013-08-04 | Fix wrench crashes | RealBadAngel | |
2013-08-04 | Merge pull request #79 from metalstache/master | RealBadAngel | |
Fix recipe and battery box compatibility | |||
2013-08-03 | Fix recipe and battery box compatibility | metalstache | |
2013-08-01 | Merge pull request #71 from bulldog98/mk3_fix | RealBadAngel | |
Fixed the crafting for mining_drill mk3 | |||
2013-08-01 | Merge pull request #78 from metalstache/master | RealBadAngel | |
Add node metadata storage and Technic machine support | |||
2013-08-01 | Add node metadata storage and Technic machine support | metalstache | |
2013-07-31 | Merge pull request #77 from metalstache/master | RealBadAngel | |
Add Wrench mod | |||
2013-07-31 | Add Wrench mod | metalstache | |
2013-07-30 | correction amount of energy produced | kol0 | |
I correct amount of energy produced with descripton value. | |||
2013-07-28 | Fixed the crafting for mining_drill mk3 | Jonathan Raphael Joachim Kolberg | |
2013-07-26 | Finaly fixed the statements | Jonathan Raphael Joachim Kolberg | |
The idle condition for mv mashines is changed to what it should be because sending items into the tube is done in idle, so we only care if there is something left in src | |||
2013-07-26 | simplified a statement | Jonathan Raphael Joachim Kolberg | |
2013-07-25 | Deployer and node breaker are now moved to pipeworks. | RealBadAngel | |
2013-07-24 | Merge pull request #64 from hdastwb/mvidlecond | RealBadAngel | |
fix the mv tube-enabled idle condition | |||
2013-07-23 | fixed a condition with mv machines so as to not power down machines with ↵ | hdastwb | |
stuff to grind/smelt but nothing to tube out | |||
2013-07-22 | Merge pull request #62 from hdastwb/connect_sides | RealBadAngel | |
add tube routing support | |||
2013-07-22 | Merge pull request #60 from hdastwb/mesesandtube | RealBadAngel | |
MESE Sand Tubes | |||
2013-07-21 | added connect_sides to appropriate tube tables | hdastwb | |
2013-07-20 | Merge pull request #61 from hdastwb/patch-1 | ShadowNinja | |
Convert remove_items to a number in item_drop to avoid crashes | |||
2013-07-20 | convert remove_items to avoid crashes | hdastwb | |
2013-07-19 | added a recipe for MESE sand tubes | hdastwb | |
2013-07-19 | Merge pull request #59 from bulldog98/master | RealBadAngel | |
added a mv grinder |