aboutsummaryrefslogtreecommitdiff
path: root/serialize_lib/settingtypes.txt
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2021-03-13 11:29:44 +0100
committerorwell96 <orwell@bleipb.de>2021-03-13 11:29:44 +0100
commita224027b1687b9a56a8daf7aabaad536d1537754 (patch)
tree6fb5825c1723eb6624cb4a0ee8756bfe247e34bf /serialize_lib/settingtypes.txt
parentb82e10051d69730b7459cceae4e4e8719b4445d0 (diff)
parenta6e8b8b4353863ad563a4d5187f40fea702ea2de (diff)
downloadadvtrains-a224027b1687b9a56a8daf7aabaad536d1537754.tar.gz
advtrains-a224027b1687b9a56a8daf7aabaad536d1537754.tar.bz2
advtrains-a224027b1687b9a56a8daf7aabaad536d1537754.zip
Add 'serialize_lib/' from commit 'a6e8b8b4353863ad563a4d5187f40fea702ea2de'
git-subtree-dir: serialize_lib git-subtree-mainline: b82e10051d69730b7459cceae4e4e8719b4445d0 git-subtree-split: a6e8b8b4353863ad563a4d5187f40fea702ea2de
Diffstat (limited to 'serialize_lib/settingtypes.txt')
-rw-r--r--serialize_lib/settingtypes.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/serialize_lib/settingtypes.txt b/serialize_lib/settingtypes.txt
new file mode 100644
index 0000000..3a565a6
--- /dev/null
+++ b/serialize_lib/settingtypes.txt
@@ -0,0 +1,12 @@
+# Enable strict file loading mode
+# If enabled, if any error occurs during loading of a file using the 'atomic' API,
+# an error is thrown. You probably need to disable this option for initial loading after
+# creating the world.
+serialize_lib_strict_loading (Strict loading) bool false
+
+# Do not automatically switch to "Windows mode" when saving atomically
+# Normally, when renaming <filename>.new to <filename> fails, serialize_lib automatically
+# switches to a mode where it deletes <filename> prior to moving. Enable this option to prevent
+# this behavior and abort saving instead.
+serialize_lib_no_auto_windows_mode (No automatic Windows Mode) bool false
+