technic/technic/machines
Elias Åström 488f80d950 Clean file frames.lua to make more readable
- "#(array)" replaced with "#array"
- "(a and b) or c" replaced with "a and b or c"
- Cleaned some other places with unnecessary parenthesis
- "a,b" replaced with "a, b"
- "a+b" replaced with "a + b" (and for all other binops)
- "{a, b, c}" replaced with "{ a, b, c }"
- "-n + a" replaced with "a - n"
- Removed trailing whitespace
- Blank lines added in some very dense places
- Very long lines broken into shorter lines
- Use modern functions like vector.new and vector.round
- Align with spaces instead of tabs
2018-08-25 12:24:58 +02:00
..
HV machines/HV/quarry.lua: [modification] provide a basic digger object to can_dig callbacks to prevent nil object errors (#425) 2018-05-19 22:06:00 +02:00
LV New MV Hydro Machine (#412) 2018-08-25 12:24:14 +02:00
MV New MV Hydro Machine (#412) 2018-08-25 12:24:14 +02:00
other Clean file frames.lua to make more readable 2018-08-25 12:24:58 +02:00
register Use tin from MTG instead of `moreores` (#401) 2018-07-21 19:11:12 +02:00
init.lua Fixes for network calculation issues 2017-03-10 01:35:58 -06:00
power_monitor.lua Show EU power values more readable (#424) 2018-07-16 17:26:39 +02:00
supply_converter.lua Show EU power values more readable (#424) 2018-07-16 17:26:39 +02:00
switching_station.lua Show EU power values more readable (#424) 2018-07-16 17:26:39 +02:00