Änderungen

Summary

  1. add support for all of Jass' hex notations (commit: 728701c) (details)
  2. make setup less error prone (commit: 6012285) (details)
  3. allow returntype void for funcs passed to filter (commit: e59bc80) (details)
Commit 728701c7211599bba767c17ff768a6da9b343581 by frotty
add support for all of Jass' hex notations
(commit: 728701c)
The file was modifiedde.peeeq.wurstscript/src/main/antlr/de/peeeq/wurstscript/antlr/Wurst.g4 (diff)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Utils.java (diff)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/IntVal.java (diff)
The file was modifiedde.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/BugTests.java (diff)
Commit 6012285cef9442b74b1e8385f0a8deb3b96c1e88 by frotty
make setup less error prone
(commit: 6012285)
The file was modifiedWurstSetup/src/main/java/ui/MainWindow.java (diff)
The file was modifiedWurstSetup/src/main/java/file/DependencyManager.java (diff)
The file was modifiedWurstSetup/src/main/java/file/WurstProjectConfig.java (diff)
Commit e59bc80b35da3817d9f71f55f4e0d509aecb4b3a by frotty
allow returntype void for funcs passed to filter
(commit: e59bc80)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/WurstValidator.java (diff)