viewimage.php?id=2bbcd332eac031a9&no=24b0d769e1d32ca73fed83fa11d02831dd6ec24037e3c20ed8a76d8571d0aa35887fc197db59c4a3d8cdb2eeebbe878564faa7c34fab68e2c87de9f4d4ebd3a9f33726


Graphics


Fixed player character shadow didn't animate in idle state when not facing north.



Bugfixes


Fixed that LuaEntity::splitter_filter would reject a LuaItemPrototype. (81811)

Fixed smart entity collision mode in tile editor did not work with offshore pump. (81933)

Fixed that modded shortcuts that spawned items not visible in the blueprint library didn't work. (81940)

Fixed that technology tooltips didn't show debug tooltip data the same as other tooltips. (81762)

Fixed that crafting machines would report as supporting backer names through the Lua API. (81786)

Fixed that un-researched recipes couldn't be used while in the map editor. (82082)

Fixed that the removed-content GUI didn't include some translations. (82101)

Fixed a desync related to invalid rail signal requested to be closed by circuit network. (82085)



Modding


Added InserterPrototype::chases_belt_items. (61354)



Scripting


Added LuaEntityPrototype::inserter_chases_belt_items read.

Added surface to the selected-area events.

Changed LuaSurface::spill_item_stack() to return the created entities if any.