- Added partial IME support for typing Chinese, Japanese and Korean text on Windows.
- IPs are no longer directly logged.
- Fixed several belt compression problems.
- Fixed crash when rendering turret range visualization in camera widget.
- Fixed incorrect behaviour when a text box line wraps. (57944)
- Fixed achievement deletion dialog. (57959)
- Fixed choose-elem-button locking not persisting across saves. (58012)
- Fixed item creeping forward on belt sometimes. (57282)
- Fixed removal of tracked silo script items. (57953)
- Fixed a crash when using the Lua GUI element type "entity-preview". (58048)
- Fixed that "Expected resources" didn't always match what you actually got. (58032)
- Fixed that heavily modded saves with large amounts of tile types couldn't be loaded without the mods. (56946)
- Fixed that buffer chests could get items sent to them they weren't requesting. (58080)
- Fixed belts would stop animating after really long time. (58163)
- Fixed crash when vehicle with personal roboport was destroyed because of impact damage from its own movement. (58125)
- Fixed the help locale for the /toggle-rockets-sent-gui freeplay command. (58096)
- Fixed wrong scale of icons with non-standard icon_size in alt-mode. (58143)
- Fixed generator effectivity being applied twice when below 100%.
- Fixed a crash when failing to download a map in multiplayer.
- Fixed crashes related to Lua stack overflows.
- Fixed a crash related to changing the stack size of items when removing mods.
- Fixed a crash when researching logistic request slots.
- Fixed a crash related to the ending screen data in multiplayer.
- Fixed a crash when explosion entities where created during migration scripts.
- Fixed a crash when exiting the game while it's saving.
- Fixed a crash when loading a map file fails.
- Fixed a crash related to modded burner generator equipment in multiplayer.
- Fixed labels could render outside of their defined area.
- Fixed a crash when placing assembling machine blueprints over ghosts.
- Fixed a crash when clicking quickly while joining multiplayer games.
- Fixed a crash when saving the game fails.
- Fixed a crash when deleting chunks with cliffs on them.
- Fixed a crash when trying to set player inventory filters in the map editor.
- Fixed several GUI related crashes related to multiplayer latency.
- Fixed a crash when hosting LAN-enabled multiplayer games in some instances.
- Added GeneratorPrototype::scale_fluid_usage which scales the generator's fluid usage to its maximum power output. Default is false.
- Generator will now produce pollution if emissions is specified on the energy source.
- Added LuaGameScript::is_multiplayer().