lanedirt / OGameX

Open-source OGame redesign clone built with Laravel 11.x.
https://main.ogamex.dev
MIT License
30 stars 14 forks source link

Implement planet activity logic #204

Open lanedirt opened 3 months ago

lanedirt commented 3 months ago

Implement planet activity logic indicator that shows on the galaxy and espionage report interface whether the planet has seen activity in the last 60 minutes or not.

Activity is determined based on:

Implement this activity indicator logic in the following places:

See example of what this indicator should look like in the game:

Screenshot 2024-05-25 at 00 28 11

Espionage mission message:

Screenshot 2024-05-25 at 00 30 57
lanedirt commented 1 month ago

Some work is already being done in #265. Espionage and attack missions now trigger a planet update. It updates the date column used for the planet resource update. This field can then also be used to determine the actiivty.

Jbaukens commented 3 weeks ago

/assign