- All credits amounts now work with 0.001 precision, including order prices, credits balance and transactions history. User credits balance and order prices are stored in the database as thousandths in integer format which prevents rounding errors. In order to update your private server data, an automatic database upgrade will be performed, see this commit.
- Added new
StructureSpawn.spawnCreep
method.createCreep
andcanCreateCreep
are now considered deprecated, but still will be available for backwards compatibility. See discussion in this pull request for details. - When you click “Respawn”, all structures now don’t vanish, but change their owner to
SYSTEM_USERNAME
, so that other players are able to withdraw resources from them.
These changes are supported in private server v2.10.0.
Have comments or feedback? You can discuss this post here.