-
Notifications
You must be signed in to change notification settings - Fork 12
/
changelog.txt
288 lines (288 loc) · 11.6 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
---------------------------------------------------------------------------------------------------
Version: 1.9.1
Date: 2023-06-13
Bugfixes:
- render layer was removed alongside 0.17 animations #57
---------------------------------------------------------------------------------------------------
Version: 1.9.0
Date: 2023-06-07
Features:
- added startup setting for disabling loader interaction with trains
Changes:
- removed train handling, was added in base 1.1.75
- removed 0.17 animations
---------------------------------------------------------------------------------------------------
Version: 1.8.1
Date: 2022-09-21
Bugfixes:
- make_loader_entity uses floor-layer instead of item-layer in collision mask to match belts
---------------------------------------------------------------------------------------------------
Version: 1.8.0
Date: 2022-04-18
Features:
- added readme with API documentation
Changes:
- rewrite of Data stage API to be in line with flib usage
- Loaders for Bobs Logistics are now a separate mod to show and test the API
Bugfixes:
- Control stage API could be called before tables where initialized
---------------------------------------------------------------------------------------------------
Version: 1.7.2
Date: 2022-03-22
Bugfixes:
- Loaders added through API should no longer desync MP #53
---------------------------------------------------------------------------------------------------
Version: 1.7.1
Date: 2019-11-26
Bugfixes:
- Loader recipes are no longer hidden
---------------------------------------------------------------------------------------------------
Version: 1.7.0
Date: 2020-11-26
Features:
- pushed Factorio to 1.1
- added lights to loaders at night
---------------------------------------------------------------------------------------------------
Version: 1.6.0
Date: 2020-11-19
Features:
- updated graphics for normal and high resolutions by Kirazy #50
- made make_loader_entity and make_loader_item available in whole data scope
Changes:
- adjusted recipes for Bobs
---------------------------------------------------------------------------------------------------
Version: 1.5.3
Date: 2020-09-13
Changes:
- pushed Factorio to 1.0
- pushed FLib to 0.3.3
---------------------------------------------------------------------------------------------------
Version: 1.5.2
Date: 2020-05-26
Changes:
- replaced OpteraLib with FLib
---------------------------------------------------------------------------------------------------
Version: 1.5.1
Date: 2020-04-04
Features:
- snap to loader 1x1
Changes:
- moved snapping to script/snapping
- moved wagon functions to script/wagon_handler.lua
---------------------------------------------------------------------------------------------------
Version: 1.5.0
Date: 2020-01-21
Features:
- updated to Factorio 0.18
---------------------------------------------------------------------------------------------------
Version: 1.4.10
Date: 2019-05-23
Bugfixes:
- Loader speeds are always synced to belt speed in data-final-fixes
---------------------------------------------------------------------------------------------------
Version: 1.4.9
Date: 2019-04-12
Features:
- updated hr graphics by Kamsta99 #44
---------------------------------------------------------------------------------------------------
Version: 1.4.8
Date: 2019-03-31
Bugfixes:
- crash trying to add loader for boblogistics without boblogistics being active #43
---------------------------------------------------------------------------------------------------
Version: 1.4.7
Date: 2019-03-31
Changes:
- updated for boblogistics tech changes
---------------------------------------------------------------------------------------------------
Version: 1.4.6
Date: 2019-03-21
Features:
- upscaled hr graphics by Kamsta99
---------------------------------------------------------------------------------------------------
Version: 1.4.5
Date: 2019-03-19
Changes:
- moved functionality to Opteras Library
---------------------------------------------------------------------------------------------------
Version: 1.4.4
Date: 2019-03-10
Features:
- loader can be upgraded with empty upgrade planer
---------------------------------------------------------------------------------------------------
Version: 1.4.3
Date: 2019-03-01
Bugfixes:
- loader graphics work nice alongside underground belts https://forums.factorio.com/viewtopic.php?f=11&t=65627
---------------------------------------------------------------------------------------------------
Version: 1.4.2
Date: 2019-03-01
Bugfixes:
- updated loader belt animations to 0.17 standard #38
---------------------------------------------------------------------------------------------------
Version: 1.4.1
Date: 2019-02-27
Changes:
- loaders no longer face away from non belt entities, fixes a bug with blueprinting chest-loader-loader-chest connections
- updated recipes matching base and boblogistics
---------------------------------------------------------------------------------------------------
Version: 1.4.0
Date: 2019-02-26
Features:
- updated to Factorio 0.17
- added thumbnail
- loader unlocks moved into corresponding logistics technologies
---------------------------------------------------------------------------------------------------
Version: 1.3.1
Date: 2018-10-15
Changes:
- moved remote interface from on_configuration_changed to on_load to be more in line with other mods
- use cargo wagons defaults to disabled, players have to implicitly accept performance drop of this feature
---------------------------------------------------------------------------------------------------
Version: 1.3.0
Date: 2018-10-05
Features:
- added remote interface to register and unregister supported loaders by entity name
Changes:
- push to 0.16.51 stable
- mods using snapping functionality have to register their loaders through remote interface
---------------------------------------------------------------------------------------------------
Version: 1.2.7
Date: 2018-05-30
Changes:
- allow handcrafting Express Loader for Bobs #27
---------------------------------------------------------------------------------------------------
Version: 1.2.6
Date: 2018-05-17
Changes:
- push to 0.16.36 stable
Bugfixes:
- Bob loaders use respective belt colors by magu5026
---------------------------------------------------------------------------------------------------
Version: 1.2.5
Date: 2018-04-02
changes:
- loaders use belt speeds
---------------------------------------------------------------------------------------------------
Version: 1.2.4
Date: 2018-04-01
Bugfixes:
- green and purple loader tech unlocks where swapped #25
---------------------------------------------------------------------------------------------------
Version: 1.2.3
Date: 2018-03-30
Changes:
- support for Bob v0.16.x #23
---------------------------------------------------------------------------------------------------
Version: 1.2.2
Date: 2018-01-12
Features:
- support for any wagon width by ReikaKalseki #19
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Date: 2018-01-04
Features:
- color update by Incvisitor #8
- in game changelog
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 2017-12-13
Features:
- updated to Factorio 0.16
---------------------------------------------------------------------------------------------------
Version: 1.1.2
Date: 2017-10-17
Bugfixes:
- disabling belts in bobs disables respective loader #4
---------------------------------------------------------------------------------------------------
Version: 1.1.1
Date: ???
Features:
- deconstruction events trigger only when train usage is auto or all trains
Bugfixes:
- on_tick runs only if there are wagons to load/unload (was broken in 1.1.0)
---------------------------------------------------------------------------------------------------
Version: 1.1.0
Date: ???
Features:
- Rewritten Train loading/unloading by ReverseStateMonad Pull #3
---------------------------------------------------------------------------------------------------
Version: 1.0.1
Date: ???
Features:
- loaders snap to bot built belts
- changed setting Snap Loaders from player to map setting so bots can use it
Bugfixes:
- fixed typo in setting tooltip
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: ???
Features:
- rebalanced recipes to match progression of belts and inserters
---------------------------------------------------------------------------------------------------
Version: 0.2.8
Date: ???
Bugfixes:
- fixed loaders snapping to belts 2 tiles away
---------------------------------------------------------------------------------------------------
Version: 0.2.7
Date: ???
Bugfixes:
- fixed update to 0.2.6 didn't correctly write wagon inventories to storage
---------------------------------------------------------------------------------------------------
Version: 0.2.6
Date: ???
Features:
- reduced ups when un-/loading wagons by Nexela
- Loader Snapping warning Text include both mod name and mod display name
---------------------------------------------------------------------------------------------------
Version: 0.2.5
Date: ???
Bugfixes:
- fixed entity.neighbours changed in 0.15.13
---------------------------------------------------------------------------------------------------
Version: 0.2.4
Date: ???
Features:
- snapping turns loaders away from non-belt entities
---------------------------------------------------------------------------------------------------
Version: 0.2.3
Date: ???
Bugfixes:
- fixed MP desync on starting new maps
---------------------------------------------------------------------------------------------------
Version: 0.2.2
Date: ???
changes:
- snapping enabled by default
- replaced automatic only toggle with dropdown disabled, automatic-only, all trains
- train events are only active when trains are enabled
---------------------------------------------------------------------------------------------------
Version: 0.2.1
Date: ???
Removed:
- workaround of replacing loaders in script to rotate them, no longer necessary
---------------------------------------------------------------------------------------------------
Version: 0.2.0
Date: ???
Features:
- Rewritten Train loading/unloading by Nexela
- On_Tick only runs if there are wagons to load/unload
- Rewritten Loader snapping. Defaults to off
- added toggle settings for loader snapping and Automatic mode trains
---------------------------------------------------------------------------------------------------
Version: 0.1.2
Date: ???
Changes:
- switch to built in copy-paste functions
---------------------------------------------------------------------------------------------------
Version: 0.1.1
Date: ???
Bugfixes:
- fixed some errors with boblogistics
---------------------------------------------------------------------------------------------------
Version: 0.1.0
Date: ???
Features:
- made loaders available
- graphics from Archangel666