X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=roguelike-client;h=55fb9789d2a33585bc678b6e53eabf047566c7a5;hb=119e91aece4fc1de4b4cd1744502ea58f9bae323;hp=7bb862272caac1bce5949efef6eadb237d011c45;hpb=cdf875d1b67cfced25569caccc74f4c45417dc96;p=plomrogue diff --git a/roguelike-client b/roguelike-client index 7bb8622..55fb978 100755 --- a/roguelike-client +++ b/roguelike-client @@ -1,11 +1,15 @@ #!/usr/bin/python3 +# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 +# or any later version. For details on its copyright, license, and warranties, +# see the file NOTICE in the root directory of the PlomRogue source package. + + import curses import os import signal import time - from client.config.world_data import world_data from client.config.io import io from client.config.commands import commands @@ -36,6 +40,7 @@ def read_worldstate(): read_worldstate.last_checked_mtime = mtime read_anew = True if read_anew: + # TODO: Hardcore order of necessary fields, ensure dependency order. redraw_windows = True world_data["turn"] = int(turn_string) for entry in io["worldstate_read_order"]: