2022-May-27 - Prerelease - 2.6.803
Pre-release
Pre-release
Make unitImageFactory.getIcon() always return an icon. (#10515) * Make unitImageFactory.getIcon() always return an icon. Make unitImageFactory.getIcon() always return an icon, by making use of the "missing unit" icon for missing units. This reduces complexity by callers not having to have extra logic to handle missing icons and brings consistency with other places that show images. Also some small clean ups in files being changed. * Remove unused logging annotation and improve comments.