baggins994 wrote:I'd say last visit, but that can be decided later.
I think I'm gonna sumbit an official request soon
The problem here is this then...
How do you log last visit?
The forum counts last visit as "last time you logged in" - but this might not be the case for every game - I quite often don't visit a game when I log in...
But sometimes I do...
So you would need to store "last visit" in the database...
This is something I doubt lack would want...
Therefore - messages since last game action would be a lot easier... (i.e. no DB access storage... just find "your" last log action - and if there are chat messages after that date/time - then show alert...
However - that might also fail - say you're in the middle of a turn - someone says some chat... the next time the game is refreshed - you post a log... which is later than the chat... so no alert shown...
So then perhaps you have to code in a "always show alert if there is a new chat in the last X mins" bit of code...
C.