- Reverted fonts used for Chinese, Japanese, Korean and Russian localizations to pre-0.17.24 versions.
- Fixed that circuit connection from ghost to entity wasn't preserved when it was upgraded or undone. (67692)
- Fixed that it was possible to rotate entities whilst the technology GUI was open. (66320)
- Fixed that the updates-available counter in the update-mods tab didn't update as mods would be updated. (69050)
- Fixed that LuaSurface::get_closest() did not check the type of the second parameter. (69105)
- Fixed that LuaEntity::revive() raise_revive parameter sometimes did not work. (69166)
- Fixed that script render objects sometimes did not render in screenshots.
- Fixed a crash when rendering inserter interactions for modded furnace recipes without item ingredients.
- Fixed research queue and technology tooltip for long technology names. (68862)
- Fixed sprites would render as corrupted on some GPUs with texture streaming enabled. (65466)
- Fixed layouting of filters of deconstruction planner in a tooltip. (69107)
- Fixed that the rocket silo alt-info module icons didn't render in the correct location due to the size changes. (69041)
- Fixed several inconsistencies with the map editor paused state in multiplayer. (66189)
- Fixed schedule merging when more than one step of connecting train is done and part with the empty schedule is connected first. (69043)
- Fixed pollution reporting of machines with negative pollution when there is not enough pollution to absorb. (69164)
- Fixed that building a new rail through robots changed all rail-bound train stops to that station. (69170)
- Fixed a crash when departing from temporary stations while all other stations in the schedule are invalid. (69114)
- Fixed that setting a character controller for an offline player would crash the game. (69106)
- Fixed trains overview GUI updating and performance problems. (68953)
- Fixed that long server names were overflowing in the Browse games GUI. (66113)
- Added LuaAutoplaceControlPrototype::category read.
- Added LuaEntityPrototype::alert_icon_shift read.
- Added LuaForce::research_queue read/write.
- Added LuaForce::add_research() and cancel_current_research().
- Removed LuaForce::current_research write.
- Changed cutscene waypoints to allow all entities as targets.