-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog.txt
140 lines (140 loc) · 5.83 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
---------------------------------------------------------------------------------------------------
Version: 0.3.11
Date: 2021-08-22
Changes:
- Better target selection after distraction command completion.
---------------------------------------------------------------------------------------------------
Version: 0.3.10
Date: 2021-08-08
Changes:
- Some small polish here and there.
- Deployment can fail if the deployer output area is too blocked.
---------------------------------------------------------------------------------------------------
Version: 0.3.9
Date: 2021-08-07
Changes:
- Better detection of something in the cursor to block the selection mode.
- Fancier unit selection indicators.
---------------------------------------------------------------------------------------------------
Version: 0.3.8
Date: 2021-07-30
Changes:
- Fix shift-drag selection in map view.
- Fix select all units hotkey, also limited it to 200 tiles radius of the click position
---------------------------------------------------------------------------------------------------
Version: 0.3.7
Date: 2021-07-27
Changes:
- Some polish related to the select tool, such as over selecting blueprints.
- Fix related to following target with no speed.
- Fix related to attacking entity with no health.
---------------------------------------------------------------------------------------------------
Version: 0.3.6
Date: 2021-07-25
Changes:
- Fixes for hivemind mod.
---------------------------------------------------------------------------------------------------
Version: 0.3.5
Date: 2021-07-25
Changes:
- Fix crash of event not setup on fresh save.
---------------------------------------------------------------------------------------------------
Version: 0.3.4
Date: 2021-07-25
Changes:
- Fix another crash related to speeds and feeds of units.
---------------------------------------------------------------------------------------------------
Version: 0.3.3
Date: 2021-07-25
Changes:
- Fix crash if no crafting machine deployers exist.
---------------------------------------------------------------------------------------------------
Version: 0.3.2
Date: 2021-07-25
Changes:
- Left click and drag to select without any tool needed.
- Right click to command without any tool needed.
- Removed the specific selection tools.
- Fixed deployers not being issues commands.
- New indicator look.
- New group move positioning.
- etc.
---------------------------------------------------------------------------------------------------
Version: 0.2.4
Date: 2020-12-28
Changes:
- 1.1 update.
---------------------------------------------------------------------------------------------------
Version: 0.2.3
Date: 2020-06-12
Changes:
- Fix error due to GUI style changes.
---------------------------------------------------------------------------------------------------
Version: 0.2.2
Date: 2020-03-17
Changes:
- Change system of how units are determined to be selectable. Mods can now add 'not_controllable' to the unit prototype, and the selection tool won't find them.
---------------------------------------------------------------------------------------------------
Version: 0.2.1
Date: 2020-03-17
Changes:
- Fix messing with util lib.
---------------------------------------------------------------------------------------------------
Version: 0.2.0
Date: 2020-01-22
Changes:
- Update to 0.18.
---------------------------------------------------------------------------------------------------
Version: 0.1.22
Date: 2019-05-07
Changes:
- Added SHIFT + ALT + LMB hotkey for selecting all units.
- Added SHIFT + ALT + RMB hotkey for selecting all deployers.
---------------------------------------------------------------------------------------------------
Version: 0.1.21
Date: 2019-04-21
Changes:
- Added ALT + LMB hotkey for getting a unit selection tool.
- Added ALT + RMB hotkey for getting a deployer selection tool.
- 'is_deployer' checking will now work with all entity types.
- Fix for rename of "player" to "character".
---------------------------------------------------------------------------------------------------
Version: 0.1.19
Date: 2019-04-21
Changes:
- Fix a desync related to attack commands.
---------------------------------------------------------------------------------------------------
Version: 0.1.13
Date: 2019-04-20
Changes:
- For performance reasons, unit selection and target indication are done with highlight box entities instead of the fancy script rendering.
---------------------------------------------------------------------------------------------------
Version: 0.1.12
Date: 2019-04-18
Changes:
- Reverted a desync fix (It was unrelated).
---------------------------------------------------------------------------------------------------
Version: 0.1.9
Date: 2019-04-18
Changes:
- Potentially fix a desync
---------------------------------------------------------------------------------------------------
Version: 0.1.8
Date: 2019-04-18
Changes:
- Attack-move will now target all enemy structures, not just military structures.
- Fixes some bugs probably.
---------------------------------------------------------------------------------------------------
Version: 0.1.7
Date: 2019-04-13
Changes:
- You can only select and order things on your own force.
- Fixed a bug with copy pasting deployers.
---------------------------------------------------------------------------------------------------
Version: 0.1.5
Date: 2019-03-26
Changes:
- Added changelog...
- Optimized drawing of unit indication for selection and attack target. (Might be some edge cases? let me know).
- Somewhat optimized commanding large groups to attack a lot of targets.
- Added double-click to select all of that type nearby.