home · contact · privacy
Optimize ncurses client, only update map on VISIBLE_MAP_COMPLETE.
[plomrogue2-experiments] / server_ / game.py
index 5595cea567ea2dfed0a82d35d580b7ea059ad572..015c8cbcc67cfb76b683bb76091203ef221b96ca 100644 (file)
@@ -206,6 +206,7 @@ class Game(game_common.CommonCommandsMixin):
             self.io.send('THING_TYPE %s %s' % (thing.id_, thing.type_))
             self.io.send('THING_POS %s %s' % (thing.id_,
                                               stringify_yx(thing.position)))
+        self.io.send('VISIBLE_MAP_COMPLETE')
 
     def proceed(self):
         """Send turn finish signal, run game world, send new world data.