dfhack/plugins/remotefortressreader/proto
David Li 8b5321fe86 Add option to force-fetch world blocks in RemoteFortressReader
The current behavior of GetBlockList in the RemoteFortressReader
  Protobuf RPC API is to only return blocks that have changed since
  the last fetch. This causes problems when the RPC client (i.e. a
  world renderer) wants to restart, as it can no longer fetch the
  full world state.

  This patch adds a `force_reload` option to BlockRequest, defaulting
  to `false` (the current behavior). When passed, it returns all
  requested blocks regardless of whether they have changed or not.

Signed-off-by: David Li <jiawei.davidli@gmail.com>
2023-08-07 19:17:04 -07:00
..
.gitignore plugins: include proto directory from current source directory 2023-04-08 12:43:30 +02:00
AdventureControl.proto plugins: include proto directory from current source directory 2023-04-08 12:43:30 +02:00
DwarfControl.proto plugins: include proto directory from current source directory 2023-04-08 12:43:30 +02:00
ItemdefInstrument.proto plugins: include proto directory from current source directory 2023-04-08 12:43:30 +02:00
RemoteFortressReader.proto Add option to force-fetch world blocks in RemoteFortressReader 2023-08-07 19:17:04 -07:00
ui_sidebar_mode.proto plugins: include proto directory from current source directory 2023-04-08 12:43:30 +02:00