-
See https://www.hiveworkshop.com/threads/list-of-warcraft-iii-crashes.194706/page-4#post-3637812
Would be worth mentioning?
Besides, can this tool be integrated in TESH?
I guess map creators will…
-
The main issue are compile errors because of hooks for functions called in globals. Try in a small map if this is even possible.
hook CreateGroup
hook DestroyGroup
etc.
It works for GUI glob…
-
Sorry I accidentality submitted before finishing my question.
I'm really glad I found this repository, thanks for making this! I am just getting started with Jass and vJass. Since vJass seems to be…
-
**w3gpluss.vjass**:
1. No 24-player support [L42](https://github.com/PBug90/w3gPlus/blob/c54eca26c76675b0c081b92b1031be6328284d29/vjass/W3GPlus.vjass#L42) and L71
2. Edge case & future-proofing: R…
-
- Dynamic syntax checking: Mark syntax errors as red and list them in the text browser below and make them clickable. Warning vs Error.
- Dynamic syntax highlighting: Qt API for formatting the docume…
-
```
C-like ternar operator:
a = condition ? 1 : 2
// --->
if condition then
a = 1
else
a = 2
endif
vJass also use ":" symbol in colon syntax extension, so be careful.
```
Original issue r…
-
I couldn't found you, anywhere >_> you just disappear lol
I need to ask you something... Is your things still useable? :D
The vJass things I mean.
Laiev updated
10 years ago
-
Allow suppression one package's all warning
There are two things I want to discuss here.
> 1: Is it necessary to alert for grammatical inconsistencies?
I find that there are more and more war…
-
```
C-like ternar operator:
a = condition ? 1 : 2
// --->
if condition then
a = 1
else
a = 2
endif
vJass also use ":" symbol in colon syntax extension, so be careful.
```
Original issue r…
-
```
C-like ternar operator:
a = condition ? 1 : 2
// --->
if condition then
a = 1
else
a = 2
endif
vJass also use ":" symbol in colon syntax extension, so be careful.
```
Original issue r…