flashflashrevolution / rCubed

Official Flash Flash Revolution game engine.
https://www.flashflashrevolution.com
GNU Affero General Public License v3.0
30 stars 17 forks source link

Missing StringID for Game Results filter columns. #309

Closed goldstinger closed 3 years ago

goldstinger commented 3 years ago

Missing:

game_results_filter_column_L game_results_filter_column_D game_results_filter_column_U game_results_filter_column_R game_results_filter_column_LHS game_results_filter_column_RHS game_results_filter_column_A

Button for them is located in bottom left hand corner of results screen, identified by a giant 'C' in a box, when viewing Accuracy Spread, it is used to filter the Accuracy Spread results specifically to certain columns (Left, Down, Up, Right, Left-Hand, Right-Hand, All)

Default is set to game_results_filter_column_A to show all accuracy results.

Zageron commented 3 years ago

@Sploder12 did you add this feature? I forget. I guess the stringids were never added?

Sploder12 commented 3 years ago

See line 446 of GraphAccuracy.as

The feature has been there for a while, the lang strings need to be added.

Zageron commented 3 years ago

Done.