warcraft-vscode 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +570 -557
- package/LICENSE.md +21 -21
- package/bin/lua/presets.lua +25 -4
- package/bin/lua/prometheus/compiler/compiler.lua +52 -41
- package/bin/lua/prometheus/parser.lua +14 -0
- package/bin/lua/prometheus/steps/AntiTamper.lua +0 -4
- package/out/cli.js +1 -1
- package/out/cli.js.LICENSE.txt +0 -4
- package/package.json +265 -265
- package/warcraft_validation.json +28 -28
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [0.3.5](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.3.4...v0.3.5) (2026-01-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## [0.3.4](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.3.3...v0.3.4) (2025-12-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Reverts
|
|
9
|
+
|
|
10
|
+
* Revert "fix: run prepare failed" ([4f5a8b9](https://github.com/warcraft-iii/warcraft-vscode/commit/4f5a8b9246f0fb3b2eb6a1fa04767f2e501a7381))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
## [0.3.3](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.3.2...v0.3.3) (2025-12-30)
|
|
2
15
|
|
|
3
16
|
|
|
@@ -8,560 +21,560 @@
|
|
|
8
21
|
|
|
9
22
|
|
|
10
23
|
|
|
11
|
-
## [0.3.2](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.3.1...v0.3.2) (2025-11-10)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Bug Fixes
|
|
15
|
-
|
|
16
|
-
* CI build ([86d487e](https://github.com/warcraft-iii/warcraft-vscode/commit/86d487e8d956c47a9d59cedc2008534e3a40a7e7))
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
## [0.3.1](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.3.0...v0.3.1) (2025-11-06)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Features
|
|
24
|
-
|
|
25
|
-
* Object editing folder supports specifying Warcraft III versions. ([0a10714](https://github.com/warcraft-iii/warcraft-vscode/commit/0a1071433b1138a9de0e63d685cd2613dc8c7100))
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
# [0.3.0](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.9...v0.3.0) (2025-02-18)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
* **cli:** Invalid lua confusion parameter ([8a4a663](https://github.com/warcraft-iii/warcraft-vscode/commit/8a4a6638a4a223b2e14440ffcf7edf9d6bc4b39d))
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## [0.2.9](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.8...v0.2.9) (2024-07-10)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Bug Fixes
|
|
42
|
-
|
|
43
|
-
* wasmoon load failed ([769dea3](https://github.com/warcraft-iii/warcraft-vscode/commit/769dea3197c6c7a4c78c8713d1b50748dd624a03))
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
## [0.2.8](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.7...v0.2.8) (2024-07-10)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Bug Fixes
|
|
51
|
-
|
|
52
|
-
* Parameters are not correctly confused ([11b91c9](https://github.com/warcraft-iii/warcraft-vscode/commit/11b91c94f55db1eee7b64f36e955f0b54f7f49ee))
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
### Features
|
|
56
|
-
|
|
57
|
-
* Adding the lua code obfuscation module ([494b40c](https://github.com/warcraft-iii/warcraft-vscode/commit/494b40cf5c04107a3f8a4eebe85746538515a9c0))
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## [0.2.7](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.6...v0.2.7) (2024-07-09)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Bug Fixes
|
|
65
|
-
|
|
66
|
-
* Parameters are not correctly confused ([9fc1454](https://github.com/warcraft-iii/warcraft-vscode/commit/9fc1454f412fe5c930dd3dd27a1a947a7172b561))
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
## [0.2.6](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.5...v0.2.6) (2024-05-24)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## [0.2.5](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.4...v0.2.5) (2024-05-23)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Bug Fixes
|
|
78
|
-
|
|
79
|
-
* load wasmoon failed ([1a09272](https://github.com/warcraft-iii/warcraft-vscode/commit/1a092727e87f5462edc5b4b64ba00e3dd5bfc8ca))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
## [0.2.4](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.3...v0.2.4) (2024-05-23)
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
### Bug Fixes
|
|
87
|
-
|
|
88
|
-
* prepare.js copy file failed ([4810966](https://github.com/warcraft-iii/warcraft-vscode/commit/48109666e2e5b618ea88fbf1a4779893c577f9d4))
|
|
89
|
-
* prepare.js copy file failed ([25f0408](https://github.com/warcraft-iii/warcraft-vscode/commit/25f04083615618a1fb4bf2f364ddb12be7652050))
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
## [0.2.3](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.2...v0.2.3) (2024-05-23)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Bug Fixes
|
|
97
|
-
|
|
98
|
-
* Some macros don't work properly when compiling scripts ([12038a3](https://github.com/warcraft-iii/warcraft-vscode/commit/12038a3e0e02941ac6804244e75f0461a10955e4))
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
## [0.2.2](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.1...v0.2.2) (2024-05-22)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Features
|
|
106
|
-
|
|
107
|
-
* Running compiletime with wasmoon ([74f0ea1](https://github.com/warcraft-iii/warcraft-vscode/commit/74f0ea1e31e3e71fcb45340b6465e2af72554f6e))
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
## [0.2.1](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.0...v0.2.1) (2024-05-22)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Bug Fixes
|
|
115
|
-
|
|
116
|
-
* Incorrect ObjectEditing checkDefine ([c38a16d](https://github.com/warcraft-iii/warcraft-vscode/commit/c38a16d7d53a4740da2f8b99f58160f20da81052))
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
# [0.2.0](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.16...v0.2.0) (2024-05-22)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Bug Fixes
|
|
124
|
-
|
|
125
|
-
* Incorrect Warcraft version when compiling scripts using the command line ([d780849](https://github.com/warcraft-iii/warcraft-vscode/commit/d78084950798b8577b1f5d312a41160e4f7110fd))
|
|
126
|
-
* Some macros don't work properly when compiling scripts ([cb21780](https://github.com/warcraft-iii/warcraft-vscode/commit/cb21780ac31721d61c3197585a9c0a1a230ca7ac))
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Features
|
|
130
|
-
|
|
131
|
-
* Implement the compiletime API to run during the packaging process and get results ([dfb9b2a](https://github.com/warcraft-iii/warcraft-vscode/commit/dfb9b2ae0051cd3d042ec6128db1a2e4e67b034c))
|
|
132
|
-
* Packaging maps via the nodejs command line ([3f107c6](https://github.com/warcraft-iii/warcraft-vscode/commit/3f107c68662bab4a11dc215d0b1628c880f70c5f))
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
## [0.1.16](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.15...v0.1.16) (2024-05-17)
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
### Features
|
|
140
|
-
|
|
141
|
-
* **packer:** `imports` support for specific Warcraft versions (ex. imports.reforge) ([51af8f2](https://github.com/warcraft-iii/warcraft-vscode/commit/51af8f25b604445476790d6db4435d457025b00b))
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## [0.1.15](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.14...v0.1.15) (2024-03-29)
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
## [0.1.14](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.13...v0.1.14) (2024-03-25)
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
### Features
|
|
153
|
-
|
|
154
|
-
* Create Project support use classic template ([ddb1b6e](https://github.com/warcraft-iii/warcraft-vscode/commit/ddb1b6e2f82b9f5ecef93cafefa3087b4c28ffd4))
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
## [0.1.13](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.12...v0.1.13) (2023-07-12)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
## [0.1.12](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.11...v0.1.12) (2023-07-12)
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
### Bug Fixes
|
|
166
|
-
|
|
167
|
-
* **deps:** build failed with protobufjs 6.11.3 ([2388287](https://github.com/warcraft-iii/warcraft-vscode/commit/2388287ceedb4d28676648808102665a00008c11))
|
|
168
|
-
* simple-git ([d8c3a41](https://github.com/warcraft-iii/warcraft-vscode/commit/d8c3a4182a9cf6b53d0d89aae1ceb7aba8753093))
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## [0.1.11](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.10...v0.1.11) (2021-08-25)
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### Bug Fixes
|
|
176
|
-
|
|
177
|
-
* When compile lua files failed then throw the details ([f3c1377](https://github.com/warcraft-iii/warcraft-vscode/commit/f3c137717736194f42b87b47cf7c1b39108aa368))
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
## [0.1.10](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.9...v0.1.10) (2021-08-19)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Bug Fixes
|
|
185
|
-
|
|
186
|
-
* **classic:** Re-executing "Run Map" did not close the last launched game client correctly ([956aa3d](https://github.com/warcraft-iii/warcraft-vscode/commit/956aa3d5783f024f1a4af2fcbababbe53db9cef1))
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
## [0.1.9](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.8...v0.1.9) (2021-06-28)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
## [0.1.8](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.7...v0.1.8) (2021-05-18)
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
### Bug Fixes
|
|
198
|
-
|
|
199
|
-
* **classic:** Check the game running status failure ([5edaced](https://github.com/warcraft-iii/warcraft-vscode/commit/5edaced51146911a63760067fda416e7339fc99f))
|
|
200
|
-
* Incorrect object editing path ([2f7171d](https://github.com/warcraft-iii/warcraft-vscode/commit/2f7171dd24c8a24fa6ad5030cc0e1bbb520cb0c0))
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
## [0.1.7](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.6...v0.1.7) (2021-05-17)
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
### Bug Fixes
|
|
208
|
-
|
|
209
|
-
* Objediting`s def files are not deployed ([4d51528](https://github.com/warcraft-iii/warcraft-vscode/commit/4d51528a2eed0791e1c0072b0e4465531a567ac9))
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
## [0.1.6](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.5...v0.1.6) (2021-05-17)
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
### Bug Fixes
|
|
217
|
-
|
|
218
|
-
* **classic:** No Maps/Test directory created cause failed to start map ([3a695f7](https://github.com/warcraft-iii/warcraft-vscode/commit/3a695f70727ef3291999e96ee5b1b8d67817fdaf))
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
## [0.1.5](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.4...v0.1.5) (2021-05-17)
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
### Bug Fixes
|
|
226
|
-
|
|
227
|
-
* Duplicate lua package path configuration content when switching map files ([9ef702c](https://github.com/warcraft-iii/warcraft-vscode/commit/9ef702c824b6cf69f2f91c23b6822ff3d493e769))
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
## [0.1.4](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.3...v0.1.4) (2021-05-13)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Features
|
|
235
|
-
|
|
236
|
-
* **classic:** Specify the path to the war3map.j file or use it in the map file. ([b01dc79](https://github.com/warcraft-iii/warcraft-vscode/commit/b01dc792d29dfec8c7536e39fbf9885856991d22))
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
## [0.1.3](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.2...v0.1.3) (2021-05-13)
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
### Bug Fixes
|
|
244
|
-
|
|
245
|
-
* **Objediting:** Merge built-in object config failure ([5b9fda1](https://github.com/warcraft-iii/warcraft-vscode/commit/5b9fda1d96f9e680a500c617830b5ecbca000149))
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
## [0.1.2](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.1...v0.1.2) (2021-05-11)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
### Bug Fixes
|
|
253
|
-
|
|
254
|
-
* **classic:** Unable to pack map when opening WE ([a2c92d4](https://github.com/warcraft-iii/warcraft-vscode/commit/a2c92d4e238fc905031daccbf336248f1caa3728))
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
## [0.1.1](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.0...v0.1.1) (2021-05-11)
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
### Features
|
|
262
|
-
|
|
263
|
-
* Open map files with YDWE ([bbc6546](https://github.com/warcraft-iii/warcraft-vscode/commit/bbc65469a50c06a2f2002e625c9485fdf5aa407a))
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
# [0.1.0](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.34...v0.1.0) (2021-05-11)
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
### Bug Fixes
|
|
271
|
-
|
|
272
|
-
* Loading lua.package.path from warcraft.json is incorrect ([dfb90c3](https://github.com/warcraft-iii/warcraft-vscode/commit/dfb90c30c33e309c8ad30d1c1785eca8c148bc40))
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
### Features
|
|
276
|
-
|
|
277
|
-
* Add chose map file command ([baf4202](https://github.com/warcraft-iii/warcraft-vscode/commit/baf42024b0006164b85c407c243fa12d2333374d))
|
|
278
|
-
* Pack map file as the YDWE format ([c2a9b3d](https://github.com/warcraft-iii/warcraft-vscode/commit/c2a9b3d8e5646abbe72da2c651655f21de0a72b4))
|
|
279
|
-
* Support Warcraft III Classic Version (WIP) ([f9fc629](https://github.com/warcraft-iii/warcraft-vscode/commit/f9fc629b8321f16245edd5e8788ec9e7e71d3f75))
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
## [0.0.34](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.33...v0.0.34) (2020-07-17)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### Bug Fixes
|
|
287
|
-
|
|
288
|
-
* Invalid ".product.db" file path ([82ad861](https://github.com/warcraft-iii/warcraft-vscode/commit/82ad861))
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
## [0.0.33](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.32...v0.0.33) (2020-07-01)
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
### Bug Fixes
|
|
296
|
-
|
|
297
|
-
* **ObjEditing:** Miss object fields when load existing war3map.* file ([3e70411](https://github.com/warcraft-iii/warcraft-vscode/commit/3e70411))
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
## [0.0.32](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.31...v0.0.32) (2020-06-15)
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
### Bug Fixes
|
|
305
|
-
|
|
306
|
-
* Invalid Game/WE launch parameter config ([429d506](https://github.com/warcraft-iii/warcraft-vscode/commit/429d506))
|
|
307
|
-
* Object generator level values saved incorrect ([d26923f](https://github.com/warcraft-iii/warcraft-vscode/commit/d26923f))
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
## [0.0.31](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.30...v0.0.31) (2020-04-20)
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
## [0.0.30](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.29...v0.0.30) (2020-01-07)
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
### Bug Fixes
|
|
319
|
-
|
|
320
|
-
* Object generator sometimes do not need to execute ([40f8650](https://github.com/warcraft-iii/warcraft-vscode/commit/40f8650))
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
## [0.0.29](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.28...v0.0.29) (2019-12-25)
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
### Features
|
|
328
|
-
|
|
329
|
-
* add simple code confusion ([ead7aa7](https://github.com/warcraft-iii/warcraft-vscode/commit/ead7aa7))
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
## [0.0.28](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.27...v0.0.28) (2019-12-24)
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
### Bug Fixes
|
|
337
|
-
|
|
338
|
-
* .def is no longer extracted when there are multiple folders in the workspace ([2032b2d](https://github.com/warcraft-iii/warcraft-vscode/commit/2032b2d))
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
## [0.0.27](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.26...v0.0.27) (2019-12-20)
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
## [0.0.26](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.25...v0.0.26) (2019-12-19)
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
### Bug Fixes
|
|
350
|
-
|
|
351
|
-
* package.json merge error ([db37f85](https://github.com/warcraft-iii/warcraft-vscode/commit/db37f85))
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
### Features
|
|
355
|
-
|
|
356
|
-
* packing objects ([44b65de](https://github.com/warcraft-iii/warcraft-vscode/commit/44b65de))
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
## [0.0.25](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.24...v0.0.25) (2019-12-18)
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
### Bug Fixes
|
|
364
|
-
|
|
365
|
-
* string call expression ([c3e0832](https://github.com/warcraft-iii/warcraft-vscode/commit/c3e0832))
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
### Features
|
|
369
|
-
|
|
370
|
-
* Hide status bar item in non project ([fa203dc](https://github.com/warcraft-iii/warcraft-vscode/commit/fa203dc))
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
## [0.0.24](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.23...v0.0.24) (2019-07-02)
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
### Bug Fixes
|
|
378
|
-
|
|
379
|
-
* Add library ([7b3d371](https://github.com/warcraft-iii/warcraft-vscode/commit/7b3d371))
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
## [0.0.23](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.22...v0.0.23) (2019-06-28)
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
### Bug Fixes
|
|
387
|
-
|
|
388
|
-
* Identical files with different paths require multiple times ([e9f1943](https://github.com/warcraft-iii/warcraft-vscode/commit/e9f1943))
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
### Features
|
|
392
|
-
|
|
393
|
-
* Add config for define library remotes ([e8c13f6](https://github.com/warcraft-iii/warcraft-vscode/commit/e8c13f6))
|
|
394
|
-
* Ignore archived repo ([d2aba2d](https://github.com/warcraft-iii/warcraft-vscode/commit/d2aba2d))
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
## [0.0.22](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.21...v0.0.22) (2019-06-27)
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
### Features
|
|
402
|
-
|
|
403
|
-
* Add API seterrorhandler geterrorhandler ([ab14f03](https://github.com/warcraft-iii/warcraft-vscode/commit/ab14f03))
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
## [0.0.21](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.20...v0.0.21) (2019-06-26)
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
### Features
|
|
411
|
-
|
|
412
|
-
* support package.path ([34405b6](https://github.com/warcraft-iii/warcraft-vscode/commit/34405b6))
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
## [0.0.20](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.19...v0.0.20) (2019-06-25)
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
### Bug Fixes
|
|
420
|
-
|
|
421
|
-
* release compiler resolve file error ([d0c18c5](https://github.com/warcraft-iii/warcraft-vscode/commit/d0c18c5))
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
## [0.0.19](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.18...v0.0.19) (2019-06-21)
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
### Features
|
|
429
|
-
|
|
430
|
-
* Add command `toggle configuration` ([5221906](https://github.com/warcraft-iii/warcraft-vscode/commit/5221906))
|
|
431
|
-
* Add config files ([eea028e](https://github.com/warcraft-iii/warcraft-vscode/commit/eea028e))
|
|
432
|
-
* Add function: dofile loadfile ([92cf5ea](https://github.com/warcraft-iii/warcraft-vscode/commit/92cf5ea))
|
|
433
|
-
* Add warcraft.json validation ([bbc3e83](https://github.com/warcraft-iii/warcraft-vscode/commit/bbc3e83))
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
## [0.0.18](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.17...v0.0.18) (2019-06-13)
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
### Bug Fixes
|
|
441
|
-
|
|
442
|
-
* luamin's bug ([8373866](https://github.com/warcraft-iii/warcraft-vscode/commit/8373866))
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
### Features
|
|
446
|
-
|
|
447
|
-
* The imports folder from the library will import into the map ([d6ef0f1](https://github.com/warcraft-iii/warcraft-vscode/commit/d6ef0f1))
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
## [0.0.17](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.16...v0.0.17) (2019-05-30)
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
### Bug Fixes
|
|
455
|
-
|
|
456
|
-
* some bugs ([e6b5e42](https://github.com/warcraft-iii/warcraft-vscode/commit/e6b5e42))
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
### Features
|
|
460
|
-
|
|
461
|
-
* add compile release ([e57fde9](https://github.com/warcraft-iii/warcraft-vscode/commit/e57fde9))
|
|
462
|
-
* add compile release (wip) ([b9ff591](https://github.com/warcraft-iii/warcraft-vscode/commit/b9ff591))
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
## [0.0.16](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.15...v0.0.16) (2019-05-27)
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
## [0.0.15](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.14...v0.0.15) (2019-05-27)
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
## [0.0.14](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.13...v0.0.14) (2019-05-27)
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
### Features
|
|
478
|
-
|
|
479
|
-
* Add project create ([c820a1c](https://github.com/warcraft-iii/warcraft-vscode/commit/c820a1c))
|
|
480
|
-
* localize ([e013649](https://github.com/warcraft-iii/warcraft-vscode/commit/e013649))
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
## [0.0.13](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.12...v0.0.13) (2019-05-21)
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
### Features
|
|
488
|
-
|
|
489
|
-
* add Auto Close client config ([9268cbe](https://github.com/warcraft-iii/warcraft-vscode/commit/9268cbe))
|
|
490
|
-
* Add the "imports" folder ([ab418aa](https://github.com/warcraft-iii/warcraft-vscode/commit/ab418aa))
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
## [0.0.12](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.11...v0.0.12) (2019-05-15)
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
### Bug Fixes
|
|
498
|
-
|
|
499
|
-
* compile debug ([bcc8615](https://github.com/warcraft-iii/warcraft-vscode/commit/bcc8615))
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
## [0.0.11](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.10...v0.0.11) (2019-05-13)
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
## [0.0.10](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.9...v0.0.10) (2019-05-10)
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
### Features
|
|
511
|
-
|
|
512
|
-
* Added option command ([3a18283](https://github.com/warcraft-iii/warcraft-vscode/commit/3a18283))
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
## [0.0.9](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.8...v0.0.9) (2019-05-09)
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
## [0.0.8](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.7...v0.0.8) (2019-05-08)
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Bug Fixes
|
|
524
|
-
|
|
525
|
-
* bug ([4ee7caf](https://github.com/warcraft-iii/warcraft-vscode/commit/4ee7caf))
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
## [0.0.7](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.6...v0.0.7) (2019-04-25)
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
### Bug Fixes
|
|
533
|
-
|
|
534
|
-
* pack map ([ab3f904](https://github.com/warcraft-iii/warcraft-vscode/commit/ab3f904))
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
## [0.0.6](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.5...v0.0.6) (2019-04-25)
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
### Features
|
|
542
|
-
|
|
543
|
-
* added progress notification ([39ca068](https://github.com/warcraft-iii/warcraft-vscode/commit/39ca068))
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
## [0.0.5](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.4...v0.0.5) (2019-04-25)
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
## [0.0.4](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.3...v0.0.4) (2019-04-25)
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
## [0.0.3](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.2...v0.0.3) (2019-04-24)
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
### Features
|
|
559
|
-
|
|
560
|
-
* Added command "Add Library" ([557019b](https://github.com/warcraft-iii/warcraft-vscode/commit/557019b))
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
## 0.0.2 (2019-04-24)
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
24
|
+
## [0.3.2](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.3.1...v0.3.2) (2025-11-10)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* CI build ([86d487e](https://github.com/warcraft-iii/warcraft-vscode/commit/86d487e8d956c47a9d59cedc2008534e3a40a7e7))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [0.3.1](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.3.0...v0.3.1) (2025-11-06)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* Object editing folder supports specifying Warcraft III versions. ([0a10714](https://github.com/warcraft-iii/warcraft-vscode/commit/0a1071433b1138a9de0e63d685cd2613dc8c7100))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [0.3.0](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.9...v0.3.0) (2025-02-18)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* **cli:** Invalid lua confusion parameter ([8a4a663](https://github.com/warcraft-iii/warcraft-vscode/commit/8a4a6638a4a223b2e14440ffcf7edf9d6bc4b39d))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
## [0.2.9](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.8...v0.2.9) (2024-07-10)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* wasmoon load failed ([769dea3](https://github.com/warcraft-iii/warcraft-vscode/commit/769dea3197c6c7a4c78c8713d1b50748dd624a03))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## [0.2.8](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.7...v0.2.8) (2024-07-10)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* Parameters are not correctly confused ([11b91c9](https://github.com/warcraft-iii/warcraft-vscode/commit/11b91c94f55db1eee7b64f36e955f0b54f7f49ee))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Features
|
|
69
|
+
|
|
70
|
+
* Adding the lua code obfuscation module ([494b40c](https://github.com/warcraft-iii/warcraft-vscode/commit/494b40cf5c04107a3f8a4eebe85746538515a9c0))
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## [0.2.7](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.6...v0.2.7) (2024-07-09)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Bug Fixes
|
|
78
|
+
|
|
79
|
+
* Parameters are not correctly confused ([9fc1454](https://github.com/warcraft-iii/warcraft-vscode/commit/9fc1454f412fe5c930dd3dd27a1a947a7172b561))
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## [0.2.6](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.5...v0.2.6) (2024-05-24)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## [0.2.5](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.4...v0.2.5) (2024-05-23)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Bug Fixes
|
|
91
|
+
|
|
92
|
+
* load wasmoon failed ([1a09272](https://github.com/warcraft-iii/warcraft-vscode/commit/1a092727e87f5462edc5b4b64ba00e3dd5bfc8ca))
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## [0.2.4](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.3...v0.2.4) (2024-05-23)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Bug Fixes
|
|
100
|
+
|
|
101
|
+
* prepare.js copy file failed ([4810966](https://github.com/warcraft-iii/warcraft-vscode/commit/48109666e2e5b618ea88fbf1a4779893c577f9d4))
|
|
102
|
+
* prepare.js copy file failed ([25f0408](https://github.com/warcraft-iii/warcraft-vscode/commit/25f04083615618a1fb4bf2f364ddb12be7652050))
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## [0.2.3](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.2...v0.2.3) (2024-05-23)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Bug Fixes
|
|
110
|
+
|
|
111
|
+
* Some macros don't work properly when compiling scripts ([12038a3](https://github.com/warcraft-iii/warcraft-vscode/commit/12038a3e0e02941ac6804244e75f0461a10955e4))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
## [0.2.2](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.1...v0.2.2) (2024-05-22)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* Running compiletime with wasmoon ([74f0ea1](https://github.com/warcraft-iii/warcraft-vscode/commit/74f0ea1e31e3e71fcb45340b6465e2af72554f6e))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## [0.2.1](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.2.0...v0.2.1) (2024-05-22)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
* Incorrect ObjectEditing checkDefine ([c38a16d](https://github.com/warcraft-iii/warcraft-vscode/commit/c38a16d7d53a4740da2f8b99f58160f20da81052))
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
# [0.2.0](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.16...v0.2.0) (2024-05-22)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### Bug Fixes
|
|
137
|
+
|
|
138
|
+
* Incorrect Warcraft version when compiling scripts using the command line ([d780849](https://github.com/warcraft-iii/warcraft-vscode/commit/d78084950798b8577b1f5d312a41160e4f7110fd))
|
|
139
|
+
* Some macros don't work properly when compiling scripts ([cb21780](https://github.com/warcraft-iii/warcraft-vscode/commit/cb21780ac31721d61c3197585a9c0a1a230ca7ac))
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Features
|
|
143
|
+
|
|
144
|
+
* Implement the compiletime API to run during the packaging process and get results ([dfb9b2a](https://github.com/warcraft-iii/warcraft-vscode/commit/dfb9b2ae0051cd3d042ec6128db1a2e4e67b034c))
|
|
145
|
+
* Packaging maps via the nodejs command line ([3f107c6](https://github.com/warcraft-iii/warcraft-vscode/commit/3f107c68662bab4a11dc215d0b1628c880f70c5f))
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
## [0.1.16](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.15...v0.1.16) (2024-05-17)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* **packer:** `imports` support for specific Warcraft versions (ex. imports.reforge) ([51af8f2](https://github.com/warcraft-iii/warcraft-vscode/commit/51af8f25b604445476790d6db4435d457025b00b))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## [0.1.15](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.14...v0.1.15) (2024-03-29)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
## [0.1.14](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.13...v0.1.14) (2024-03-25)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Features
|
|
166
|
+
|
|
167
|
+
* Create Project support use classic template ([ddb1b6e](https://github.com/warcraft-iii/warcraft-vscode/commit/ddb1b6e2f82b9f5ecef93cafefa3087b4c28ffd4))
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## [0.1.13](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.12...v0.1.13) (2023-07-12)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
## [0.1.12](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.11...v0.1.12) (2023-07-12)
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
### Bug Fixes
|
|
179
|
+
|
|
180
|
+
* **deps:** build failed with protobufjs 6.11.3 ([2388287](https://github.com/warcraft-iii/warcraft-vscode/commit/2388287ceedb4d28676648808102665a00008c11))
|
|
181
|
+
* simple-git ([d8c3a41](https://github.com/warcraft-iii/warcraft-vscode/commit/d8c3a4182a9cf6b53d0d89aae1ceb7aba8753093))
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
## [0.1.11](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.10...v0.1.11) (2021-08-25)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Bug Fixes
|
|
189
|
+
|
|
190
|
+
* When compile lua files failed then throw the details ([f3c1377](https://github.com/warcraft-iii/warcraft-vscode/commit/f3c137717736194f42b87b47cf7c1b39108aa368))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
## [0.1.10](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.9...v0.1.10) (2021-08-19)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Bug Fixes
|
|
198
|
+
|
|
199
|
+
* **classic:** Re-executing "Run Map" did not close the last launched game client correctly ([956aa3d](https://github.com/warcraft-iii/warcraft-vscode/commit/956aa3d5783f024f1a4af2fcbababbe53db9cef1))
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
## [0.1.9](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.8...v0.1.9) (2021-06-28)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
## [0.1.8](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.7...v0.1.8) (2021-05-18)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Bug Fixes
|
|
211
|
+
|
|
212
|
+
* **classic:** Check the game running status failure ([5edaced](https://github.com/warcraft-iii/warcraft-vscode/commit/5edaced51146911a63760067fda416e7339fc99f))
|
|
213
|
+
* Incorrect object editing path ([2f7171d](https://github.com/warcraft-iii/warcraft-vscode/commit/2f7171dd24c8a24fa6ad5030cc0e1bbb520cb0c0))
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
## [0.1.7](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.6...v0.1.7) (2021-05-17)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* Objediting`s def files are not deployed ([4d51528](https://github.com/warcraft-iii/warcraft-vscode/commit/4d51528a2eed0791e1c0072b0e4465531a567ac9))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
## [0.1.6](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.5...v0.1.6) (2021-05-17)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
### Bug Fixes
|
|
230
|
+
|
|
231
|
+
* **classic:** No Maps/Test directory created cause failed to start map ([3a695f7](https://github.com/warcraft-iii/warcraft-vscode/commit/3a695f70727ef3291999e96ee5b1b8d67817fdaf))
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## [0.1.5](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.4...v0.1.5) (2021-05-17)
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
### Bug Fixes
|
|
239
|
+
|
|
240
|
+
* Duplicate lua package path configuration content when switching map files ([9ef702c](https://github.com/warcraft-iii/warcraft-vscode/commit/9ef702c824b6cf69f2f91c23b6822ff3d493e769))
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
## [0.1.4](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.3...v0.1.4) (2021-05-13)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Features
|
|
248
|
+
|
|
249
|
+
* **classic:** Specify the path to the war3map.j file or use it in the map file. ([b01dc79](https://github.com/warcraft-iii/warcraft-vscode/commit/b01dc792d29dfec8c7536e39fbf9885856991d22))
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
## [0.1.3](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.2...v0.1.3) (2021-05-13)
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
### Bug Fixes
|
|
257
|
+
|
|
258
|
+
* **Objediting:** Merge built-in object config failure ([5b9fda1](https://github.com/warcraft-iii/warcraft-vscode/commit/5b9fda1d96f9e680a500c617830b5ecbca000149))
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
## [0.1.2](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.1...v0.1.2) (2021-05-11)
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### Bug Fixes
|
|
266
|
+
|
|
267
|
+
* **classic:** Unable to pack map when opening WE ([a2c92d4](https://github.com/warcraft-iii/warcraft-vscode/commit/a2c92d4e238fc905031daccbf336248f1caa3728))
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
## [0.1.1](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.1.0...v0.1.1) (2021-05-11)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Features
|
|
275
|
+
|
|
276
|
+
* Open map files with YDWE ([bbc6546](https://github.com/warcraft-iii/warcraft-vscode/commit/bbc65469a50c06a2f2002e625c9485fdf5aa407a))
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
# [0.1.0](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.34...v0.1.0) (2021-05-11)
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Bug Fixes
|
|
284
|
+
|
|
285
|
+
* Loading lua.package.path from warcraft.json is incorrect ([dfb90c3](https://github.com/warcraft-iii/warcraft-vscode/commit/dfb90c30c33e309c8ad30d1c1785eca8c148bc40))
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Features
|
|
289
|
+
|
|
290
|
+
* Add chose map file command ([baf4202](https://github.com/warcraft-iii/warcraft-vscode/commit/baf42024b0006164b85c407c243fa12d2333374d))
|
|
291
|
+
* Pack map file as the YDWE format ([c2a9b3d](https://github.com/warcraft-iii/warcraft-vscode/commit/c2a9b3d8e5646abbe72da2c651655f21de0a72b4))
|
|
292
|
+
* Support Warcraft III Classic Version (WIP) ([f9fc629](https://github.com/warcraft-iii/warcraft-vscode/commit/f9fc629b8321f16245edd5e8788ec9e7e71d3f75))
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
## [0.0.34](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.33...v0.0.34) (2020-07-17)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Bug Fixes
|
|
300
|
+
|
|
301
|
+
* Invalid ".product.db" file path ([82ad861](https://github.com/warcraft-iii/warcraft-vscode/commit/82ad861))
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
## [0.0.33](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.32...v0.0.33) (2020-07-01)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### Bug Fixes
|
|
309
|
+
|
|
310
|
+
* **ObjEditing:** Miss object fields when load existing war3map.* file ([3e70411](https://github.com/warcraft-iii/warcraft-vscode/commit/3e70411))
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
## [0.0.32](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.31...v0.0.32) (2020-06-15)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Bug Fixes
|
|
318
|
+
|
|
319
|
+
* Invalid Game/WE launch parameter config ([429d506](https://github.com/warcraft-iii/warcraft-vscode/commit/429d506))
|
|
320
|
+
* Object generator level values saved incorrect ([d26923f](https://github.com/warcraft-iii/warcraft-vscode/commit/d26923f))
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
## [0.0.31](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.30...v0.0.31) (2020-04-20)
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
## [0.0.30](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.29...v0.0.30) (2020-01-07)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Bug Fixes
|
|
332
|
+
|
|
333
|
+
* Object generator sometimes do not need to execute ([40f8650](https://github.com/warcraft-iii/warcraft-vscode/commit/40f8650))
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
## [0.0.29](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.28...v0.0.29) (2019-12-25)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Features
|
|
341
|
+
|
|
342
|
+
* add simple code confusion ([ead7aa7](https://github.com/warcraft-iii/warcraft-vscode/commit/ead7aa7))
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
## [0.0.28](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.27...v0.0.28) (2019-12-24)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### Bug Fixes
|
|
350
|
+
|
|
351
|
+
* .def is no longer extracted when there are multiple folders in the workspace ([2032b2d](https://github.com/warcraft-iii/warcraft-vscode/commit/2032b2d))
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
## [0.0.27](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.26...v0.0.27) (2019-12-20)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
## [0.0.26](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.25...v0.0.26) (2019-12-19)
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
### Bug Fixes
|
|
363
|
+
|
|
364
|
+
* package.json merge error ([db37f85](https://github.com/warcraft-iii/warcraft-vscode/commit/db37f85))
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Features
|
|
368
|
+
|
|
369
|
+
* packing objects ([44b65de](https://github.com/warcraft-iii/warcraft-vscode/commit/44b65de))
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
## [0.0.25](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.24...v0.0.25) (2019-12-18)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
* string call expression ([c3e0832](https://github.com/warcraft-iii/warcraft-vscode/commit/c3e0832))
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Features
|
|
382
|
+
|
|
383
|
+
* Hide status bar item in non project ([fa203dc](https://github.com/warcraft-iii/warcraft-vscode/commit/fa203dc))
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
## [0.0.24](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.23...v0.0.24) (2019-07-02)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Bug Fixes
|
|
391
|
+
|
|
392
|
+
* Add library ([7b3d371](https://github.com/warcraft-iii/warcraft-vscode/commit/7b3d371))
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
## [0.0.23](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.22...v0.0.23) (2019-06-28)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Bug Fixes
|
|
400
|
+
|
|
401
|
+
* Identical files with different paths require multiple times ([e9f1943](https://github.com/warcraft-iii/warcraft-vscode/commit/e9f1943))
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Features
|
|
405
|
+
|
|
406
|
+
* Add config for define library remotes ([e8c13f6](https://github.com/warcraft-iii/warcraft-vscode/commit/e8c13f6))
|
|
407
|
+
* Ignore archived repo ([d2aba2d](https://github.com/warcraft-iii/warcraft-vscode/commit/d2aba2d))
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
## [0.0.22](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.21...v0.0.22) (2019-06-27)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Features
|
|
415
|
+
|
|
416
|
+
* Add API seterrorhandler geterrorhandler ([ab14f03](https://github.com/warcraft-iii/warcraft-vscode/commit/ab14f03))
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
## [0.0.21](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.20...v0.0.21) (2019-06-26)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### Features
|
|
424
|
+
|
|
425
|
+
* support package.path ([34405b6](https://github.com/warcraft-iii/warcraft-vscode/commit/34405b6))
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
## [0.0.20](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.19...v0.0.20) (2019-06-25)
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
### Bug Fixes
|
|
433
|
+
|
|
434
|
+
* release compiler resolve file error ([d0c18c5](https://github.com/warcraft-iii/warcraft-vscode/commit/d0c18c5))
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
## [0.0.19](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.18...v0.0.19) (2019-06-21)
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### Features
|
|
442
|
+
|
|
443
|
+
* Add command `toggle configuration` ([5221906](https://github.com/warcraft-iii/warcraft-vscode/commit/5221906))
|
|
444
|
+
* Add config files ([eea028e](https://github.com/warcraft-iii/warcraft-vscode/commit/eea028e))
|
|
445
|
+
* Add function: dofile loadfile ([92cf5ea](https://github.com/warcraft-iii/warcraft-vscode/commit/92cf5ea))
|
|
446
|
+
* Add warcraft.json validation ([bbc3e83](https://github.com/warcraft-iii/warcraft-vscode/commit/bbc3e83))
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
## [0.0.18](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.17...v0.0.18) (2019-06-13)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
### Bug Fixes
|
|
454
|
+
|
|
455
|
+
* luamin's bug ([8373866](https://github.com/warcraft-iii/warcraft-vscode/commit/8373866))
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Features
|
|
459
|
+
|
|
460
|
+
* The imports folder from the library will import into the map ([d6ef0f1](https://github.com/warcraft-iii/warcraft-vscode/commit/d6ef0f1))
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
## [0.0.17](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.16...v0.0.17) (2019-05-30)
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
### Bug Fixes
|
|
468
|
+
|
|
469
|
+
* some bugs ([e6b5e42](https://github.com/warcraft-iii/warcraft-vscode/commit/e6b5e42))
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
### Features
|
|
473
|
+
|
|
474
|
+
* add compile release ([e57fde9](https://github.com/warcraft-iii/warcraft-vscode/commit/e57fde9))
|
|
475
|
+
* add compile release (wip) ([b9ff591](https://github.com/warcraft-iii/warcraft-vscode/commit/b9ff591))
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
## [0.0.16](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.15...v0.0.16) (2019-05-27)
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
## [0.0.15](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.14...v0.0.15) (2019-05-27)
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
## [0.0.14](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.13...v0.0.14) (2019-05-27)
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
### Features
|
|
491
|
+
|
|
492
|
+
* Add project create ([c820a1c](https://github.com/warcraft-iii/warcraft-vscode/commit/c820a1c))
|
|
493
|
+
* localize ([e013649](https://github.com/warcraft-iii/warcraft-vscode/commit/e013649))
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
## [0.0.13](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.12...v0.0.13) (2019-05-21)
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
### Features
|
|
501
|
+
|
|
502
|
+
* add Auto Close client config ([9268cbe](https://github.com/warcraft-iii/warcraft-vscode/commit/9268cbe))
|
|
503
|
+
* Add the "imports" folder ([ab418aa](https://github.com/warcraft-iii/warcraft-vscode/commit/ab418aa))
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
## [0.0.12](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.11...v0.0.12) (2019-05-15)
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
### Bug Fixes
|
|
511
|
+
|
|
512
|
+
* compile debug ([bcc8615](https://github.com/warcraft-iii/warcraft-vscode/commit/bcc8615))
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
## [0.0.11](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.10...v0.0.11) (2019-05-13)
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
## [0.0.10](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.9...v0.0.10) (2019-05-10)
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
### Features
|
|
524
|
+
|
|
525
|
+
* Added option command ([3a18283](https://github.com/warcraft-iii/warcraft-vscode/commit/3a18283))
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
## [0.0.9](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.8...v0.0.9) (2019-05-09)
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
## [0.0.8](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.7...v0.0.8) (2019-05-08)
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
### Bug Fixes
|
|
537
|
+
|
|
538
|
+
* bug ([4ee7caf](https://github.com/warcraft-iii/warcraft-vscode/commit/4ee7caf))
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
## [0.0.7](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.6...v0.0.7) (2019-04-25)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
### Bug Fixes
|
|
546
|
+
|
|
547
|
+
* pack map ([ab3f904](https://github.com/warcraft-iii/warcraft-vscode/commit/ab3f904))
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
## [0.0.6](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.5...v0.0.6) (2019-04-25)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Features
|
|
555
|
+
|
|
556
|
+
* added progress notification ([39ca068](https://github.com/warcraft-iii/warcraft-vscode/commit/39ca068))
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
## [0.0.5](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.4...v0.0.5) (2019-04-25)
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
## [0.0.4](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.3...v0.0.4) (2019-04-25)
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
## [0.0.3](https://github.com/warcraft-iii/warcraft-vscode/compare/v0.0.2...v0.0.3) (2019-04-24)
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
### Features
|
|
572
|
+
|
|
573
|
+
* Added command "Add Library" ([557019b](https://github.com/warcraft-iii/warcraft-vscode/commit/557019b))
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
## 0.0.2 (2019-04-24)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|