GEAR : cleanup feedback
This MR removes feedback_will_do_feedback_individual_star()
to properly use feedback_will_do_feedback()
. Having two functions with almost the same lines but treating the star_type
differently is too bug-prone...
Also, I renamed the star_feedback_type
enum values to better names.