aboutsummaryrefslogtreecommitdiff
path: root/serialize_lib/settingtypes.txt
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2021-03-13 11:29:17 +0100
committerorwell96 <orwell@bleipb.de>2021-03-13 11:29:17 +0100
commitb82e10051d69730b7459cceae4e4e8719b4445d0 (patch)
treef41e9d62af66a580a2b6574ebb26f602e3e2c2ae /serialize_lib/settingtypes.txt
parent682ff59906218a78f0fa7408ab05ed5746d732e2 (diff)
downloadadvtrains-b82e10051d69730b7459cceae4e4e8719b4445d0.tar.gz
advtrains-b82e10051d69730b7459cceae4e4e8719b4445d0.tar.bz2
advtrains-b82e10051d69730b7459cceae4e4e8719b4445d0.zip
Remove serialize_lib in order to re-add it as subtree
Diffstat (limited to 'serialize_lib/settingtypes.txt')
-rw-r--r--serialize_lib/settingtypes.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/serialize_lib/settingtypes.txt b/serialize_lib/settingtypes.txt
deleted file mode 100644
index 3a565a6..0000000
--- a/serialize_lib/settingtypes.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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
-