Factorio-Access / FactorioAccess

An accessibility mod for the video game Factorio, making the game accessible to the blind and visually impaired.
Other
20 stars 9 forks source link

Revise how to manage multiple entities on the same tile #179

Closed LevFendi closed 1 month ago

LevFendi commented 3 months ago

As noted in #175, the old "get_selected_ent" function has destructive effects due to manipulating the entity list that it checks. It is being renamed to reflect its popping nature and a new entity reading function needs to be written to replace it.

This will need extensive testing for cases where the original function was being called more than once.

LevFendi commented 3 months ago

Note: This is related to issues #139 and #167.

LevFendi commented 1 month ago

Resolved in #226