-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathchangelog.txt
196 lines (175 loc) · 7.73 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
---------------------------------------------------------------------------------------------------
Version: 2.0.4
Date: 07-11-2024
Bugfixes:
- Fix race condition with StatsGUI.
---------------------------------------------------------------------------------------------------
Version: 2.0.3
Date: 29-10-2024
Bugfixes:
- Fix changing camera dimensions. (Thanks balukin)
---------------------------------------------------------------------------------------------------
Version: 2.0.2
Date: 29-10-2024
Bugfixes:
- Make sure camera zoom is not lower than minimal allowed zoom when smooth tracking is disabled.
---------------------------------------------------------------------------------------------------
Version: 2.0.1
Date: 22-10-2024
Bugfixes:
- Replace missing sprite for Area and CityBlock trackers.
---------------------------------------------------------------------------------------------------
Version: 2.0.0
Date: 21-10-2024
Features:
- Support Factorio 2.0 (I did not check with Space Age playthrough, so there might be bugs!)
---------------------------------------------------------------------------------------------------
Version: 1.5.2
Date: 21-10-2024
Minor Features:
- Try to fix missing player data in order to be more flexible to unexpected situations.
- Add (per player) setting to use intervals (milliseconds) between frames instead of speed gain (factor).
Bugfixes:
- Fix optional dependency on StatsGui.
---------------------------------------------------------------------------------------------------
Version: 1.5.1
Date: 13-11-2023
Bugfixes:
- Fix migration error when loading existing saves with TLBE being newly installed.
- Fixed small grammar mistakes. (Thanks Adix-null)
---------------------------------------------------------------------------------------------------
Version: 1.5.0
Date: 01-08-2023
Features:
- Add toggle/shortcut to take a screenshot (on paused active camera).
- Add option to include GUI in screenshots (requires to have same camera resolution as game/screen resolution to make this look good).
- Visualize capture regions on the map. (Thanks drdozer)
- Add GUI setting to speedup transitions.
- Show camera status (using Stats GUI mod).
- Add City Block tracker. (Thanks drdozer)
Changes:
- Use 10 digits for screenshot numbers.
- Use 'transition' when mentioning camera movement (instead of zoom).
- Fix camera transition issue, caused when camera is paused during transition (active transitions will be BROKEN).
Bugfixes:
- Recalculate base size for selected surface.
---------------------------------------------------------------------------------------------------
Version: 1.4.5
Date: 25-08-2022
Minor Features:
- Added an always daylight toggle to cameras. (Thanks drdozer)
- Optionally keep player tracker enabled when building.
---------------------------------------------------------------------------------------------------
Version: 1.4.4
Date: 03-07-2022
Minor Features:
- Store screenshots in a sub-directory if the camera name contains a slash.
Bugfixes:
- Each camera must have its own sequential numbering when enabled.
---------------------------------------------------------------------------------------------------
Version: 1.4.3
Date: 11-12-2021
Bugfixes:
- Fix smooth zooming when user changed active tracker.
---------------------------------------------------------------------------------------------------
Version: 1.4.2
Date: 27-07-2021
Gui:
- Improve max-zoom message and add tooltips for camera settings.
Bugfixes:
- Fix (default) shortcut key sequence.
- Make sure the zoom level is adjusted when resolution changes to keep the same area in the screenshots.
Note: Be careful when to change resolution, as this will abort/mess up any smooth camera movement that is active!
- Fix crash when camera information is (partially) missing.
---------------------------------------------------------------------------------------------------
Version: 1.4.1
Date: 21-03-2021
Bugfixes:
- Do not take vehicles into account for base size calculation. (Thanks fortysixandtwo)
---------------------------------------------------------------------------------------------------
Version: 1.4.0
Date: 08-02-2021
Features:
- Configurable surface for each camera (when multiple surfaces are available).
Hint: The 'Area Tracker' seems most suitable for small surfaces, as used in for example Factorissimo2.
- Configurable surface for each tracker (when multiple surfaces are available).
- Camera only uses trackers on same surface.
Minor Features:
- Add toggle/shortcut to pause all cameras.
---------------------------------------------------------------------------------------------------
Version: 1.3.1
Date: 31-01-2021
Bugfixes:
- Fix crash due to script changing the settings.
---------------------------------------------------------------------------------------------------
Version: 1.3.0
Date: 05-01-2021
Features:
- Updated to Factorio 1.1
---------------------------------------------------------------------------------------------------
Version: 1.2.2
Date: 10-10-2020
Minor Features:
- Warn player(s) to enable camera on first (mod) start.
Gui:
- Make GUI more clear/consistent:
- Use one sprite for a button (don't toggle on state anymore).
- Use disabled sprite-buttons for disabled buttons (instead of regular sprites).
- Hide some disabled buttons.
- Refresh tracker list when deleting camera or remove tracker from camera to reflect changes.
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Date: 22-09-2020
Minor Features:
- Optionally show entity information in screenshots.
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 08-09-2020
Features:
- Add Area Tracker
- Choose between sequential or game tick numbering method for the screenshots.
Gui:
- Fix width of tracker tab.
Bugfixes:
- Fix crash when no entities are build but base camera is active.
---------------------------------------------------------------------------------------------------
Version: 1.1.1
Date: 03-09-2020
Bugfixes:
- Update camera tracker list when name changes while game is paused.
---------------------------------------------------------------------------------------------------
Version: 1.1.0
Date: 03-09-2020
Features:
- Enable/Disable camera smoothness per tracker.
- Support pausing game when TLBE window is open.
Minor Features:
- Delete (unused) trackers.
Bugfixes:
- Fix tracker type label.
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: 01-09-2020
Major Features:
- Use camera and tracker system.
- Use in-game GUI.
Minor Features:
- (Re)calculate base dimensions when importing TLBE into an existing game.
---------------------------------------------------------------------------------------------------
Version: 0.1.2
Date: 08-07-2020
Minor Features:
- Inform player when TLBE starts to take screenshots. (instead of a notification per screenshot)
Ease of use:
- Warn that base dimensions are unknown if TLBE is loaded into an existing game.
- Changed "speed increase" default to take one screenshot per minute.
---------------------------------------------------------------------------------------------------
Version: 0.1.1
Date: 28-06-2020
Bugfixes:
- Basic support loading into existing games.
---------------------------------------------------------------------------------------------------
Version: 0.1.0
Date: 20-06-2020
Info:
- Initial release.