techage/doc
Thomas--S d544224dd6 Allow to configure item ratios in distributor filters
It allows to control the ratio in which certain items will use the different outputs.
This is done by adding an item multiple times to the same filter.

Because of this, the hardcoded permutations are replaced with a Fisher-Yates-Shuffle.
This is theoretically a little bit slower; but according to my measurements, about one million of copy-shuffle operations can be executed per second (tested with a table length of four); so it doesn't seem to be a big problem.

Additionally, a bit of outdated information was removed from the manuals.
2021-05-08 16:57:53 +02:00
..
guide.lua Change use_texture_alpha to work with MT 5.0+ 2021-03-19 20:06:22 +01:00
items.lua Revice TA4 Injector, add TA3 Injector 2021-03-08 21:27:51 +01:00
manual_api.lua Add manual API for external mods 2020-10-20 22:27:01 +02:00
manual_DE.lua Allow to configure item ratios in distributor filters 2021-05-08 16:57:53 +02:00
manual_EN.lua Allow to configure item ratios in distributor filters 2021-05-08 16:57:53 +02:00
plans.lua Add top/side view labels to the construction plan 2020-12-18 21:41:34 +01:00