solarus-games / solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
http://www.solarus-games.org
Other
710 stars 134 forks source link

fixed scrolling transitions to the same map. closes #924 #1202

Closed stdgregwar closed 6 years ago

stdgregwar commented 6 years ago

Fixed the inability to teleport to the same map with a scrolling transition. This closes #924.

christopho commented 6 years ago

Maps transitions are a fragile area of the code, we need good unit tests. Can you update the existing unit test teletransportation_tests please? Thanks

christopho commented 6 years ago

Please also update the changelog file.