From: Carl Worth Date: Sun, 10 May 2020 22:43:44 +0000 (-0700) Subject: Update the game-state event and increment protocol to version 0.5 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=d25316422d7d9069626b9f09f630155f30534938;hp=d25316422d7d9069626b9f09f630155f30534938;p=empires-api Update the game-state event and increment protocol to version 0.5 Specifically, we change to lowercase names for the states, and we also include both the old and new states on each transition. This also means there is a new "none" state for the initial game-state event. ---