-
this is the syntax msg
Encountered compiler bug near element variable s:
java.lang.NullPointerException
java.lang.NullPointerException
de.peeeq.wurstscript.validation.WurstValidator.visit(WurstVal…
-
Hello wurstscript maintainers. I'm new to wurstscript and just fiddling around at the moment. I am trying to use ClosureEvents to trigger some actions when a specific unit is selected. The trigger is …
-
Moved https://github.com/peq/WurstScript/issues/476
Some Order Id's are special, like public constant integer stunned=851973
By ordering a unit to "stunned", it becomes stunned, for example.
http:/…
-
Hello,
I have ruby 2.6.8p205 (2021-07-07 revision 67951).
I was following the README instruction to setup the project, encountered those issues :
```bash
Fetching bundler-2.5.6.gem
ERROR: Erro…
-
Frotty and I had a hell of a time debugging really strange techtree and object data behavior that arised because I set some units with strings like `'f000', 'f001', 'f002'` etc, and some abilities wit…
-
Hi, how to compile this to ubuntu? I want try this with wurstscript on wine.
I try `make install`, `make jhcr`, etc, with no result.
Current progress:
```bash
make jhcr
~/.cabal/bin/cabal v1…
-
```
class A
function func(int i)
print("func_int...")
function func(string s)
print("func_string...")
class B extends A
function func()
print("func_noar…
-
### Describe the bug
I recently got a Raspberry Pi 4, and decided it would be fun to use it as a CI runner for Wurst map builds. Since this is Java, it must simply work anywhere, right? Turns out, it…
-
**Needs a way to supply custom game executable: I am building my game executable from source**
I am building my game executable that I am using from source, but the game executable can be launched fr…
-
What about adding code autoformatter?