- When the game crashes, the crash log is uploaded to us. You can opt out by disabling it in the options menu.
- Player chat color when set through '/color r g b a' command will be brightened. (57796)
- Fixed that LuaEntity::get_merged_signals() would return wrong value if no wires were connected. (57757)
- Fixed flamethrower turret could get stuck in deactivated state when fluid type in its pipe changed. (57730)
- Fixed energy consumption of laser turret in recipe tooltip. (22310)
- Fixed that specifying a shift for a storage tank's fluid_background would shift it incorrectly. (57691)
- Fixed that ctrl-arrow/backspace/delete worked in the console but not in other text boxes. (57496)
- Fixed that you could define a fluidbox height of 0. (57753)
- Fixed trains "twitching" under certain circumstances. (57738)
- Fixed wrong hairy dead tree graphics positioning. (57761)
- Fixed that ping-pong DNS lookup failure would shut down running multiplayer games. (57759)
- Fixed LuaInventory::getbar/setbar used zero-based indexing. (57816)
- Fixed incorrect electric network connection rendering on the map. (57327)
- Fixed train would reset its "waiting on signal" penalty when recalculating path due to waiting too long. (57574)
- Added script.on_nth_tick(n, function).
- Added LuaSurface::can_place_entity(...) optional parameter "build_check_type" and "forced".