oceantume / ArtilleryCalculator

Artillery calculator for Hell Let Loose that runs on your desktop
MIT License
5 stars 4 forks source link

Add countdown timer from last click to predicted artillery hit #3

Closed oceantume closed 3 years ago

oceantume commented 3 years ago

This includes a few UI changes and a move of most of the code from NumpadListener into a new BaseWIndowsHookListener so that it can easily by reused for the new ClickListener. It also includes a new ArtilleryTimingCalculator class that predicts shell hit time.

Resolves #1