- [space-age] Changed self-recycling recipe statistics to be ignored in production graph.
- Changed sprites with scale between 0.5 and 1 (exclusive) to apply downscaling to low resolution (affects base game biter sprites).
- Changed cargo landing pad mining time to 1.
- Moved the mods GUI search to be with the content it is searching.
- Added linear interpolation method (used by default now) for audio resampling when playback speed is changed. (116936)
- Added an option to disable animated ghosts to aid performance on integrated GPUs. (116304)
- [space-age] Added a confirmation box when deleting space platforms.
- Fixed that having multiple key bindings could cause some keys to get stuck. (118498)
- Fixed that it wasn't possible to parametrised item filter to any quality. (118272)
- Fixed a crash when killing segmented units attached to a segmented controller. (118639)
- Fixed that tank logistic trash slots did not work correctly when using roboports in the tank. (118235)
- Fixed that shortcuts marked as not toggleable still allowed being toggled. (115015)
- Fixed that lua shortcuts ignored unavailable_until_unlocked. (117464)
- Fixed that teleporting certain entities would delete their fluid contents. (117719)
- Fixed that the reactor GUI temperature would flicker when the temperature was < 100 degrees. (118121)
- Fixed that some errors related to prototypes would report coming from the wrong prototype. (118703)
- Fixed that copying spider vehicle settings between spiders of different quality did not work correctly. (118711)
- Fixed that pumps would pull fluid from internal machine buffers instead of the connected fluid segment. (118688)
- Fixed that mods were able to create item stacks without quality which crashed the game. (118677)
- Fixed rocket silo requesting more items even if another rocket wasn't ready yet. (118163)
- Fixed incorrect lightning protection visualisation in some cases where shorter range attractor is close to longer ranged one (117751)
- Fixed vehicle sounds not playing in some menu simulations. (117674)
- Fixed a crash when reading repair state of a character not assigned to a player. (118767)
- Fixed asteroid collector navigation not generating in time when a straight platform edge is aligned with chunk border, which caused a crash. (118050)
- Fixed consistency issue when removing a turret that was connected to logistic network. (117498)
- Fixed a crash when prototype data changes and roboports are requesting specific robots. (117618)
- Fixed combinators could get stuck after cancelling deconstruction order. (118748)
- Fixed a crash when fast-replacing not-a-heat-interface entity with a heat interface. (118778)
- Fixed a crash when trying to recycle blueprint books with contents. (118825)
- Fixed being able to enter a frozen rocket.
- Fixed flames not updating on a frozen or deconstructed rocket silo.
- Fixed a crash when viewing players in the players GUI when they disconnect from the server.
- Fixed a crash when copy-pasting settings from an assembling machine to a logistic chest that did not support requests. (118716)
- Fixed that the space map GUI would not show until you had visited at least 1 other planet. (118865)
- Fixed loader energy source buffer size computation. (118529)
- Fixed that tesla turret and tesla gun chain lightning sometimes arced to friendly entities. (118726)
- Fixed that character_mining_speed_modifier was not handled in latency state.
- Fixed factoriopedia for space connections would highlight wrong graph series when hovering over slots of spawned asteroids. (118057)
- Fixed pinning other players did not work correctly. (118939)
- Fixed demolishers getting disturbed by vehicles and other non-building entities. (117092)
- Fixed "Get off my lawn" achievement not being awarded when building close to a demolisher. (118420)
- Fixed a crash when copy-pasting from cars with equipment grids to ghost-cars without equipment grids. (118480)
- Fixed a crash when showing logistic request tooltip immediately after joining a multiplayer game. (116939)
- Reverted a fix for train interrupts not being checked when passing a station without conditions (117530) because it crashed the game. (118822)
- Combined four ghost tint definitions in UtilityConstants into UtilityConstants::ghost_shader_tint and added UtilityConstants::ghost_shaderless_tint.
- Added LoaderPrototype::per_lane_filters.
- Added LuaEntity::loader_filter_mode (read/write).