You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Changelog.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -143,19 +143,25 @@
143
143
## BREAKING CHANGES
144
144
* Game ticks are no longer scheduled and must be trigger via `PATCH /games/:game?tick=true`.
145
145
* Changed the `empire.pop.credits.unemployed` variable to `empire.pop.unemployed_upkeep.credits`.
146
+
* Adding buildings and districts, upgrading systems, and researching technologies are no longer possible via direct updates to the Empire or System. A Job must be started instead.
146
147
147
148
## New Features
148
-
* Custom effects with `base` values can now create new variables, in the following contexts:
149
+
+ Custom effects with `base` values can now create new variables, in the following contexts:
149
150
* Building and district cost, upkeep and production.
150
-
* System upgrade upkeep.
151
+
* System upgrade cost and upkeep.
151
152
* System type district chances.
152
153
* Pop consumption.
153
154
* Unemployed pop costs.
155
+
+ Added Jobs for the following actions:
156
+
* Adding buildings and districts.
157
+
* Upgrading systems.
158
+
* Researching technologies.
154
159
155
160
## Improvements
156
161
* Game speed can be any positive number number.
157
162
It must be interpreted by the client to trigger manual ticks.
158
163
* The `PATCH /games/:game` request that starts a game now waits until the game is properly initialized before responding.
164
+
* Exploring a system (via a Job) no longer makes the empire the owner of the system.
159
165
160
166
## Bugfixes
161
167
* Fixed some situations where systems may not be connected to the rest of the map.
0 commit comments