Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Suggestion- highlight your line in the end-of-game graphs

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
2/19/2021 12:33:08 AMCArankAdminShadowfury333 before revert after revert
Before After
1 Well, if selecting the player just means clicking on their name in the player list that would probably simply a matter of having an OnClick handler associated with the chili text, that sets the to-be-highlighted player id. If selecting the player means clicking on their line in the graph, then it would be a lot harder, and probably require some work just to set up the data structures in a way that doing the hit tests on the graph lines isn't ludicrously expensive. 1 Well, if selecting the player just means clicking on their name in the player list that would probably simply a matter of having an MouseClick handler associated with the chili label ( though I'm not entirely sure how to do that) , that sets the to-be-highlighted player id. If selecting the player means clicking on their line in the graph, then it would be a lot harder, and probably require some work just to set up the data structures in a way that doing the hit tests on the graph lines isn't ludicrously expensive.