- Re-added the sandbox scenario questionnaire.
- Space age mods no longer count as "has mods" in the server browser. (117812)
- Removed default secondary keybinding for redo action on AZERTY keyboards as it collided with super force building while moving up. (124377)
- Improved asteroid collector performance - we estimate it should be 5x - 15x faster when there are thousands of asteroid chunks on the map. (118736)
- Improved asteroid update performance by up to 20%.
- Fixed a crash at startup when mods would define fluid with no fuel value as a fluid energy source fuel. (124177)
- Fixed that LuaPlayer::opened did not work with equipment grids. (123922)
- Fixed some asteroid graphic variations were defined twice. (123453)
- Fixed that it was possible to click the update selected mods button while update data was being fetched. (124094)
- Fixed several edge cases where the mod explore results table selection would get out of sync with the mod info pane. (123992)
- Changed graphics setting turret-overdraw-scale-threshold to turret-overdraw-estimated-pixel-overdraw-threshold to fix artillery range overdraw performance. (123380)
- Fixed fulgorite pieces icon had empty mipmaps. (121347)
- Fixed that rocket silos would not launch quickly when there were platform requests that couldn't be satisfied. (122321)
- Fixed a crash when building terrain in remote view. (124420)
- Fixed that layered quality icons did not work correctly in recipe overlays. (122184)
- Fixed that "hidden in factoriopedia" technologies still showed in Factoriopedia. (123695)
- Fixed a crash when mods set ItemRequestProxy::active to false. (124022)
- Fixed incorrect space platform bounds and weight when space platform foundations were covered by other tiles.
- Fixed a crash when mining closed power switch. (124455)
- Fixed a performance issue when rendering radar minimap visualization. (124400)
- Fixed a crash when clicking give-item technology modifiers in the technology GUI. (124525)
- Fixed a crash when a recipe has a research-progress result. (124509)
- Added LuaEntity::minable_flag read/write. Write to LuaEntity::minable is now deprecated.
- Added LuaEntity::is_updatable read, disabled_by_script read/write, disabled_by_control_behavior read and disabled_by_recipe read.
- Added LuaEntity::is_freezable read and frozen read.