-
Notifications
You must be signed in to change notification settings - Fork 7
/
changelog.txt
343 lines (343 loc) · 13.3 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
---------------------------------------------------------------------------------------------------
Version: 2.0.0
Date: 2024-11-16
Changes:
- updated to Factorio 2.0
---------------------------------------------------------------------------------------------------
Version: 1.10.7
Date: 2023-08-13
Bugfixes:
- capped fuel value to max integer #25
---------------------------------------------------------------------------------------------------
Version: 1.10.6
Date: 2022-08-22
Bugfixes:
- MP desync from deregistering filtered events #23
---------------------------------------------------------------------------------------------------
Version: 1.10.5
Date: 2021-11-01
Features:
- added support for chest type linked-container #20
Bugfixes:
- added support for on_entity_cloned #21
---------------------------------------------------------------------------------------------------
Version: 1.10.4
Date: 2021-01-31
Changes:
- removed requirement for Advanced Electronics
- moved group after base circuits once again
---------------------------------------------------------------------------------------------------
Version: 1.10.3
Date: 2021-01-24
Bugfixes:
- fixed tech icon size
---------------------------------------------------------------------------------------------------
Version: 1.10.2
Date: 2020-12-27
Bugfixes:
- accomodate for event.entity from on_script_built/revived #17
- added entity.valid checks as script events can pass invalid entities
---------------------------------------------------------------------------------------------------
Version: 1.10.1
Date: 2020-12-26
Features:
- use event filters for base events
Bugfixes:
- support script_raised_* events #16
---------------------------------------------------------------------------------------------------
Version: 1.10.0
Date: 2020-11-26
Features:
- updated to Factorio 1.1
---------------------------------------------------------------------------------------------------
Version: 1.9.0
Date: 2020-08-14
Features:
- updated to Factorio 1.0
- added Spidertron support
---------------------------------------------------------------------------------------------------
Version: 1.8.4
Date: 2020-04-22
Changes:
- reordered signals
---------------------------------------------------------------------------------------------------
Version: 1.8.3
Date: 2020-03-02
Bugfixes:
- fixed possible API call when Entity was invalid
---------------------------------------------------------------------------------------------------
Version: 1.8.2
Date: 2020-02-12
Changes:
- updated license
---------------------------------------------------------------------------------------------------
Version: 1.8.1
Date: 2020-01-22
Bugfixes:
- fixed mipmap warning
---------------------------------------------------------------------------------------------------
Version: 1.8.0
Date: 2020-01-21
Features:
- updated to Factorio 0.18
---------------------------------------------------------------------------------------------------
Version: 1.7.4
Date: 2019-10-19
Features:
- better support for helicopters mod #14
---------------------------------------------------------------------------------------------------
Version: 1.7.3
Date: 2019-04-15
Features:
- read fluids from storage tanks
- read fluids from boilers
- read fluids from generators like steam engine
Changes:
- moved scanner into subgroup with other combinators unlocked by circuit network 2
---------------------------------------------------------------------------------------------------
Version: 1.7.2
Date: 2019-03-09
Bugfixes:
- typo prevented moving recipe into circuit combinators 2
---------------------------------------------------------------------------------------------------
Version: 1.7.1
Date: 2019-03-05
Changes:
- changed recipe to coper wire and electronic circuits
- moved recipe into circuit combinators 2
---------------------------------------------------------------------------------------------------
Version: 1.7.0
Date: 2019-02-27
Features:
- updated to Factorio 0.17
---------------------------------------------------------------------------------------------------
Version: 1.6.10
Date: 17.2.2019
Bugfixes:
- nil reference in on_configuration_changed
---------------------------------------------------------------------------------------------------
Version: 1.6.9
Date: 14.2.2019
Features:
- read remaining fuel values in MJ
- try reading temperature value on all supported entities, support furnaces using heat pipes
- added green background to detected vehicle signals, making them easier to distinguish when a wagon carries a wagon
---------------------------------------------------------------------------------------------------
Version: 1.6.8
Date: 28.1.2019
Bugfixes:
- destroying sensors without firing events no longer throws an error
---------------------------------------------------------------------------------------------------
Version: 1.6.7
Date: 12.12.2018
Changes:
- performance tweaks
---------------------------------------------------------------------------------------------------
Version: 1.6.6
Date: 7.12.2018
Changes:
- license exempts streaming from no commercial
---------------------------------------------------------------------------------------------------
Version: 1.6.5
Date: 27.7.2018
Features:
- read equipment grids of vehicles
- added in game changelog
Changes:
- push to 0.16.51 (stable)
---------------------------------------------------------------------------------------------------
Version: 1.6.4
Date: 17.4.2018
Features:
- French translation by Shadowaves #6
Changes:
- push to stable 0.16.36 (stable)
- technology requires circuit network instead of plastics
---------------------------------------------------------------------------------------------------
Version: 1.6.3
Date: 22.1.2018
Features:
- read lab inventories and research progress
---------------------------------------------------------------------------------------------------
Version: 1.6.2
Date: 20.12.2017
Features:
- read artillery turret and artillery wagon inventories
---------------------------------------------------------------------------------------------------
Version: 1.6.1
Date: 15.12.2017
Features:
- updated graphics to match current constant combinator
- added hr graphics
---------------------------------------------------------------------------------------------------
Version: 1.6.0
Date: 14.12.2017
Features:
- updated to Factorio 0.16
---------------------------------------------------------------------------------------------------
Version: 1.5.4
Date: 18.11.2017
Bugfixes:
- inventory contents not showing in 1.5.3
---------------------------------------------------------------------------------------------------
Version: 1.5.3
Date: 17.11.2017
Bugfixes:
- sensors don't properly reset for vehicles and trains
---------------------------------------------------------------------------------------------------
Version: 1.5.2
Date: 26.8.2017
Bugfixes:
- prevent possible integer overflow from mod settings
---------------------------------------------------------------------------------------------------
Version: 1.5.1
Date: 19.8.2017
Features:
- improved performance by 8%
---------------------------------------------------------------------------------------------------
Version: 1.5.0
Date: 18.8.2017
Changes:
- bumped required Factorio version to current stable
- moved config.lua settings to mod settings
---------------------------------------------------------------------------------------------------
Version: 1.4.12
Date: 21.6.2017
Bugfixes:
- fixed ambiguous config variables
---------------------------------------------------------------------------------------------------
Version: 1.4.11
Date: 21.6.2017
Changes:
- deconstruction triggers only if sensors exist
---------------------------------------------------------------------------------------------------
Version: 1.4.10
Date: 16.6.2017
Changes:
- removed debug logging
---------------------------------------------------------------------------------------------------
Version: 1.4.9
Date: 11.6.2017
Features:
- better icon for progress
- better icon for temperature
Bugfixes:
- progress rounded up to 101%
---------------------------------------------------------------------------------------------------
Version: 1.4.8
Date: 11.6.2017
Bugfixes:
- fixed missing localization keys
---------------------------------------------------------------------------------------------------
Version: 1.4.7
Date: 5.6.2017
Changes:
- fluids are always rounded up to the next integer
---------------------------------------------------------------------------------------------------
Version: 1.4.6
Date: 2.6.2017
Changes:
- removed robot count signals
- migrated signal names to include mod prefix
Bugfixes:
- rocket silo properly updates rocket inventory
---------------------------------------------------------------------------------------------------
Version: 1.4.5
Date: 23.5.2017
Features:
- added 64x64 technology icon
---------------------------------------------------------------------------------------------------
Version: 1.4.4
Date: 17.5.2017
Changes:
- removed debug logging
---------------------------------------------------------------------------------------------------
Version: 1.4.3
Date: 17.5.2017
Features:
- read assembler/furnace progress in %
- read rocket silo inventory and rocket parts as progress
- checking all 8 possible inventories every entity when connecting. Nuclear fuelled locomotives properly show burnt results.
---------------------------------------------------------------------------------------------------
Version: 1.4.2
Date: 6.5.2017
Features:
- read Reactor temperature (requires 0.15.7+)
---------------------------------------------------------------------------------------------------
Version: 1.4.1
Date: 29.4.2017
Features:
- read Reactor inventories
---------------------------------------------------------------------------------------------------
Version: 1.4.0
Date: 25.4.2017
Features:
- release for Factorio 0.15
- read inventories of fluid wagons
---------------------------------------------------------------------------------------------------
Version: 1.3.1
Date: 22.3.2017
Bugfixes:
- fixed issue #18 recipe doesn't work when modified by other mod
---------------------------------------------------------------------------------------------------
Version: 1.3.0
Date: 22.3.2017
Features:
- read inventories of logistic requester chests (other chest types are ignored)
---------------------------------------------------------------------------------------------------
Version: 1.2.2
Date: 28.3.2017
Bugfixes:
- fixed possible variable conflicts https://forums.factorio.com/viewtopic.php?f=23&t=43392
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Date: 23.3.2017
Changes:
- code cleanup
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 19.3.2017
Features:
- read fluids for all entities using assembler prototype
Changes:
- removed redundant logistic network bot statistics
---------------------------------------------------------------------------------------------------
Version: 1.1.7
Date: 21.2.2017
Changes:
- changed to custom license
---------------------------------------------------------------------------------------------------
Version: 1.1.6
Date: 7.2.2017
Bugfixes:
- logistic Network a nil value when connected Roboport is out of power
- logistic Network doesn't update when networks split
---------------------------------------------------------------------------------------------------
Version: 1.1.5
Date: 17.12.2016
Changes:
- non moving entities are scanned only once
- inventories of all entities are stored internally for faster update
---------------------------------------------------------------------------------------------------
Version: 1.1.4
Date: 24.11.2016
Bugfixes:
- fixed error on remove/destroy
---------------------------------------------------------------------------------------------------
Version: 1.1.3
Date: 20.11.2016
Features:
- more performance optimization
---------------------------------------------------------------------------------------------------
Version: 1.1.2
Date: 17.11.2016
Features:
- slight performance improvement thanks to Klonan
---------------------------------------------------------------------------------------------------
Version: 1.1.0
Date: 13.12.2017
Features:
- Sensors now only scan in front (flat side of the combinator)
- added config.lua with paramters for update and scan bounding box
Bugfixes:
- placing a sensor after removing the last sensor first would not resubscribe to on_tick