There will be some incompatible changes to remote-call functions with upcoming 1.5.x series. So please update your mod accordingly.
- As the flag
storage.spawn_ruins is a boolean, the corresponding setter and getter should be named after is_foo_enabled() for the getter and enable_foo() for the setter
- remote-call function
add_ruin_size will have a 3rd, mandatory parameter multiplier which is being used to calculate minimum distance of a ruin of given size.
There might be more coming up with the next 1.5.0 release, including selection of planets where to spawn ruins on (default: spawn on any, new startup-setting!).
Non-incompatible changes:
- better performance by avoiding global, e.g.
debug_log and its siblings are now local variables (per "library")