mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-14 16:12:41 -06:00
@@ -1,6 +1,6 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.2.14
|
Version: 1.2.14
|
||||||
Date: 2023-3-28
|
Date: 2023-4-30
|
||||||
Features:
|
Features:
|
||||||
- Added opt-in WIP trains, inventory, and station manager gui (highly experimental, use at your own risk)
|
- Added opt-in WIP trains, inventory, and station manager gui (highly experimental, use at your own risk)
|
||||||
Changes:
|
Changes:
|
||||||
@@ -11,6 +11,7 @@ Date: 2023-3-28
|
|||||||
- Fixed a rare crash relating to an uninitialized network mask on a new station
|
- Fixed a rare crash relating to an uninitialized network mask on a new station
|
||||||
- Fixed a SE space elevator bug that caused incorrect orders when the provider and requester station had the same name
|
- Fixed a SE space elevator bug that caused incorrect orders when the provider and requester station had the same name
|
||||||
- Added an incompatibility error with picker dollies, proper compatibility to come in a later update
|
- Added an incompatibility error with picker dollies, proper compatibility to come in a later update
|
||||||
|
- Fixed entities not having the correct names in nullius contributed by Sharparam
|
||||||
Translation:
|
Translation:
|
||||||
- lengua española (Spanish language) contributed by Majestuozzo
|
- lengua española (Spanish language) contributed by Majestuozzo
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
--- It is used in migrations.lua to determine if any migrations need to be run for beta testers.
|
--- It is used in migrations.lua to determine if any migrations need to be run for beta testers.
|
||||||
--- It is expected these are only meaningful between releases during beta testing.
|
--- It is expected these are only meaningful between releases during beta testing.
|
||||||
--- It should be set to nil for any release version.
|
--- It should be set to nil for any release version.
|
||||||
return 1
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user