dfhack/plugins/remotefortressreader
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
..
proto Add option to force-fetch world blocks in RemoteFortressReader 2023-08-07 19:17:04 -07:00
CMakeLists.txt remove unneeded linkage to SDL 2023-07-18 23:15:22 -07:00
adventure_control.cpp Re-comment out the UI stuff. 2023-01-06 19:43:54 -08:00
adventure_control.h add a few more hotkeys to adventure control 2017-12-26 22:21:36 +05:30
building_reader.cpp update fortress reader for structures change 2023-01-13 11:48:07 +00:00
building_reader.h Apply initial pre-commit config 2022-04-12 14:48:19 -04:00
df_version_int.h Update DF version define. (mainly used to be able to keep backwards compatibility) 2018-12-26 00:06:49 -06:00
dwarf_control.cpp get things to compile with the recent structure updates 2023-01-08 11:33:14 -08:00
dwarf_control.h Apply initial pre-commit config 2022-04-12 14:48:19 -04:00
item_reader.cpp RemoteFortressReader: Fix a possible null pointer access on image descriptions 2023-06-10 22:05:14 +02:00
item_reader.h Copy engravings in RFR, and update the art image function. 2018-02-04 10:12:15 +05:30
remotefortressreader.cpp Add option to force-fetch world blocks in RemoteFortressReader 2023-08-07 19:17:04 -07:00