-
Notifications
You must be signed in to change notification settings - Fork 7
/
changelog.txt
89 lines (89 loc) · 4.02 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
---------------------------------------------------------------------------------------------------
Version: 2.2.2
Date: ????
Bugfixes:
- Fixed a crash when the overlay background is (somehow) destroyed. (#35)
---------------------------------------------------------------------------------------------------
Version: 2.2.1
Date: 2024-03-29
Bugfixes:
- Fixed a crash when a cached render object is destroyed. (#28)
Compatibility:
- Added a remote interface to blacklist entities from being visualized. (#26)
---------------------------------------------------------------------------------------------------
Version: 2.2.0
Date: 2023-11-24
Features:
- Added a map setting to adjust the number of entities visualized per tick. (#24)
- Re-added mouse-over visualization, toggled with Alt+H or the shortcut button. (#20)
- Pressing H while hovering will make that entity's fluid systems persist.
Bugfixes:
- Fixed a crash when an entity is invalidated while in the queue to be visualized. (#21)
---------------------------------------------------------------------------------------------------
Version: 2.1.0
Date: 2023-10-15
Features:
- Added a per-player setting to adjust overlay opacity. (#19)
Changes:
- Box colors are more consistent, being decided by prototype order instead of fluid system ID.
Bugfixes:
- Fixed that underground connections would cause entity rendering to end prematurely.
- Fixed that the default pipe color was semitransparent.
---------------------------------------------------------------------------------------------------
Version: 2.0.1
Date: 2023-10-14
Bugfixes:
- Fixed a crash when visualizing a fluid wagon.
- Fixed that the color mode GUI from 1.0.x would be left behind when migrating (#17).
- Fixed offshore pump boxes being off-center.
---------------------------------------------------------------------------------------------------
Version: 2.0.0
Date: 2023-10-14
Features:
- Added a hotkey to visualize an individual system without needing to remain hovered over it (default: H).
- Pipe connections on each entity are visualized individually.
Changes:
- Changed color mode selection from a GUI toggle to a hotkey (default: Control + H).
- Changed overlay hotkey from Control + P to Shift + H.
- Removed hover-over visualizer in favor of the individual system visualization hotkey.
- Visualization is performed over multiple ticks.
---------------------------------------------------------------------------------------------------
Version: 1.0.6
Date: 2023-03-26
Bugfixes:
- Fixed that the visualizer would show two output-only fluidboxes as connected (#11)
---------------------------------------------------------------------------------------------------
Version: 1.0.5
Date: 2023-03-09
Changes:
- Pumps are now drawn with a diode shape (by nekizalb)
Bugfixes:
- Fixed blue fluid colors being distorted to similar shades of cyan
- Fixed that fluid-burning labs would not be visualized
---------------------------------------------------------------------------------------------------
Version: 1.0.4
Date: 2022-03-18
Changes:
- Improved shortcut icons
Bugfixes:
- Fixed a crash when hovering over a flamethrower (#9)
---------------------------------------------------------------------------------------------------
Version: 1.0.3
Date: 2022-03-16
Bugfixes:
- Fixed a crash when hovering a reactor with a fluid energy source (#8)
---------------------------------------------------------------------------------------------------
Version: 1.0.2
Date: 2022-03-14
Bugfixes:
- Fixed a crash when iterating a reactor with a fluid energy source (#8)
---------------------------------------------------------------------------------------------------
Version: 1.0.1
Date: 2022-02-27
Bugfixes:
- Fixed a crash when starting a new freeplay game (#5)
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: 2022-02-24
Features:
- Initial release