Commit Graph

1038 Commits

Author SHA1 Message Date
David Leal 11f2b4f4b3
Fix warning reported by LuaCheck (#563) 2020-09-05 18:54:37 +02:00
KaylebJay 00618d13b5
Drill and laser: call node-specific on_dig (#556)
This properly digs nodes that have a custom on_dig function specified. For normal nodes, the behaviour is kept the same.
2020-06-27 17:29:50 +02:00
David Leal 6154a04c00
Remove node_ownership support, cleanup (#560) 2020-06-24 21:14:04 +02:00
KaylebJay 438c0877f6
Add external machine registration support (#557)
New 'technic.register_base_machine' definition table value: 'modname' (defaults to current run mod)
2020-06-24 21:12:25 +02:00
SmallJoker 88f2bc388f Add issue template 2020-06-13 14:14:14 +02:00
David Leal a8daa417c4
Add GitHub workflow and luacheck (#545)
Add badge to README
Fix luacheck warnings
Remove node_ownership globals (and support)
2020-06-12 20:39:00 +02:00
Vanessa Dannenberg befe3ecc86 Fix incorrect numeric types for 5.3.0-dev
5.3.0-dev adds strict type checks for registration fields, hence this was not noticed earlier due to implicit string-number conversions
2020-05-27 18:32:57 +02:00
BobFred7 df7f2e464a
Alloy furnace: More realistic recipe balance (#549) 2020-05-13 19:13:33 +02:00
dokutan 31a052d7e6
Chainsaw update (bushes and moretrees fixed) (#551)
Add missing moretrees nodes to the chainsaw
Cut all nodes with the "tree" and "leaves" group too.
2020-05-10 14:42:57 +02:00
dokutan 88f42539bb
Fix error caused by locked chest recipes (#548) 2020-05-03 19:53:43 +02:00
BobFred7 b2a124dd83
Deal with lava cans wasting lava (#532)
Rather than replacing lava source with lava source, the lava can will now attempt to place lava to the node "above".
This change applies the same for all registered cans.
2020-05-01 21:24:12 +02:00
dokutan 34f2894321
Update dependencies in manual.md (#547)
Add basic_materials to the list of dependencies in manual.md.
2020-05-01 21:11:53 +02:00
Louis Royer fb4fef783b
Shapeless locked chests crafts (chest + lockpad) (#530)
This was only done for `default:chest`.
2020-04-26 11:33:12 +02:00
Hugo Locurcio 4a9ad94bf9
Fix chest formspec protection (#540)
This closes #539.
2020-04-26 11:32:42 +02:00
Julien Palard f3828c1943
Fix pipeworks link in manual (#533) 2020-03-15 17:29:18 +01:00
coil 0e10e8360d
Fix crash when placing cable plates (#534)
All coordinates can be equal if pointed_thing.above is identical
to pointed_thing.under.
2020-03-15 17:27:36 +01:00
thetaepsilon-gamedev fbc4cc8511 technic_cnc/cnc.lua: Fix access to non-existant stack parameter (#528) 2020-01-28 21:38:13 +01:00
Adrian 904800abde Add river water can (#527) 2020-01-26 14:29:44 +01:00
Serhiy Zahoriya 1a45ad19d4 Alloy furnace: Accept only unique ItemStacks from tubes (#523)
Co-authored-by: Luke aka SwissalpS <Luke@SwissalpS.ws>
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
2020-01-11 22:06:24 +01:00
fgrosswig e90b28895c battery_box.lua: Make "srcstack" local (#525)
Fixes warning:
Assignment to undeclared global "srcstack" inside a function at battery_box.lua:454
2020-01-06 21:50:15 +01:00
fgrosswig 7696546d47 Fix steel strut overlay texture name (#526) 2020-01-06 21:49:05 +01:00
coil da95be53ec Fix radiation protection when armor group is not set (#509)
The radiation damage group can be not set when armor completely
protects against radiation or when no mod has set a default value
for the damage group. We want to apply radiation damage in the
second case but not in the first.
2019-12-30 21:02:01 +01:00
Luke aka SwissalpS 76a39e71b9 Cleanup duplicate call (#522)
No need to call get_inventory twice
2019-12-25 22:23:34 +01:00
coil 08b660ba99 Add recipe to extract violet dye from blueberries (#518) 2019-12-14 10:20:32 +01:00
_TarkFrench cb84439266 French translation: fix some errors and ortho (part 2) 2019-10-26 19:35:00 +02:00
_TarkFrench c41f6509cf French translation: fix some errors and ortho (#513) 2019-10-26 19:34:17 +02:00
David Leal d5df30c3ff Replace deprecated functions with newer ones (#510)
Use mod.conf
2019-09-14 12:55:41 +02:00
coil e66bb281a4 Add cool_trees support to the chainsaw (#511)
Make list of timber node names less repetitive
2019-09-07 13:02:21 +02:00
d-stephane 768fbecc64 Add french translation (#417) 2019-08-26 19:53:24 +02:00
Sires 707fa5a97c Fix typos 2019-08-26 19:52:41 +02:00
Sires 505ad8d045 Add translation for wrench mod 2019-08-26 19:52:41 +02:00
Sires a75cb7252d Add translation for technic_worldgen mod 2019-08-26 19:52:41 +02:00
Sires 662cc7e7ef Add translation for technic_chests mod 2019-08-26 19:52:41 +02:00
Sires e12220be79 Add translation for technic mod 2019-08-26 19:52:41 +02:00
Sires 19e045e042 Add translation for extranodes mod 2019-08-26 19:52:41 +02:00
Sires e8e5df3f4a Add translation for concrete mod 2019-08-26 19:52:41 +02:00
coil d119a67482 Refactor switching station ABMs (#508)
When the function is defined inside the ABM, a new closure is allocated every time the ABM runs. 
Since the action function is already way too long, it's better for readability and performance to split it out.
2019-08-26 19:45:11 +02:00
coil bb05ff8fd2 Reject constructor in constructor slot inventories (#505) 2019-07-21 12:40:57 +02:00
Vanessa Dannenberg d1bf386b80 Use Unified Dyes on_dig where needed (#506)
Requires Unified Dyes commit 9ff40a7f or later
2019-07-21 12:37:56 +02:00
coil dc4f4f66e6 Apply radiation damage only if entity is not dead (#504)
This prevents on_dieplayer being called unnecessarily, causing problems such as repeated death messages.
2019-07-10 20:27:01 +02:00
Hugo Locurcio 62fdb853ec Optimize PNG images losslessly (#501)
This incorporates non-interlaced PNGs from #500 to fix warnings thrown by libpng.
2019-06-20 18:35:26 +02:00
obl3pplifp 8a987bb361 Add tubelib support to technic chests (#498) 2019-06-09 20:48:52 +02:00
Parasitoid e8f1033d49 Add alloy ice + bucket = water bucket (#470) 2019-06-01 12:33:31 +02:00
mat9117 a9b10cc4b1 Fix Polish translation (#497) 2019-04-14 11:43:30 +02:00
Lejo b81d1d3f2d Check protection of the forcefield and Quarry (#468) 2019-04-13 20:45:49 +02:00
mat9117 c9ba4b329d Add Polish translation (#493) 2019-03-31 13:00:48 +02:00
upsala 700faca5cb Add moretrees poplar to chainsaw (#489) 2019-03-10 11:40:52 +01:00
Thomas Rudin c14521cbd2 Quarry: Fix server freeze when max depth is reduced (#487)
Endless loop if max-depth is changed but some quarries are below that new limit
The old comparison (~=) did not account for that
2019-03-02 11:14:05 +01:00
Christopher Head 4f78a69ffc Fix trailing whitespace (#482)
Trim all trailing whitespace characters,
2019-01-26 14:15:40 +01:00
Christopher Head 5f6b87d43a Fix spelling errors (#481) 2019-01-26 14:15:07 +01:00