Version 0.16.42
Posted: Fri May 11, 2018 2:01 pm
Bugfixes
- Changed the searching logic, that searching every word separately is only done when the fuzzy search option is on. (59670)
- Fixed a desync when printing a Lua error to players with different installation paths. (60049)
- Rail signal connection merge optimisation (tens of seconds instead of tens of minutes on big maps).
- Fixed that rail signal migration didn't update the state of the signal controlled by the circuit network. (60068)
- Fixed decimals displaying in production statistics that caused the numbers to be too long. (59997)
- Fixed high CPU usage on the main menu. (60063)
- Fixed an issue when joining friends games through steam. (60157)
- Fixed, that it was possible (with the use of script/mod) to build belt/wall entity (not ghost) on top of other belt entity marked for deconstruction, which could cause a consistency check fail later on.
- Added train path finding penalty for train with no path equal to 1000 tiles. (60211)
- Fixed a crash when building modded rolling stock entities on diagonal rails. (60014)
- Fixed "header errors" when extracting factorio zip files with 7zip.
- Added LuaEntityPrototype::collision_mask_collides_with_tiles_only and collision_mask_considers_tile_transitions read.