Änderungen
#1365 (03.03.2024 14:52:02)
- fix map script caching (commit: 55812d7) — frotty / githubweb
#1364 (03.03.2024 14:36:57)
- allow unsafe injection of lua files (commit: e17502c) — frotty / githubweb
#1363 (12.02.2024 11:04:07)
- Don't rename functions marked as extern (commit: 9bbab58) — frotty / githubweb
#1362 (24.01.2024 21:00:15)
- JHCR support update (#1089) (commit: 2cfe407) — noreply / githubweb
#1361 (14.01.2024 22:21:12)
- Use JASS_MAX_ARRAY_SIZE for jass class allocation limit (#1088) (commit: a381685) — noreply / githubweb
#1360 (14.01.2024 18:23:36)
- Lua mode fixes (#1087) (commit: 6859ece) — noreply / githubweb
#1359 (04.01.2024 15:37:54)
- Also allow real and boolean comparisons with null in Jass code (#1086) (commit: dd9ac8a) — noreply / githubweb
#1358 (03.01.2024 20:09:26)
- Also fix for buildmap task (commit: 8668904) — frotty / githubweb
#1357 (03.01.2024 19:32:21)
- Critical fix: Use script file with build config in compilation (commit: ec0a9e5) — frotty / githubweb
#1356 (31.12.2023 12:06:26)
- only show file chooser for runmap task, update chardet lib (commit: 0f5c389) — frotty / githubweb
#1355 (04.12.2023 14:18:31)
- Update Gradle (commit: da013eb) — frotty / githubweb
#1354 (04.12.2023 13:55:31)
- add sonar analysis (#1084) (commit: 215d986) — noreply / githubweb
#1353 (29.11.2023 18:00:39)
- Show dialog for choosing game path, cleanup (#1083) (commit: 867bf9f) — noreply / githubweb
#1352 (23.11.2023 19:46:07)
- correctly generate .imp file with transitive imports (#1082) (commit: cafbdf8) — noreply / githubweb
#1351 (22.11.2023 16:41:52)
- More performance improvements & fixes (#1081) (commit: b82dc39) — noreply / githubweb
#1350 (20.11.2023 16:41:08)
- Update README.markdown (commit: 1588f63) — noreply / githubweb
#1349 (08.11.2023 17:22:01)
- Fix renaming array symbols (commit: 5458488) — frotty / githubweb
#1348 (27.10.2023 00:10:46)
- Jass And Wurst Formatter (#620) (commit: 7cda368) — noreply / githubweb
#1347 (19.10.2023 13:41:34)
- fix JHCR war3map.j file handling (commit: 66b805e) — frotty / githubweb
#1346 (18.10.2023 16:20:34)
- Update deps, improve performance, JHCR fixes (#1080) (commit: 5d80c7a) — noreply / githubweb
#1345 (10.10.2023 00:49:36)
- small performance fixes (#1079) (commit: 74d9f5f) — noreply / githubweb
#1344 (14.05.2023 14:47:35)
- Eliminate stacktrace when compiling on linux (#1076) (commit: e6f36a8) — noreply / githubweb
#1343 (05.05.2023 17:59:51)
- warn log instead of printing stacktrace on linux platform (#1075) (commit: c12c5e9) — noreply / githubweb
#1342 (09.01.2023 11:12:16)
- Update pjass to detect functions with too many parameters (#1073) (commit: 6daa703) — noreply / githubweb
#1341 (09.01.2023 10:44:48)
- Fix CircleCI badge (commit: aabbbcf) — frotty / githubweb
#1340 (09.01.2023 10:25:00)
- fix jass parsing issue (commit: 05fddbd) — frotty / githubweb
#1339 (12.09.2022 18:57:13)
- ugly fix for skin files (commit: 9783e0a) — frotty / githubweb
#1338 (06.09.2022 21:23:26)
- fix writing empty objmod files (commit: 9f58111) — frotty / githubweb
#1337 (27.08.2022 17:22:49)
- Update wc3libs and write AS_DEFINED (commit: 06aea7b) — frotty / githubweb
#1336 (26.08.2022 10:31:09)
- fix objmod wurst output (commit: 19a6ef0) — frotty / githubweb
#1335 (26.08.2022 09:47:04)
- fix removing wurst definitions (commit: 4d008ee) — frotty / githubweb
#1334 (22.08.2022 01:14:22)
- Refactor Object Mod Handling to use wc3libs (#1066) (commit: 68e0abc) — noreply / githubweb
#1333 (18.08.2022 09:37:28)
- Update common.j (commit: 68b6be7) — frotty / githubweb
#1332 (13.07.2022 23:03:11)
- Remove type dependency from cast translation (#1064) (commit: 18ca8ab) — noreply / githubweb
#1331 (12.07.2022 00:51:33)
- Improve Lua optimizers (#1063) (commit: db253e0) — noreply / githubweb
#1330 (10.07.2022 10:26:59)
- Use correct timeTaker for compiler (#1062) (commit: 032764e) — noreply / githubweb
#1329 (10.07.2022 10:12:57)
- Temporary index variable for shorthand assignments (#1061) (commit: ab5946a) — noreply / githubweb
#1328 (02.07.2022 18:05:08)
- Add mocks for Quest and QuestItem natives. (#1060) (commit: dec12a7) — noreply / githubweb
#1327 (12.04.2022 01:58:20)
- only cache pure functions (commit: c133d25) — frotty / githubweb
- use readonly jmpq instance for reading script (commit: 2a5c4ba) — frotty / githubweb
- Remove nonexistent folders from imports (commit: 0b3415c) — frotty / githubweb
#1326 (11.04.2022 21:52:59)
- add experimental cache for compiletime invocations without side effects (commit: bc9a6ee) — frotty / githubweb
#1325 (04.04.2022 23:19:14)
- inject wurst.build config for lua maps (commit: e3ca571) — frotty / githubweb
#1323 (05.12.2021 22:06:37)
- charmap (commit: d0b1478) — frotty / githubweb
- reduce int and reals (commit: 9d6e961) — frotty / githubweb
- s/octal/hex (commit: 3505bec) — frotty / githubweb
- shuffle global vars (commit: 5338b2c) — frotty / githubweb
- fix (commit: d78191b) — frotty / githubweb
- add equality rewrite (commit: b5ad009) — frotty / githubweb
- update wc3libs (commit: c071d8f) — frotty / githubweb
- mori fixes (commit: dea3fe4) — frotty / githubweb
- experimental reun (commit: 6fc076c) — frotty / githubweb
- revert double inlining (commit: 331dfed) — frotty / githubweb
- add 1 to middle charmap (commit: f6a6b68) — frotty / githubweb
- first version of string hashing (commit: 90b45ff) — frotty / githubweb
- Update build.gradle (commit: 7b4bbc9) — frotty / githubweb
- fix string hash func call (commit: 04938d3) — frotty / githubweb
- attempt to permit TRVE usage (commit: 3755154) — frotty / githubweb
- improve bool term rewrites and rewrite jass ternaries with constants (commit: c762f8a) — frotty / githubweb
- Do a strict inline pass after local opts (commit: 3a4c9de) — frotty / githubweb
- extend charmap (commit: 9f34dd0) — frotty / githubweb
- Update build.gradle (commit: 8d05cc9) — frotty / githubweb
- Update build.gradle (commit: dc7e640) — frotty / githubweb
- add logging (commit: 5d0af5f) — frotty / githubweb
- even more logging and use 1 diff line from upstream (commit: e6e20bd) — frotty / githubweb
- Update WurstValidator.java (commit: ead823b) — frotty / githubweb
- Update WurstValidator.java (commit: 4d83790) — frotty / githubweb
- Update Utils.java (commit: 8e54749) — frotty / githubweb
- check if rewrites are problem (commit: a2fd3da) — frotty / githubweb
- Update WurstValidator.java (commit: a319285) — frotty / githubweb
- logging (commit: 70272bb) — frotty / githubweb
- Revert "check if rewrites are problem" (commit: e0ae69b) — frotty / githubweb
- Revert "logging" (commit: 387ed5d) — frotty / githubweb
- remove logging and disable new rewrites (commit: 3ab54e0) — frotty / githubweb
- enable func rewrites (commit: 75396a5) — frotty / githubweb
- Update SimpleRewrites.java (commit: dace40a) — frotty / githubweb
- consider else blocks for function rewrite (commit: 064275f) — frotty / githubweb
- disable func rewrite (commit: 4121594) — frotty / githubweb
- Update NameGenerator.java (commit: 30807a3) — frotty / githubweb
- fix function rewrite (commit: ecda1f2) — frotty / githubweb
- Update SimpleRewrites.java (commit: cbd88b6) — frotty / githubweb
- add max charmap and make default (commit: d2abc06) — frotty / githubweb
- respect natives without side effects in SideEffectAnalyzer (commit: 772e03e) — frotty / githubweb
- add +/- 0 rewrites (commit: a581b2c) — frotty / githubweb
- shorten real prints (commit: 3d01066) — frotty / githubweb
- Don't inline string constants (commit: b4a939f) — frotty / githubweb
- add primitive LocalInliner (commit: 86ae892) — frotty / githubweb
- log (commit: cbd7bf5) — frotty / githubweb
- Update ExprPrinter.java (commit: b16a99c) — frotty / githubweb
- more fixes (commit: c1d4a10) — frotty / githubweb
- Update SideEffectAnalyzer.java (commit: 34cee7b) — frotty / githubweb
- Update SimpleRewrites.java (commit: 9fbc378) — frotty / githubweb
- move strict inline after local opts passes and fix viable counter (commit: fa9f614) — frotty / githubweb
- safety (commit: 5b169a7) — frotty / githubweb
- Update RemoveGarbage.java (commit: 11e0e6d) — frotty / githubweb
- fix local inliner and one test (commit: f4c8742) — frotty / githubweb
- more logs (commit: 0720099) — frotty / githubweb
- +ölog (commit: 56b6ecc) — frotty / githubweb
- v cx (commit: 21e6993) — frotty / githubweb
- Update ConstantAndCopyPropagation.java (commit: ef8469a) — frotty / githubweb
- Update ConstantAndCopyPropagation.java (commit: a88bdc0) — frotty / githubweb
- Update ConstantAndCopyPropagation.java (commit: 763e7a3) — frotty / githubweb
- Update ConstantAndCopyPropagation.java (commit: 3951aa7) — frotty / githubweb
- Update ConstantAndCopyPropagation.java (commit: 08be07a) — frotty / githubweb
- ff (commit: faabea8) — frotty / githubweb
- Update ImAttributes.java (commit: 93164b9) — frotty / githubweb
- Update ImAttributes.java (commit: 7507095) — frotty / githubweb
- Update ImAttributes.java (commit: 3bb48da) — frotty / githubweb
- dfs (commit: 46807f2) — frotty / githubweb
- d (commit: a62089a) — frotty / githubweb
- re (commit: c34d2e8) — frotty / githubweb
- bffd (commit: 869a9a0) — frotty / githubweb
- Update WurstCompilerJassImpl.java (commit: 7d9ff26) — frotty / githubweb
- TRVE fix (commit: b5c9d88) — frotty / githubweb
- fix namegen (commit: 2eb7d53) — frotty / githubweb
- remove logging (commit: 6d09b0f) — frotty / githubweb
- make charmap configureable (commit: 1b70658) — frotty / githubweb
- Update NameGenerator.java (commit: 0a629cd) — frotty / githubweb
- Update build.gradle (commit: 73301b1) — frotty / githubweb
- add TRVE hook detection (commit: 460a0a5) — frotty / githubweb
- update wc3libs (commit: ded553f) — frotty / githubweb
- Update WurstGuiCliImpl.java (commit: 9c433e9) — frotty / githubweb
- don't complain about useless ExecuteFunc calls (commit: 6b422dc) — frotty / githubweb
- Update WurstValidator.java (commit: 7390500) — frotty / githubweb
- Update ExprTranslation.java (commit: ecb4993) — frotty / githubweb
- Update build.gradle (commit: 534caf2) — frotty / githubweb
- Update build.gradle (commit: 9b56c15) — frotty / githubweb
- fix validator npe (commit: cc8c7ed) — frotty / githubweb
- Update build.gradle (commit: a55d951) — frotty / githubweb
- Update build.gradle (commit: ddceba6) — frotty / githubweb
- fixes from master and init func remover branch (commit: 511c808) — frotty / githubweb
- Update WurstScriptTest.java (commit: 799bc6c) — frotty / githubweb
- without rewrites (commit: b732291) — frotty / githubweb
- without LocalsInliner (commit: 4c36cae) — frotty / githubweb
- inlining and init cleanm too?! (commit: 7e0226a) — frotty / githubweb
- dont rewrite exprs (commit: bbf86a6) — frotty / githubweb
- re enable real rewrite (commit: 8e1634d) — frotty / githubweb
- fix int expr rewrites and re-enable all disabled (commit: 5a7ab7b) — frotty / githubweb
- fix replaceIntTerm swallowing int-int rewrites and don't ignore minus (commit: f80c2e5) — frotty / githubweb
- Update build.gradle (commit: 89eaa67) — frotty / githubweb
- Update build.gradle (commit: 8e94991) — frotty / githubweb
- Update SimpleRewrites.java (commit: f81d7ef) — frotty / githubweb
- shuffle charmaps (commit: f612bce) — frotty / githubweb
- add event replacements (commit: f5efa5b) — frotty / githubweb
- string crypto (commit: 8dbfd85) — frotty / githubweb
- Update StringCryptor.java (commit: e0bdf76) — frotty / githubweb
- Update StringCryptor.java (commit: 1722774) — frotty / githubweb
- Update StringCryptor.java (commit: 6461158) — frotty / githubweb
- Update ImOptimizer.java (commit: 8dfc821) — frotty / githubweb
- Update StringCryptor.java (commit: 8b62909) — frotty / githubweb
- Update StringCryptor.java (commit: fbd91a6) — frotty / githubweb
- Update StringCryptor.java (commit: 447862b) — frotty / githubweb
- Update StringCryptor.java (commit: 812741b) — frotty / githubweb
- Update StringCryptor.java (commit: e8be201) — frotty / githubweb
- Update StringCryptor.java (commit: a796633) — frotty / githubweb
- Update StringCryptor.java (commit: 0ec0999) — frotty / githubweb
- ff (commit: 558785a) — frotty / githubweb
- Update StringCryptor.java (commit: f5f9738) — frotty / githubweb
- Update StringCryptor.java (commit: 1a1edca) — frotty / githubweb
- Update ImTranslator.java (commit: 82f6c87) — frotty / githubweb
- Update SimpleRewrites.java (commit: 4dc9901) — frotty / githubweb
- Update SimpleRewrites.java (commit: c0fe4da) — frotty / githubweb
- hash rewrite left and remove minimum length crypt requirement (commit: c8cbbdc) — frotty / githubweb
- Update SimpleRewrites.java (commit: 3a224ab) — frotty / githubweb
- Update StringCryptor.java (commit: 84a9d71) — frotty / githubweb
- Update StringCryptor.java (commit: 2b34250) — frotty / githubweb
#1322 (23.11.2021 00:12:14)
- fix nested jmpq usage (commit: b1431e1) — frotty / githubweb
#1321 (16.11.2021 20:22:20)
- transitive imports (#1039) (commit: 3cada97) — noreply / githubweb
#1320 (07.11.2021 21:53:04)
- Implement unit user data for compiletime (#1038) (commit: 930a304) — noreply / githubweb
#1319 (16.10.2021 14:26:12)
- wait with publishing syntax errors to avoid lockups (commit: 16f3084) — peter.peq / githubweb
#1318 (13.10.2021 10:58:33)
- Update bug_report.md (#1035) (commit: 0dac05d) — noreply / githubweb
#1317 (09.10.2021 21:17:09)
- warnings for empty code blocks (commit: 1b617de) — peter.peq / githubweb
#1316 (09.10.2021 19:44:54)
- fixed flickering errors while typing (commit: c4f4c8b) — peter.peq / githubweb
#1315 (03.10.2021 19:46:10)
- fix ModelManagerTest (commit: b4f265b) — peter.peq / githubweb
#1314 (26.09.2021 17:57:02)
- add reconcilation timer for type checks (commit: 0fcf4e4) — peter.peq / githubweb
#1313 (01.09.2021 14:18:02)
- use weak reference for parse-cache (commit: 143ea97) — peter.peq / githubweb
#1312 (01.09.2021 13:45:42)
- cache parse results in unit tests (commit: 06fd47f) — peter.peq / githubweb
#1311 (01.09.2021 01:27:05)
- remove old Scanner code for parsing wurst files (commit: d00b455) — peter.peq / githubweb
#1310 (01.09.2021 01:09:02)
- make LocalMerger deterministic (commit: 3d883ad) — peter.peq / githubweb
#1309 (01.09.2021 00:50:16)
- Temp merger optimization (#1024) (commit: 0437a40) — noreply / githubweb
#1308 (01.09.2021 00:29:24)
- Optimize compilation to Jass (#1025) (commit: 87d078c) — noreply / githubweb
#1307 (31.08.2021 22:14:49)
- make cyclic function remover deterministic (commit: c3f1e8f) — peter.peq / githubweb
#1306 (31.08.2021 12:38:32)
- fix reconciling code for editor (commit: 65eae84) — peter.peq / githubweb
#1305 (31.08.2021 01:59:40)
- trying to fix module problems in editor (commit: 77fdcfe) — peter.peq / githubweb
#1304 (31.08.2021 01:10:15)
- fix: remove "Optional" from error message strings (commit: 23d48ea) — peter.peq / githubweb
#1303 (31.08.2021 00:50:19)
- quickfix for importing on module use (commit: 0ec731d) — peter.peq / githubweb
#1302 (30.08.2021 19:00:03)
- fixed global initialization code (commit: 6b7b9df) — peter.peq / githubweb
#1301 (30.08.2021 13:49:42)
- fix to allow building map on Linux (commit: 7eea302) — peter.peq / githubweb
#1300 (30.08.2021 00:27:14)
- update tests (commit: 52a26f3) — peter.peq / githubweb
#1299 (30.08.2021 00:00:14)
- fix folding range bug introduced in previous commit (commit: 8094781) — peter.peq / githubweb
#1298 (29.08.2021 20:17:28)
- fix: consider model use as using imported package (commit: 7425e90) — peter.peq / githubweb
- another testcase for updating modules (commit: 5574db8) — peter.peq / githubweb
- fix NPE in HoverInfo parameter hint (commit: e212142) — peter.peq / githubweb
- fix problem with errors not showing in vscode (commit: e87f90e) — peter.peq / githubweb
- Highlight errors in dependencies file (commit: afe5abc) — peter.peq / githubweb
#1297 (14.08.2021 23:36:43)
- use correct classpath for building jar (commit: 8c95e38) — peter.peq / githubweb
#1296 (14.08.2021 23:16:41)
- fix updating module instantiations in model manager (commit: ebea63d) — peter.peq / githubweb
#1295 (14.08.2021 22:12:35)
- update gradle-download plugin (commit: 3be9579) — peter.peq / githubweb
#1294 (14.08.2021 20:40:15)
- Upgrade to gradle 7 (#1022) (commit: 2aa96a8) — noreply / githubweb
#1293 (01.08.2021 13:09:50)
- fix test execution (commit: 57924aa) — frotty / githubweb
#1292 (30.07.2021 18:00:57)
- Add isProductionBuild switch (#1016) (commit: 351ed42) — noreply / githubweb
#1291 (28.07.2021 00:41:14)
- Permit trivial TRVE usage in jass input (#893) (commit: e7c26d3) — noreply / githubweb
#1290 (28.07.2021 00:20:00)
- Cleanup repo (#1015) (commit: 146251b) — noreply / githubweb
#1287 (22.07.2021 23:05:22)
- Turn global variable usage order warning into error (commit: bc1e31f) — frotty / githubweb
#1286 (22.07.2021 22:44:17)
- Fix test execution (commit: b0f4679) — frotty / githubweb
#1285 (22.07.2021 22:38:32)
- Update CONTRIBUTING.md (commit: ff0b0d5) — noreply / githubweb
#1284 (22.07.2021 22:30:09)
- Add compiletime natives for map name and build date (commit: 2fe7582) — frotty / githubweb
#1283 (17.07.2021 17:09:21)
- add Blz functions without side effects and use sets (commit: 5adbb95) — frotty / githubweb
#1282 (16.07.2021 02:23:35)
- add 'alias' as restricted name, update pjass, fixes #1013 (commit: a9a3932) — frotty / githubweb
#1281 (16.07.2021 02:03:23)
- fix #1011 (commit: 1877083) — frotty / githubweb
#1280 (12.07.2021 02:05:58)
- correct return value for BlzGroupAddGroupFast, fixes #1010 (commit: 5afd9f6) — frotty / githubweb
#1279 (11.07.2021 13:35:46)
- correct GroupAddUnit return value, fixes #1009 (commit: be796b2) — frotty / githubweb
#1278 (10.07.2021 22:48:27)
- update jmpq (commit: 5e4a008) — frotty / githubweb
#1277 (10.07.2021 22:04:12)
- fixes (commit: 8f7652b) — frotty / githubweb
#1276 (10.07.2021 19:49:51)
- optimizers for lua (#1004) (commit: edc2627) — noreply / githubweb
- fix group add and remove operations for compiletime, fixes #1006 (commit: 7e79146) — frotty / githubweb
- improve exception abuse performance, update abstractsyntaxgen (commit: 2e75e0a) — frotty / githubweb
- use unsafe typechecking for runmap command (commit: b229a6d) — frotty / githubweb
#1275 (20.06.2021 20:08:49)
- upgrade dependencies (commit: 449489f) — frotty / githubweb
#1274 (04.06.2021 13:36:21)
- detect cyclic dependencies caused by config packages (#1001) (commit: bca8fcc) — noreply / githubweb
#1273 (29.05.2021 19:04:49)
- fix unused import warning with configured packages (#1000) (commit: b5c12b9) — noreply / githubweb
#1272 (28.05.2021 15:42:24)
- Remove empty lines between globals in lua (#999) (commit: 964223f) — noreply / githubweb
#1271 (21.05.2021 16:22:28)
- [WIP] Lua typecasting (#997) (commit: 31d097f) — noreply / githubweb
#1270 (15.05.2021 22:48:45)
- use BJDebugMsg for error messages if not using ErrorHandling package (commit: 9c94fb2) — noreply / githubweb
#1269 (15.04.2021 22:39:34)
- implement TimerGetElapsed for compiletime (commit: 88bebfa) — frotty / githubweb
#1268 (15.04.2021 18:08:38)
- fix lua null string (#995) (commit: 4a6902d) — noreply / githubweb
#1266 (12.04.2021 12:31:24)
- google java format and CI verify (#992) (commit: 4cfa7f6) — noreply / githubweb
#1265 (19.03.2021 23:53:33)
- bump wc3libs (#991) (commit: e25c260) — noreply / githubweb
#1264 (18.03.2021 15:03:31)
- Fix tags (#963) (commit: 098fcc5) — noreply / githubweb
#1263 (08.02.2021 10:04:11)
- Use original object ID if new object ID is 0 (#985) (commit: 824a683) — noreply / githubweb
#1262 (03.01.2021 18:54:47)
- fix using custom loadingscreen model (commit: 584d8d7) — frotty / githubweb
#1261 (28.12.2020 03:07:06)
- Fix wurst.build loading screen background (#980) (commit: 9a1f88a) — noreply / githubweb
#1260 (24.12.2020 14:08:30)
- Update dependencies & small cleanup (#979) (commit: aadcf29) — noreply / githubweb
#1259 (04.12.2020 22:45:59)
- Update AboutDialog.java (commit: fcf965a) — frotty / githubweb
- fix default test timeout (commit: 24d6557) — frotty / githubweb
#1258 (22.11.2020 20:00:48)
- Update blizzard.j (commit: 995fbdf) — frotty / githubweb
#1257 (19.11.2020 15:46:18)
- clarify how versions are changed (#962) (commit: 3e1f3f5) — noreply / githubweb
#1256 (14.11.2020 22:57:19)
- upgrade gradle wrapper (#972) (commit: 390c664) — noreply / githubweb
#1255 (14.11.2020 01:21:51)
- Don't show warning for non constant closure variables, fixes #930 (#974) (commit: e9810a4) — noreply / githubweb
#1254 (14.11.2020 00:46:39)
- omit unused warning from private static compiletime functions, fixes (commit: 477f878) — noreply / githubweb
#1253 (14.11.2020 00:30:13)
- Read test timeout from config, fixes #956 (#971) (commit: 4847b06) — noreply / githubweb
#1252 (14.11.2020 00:13:26)
- Updated common.j from newest Reforged 1.32.9 (#970) (commit: f509b53) — noreply / githubweb
#1251 (13.11.2020 23:53:56)
- Add .circleci/config.yml (#969) (commit: ac8aca9) — noreply / githubweb
#1250 (13.11.2020 23:02:10)
- Update wc3libs dependency, fixes #948 (#968) (commit: ebce607) — noreply / githubweb
#1249 (13.11.2020 20:37:54)
- fixed #959 - recursive method dispatch (commit: 53ff8ec) — peter.peq / githubweb
#1248 (11.07.2020 18:09:25)
- hotfix (commit: 0693824) — frotty / githubweb
#1247 (11.07.2020 18:03:45)
- adding support for importing *.dds files (#957) (commit: 8cee283) — noreply / githubweb
#1246 (11.07.2020 18:00:00)
- revert build.gradle changes (commit: 6b39d5d) — frotty / githubweb
#1245 (18.06.2020 19:52:53)
- Reforged updated (#958) (commit: e66fa8a) — noreply / githubweb
#1244 (16.02.2020 11:34:18)
- Reduce log spam (#941) (commit: ea19790) — noreply / githubweb
#1243 (03.02.2020 21:47:53)
- Add common.j & blizzard.j from reforged release (#934) (commit: 1287353) — noreply / githubweb
#1242 (01.02.2020 16:17:12)
- Allow equality checks between agent types in Jass (#932) (commit: d79f738) — noreply / githubweb
#1241 (31.01.2020 19:15:48)
- remove BackupController (#929) (commit: e9633bc) — noreply / githubweb
#1240 (26.01.2020 01:22:29)
- Detect if target map is in use when executing runmap (#927) (commit: e948e39) — noreply / githubweb
#1239 (23.01.2020 20:54:12)
- Show warning if constant variable is not defined using 'let' (#922) (commit: b000629) — noreply / githubweb
#1238 (21.01.2020 23:00:42)
- fixed a bug with ExecuteFunc and stacktraces (#925) (commit: eff4d65) — noreply / githubweb
#1237 (20.01.2020 22:15:31)
- prevent NPE in ProjectConfigBuilder (commit: c2332f2) — frotty / githubweb
#1236 (15.01.2020 22:55:50)
- better type inference for closures (commit: d83177b) — peter.peq / githubweb
#1235 (15.01.2020 10:52:36)
- fix parsing multiline strings in jass (commit: 04f2567) — frotty / githubweb
#1234 (14.01.2020 17:49:31)
- split long functions resulting from migrating compiletime values (#921) (commit: c8b3a7e) — frotty / githubweb
#1233 (10.01.2020 20:40:44)
- Don't add empty brackets if lambda has no arguments (commit: 2dad075) — frotty / githubweb
#1232 (08.01.2020 17:19:57)
- update abstractsyntaxgen dependency (commit: 7471c43) — frotty / githubweb
- use project's common.j blizzard.j files for pjass checks, resolves #645 (commit: 9f6a733) — frotty / githubweb
#1231 (03.01.2020 17:10:33)
- fix: accidentially removed compilation before tests in previous commit (commit: 5372820) — peter.peq / githubweb
#1230 (03.01.2020 16:42:01)
- fixed bug in LocalMerger liveness calculation (commit: 6961d2a) — peter.peq / githubweb
- update tests to latest StdLib (commit: 05650e5) — peter.peq / githubweb
#1229 (03.01.2020 13:50:30)
- removed functional java dependency (commit: dd6892a) — peter.peq / githubweb
#1228 (03.01.2020 12:50:03)
- improved constant/copy-propagation performance (commit: 901f71b) — peter.peq / githubweb
#1227 (03.01.2020 12:36:03)
- improved performance for liveness calculation in LocalMerger (commit: c05a8a8) — peter.peq / githubweb
#1226 (02.01.2020 22:07:44)
- Add custom folding provider, resolves #844 (#914) (commit: ac19a7d) — noreply / githubweb
#1225 (02.01.2020 21:41:12)
- correctly get model (commit: 9be58ca) — peter.peq / githubweb
#1224 (02.01.2020 21:00:12)
- use dummy translator when executing unit tests (commit: fc8ca4d) — peter.peq / githubweb
#1223 (01.01.2020 12:24:32)
- only add -launch for 1.32 reforged for now (commit: db1b3ca) — frotty / githubweb
#1222 (01.01.2020 01:00:53)
- remove mpq test priority (commit: a045b99) — frotty / githubweb
#1221 (31.12.2019 22:07:47)
- Update PositionTests.java (commit: 1e3968b) — frotty / githubweb
#1220 (31.12.2019 21:22:42)
- fix mpq test priorities (commit: a4e3adb) — frotty / githubweb
#1219 (31.12.2019 20:38:46)
- update wc3libs, fixes #909 (commit: 909cb99) — frotty / githubweb
#1218 (31.12.2019 18:49:21)
- another version bump to fix listfile entries (commit: 1bd70f1) — frotty / githubweb
#1217 (31.12.2019 17:37:09)
- update wc3libs' transient jmpq dependency (commit: 4e381b1) — frotty / githubweb
#1216 (31.12.2019 17:20:14)
- update jmpq, parse custom patch version also on buildmap (commit: feabdf1) — frotty / githubweb
#1215 (29.12.2019 19:45:18)
- fix missing wc3RunArgs detection (commit: 2c46847) — frotty / githubweb
#1214 (29.12.2019 18:52:03)
- hotfix wc3libs issues (commit: c4257ab) — frotty / githubweb
#1213 (29.12.2019 18:42:53)
- update wc3libs and jmpq, add -launch for 1.32, fixes #905, #906 (commit: 741bf69) — frotty / githubweb
#1212 (28.12.2019 18:29:57)
- fixed #912 - confusion between module overrides and inner classes (commit: c0ad094) — peter.peq / githubweb
#1211 (12.12.2019 23:27:23)
- fix jacoco version (commit: 707a10a) — peter.peq / githubweb
- improved gradle task/inputs and outputs (commit: 1462e7c) — peter.peq / githubweb
- fixed #908 - ondestroy dispatch with modules (commit: 477ac86) — peter.peq / githubweb
#1210 (20.11.2019 18:28:22)
- fix pausing a periodic timer at compiletime time causing null reference (commit: 7f214e6) — frotty / githubweb
#1209 (02.11.2019 09:14:07)
- Fix missing .w3x file ending if no output filename present in (commit: 765d4ae) — frotty / githubweb
#1208 (23.10.2019 23:22:14)
- Update Main.java (#900) (commit: 4697f36) — noreply / githubweb
#1207 (23.10.2019 23:06:59)
- add option flags build config and fix adding forces for the first time (commit: 8f0eb2b) — frotty / githubweb
#1206 (22.10.2019 22:46:28)
- Workspace config (#899) (commit: dcf9691) — noreply / githubweb
#1204 (22.10.2019 21:25:36)
- Add 'Player' to useless functions (commit: c42517d) — felix.rimkus / githubweb
#1203 (16.10.2019 22:24:42)
- fix duplicate provided natives and fix MoveRectTo (commit: d7b5577) — frotty / githubweb
#1202 (16.10.2019 21:57:26)
- Implement SetRect and MoveRectTo for compiletime (commit: d259f79) — frotty / githubweb
#1201 (15.10.2019 10:13:43)
- Fix RectProvider GetRectCenterX/Y (commit: b3eb1cf) — frotty / githubweb
#1200 (06.10.2019 22:19:11)
- remove WaygateSetDestination from useless functions (commit: 0ee1a23) — frotty / githubweb
#1199 (22.08.2019 18:36:56)
- update wc3libs to fix runmap on windows (commit: 4bbbb5b) — frotty / githubweb
#1198 (18.08.2019 20:31:11)
- disable inconsistent indentation warning when in parentheses (commit: 40c29f4) — peter.peq / githubweb
#1197 (18.08.2019 17:32:30)
- Mac OS X runmap support (#889) (commit: 2a052db) — noreply / githubweb
#1196 (18.08.2019 17:20:05)
- Update .travis.yml (commit: 4808d0e) — noreply / githubweb
#1195 (11.08.2019 23:27:44)
- Add native providers for new Blz bitwise natives, resolves #884 (commit: 5469139) — frotty / githubweb
#1194 (09.08.2019 19:05:49)
- Also flatten, add notice, #883 again (commit: ef610b1) — frotty / githubweb
#1193 (09.08.2019 18:49:33)
- fix #883 (commit: 7cf0fc5) — frotty / githubweb
#1192 (03.08.2019 13:31:10)
- optimized code to find unique names (commit: 5a08435) — peter.peq / githubweb
#1191 (02.08.2019 00:00:28)
- better support for static inner classes (commit: 18cf4d9) — peter.peq / githubweb
#1190 (31.07.2019 23:41:13)
- fix #881 (commit: 3baa502) — frotty / githubweb
#1189 (31.07.2019 21:17:44)
- Update bug_report.md (commit: 1f1c25a) — noreply / githubweb
#1188 (31.07.2019 21:08:42)
- Throw exception instead of returning null for pjass errors during (commit: 45a79a4) — frotty / githubweb
#1187 (31.07.2019 20:45:12)
- mpq safeguards and improved run & build error handling (commit: 9c428c6) — frotty / githubweb
- bandaid for #882 (commit: f5a2110) — frotty / githubweb
#1186 (28.07.2019 10:41:52)
- fix GroupProvider native implementation to match game (commit: ab9b5a2) — frotty / githubweb
#1185 (16.07.2019 12:19:33)
- Custom wc3RunArgs (#875) (commit: 344f7c5) — frotty / githubweb
#1184 (12.07.2019 23:08:11)
- added error handler when config cannot be read (commit: 2e649d2) — peter.peq / githubweb
#1183 (11.07.2019 23:18:31)
- fix #874 thanks @waterknight (commit: 5f04208) — frotty / githubweb
#1182 (11.07.2019 09:24:19)
- and another one (commit: aa92a3e) — frotty / githubweb
#1181 (10.07.2019 23:19:51)
- fixed #872: better interpreter error checks (commit: 208c5ab) — peter.peq / githubweb
#1180 (10.07.2019 19:35:55)
- Another hotfix update since jitpack upgraded their JVM (commit: 8cffd90) — frotty / githubweb
#1179 (10.07.2019 19:06:50)
- Update wc3libs, see #873 (commit: db0fec0) — frotty / githubweb
#1178 (30.06.2019 09:43:00)
- Don't inject configs for hot started maps (commit: 45f1a38) — frotty / githubweb
#1177 (25.06.2019 15:38:09)
- Don't use -windowmode param on patches below 1.31, see #865 (commit: 3982ec0) — frotty / githubweb
#1176 (24.06.2019 23:45:46)
- fixed #861 optimizer bug inlining arrays (commit: d1b1bdd) — peter.peq / githubweb
#1175 (24.06.2019 22:57:56)
- fixed #870 problem with generics + cyclic function remover (commit: 74a51a4) — peter.peq / githubweb
#1174 (23.06.2019 21:22:35)
- Add warning for statements with duplicated type information. closes #816 (commit: 2258d29) — frotty / githubweb
#1173 (23.06.2019 17:52:35)
- disable wc3libs script injection for lua builds (commit: 23eb9d8) — frotty / githubweb
#1172 (23.06.2019 17:17:34)
- fix script output file naming for 'build map' task (commit: 1cdafd3) — frotty / githubweb
#1171 (23.06.2019 15:38:09)
- add missing handleMap getter (commit: 89711b8) — frotty / githubweb
#1170 (23.06.2019 15:34:29)
- permit casting handles to int and vice versa during lua compiletime (commit: 08239df) — frotty / githubweb
#1169 (23.06.2019 13:16:58)
- fixed #866 constant folding of reals (commit: f33cb61) — peter.peq / githubweb
#1168 (23.06.2019 12:34:33)
- Fixed #864 - overload resolution did not match type variables (commit: c021ae6) — peter.peq / githubweb
#1167 (23.06.2019 01:40:27)
- Fixed #860 - abstract static function in module was called instead of (commit: 68fb4bc) — peter.peq / githubweb
#1165 (23.06.2019 00:56:12)
- Enforce EOL in grammars (otherwise parser just ignores invalid code and (commit: 15083fc) — peter.peq / githubweb
- added check for iterator method in foreach (closes #866) (commit: 4007b8a) — peter.peq / githubweb
#1164 (22.06.2019 23:52:26)
- Second try to add Lua support (#867) (commit: c4c1499) — noreply / githubweb
#1163 (22.06.2019 22:23:01)
- improved error message for NPE (see #868) (commit: 7ba7167) — peter.peq / githubweb
#1162 (22.06.2019 17:50:00)
- Add rudimentary support for images at compiletime (commit: 438757f) — frotty / githubweb
#1161 (09.06.2019 00:51:26)
- improve runmap behavior with invalid game paths (commit: dde4f98) — frotty / githubweb
#1160 (08.06.2019 21:41:30)
- Improve runmap game detection and error handling, fixes #859 (commit: ac46768) — frotty / githubweb
#1159 (04.06.2019 21:42:31)
- added new jasstypes for ptr 1.31 (#847) (commit: 539c17d) — frotty / githubweb
#1158 (29.05.2019 22:45:43)
- hotfix (commit: 4187ff4) — frotty / githubweb
#1157 (29.05.2019 22:11:18)
- cherrypick runmap fixes from lua branch (commit: 65e851c) — frotty / githubweb
- update blizzard.j common.j files (commit: 2a7d50b) — frotty / githubweb
#1156 (14.05.2019 23:13:54)
- Revert "Merge branch 'lua'" (commit: 6db5d09) — frotty / githubweb
#1155 (12.05.2019 20:58:31)
- Ptr 1.31 groupnatives (#850) (commit: 57ffad5) — frotty / githubweb
#1154 (11.05.2019 19:55:31)
- towards running maps with lua (commit: c3cba07) — peter.peq / githubweb
- lua: fix default value for tuples (commit: d37b8cc) — peter.peq / githubweb
- lua: reserve "error" name (commit: cce953c) — peter.peq / githubweb
- lua: only add natives and bj functions if not defined yet (commit: 1d56455) — peter.peq / githubweb
- lua: exclude bj functions/vars from mapscript and remove garbage (commit: a6f3853) — peter.peq / githubweb
- lua: don't rename external functions and vars (commit: 7bcc2c5) — peter.peq / githubweb
- lua: handle generics correctly (commit: cd29808) — peter.peq / githubweb
#1153 (11.05.2019 12:52:25)
- New compiletime natives for groups (#848) (commit: 77e4994) — peter.peq / githubweb
#1152 (07.05.2019 22:03:55)
- Implement BlzGroupGetSize for compiletime (commit: 20015e3) — frotty / githubweb
#1151 (07.05.2019 18:47:44)
- Don't require buildMapData to build map (commit: bad11c1) — frotty / githubweb
- Fix NPE for tests when no compiled script exists (commit: 6e00084) — frotty / githubweb
#1150 (06.05.2019 22:38:45)
- Experimental support for using lep/jassdoc as common.j/Blizzard.j (commit: 450859e) — frotty / githubweb
#1149 (06.05.2019 08:20:33)
- fix #843 (commit: 14609ac) — frotty / githubweb
#1148 (30.04.2019 19:28:05)
- remove unused runmapTarget runArg (commit: 8893744) — frotty / githubweb
#1147 (28.04.2019 18:02:57)
- change to lua5.2 for testing (commit: 74b8cb5) — peter.peq / githubweb
#1146 (28.04.2019 17:55:12)
- lua: basic object translation (commit: 4390d92) — peter.peq / githubweb
- lua: instanceof (commit: 7f4793c) — peter.peq / githubweb
- lua class initialization (commit: bd2ca60) — peter.peq / githubweb
- lua: naming (commit: 62c47a3) — peter.peq / githubweb
- lua: tuple comparison (commit: eecf930) — peter.peq / githubweb
- lua: class init (commit: 4b1a22b) — peter.peq / githubweb
- lua: initialize locals (commit: 0bcdd25) — peter.peq / githubweb
- lua: small fixes (commit: f5fbc77) — peter.peq / githubweb
- lua: more natives, array defaults, extern functions (commit: 08fddf7) — peter.peq / githubweb
- lua: expr-statement printing (commit: e6d4e2e) — peter.peq / githubweb
- lua: copy tuple values (commit: 4851cb3) — peter.peq / githubweb
- lua: typeId translation (commit: 05b2b66) — peter.peq / githubweb
- lua: method overloading (commit: 52987bd) — peter.peq / githubweb
- lua: vararg translation (commit: 9803b57) — peter.peq / githubweb
- lua: run compiletime expressions in tests (commit: 3078502) — peter.peq / githubweb
- lua: more hashtable natives (commit: e34be72) — peter.peq / githubweb
- lua: all tests pass (commit: e9a361e) — peter.peq / githubweb
- add lua dependency to travis build (commit: bcc24c9) — peter.peq / githubweb
#1145 (24.04.2019 21:35:44)
- binary search for new reflection functions (commit: 00f2214) — peter.peq / githubweb
#1144 (23.04.2019 22:14:40)
- new natives for object statistics (commit: 4adc230) — peter.peq / githubweb
#1143 (19.04.2019 01:10:21)
- remove debug output for code lenses (commit: 576859d) — peter.peq / githubweb
#1142 (19.04.2019 00:59:31)
- experimental feature: code lenses for running unit tests (commit: 2a8ade3) — peter.peq / githubweb
#1141 (18.04.2019 22:08:05)
- Update grill executable (commit: b7ecac1) — frotty / githubweb
#1140 (17.04.2019 20:57:36)
- calling compileError in unit-tests now fails the test (commit: 26071b6) — peter.peq / githubweb
- update StdLib version used for tests (commit: 12d9319) — peter.peq / githubweb
#1139 (17.04.2019 19:08:56)
- print severe errors to std.err also (commit: 7b233bd) — frotty / githubweb
#1137 (15.04.2019 19:57:02)
- fixed NPE in #843 (commit: e35bfb0) — peter.peq / githubweb
#1136 (13.04.2019 21:03:14)
- Update CompilationProcess.java (commit: 40a70e0) — frotty / githubweb
#1135 (13.04.2019 20:56:54)
- Add 'build' runarg (commit: f21ea9f) — frotty / githubweb
#1134 (13.04.2019 10:45:23)
- Update wc3libs dependency (commit: ac8407a) — frotty / githubweb
#1133 (11.04.2019 19:54:21)
- fixed indentation in autocomplete (commit: fbe2c55) — peter.peq / githubweb
#1132 (11.04.2019 15:07:15)
- bump version and add changelog (commit: 895bdf6) — frotty / githubweb
#1131 (11.04.2019 13:14:00)
- move class variable initialization to separate function (commit: ec93f7a) — peter.peq / githubweb
#1130 (07.04.2019 19:29:20)
- fix map script not being written if no buildMapData.name was given (commit: d248a09) — frotty / githubweb
#1129 (06.04.2019 22:34:17)
- fixed #829: import hint is only shown for original packages (commit: a3c2328) — peter.peq / githubweb
#1128 (06.04.2019 00:36:33)
- Add .editorconfig for consistent whitespace formatting (commit: 4f46524) — frotty / githubweb
- fix GetCompletions lsp IllegalArgumentException (commit: 268ba04) — frotty / githubweb
#1127 (05.04.2019 22:39:52)
- Fix GetDefinitionTests (commit: 1ef7b85) — frotty / githubweb
- Lower autocomplete rating for deprecated functions + test (commit: 73835b4) — frotty / githubweb
#1126 (05.04.2019 00:58:14)
- make jhcr reload work without a map file (commit: abb06a3) — peter.peq / githubweb
#1125 (05.04.2019 00:02:24)
- fix loading of config and update language server protocol dependency (commit: 9cc2c6c) — peter.peq / githubweb
#1124 (04.04.2019 01:51:46)
- annotations now need to be defined (commit: cffefc4) — peter.peq / githubweb
#1122 (02.04.2019 00:50:03)
- implemented length field for sized arrays (commit: da8049b) — peter.peq / githubweb
#1121 (01.04.2019 15:00:46)
- Capitalize 'unreachable code' warnings (commit: 4759ba8) — frotty / githubweb
#1120 (01.04.2019 14:21:46)
- fix EOF position (commit: f787725) — peter.peq / githubweb
#1119 (01.04.2019 13:58:41)
- get rid of unnecessary model update when opening dependency files (commit: f724d0a) — peter.peq / githubweb
#1118 (01.04.2019 13:38:46)
- improve clearing attributes with public imports (commit: 4b1c032) — peter.peq / githubweb
#1117 (01.04.2019 02:39:49)
- make positions more precise for generating function stubs (commit: b40dc63) — peter.peq / githubweb
#1116 (01.04.2019 01:09:19)
- undo autocomplete change from 286f4977e5e694a7964f328c87cf52beb27059ca (commit: 3635652) — peter.peq / githubweb
#1115 (01.04.2019 00:50:54)
- fix obj-int-casting compiletime bug (commit: 66ad464) — peter.peq / githubweb
#1114 (01.04.2019 00:39:24)
- extended stacktraces for compiletime crashes (commit: 2739dd6) — peter.peq / githubweb
#1113 (01.04.2019 00:14:34)
- more consistent compiled names for jhcr (commit: 357034b) — peter.peq / githubweb
#1112 (31.03.2019 23:09:44)
- add code action for creating new function (commit: 286f497) — peter.peq / githubweb
#1111 (31.03.2019 17:35:13)
- function completions with lambdas as last argument now use the multiline (commit: 13556e8) — peter.peq / githubweb
- better hover messages (commit: 2e6d55b) — peter.peq / githubweb
#1110 (28.03.2019 23:27:21)
- Allow short notation for enum constants in comparisons (commit: 5b8f26e) — peter.peq / githubweb
#1108 (28.03.2019 22:31:21)
- Jhcr integration (#824) (commit: 7576a2b) — noreply / githubweb
#1107 (28.03.2019 16:30:50)
- add grill executables (commit: 4f7fbc0) — frotty / githubweb
#1106 (27.03.2019 20:45:31)
- Also don't overwrite other w3i options if not present in wurst.build (commit: 611a55d) — frotty / githubweb
#1105 (27.03.2019 10:06:39)
- remove compilation server wurstpack option and wurstscript_b.exe (commit: 1b69b1f) — frotty / githubweb
#1104 (21.03.2019 23:43:12)
- started work on persisting objects in compiletime expressions (commit: 4f1ae38) — peter.peq / githubweb
- correct order when persisting compiletime objects (commit: d416c77) — peter.peq / githubweb
- fixed previously introduced bugs (commit: 480162d) — peter.peq / githubweb
- more new bug fixes (commit: 775d329) — peter.peq / githubweb
- test that we can store tuples (commit: adeb192) — peter.peq / githubweb
#1103 (21.03.2019 22:43:07)
- fix forcing player start locations, see #819 (commit: 54ceb4e) — frotty / githubweb
#1102 (21.03.2019 10:23:40)
- fix #823 (commit: cd308b2) — frotty / githubweb
#1101 (21.03.2019 00:14:13)
- fixed #821 SaveReal, SaveStr, and SaveBoolean now also supported for (commit: 2d6324a) — peter.peq / githubweb
#1100 (21.03.2019 00:04:23)
- fix #820 translate switch with exhausitve match correctly (commit: e187e50) — peter.peq / githubweb
#1099 (20.03.2019 00:59:54)
- properly migrate player values from existing w3i, see #819 (commit: 9448120) — frotty / githubweb
#1098 (17.03.2019 21:39:15)
- Next gen wurstsetup integration (#814) (commit: 6f049e5) — noreply / githubweb
#1097 (16.03.2019 01:21:28)
- additional checks for switch statements (commit: 0b22eb2) — peter.peq / githubweb
#1096 (16.03.2019 00:32:28)
- repaired enum lookup after last commit (commit: dae81e9) — peter.peq / githubweb
#1095 (16.03.2019 00:14:58)
- implemented #812: combined switch cases (commit: 38b63e5) — peter.peq / githubweb
#1094 (15.03.2019 21:52:07)
- fixed #813 disable dataflow analysis for arrays (commit: d00b51a) — peter.peq / githubweb
#1093 (15.03.2019 21:29:22)
- fix i = i warning for locals (commit: 9c111fa) — frotty / githubweb
- hotfix (commit: e13c7df) — frotty / githubweb
#1092 (05.03.2019 20:40:19)
- fix #809 (commit: c33d0ca) — frotty / githubweb
#1091 (24.02.2019 01:08:15)
- also disable war3map.j warnings for now, see #809 (commit: 018c1ca) — frotty / githubweb
#1090 (20.02.2019 23:20:39)
- fix #808 v2, don't run tests if code has errors (commit: 8731ea7) — frotty / githubweb
#1089 (20.02.2019 20:45:33)
- fixed #808 R2SW native crash (commit: 1e72535) — peter.peq / githubweb
#1088 (20.02.2019 20:14:13)
- fixed HaveSavedString hashtable native (commit: 37efaa8) — peter.peq / githubweb
#1087 (18.02.2019 20:21:31)
- Improve pjass error handling and add native osx executable (#806) (commit: 16ee619) — noreply / githubweb
#1086 (16.02.2019 22:38:19)
- forgot uppercase hex letters in last commit (commit: 9d7e831) — peter.peq / githubweb
#1085 (16.02.2019 21:40:34)
- fixed #799 wrong handling of negative int-literals (commit: bd21477) — peter.peq / githubweb
#1084 (16.02.2019 21:15:38)
- fixed error with default value for generics (commit: 3ddd832) — peter.peq / githubweb
#1083 (16.02.2019 16:38:58)
- Fix compiletime implementation of FirstOfGroup (commit: 53910bd) — nichts / githubweb
#1082 (15.02.2019 21:17:35)
- moved lua package to translation/ (commit: d8688b1) — peter.peq / githubweb
#1081 (14.02.2019 00:26:58)
- fix O(n²) performance bug in cyclic function remover (commit: 46c57fd) — peter.peq / githubweb
#1080 (12.02.2019 10:28:22)
- fix #798 (commit: 47a24cd) — frotty / githubweb
#1079 (12.02.2019 00:00:55)
- fixed #759: bug in algorithm for detecting strongly connected components (commit: 7124c38) — peter.peq / githubweb
#1078 (11.02.2019 21:18:50)
- fixed #773 : added warnings for wrong initialization order in Jass (commit: 3c2a925) — peter.peq / githubweb
#1077 (11.02.2019 20:55:45)
- fixed null-warnings (commit: 285f994) — peter.peq / githubweb
- fixed #795 do not report error when open the git change file (commit: bd2ad28) — peter.peq / githubweb
#1075 (11.02.2019 20:01:50)
- [WIP] First step towards new generics (#796) (commit: e1eee11) — noreply / githubweb
#1074 (03.02.2019 14:15:54)
- added @ifNotDefined for #793 (commit: 1cc9c7d) — peter.peq / githubweb
#1073 (22.01.2019 21:23:49)
- fixed #794 - could not use variablename 'main' (commit: c88e7e7) — peter.peq / githubweb
#1072 (19.01.2019 18:43:57)
- use native pjass on linux (commit: 40c3a70) — peter.peq / githubweb
#1071 (19.01.2019 18:20:07)
- add compatibility directives (commit: 3665128) — frotty / githubweb
#1069 (19.01.2019 14:16:31)
- fixed #782: NPE in hover info when declaration was not found (commit: 29f92cc) — peter.peq / githubweb
#1068 (19.01.2019 12:43:51)
- fixed #792: nested tuple selection only worked for first index (commit: 5d38af8) — peter.peq / githubweb
#1067 (17.01.2019 20:34:15)
- fixed wrong cast in autocomplete (commit: cd38a29) — peter.peq / githubweb
#1066 (07.01.2019 23:42:23)
- Add 2space tab choice (#790) (commit: a366dd8) — peter.peq / githubweb
#1060 (07.01.2019 00:42:14)
- fixed #787 handling of null with natives (commit: d7ab547) — peter.peq / githubweb
#1059 (07.01.2019 00:17:14)
- upgrade gradle version (commit: e91dc9a) — peter.peq / githubweb
- with new gradle version jmpq must be a direct dependency, (commit: fac8d5d) — peter.peq / githubweb
#1048 (22.12.2018 22:18:08)
- autocomplete improvement (commit: 100c205) — peter.peq / githubweb
#1047 (22.12.2018 22:00:39)
- improved error message when expected type cannot be calculated (commit: 8383632) — peter.peq / githubweb
#1046 (22.12.2018 21:43:16)
- Generics refactor (commit: 11662b9) — peter.peq / githubweb
#1042 (17.12.2018 01:14:52)
- Add better error and hint when opening .wurst files without open project (commit: 8937a0f) — frotty / githubweb
#1037 (01.12.2018 18:50:00)
- one more (commit: 42aa66f) — frotty / githubweb
#1036 (01.12.2018 17:47:50)
- missed 1 spot (commit: 80fbc0f) — frotty / githubweb
#1035 (01.12.2018 16:00:27)
- 1.30.2 support (#772) (commit: ec2c14c) — noreply / githubweb
#1030 (29.11.2018 23:04:31)
- fixed #764 coloring strings after escape sequences (commit: 9ad20d7) — peter.peq / githubweb
#1029 (29.11.2018 22:46:56)
- added missing return (commit: 383f983) — peter.peq / githubweb
#1026 (25.11.2018 00:28:09)
- in jass code null is a subtype of int (commit: 5c8f57d) — peter.peq / githubweb
#1024 (14.11.2018 22:04:24)
- better editor support for super-constructor-calls (commit: 5fa7fab) — peter.peq / githubweb
#1023 (09.11.2018 00:51:12)
- fixed translation of nulls in tuples (commit: 87783cc) — peter.peq / githubweb
#1022 (09.11.2018 00:06:49)
- fix #758 (commit: 702dec8) — frotty / githubweb
#1021 (08.11.2018 21:16:49)
- added error for calling static method on object (commit: 0546e7c) — peter.peq / githubweb
#1017 (26.10.2018 23:53:45)
- update wc3libs to remove javafx requirement (commit: 2bd09f7) — frotty / githubweb
#1016 (26.10.2018 21:54:04)
- optimized transitive closure calculation (commit: d5a6fd4) — peter.peq / githubweb
#1015 (26.10.2018 20:56:09)
- testcase for #747 (commit: 690c540) — peter.peq / githubweb
#1014 (25.10.2018 00:12:10)
- fix #745 (commit: aa3e488) — frotty / githubweb
#1013 (24.10.2018 23:54:20)
- actually, repat in cyclic function remover is no longer necessary (commit: c59abc3) — peter.peq / githubweb
#1012 (24.10.2018 23:37:16)
- smarter cyclic function remover (commit: f5a93b7) — peter.peq / githubweb
#1011 (24.10.2018 20:34:58)
- fixing last commit (commit: b20cbfb) — peter.peq / githubweb
#1010 (24.10.2018 20:16:24)
- fixed #744 using null when expecting unspecified generic type (commit: 98f05b6) — peter.peq / githubweb
#1009 (24.10.2018 00:22:33)
- fixed compilation error (commit: eee0dfd) — peter.peq / githubweb
#1008 (24.10.2018 00:11:23)
- commandline option `-measure` (commit: d5bb4ca) — peter.peq / githubweb
#1007 (22.10.2018 23:43:02)
- adding stacktraces to the normal test cycle (commit: dc2721f) — peter.peq / githubweb
#1006 (21.10.2018 20:07:54)
- fixed stack traces for multi-dimensional-arrays (commit: 08181c8) — peter.peq / githubweb
#1005 (21.10.2018 19:25:24)
- fixed array-access to jass naming (commit: d3b372e) — peter.peq / githubweb
#1004 (21.10.2018 19:07:15)
- run pjass last line of defence in run/build tasks (commit: 97b0511) — frotty / githubweb
#1002 (21.10.2018 00:59:44)
- reenable tests (commit: 6068065) — peter.peq / githubweb
#1001 (21.10.2018 00:52:00)
- fixed #737 optimizer bug (commit: f4c4ea6) — peter.peq / githubweb
#1000 (21.10.2018 00:00:04)
- testcase for Conditional operator + sized array inside the class (commit: a75f111) — peter.peq / githubweb
#999 (20.10.2018 23:45:24)
- add error if array init has wrong size (see #740) (commit: a446f76) — peter.peq / githubweb
- error message when using @compiletime on methods (commit: b4fd4a7) — peter.peq / githubweb
#998 (20.10.2018 23:31:04)
- test case for 1-tuple in class array (commit: 714d95a) — peter.peq / githubweb
#997 (20.10.2018 23:15:59)
- Refactoring tuple and array translation (#741) (commit: 085bbb9) — noreply / githubweb
#992 (18.10.2018 00:54:03)
- implement equals and hashcode for links (commit: 499fee4) — peter.peq / githubweb
#987 (16.10.2018 12:18:06)
- added sanity check to modifyObject method (commit: 52c31a8) — peter.peq / githubweb
- support for "Crs" 3 char modification id (commit: 4841c9e) — peter.peq / githubweb
- remove check (commit: 835b3aa) — peter.peq / githubweb
- fixed #735 captured variables mistook tuple selection as local var use (commit: da023b4) — peter.peq / githubweb
#984 (07.10.2018 22:17:35)
- stack trace handling for compiletime expressions (commit: d5a2901) — peter.peq / githubweb
#980 (02.10.2018 00:31:02)
- print without writing to buffer first (commit: cefb2e6) — peter.peq / githubweb
#979 (01.10.2018 23:50:30)
- removed unecessary toString() (commit: 3386bf2) — peter.peq / githubweb
#977 (01.10.2018 22:43:54)
- updated StdLib used in tests (commit: 96a7721) — peter.peq / githubweb
- fixed module test for new StdLib version (commit: 1bc7eee) — peter.peq / githubweb
- fixed destroyed test after this is now a compilation error (commit: 00bc3b3) — peter.peq / githubweb
#976 (01.10.2018 22:15:39)
- new compilation error when trying to access destroyed var (commit: 41868a9) — peter.peq / githubweb
#975 (30.09.2018 00:22:38)
- experimental support for keeping hashtables via compiletime expressions (commit: dea128f) — peter.peq / githubweb
- code cleanup (commit: f022d66) — peter.peq / githubweb
#973 (28.09.2018 18:31:22)
- remove log that can cause a NPE (commit: 00a36f3) — frotty / githubweb
#971 (23.09.2018 20:36:43)
- fix automatic file-import into map (commit: 344d57a) — peter.peq / githubweb
#969 (22.09.2018 18:58:33)
- fixed compiletime-expressions in array-inits (commit: c42b05b) — peter.peq / githubweb
#968 (21.09.2018 22:05:45)
- fixed #206 overloading for constructors with lambdas (commit: df2938d) — peter.peq / githubweb
#967 (21.09.2018 21:22:21)
- remove accidentially committed testcase (commit: 6ca7d68) — peter.peq / githubweb
#966 (19.09.2018 22:00:17)
- improved method name in error messages (commit: 2c2bb41) — peter.peq / githubweb
- delete old stacktrace injector (commit: e42aa0b) — peter.peq / githubweb
#965 (19.09.2018 21:38:53)
- add trace to errors (commit: 7a40c9f) — peter.peq / githubweb
#964 (17.09.2018 21:29:10)
- regarding #728: probably it is better to throw an exception in this case (commit: 1b288e6) — peter.peq / githubweb
#963 (17.09.2018 20:47:54)
- fixed #728 upper bound check for substring (commit: 5efae46) — peter.peq / githubweb
#962 (17.09.2018 20:10:03)
- fixed #727 NPE and other warnings (commit: e630981) — peter.peq / githubweb
#961 (16.09.2018 00:07:35)
- force StdLib git version (commit: 25a4476) — peter.peq / githubweb
#959 (15.09.2018 23:46:16)
- more robust StdLib download for tests (commit: 2896862) — peter.peq / githubweb
#957 (15.09.2018 13:02:16)
- fixed #724 protected functions usable in subclasses again (commit: df98de5) — peter.peq / githubweb
#956 (13.09.2018 21:06:59)
- fix #726 (commit: 648ea8a) — frotty / githubweb
#954 (11.09.2018 22:23:49)
- azure pipelines: change working directory (commit: fe0adb3) — peter.peq / githubweb
- azure pipelines: change gradle wrapper file (commit: 6d4f13e) — peter.peq / githubweb
#953 (11.09.2018 22:08:53)
- Set up CI with Azure Pipelines (commit: e5a244a) — peter.peq / githubweb
#951 (10.09.2018 23:34:45)
- also show colorpicker for colors in strings (commit: 63cb0d2) — peter.peq / githubweb
#950 (10.09.2018 22:43:30)
- enable support for colors in vscode (commit: 455630f) — peter.peq / githubweb
#949 (07.09.2018 18:47:53)
- removed debug message (commit: d76c47c) — peter.peq / githubweb
#948 (06.09.2018 23:45:44)
- Add inliner annotations and threshold modifier for funcs with constant args (#723) (commit: 8ccb51b) — noreply / githubweb
#947 (06.09.2018 23:30:51)
- tune outline view (commit: 30b0ec8) — peter.peq / githubweb
#946 (06.09.2018 23:12:32)
- improved outline view (commit: c7f7217) — peter.peq / githubweb
#945 (06.09.2018 22:53:40)
- improved outline and breadcrumb view (commit: 2f68a45) — peter.peq / githubweb
#939 (05.09.2018 20:47:15)
- fixed #721 NPE and other IntelliJ warnings (commit: 53e60e8) — peter.peq / githubweb
#938 (05.09.2018 20:16:05)
- fixed fix for #716: autocomplete param template works again (commit: bbfb41f) — peter.peq / githubweb
#937 (04.09.2018 21:18:11)
- fixed #720 added error message when using Module as a normal type (commit: 1dccb85) — peter.peq / githubweb
#936 (04.09.2018 20:12:54)
- improved testcase for #719 (commit: 413549d) — peter.peq / githubweb
- adapted test (commit: f92c015) — peter.peq / githubweb
#935 (04.09.2018 13:54:06)
- fix #719 (commit: f90ee9c) — frotty / githubweb
#934 (02.09.2018 16:48:46)
- fixed #718 expected type for method receiver (commit: 82b4d67) — peter.peq / githubweb
#933 (02.09.2018 12:51:30)
- fixed #717 cyclic dependency error in for-loops (commit: 38fa10e) — peter.peq / githubweb
#932 (02.09.2018 12:34:01)
- Update CONTRIBUTING.md (commit: 9f55dcd) — noreply / githubweb
#931 (02.09.2018 12:13:16)
- add Asin, Acos and Atan for compiletime (commit: 8a58ca7) — frotty / githubweb
#930 (29.08.2018 20:36:11)
- fixed #716 autocomplete no longer adds parameter ... (commit: 91eaeac) — peter.peq / githubweb
#929 (28.08.2018 21:42:07)
- Update PerformCodeActionRequest.java (commit: afaa451) — noreply / githubweb
#927 (27.08.2018 23:08:16)
- improving editor model management (commit: 5162419) — peter.peq / githubweb
- upgraded ast-generator (commit: eefe706) — peter.peq / githubweb
#926 (27.08.2018 20:42:39)
- fixed #713 tuple translation bug (commit: 15c5f4c) — peter.peq / githubweb
#925 (21.08.2018 22:43:30)
- log source of CyclicDependencyError (commit: 5e2a859) — peter.peq / githubweb
#924 (21.08.2018 20:53:13)
- Add import quickfix for TypeExprSimple (commit: f05b717) — frotty / githubweb
#923 (19.08.2018 13:19:29)
- fixed #708, String + null not supported by Jass (commit: e3da02d) — peter.peq / githubweb
#921 (18.08.2018 03:12:17)
- hotfix (commit: 1a8bc95) — frotty / githubweb
#920 (18.08.2018 02:57:06)
- fix #709 (commit: e65110d) — frotty / githubweb
#918 (16.08.2018 00:18:42)
- omit natives and bjs from localmerge opt (commit: 7b49180) — frotty / githubweb
#917 (15.08.2018 22:01:05)
- fix dead code elemination (commit: 80120dc) — peter.peq / githubweb
#915 (15.08.2018 07:43:32)
- Update WurstValidator.java (commit: a1a6de6) — noreply / githubweb
#914 (14.08.2018 20:14:04)
- remove wurst name validation from jass files (commit: 0170786) — frotty / githubweb
#913 (12.08.2018 20:17:32)
- update autocomplete tests to create test-files in wurst-folder (commit: db826f1) — peter.peq / githubweb
#912 (12.08.2018 17:11:55)
- automatically use folders from _build/dependencies (commit: 3a3e1b7) — peter.peq / githubweb
#911 (12.08.2018 14:31:32)
- refactor: removed EarlyReturn exception (commit: 290d2fa) — peter.peq / githubweb
#910 (12.08.2018 11:33:46)
- Update README.markdown (commit: 5927c28) — noreply / githubweb
#909 (09.08.2018 16:23:37)
- test and fix #706 (commit: 743ba81) — frotty / githubweb
#906 (09.08.2018 13:25:07)
- fix Jass operator precedence (commit: 8f5555a) — frotty / githubweb
#905 (09.08.2018 13:10:52)
- add missing tests to quicktests and alltests suite (commit: 65501e7) — frotty / githubweb
#904 (09.08.2018 12:01:29)
- Pull out separate Jass Parser from Wurst and Jurst grammars (#705) (commit: aaf95a0) — noreply / githubweb
#900 (09.08.2018 01:57:08)
- Revert "add big Jass test" (commit: 52743f4) — frotty / githubweb
#899 (09.08.2018 01:45:06)
- add big Jass test (commit: aac208a) — frotty / githubweb
#898 (09.08.2018 01:32:22)
- fix version parsing for 1.30 and logging in W3Utils (commit: 84299bf) — frotty / githubweb
#894 (08.08.2018 21:34:08)
- reverted some changes from 508fd470b4aee6524dcd150fbea2ddaac26e9d10 (commit: 49244c3) — peter.peq / githubweb
#891 (07.08.2018 18:56:00)
- codacy and deprecation cleanup (commit: 508fd47) — frotty / githubweb
#890 (07.08.2018 17:01:52)
- update dependencies and address some performance concerns (commit: 598d334) — frotty / githubweb
#889 (07.08.2018 02:05:31)
- fix error window highlight position (commit: b92937e) — frotty / githubweb
#888 (07.08.2018 00:31:14)
- more fixerinos (commit: 2be1ee1) — frotty / githubweb
#887 (06.08.2018 23:46:54)
- fix var usage detection (commit: a543d36) — frotty / githubweb
#886 (06.08.2018 23:34:27)
- add warning for unused private class functions (commit: fd3b2b5) — frotty / githubweb
#885 (06.08.2018 22:54:06)
- fix #483 (commit: 1295b21) — frotty / githubweb
#884 (06.08.2018 22:22:39)
- fix #507 (commit: 86c3fe9) — frotty / githubweb
#883 (06.08.2018 22:10:01)
- fix and opt (commit: 2bcc63a) — frotty / githubweb
#881 (06.08.2018 21:40:38)
- fix tests (commit: 81f18b9) — frotty / githubweb
#880 (06.08.2018 21:31:40)
- implement #703 (commit: 94f4084) — frotty / githubweb
#879 (06.08.2018 21:15:02)
- fix #704 and remove commented validator lines (commit: 7f82b88) — frotty / githubweb
#876 (02.08.2018 19:28:43)
- fix optimizations accounting (commit: 0ed3e8b) — frotty / githubweb
#875 (02.08.2018 18:20:53)
- fix for tuples (commit: 5af4abd) — frotty / githubweb
#873 (02.08.2018 15:51:13)
- more fixerinos (commit: 6e3ef1e) — frotty / githubweb
#872 (02.08.2018 15:28:45)
- fix debug regression (commit: 9cf22fd) — frotty / githubweb
#871 (02.08.2018 14:34:23)
- remove global init set statement if value equals default (commit: bed3122) — frotty / githubweb
#870 (02.08.2018 09:57:58)
- update pjass binaries (commit: 61e00ee) — frotty / githubweb
#869 (02.08.2018 09:04:30)
- prevent inlining of some BJ init calls to avoid script bloat and reduce compile time (commit: af74154) — frotty / githubweb
#867 (27.07.2018 15:00:15)
- fixed #698 - NPE in quickfixes search (commit: a03eb85) — peter.peq / githubweb
#865 (26.07.2018 10:10:35)
- Fix detecting 1.27 and lower installations (commit: a6c47de) — noreply / githubweb
#864 (24.07.2018 19:03:34)
- fixed #697 - inheritance of fields was broken after type refactor (commit: f767263) — peter.peq / githubweb
#863 (21.07.2018 16:04:27)
- also add 'debug' to restricted names, fixes #695 (commit: db542b5) — frotty / githubweb
#862 (21.07.2018 15:02:46)
- prevent functions named set in generated code (commit: 56aa8eb) — frotty / githubweb
#861 (21.07.2018 14:49:52)
- fixed #693 NPE in SymbolInformationRequest (commit: ec43007) — peter.peq / githubweb
#860 (21.07.2018 13:33:38)
- fixed #689 - autocomplete showed invisible functions (commit: d9b018f) — peter.peq / githubweb
#859 (20.07.2018 19:09:12)
- revert and cleanup (commit: 57145e4) — frotty / githubweb
#858 (20.07.2018 00:11:44)
- localize wine runmap handling (commit: f000c6b) — frotty / githubweb
#857 (19.07.2018 23:22:12)
- Create CODE_OF_CONDUCT.md (#690) (commit: 2542766) — noreply / githubweb
#856 (19.07.2018 23:09:42)
- Add contributing md (#691) (commit: 845bcf0) — noreply / githubweb
#853 (19.07.2018 11:20:06)
- Update README.markdown (commit: ac14429) — noreply / githubweb
#850 (15.07.2018 20:11:32)
- fix wc3libs api calls (commit: 6d07562) — frotty / githubweb
#848 (15.07.2018 19:53:35)
- update wc3libs dependency to mitigate mpq and slk issues (commit: 3923e35) — frotty / githubweb
#847 (12.07.2018 01:54:57)
- trying to improve stacktrace messages (commit: 59ddfa3) — peter.peq / githubweb
#846 (12.07.2018 00:03:54)
- removed unecessary stacktrace increments (see #686) (commit: d5cdb92) — peter.peq / githubweb
#841 (24.06.2018 19:42:21)
- stop logback from cluttering the console (commit: 2c0e964) — peter.peq / githubweb
#840 (24.06.2018 17:03:29)
- cleanup WurstServer (commit: 8785655) — frotty / githubweb
- add basic isWindows check for registry access (commit: 03b5a02) — frotty / githubweb
#837 (21.06.2018 20:21:58)
- Experimental a + a = a * 2 rewrite (#672) (commit: 0f83184) — noreply / githubweb
#835 (20.06.2018 23:33:32)
- fixed cyclic dependency error in overloading constructors (commit: adac7be) — peter.peq / githubweb
#831 (18.06.2018 23:07:06)
- changed mock timers and improved error messages (commit: 994c2dc) — peter.peq / githubweb
#830 (18.06.2018 22:52:55)
- fixed problem with optimizer and unit tests (commit: 30d2dd4) — peter.peq / githubweb
#829 (17.06.2018 21:33:12)
- fix rewrite counting (commit: eb321a6) — frotty / githubweb
#828 (17.06.2018 13:50:27)
- fix map header name regression (commit: 319f52b) — frotty / githubweb
#827 (17.06.2018 01:11:19)
- make use of playerCount for header with wc3libs (commit: 20e4cb5) — frotty / githubweb
#826 (17.06.2018 00:24:06)
- trying to fix #676 (commit: 69cd802) — peter.peq / githubweb
#825 (16.06.2018 23:17:40)
- remove jmpq dependency as it is included in wc3libs (commit: e6b3878) — frotty / githubweb
#824 (16.06.2018 23:02:34)
- update dependencies, use wc3libs for game path & patch handling (commit: a84d720) — frotty / githubweb
#823 (16.06.2018 22:13:13)
- improved error messages (commit: 764acad) — peter.peq / githubweb
#822 (15.06.2018 21:42:37)
- specified minimal heap size for tests (commit: 6551f67) — peter.peq / githubweb
#820 (14.06.2018 22:49:27)
- fix trying to create build dir when it already exists (commit: 15e75b1) — frotty / githubweb
#819 (14.06.2018 00:33:14)
- fix logging of opt-phases and jmpq (commit: 317beca) — frotty / githubweb
#817 (13.06.2018 23:55:20)
- Type-checking refactor (WIP) (#673) (commit: 55ee726) — noreply / githubweb
#811 (13.06.2018 00:54:31)
- fix local opts exp runtime (commit: 87433bc) — frotty / githubweb
#809 (13.06.2018 00:08:54)
- Add some feedback about improper usage of '@compiletime' (commit: 449d7cc) — frotty / githubweb
#805 (12.06.2018 21:35:47)
- fixed finding of error function (commit: 653020c) — p_zeller / githubweb
#795 (11.06.2018 02:33:50)
- fix test (commit: 8184ef5) — frotty / githubweb
#794 (11.06.2018 02:05:31)
- more trokkin (commit: 8f9e89d) — frotty / githubweb
- refactor ImOptimizer phases (commit: 61789d8) — frotty / githubweb
#793 (11.06.2018 01:52:23)
- Update README.markdown (commit: 505acc4) — noreply / githubweb
#791 (11.06.2018 01:25:26)
- destroy the init trigger after use (commit: c897b00) — frotty / githubweb
- dont touch win registry if gamepath passed to runmap (commit: 2dd018f) — frotty / githubweb
#790 (11.06.2018 01:11:06)
- another jacoco exclusion attempt (commit: 37ef93b) — frotty / githubweb
- clear trigger conditions instead of destroy/create (#671) (commit: 2b8dfdc) — noreply / githubweb
#782 (10.06.2018 00:09:13)
- fix log bloat (commit: 182f81e) — frotty / githubweb
- some patch parse safety (commit: 2174f07) — frotty / githubweb
#776 (07.06.2018 02:48:04)
- Branchmerger and Exitwhen and Set optimizations (#651) (commit: 9ccaddb) — noreply / githubweb
#775 (07.06.2018 02:21:46)
- ignore antlr src gen from test report (commit: 536ebde) — frotty / githubweb
#773 (07.06.2018 01:55:48)
- lazy init and fix game exe choice (commit: a7c3b49) — frotty / githubweb
#772 (07.06.2018 01:43:14)
- fix duplicate test file detection (commit: 2fcf7f3) — frotty / githubweb
#771 (07.06.2018 01:22:58)
- improved finding of single abstract method (commit: 272b40c) — peter.peq / githubweb
#769 (07.06.2018 00:29:52)
- omit war3.exe for patch 1.29 install from targets (commit: 61c4388) — frotty / githubweb
#768 (06.06.2018 23:36:28)
- dirty fix for closure-bug with overridden methods (commit: cbcac5b) — peter.peq / githubweb
#767 (06.06.2018 10:16:40)
- Try another package ignore (commit: c2027f1) — frotty / githubweb
#763 (04.06.2018 18:55:52)
- fix duplicate name check (commit: d2d9a38) — peter.peq / githubweb
#762 (04.06.2018 11:43:56)
- re-enable test_duplicates_cu (commit: 7119847) — frotty / githubweb
#761 (04.06.2018 11:30:41)
- fix expected error (commit: e92a33c) — frotty / githubweb
#760 (03.06.2018 23:43:03)
- fixed some warnings in the code (commit: c188eeb) — peter.peq / githubweb
#759 (03.06.2018 23:29:43)
- fix #667: overloading extension- and normal funcs (commit: a6576f1) — peter.peq / githubweb
#757 (02.06.2018 16:36:44)
- Update issue templates (commit: 7b23c6e) — peter.peq / githubweb
#756 (28.05.2018 00:07:36)
- fixed #660 underscore in name bug (commit: 9426632) — peter.peq / githubweb
#755 (27.05.2018 23:19:39)
- improved error handling when building map (commit: 983c1fa) — peter.peq / githubweb
#754 (27.05.2018 12:12:22)
- fix running java test suite and disable output spam (commit: f4331b3) — frotty / githubweb
#753 (27.05.2018 11:48:08)
- Use new executor service for each test run (commit: 984501b) — frotty / githubweb
#752 (26.05.2018 18:44:02)
- Revert "initial" (commit: 54a2549) — frotty / githubweb
#751 (26.05.2018 13:18:23)
- some caching to improve travis build time (commit: 325662f) — frotty / githubweb
- initial (commit: 00be3b7) — frotty / githubweb
- fix import quickfix (commit: 3fd9bc7) — frotty / githubweb
#742 (25.05.2018 23:28:36)
- remove nondeterminism from TypeId-generation (commit: 56ed276) — peter.peq / githubweb
#730 (21.05.2018 01:11:08)
- exclude generated classes from coverage report (commit: 060d5bd) — frotty / githubweb
#729 (21.05.2018 00:46:58)
- fix for 0 delay timers (commit: 1217d5e) — frotty / githubweb
#728 (20.05.2018 22:58:16)
- Implement timers and make tests wait for them (commit: a4f0d1c) — frotty / githubweb
#726 (17.05.2018 01:06:55)
- refactor tests and run interpreter before transformations (commit: b85d321) — peter.peq / githubweb
#725 (16.05.2018 23:44:17)
- fixed module-use jump-to-decl (commit: 9dee7fc) — peter.peq / githubweb
#724 (16.05.2018 23:32:30)
- initialize module-use-instances before class-vars (commit: 2ae275e) — peter.peq / githubweb
#723 (16.05.2018 23:20:10)
- fix build.gradle for jacoco (commit: c8b23d4) — frotty / githubweb
#722 (16.05.2018 23:19:12)
- fixed: testAssertErrorFileWithStdLib was not checking for errors (commit: 775ff93) — peter.peq / githubweb
#721 (16.05.2018 23:08:10)
- fixed blizzard.j variable bug introduced in previous commit (commit: 56188fe) — peter.peq / githubweb
#720 (16.05.2018 23:02:57)
- second coveralls attempt (commit: 4cc7962) — frotty / githubweb
#719 (16.05.2018 22:52:57)
- improve jass-interpreter (commit: 328bf15) — peter.peq / githubweb
- fix conflict from merge (commit: e9c4d78) — peter.peq / githubweb
#718 (16.05.2018 22:41:57)
- enable coveralls reports (commit: 7e6e50f) — frotty / githubweb
#716 (14.05.2018 15:54:30)
- Add region, rect providers and mocks for MapBounds testing (commit: 8a489c7) — frotty / githubweb
#715 (14.05.2018 01:51:14)
- copy return stmt (commit: 9c54e8d) — frotty / githubweb
#714 (14.05.2018 01:01:49)
- fix merge error (commit: 4fbea3e) — frotty / githubweb
#713 (14.05.2018 00:40:59)
- fix #653 (commit: c963efe) — frotty / githubweb
#712 (12.05.2018 18:38:50)
- fixed function call check for varargs (commit: 776bb57) — peter.peq / githubweb
#710 (10.05.2018 18:57:26)
- wip type refactor (commit: b088e4b) — peter.peq / githubweb
- type refactor wip (commit: ae02fee) — peter.peq / githubweb
- type refactor: all tests passing (commit: 32baf35) — peter.peq / githubweb
- simplified use of .dynamic() (commit: 2f6acbb) — peter.peq / githubweb
- simplified some generic setTypeArgs stuff (commit: 407def1) — peter.peq / githubweb
#704 (09.05.2018 20:07:45)
- fix failing test (commit: 0209b4c) — frotty / githubweb
#702 (09.05.2018 19:50:21)
- force err printstream to have UTF-8 encoding if available (commit: bff3cc3) — frotty / githubweb
- close iterator after for in loop (commit: 91a806e) — frotty / githubweb
#698 (07.05.2018 15:19:52)
- fix playercolor and other providers (commit: 423ff9e) — frotty / githubweb
#697 (07.05.2018 02:05:59)
- Update README.markdown (commit: 11c8f49) — noreply / githubweb
#696 (07.05.2018 01:23:34)
- Dialog & effect provider and Set/GetPlayerColor (commit: 474ab9b) — frotty / githubweb
#695 (06.05.2018 20:58:28)
- Add basic destructable mock and provider (commit: 30f0b5b) — frotty / githubweb
#694 (06.05.2018 00:07:48)
- fix GetBJMaxPlayerSlots, add GetBJMaxPlayers (commit: 552ed0e) — frotty / githubweb
#693 (05.05.2018 15:50:42)
- Add ConversionProvider to fill in blizzard handle constants (commit: ec4a2ff) — frotty / githubweb
#692 (05.05.2018 15:08:41)
- Wurst v8 (commit: 5f1ec6f) — frotty / githubweb
#691 (05.05.2018 14:59:05)
- Fix location specific unit test execution (commit: 8ffd43e) — frotty / githubweb
#690 (05.05.2018 14:49:27)
- fix wurstcommands parameters (commit: 318481e) — frotty / githubweb
#688 (05.05.2018 01:29:23)
- fixed compilation error (commit: 36b57d7) — peter.peq / githubweb
#687 (05.05.2018 01:25:38)
- first version of custom rename provider (commit: f0b6067) — peter.peq / githubweb
#686 (05.05.2018 00:45:17)
- upgrade language server library to 0.4.0 (commit: 6b783de) — peter.peq / githubweb
#685 (05.05.2018 00:35:27)
- updated gradle-wrapper and travis config (commit: 04de17e) — peter.peq / githubweb
#684 (05.05.2018 00:23:17)
- fixed #641: or operator now has higher precedence (commit: 679896d) — peter.peq / githubweb
#683 (05.05.2018 00:14:00)
- moved vararg tests to new file (commit: 8944473) — peter.peq / githubweb
#682 (05.05.2018 00:05:35)
- fixed vararg overloading (commit: e309f6f) — peter.peq / githubweb
#681 (04.05.2018 23:49:24)
- remove debug message (commit: 476686a) — peter.peq / githubweb
#680 (04.05.2018 01:16:40)
- fixed problem with varargs and generics (commit: 04a5209) — peter.peq / githubweb
#679 (03.05.2018 23:54:37)
- improed error messages for tests failing because of internal Wurst error (commit: a0383ca) — peter.peq / githubweb
#678 (03.05.2018 21:45:57)
- add test and error for cyclic type issue in for each (commit: 38ecca9) — frotty / githubweb
#677 (03.05.2018 21:33:29)
- fixed ClassCastException (commit: eb5b54c) — peter.peq / githubweb
#676 (03.05.2018 20:41:53)
- Vararg patch (#646) (commit: eb26d1d) — noreply / githubweb
#675 (03.05.2018 20:31:38)
- Add deprecation warning for variables (commit: 582003b) — frotty / githubweb
#674 (02.05.2018 01:36:56)
- IsPlayerInForce parameter fix (commit: 20aad50) — frotty / githubweb
#670 (01.05.2018 02:06:59)
- disable new interpreter checks (commit: 9dac217) — peter.peq / githubweb
#668 (01.05.2018 01:47:28)
- test for @peq (commit: c30e25a) — frotty / githubweb
- handling of extension functions with varargs (commit: 6784784) — peter.peq / githubweb
- make interpreter understand varargs (commit: df15e7f) — peter.peq / githubweb
- support multiple vararg calls (commit: 84892a4) — peter.peq / githubweb
- simple test with methods working (commit: 9b0f3c9) — peter.peq / githubweb
#663 (30.04.2018 23:31:33)
- don't hide exceptions (commit: 9d53359) — peter.peq / githubweb
#662 (30.04.2018 21:34:48)
- add vararg grammar case and tests (commit: a163396) — frotty / githubweb
- updates (commit: 44a458c) — frotty / githubweb
- more niceness (commit: 92cd021) — frotty / githubweb
- stuck (commit: 3a68f16) — frotty / githubweb
- hm (commit: 7df4cd5) — frotty / githubweb
- fd (commit: b835681) — frotty / githubweb
- some updates (commit: 274a08a) — frotty / githubweb
- some more progress (commit: 7376baa) — frotty / githubweb
- more work (commit: e31d6e6) — frotty / githubweb
- small cleanup (commit: 5d8af6d) — frotty / githubweb
- work on w->im translation (commit: 3ec2e0b) — frotty / githubweb
- first working build (commit: d115a59) — frotty / githubweb
- validate varargs func limits (commit: 7262e84) — frotty / githubweb
- set generic type args in for-loop vars (commit: f8c5ffa) — peter.peq / githubweb
- fixed more for-loop problems (commit: ec88279) — peter.peq / githubweb
- implicit conversions in for-loops (commit: d30ee6b) — peter.peq / githubweb
- basic for-loop checks (commit: 2d09122) — peter.peq / githubweb
- (broken) AttrForEachStatement (commit: d3ba8ba) — frotty / githubweb
- Small AttrVarDefType fix (commit: a213a2b) — frotty / githubweb
- remove obsolete if (commit: d86d1b1) — frotty / githubweb
- readd vararg handling (commit: dc3bb39) — frotty / githubweb
- blub (commit: cf4b915) — frotty / githubweb
- varargs -- fixed copy method (commit: 61424c9) — peter.peq / githubweb
- don't use null (commit: 29b01e1) — peter.peq / githubweb
- removed debug output (commit: 8487dbf) — peter.peq / githubweb
- failing tests for @Frotty (commit: bf8bd84) — peter.peq / githubweb
- 2 out of 3 pass (commit: 2b80499) — frotty / githubweb
- fix regression (commit: cb4745e) — frotty / githubweb
- Improve error spelling (commit: 2d1a0d7) — frotty / githubweb
- fix overloading (commit: da97b8b) — frotty / githubweb
#646 (24.04.2018 18:03:47)
- assert invalid intervals in parser (commit: 8647c0c) — frotty / githubweb
#639 (12.04.2018 22:29:34)
- 1.29 compatability (#640) (commit: 827f2b1) — noreply / githubweb
- additional compiletime providers (commit: 70fe63c) — frotty / githubweb
#623 (27.03.2018 21:11:54)
- Print original table again (commit: 97f69ec) — frotty / githubweb
#621 (16.03.2018 22:13:49)
- update link (commit: de5b700) — frotty / githubweb
- replace old icons (commit: 2a780be) — frotty / githubweb
#620 (12.03.2018 23:53:33)
- avoid checking empty models (commit: ba1d1ff) — peter.peq / githubweb
#619 (11.03.2018 20:00:43)
- improved type inference for closures used with generics (commit: 7ed7d1f) — peter.peq / githubweb
#618 (11.03.2018 01:32:47)
- new block-syntax for lambda expressions (commit: d999cfa) — peter.peq / githubweb
#617 (10.03.2018 23:50:01)
- started implementing inference for lambda parameters (commit: 9389053) — peter.peq / githubweb
- lambda expression type inference backwards compatibility (commit: 2b827c0) — peter.peq / githubweb
#615 (09.03.2018 00:04:36)
- add completions for keywords and primitive types (commit: 16b531e) — peter.peq / githubweb
#613 (08.03.2018 22:15:35)
- fixed #617 (off-by-one error in parenthesis detection) (commit: 12e395f) — peter.peq / githubweb
#610 (03.02.2018 20:40:23)
- remove travis caching (commit: 21e3117) — frotty / githubweb
- fix script order (commit: 579ffb2) — frotty / githubweb
#609 (03.02.2018 19:55:18)
- try other script (commit: 78b0954) — frotty / githubweb
#608 (31.01.2018 20:23:01)
- fix compiler download size inflation (commit: f77e3c1) — frotty / githubweb
#607 (30.01.2018 23:03:18)
- fix travis badge link (commit: aa4b197) — frotty / githubweb
#606 (30.01.2018 22:47:57)
- cleanup WurstParser (commit: fc111b4) — frotty / githubweb
- Apply inspection fixes (commit: 555a197) — frotty / githubweb
- change testing framework to testng (commit: 1a77791) — frotty / githubweb
#604 (24.01.2018 22:35:52)
- improve war3.exe detection (commit: 1792b9a) — frotty / githubweb
#603 (24.01.2018 22:21:40)
- Use wc3's hash function, thanks to @lep (commit: cb37f70) — frotty / githubweb
#602 (18.01.2018 02:27:07)
- update jmpq version to support pkware decompression (commit: 61d4ba0) — frotty / githubweb
#601 (17.01.2018 23:14:48)
- fix duplicated logging of compiler.log (commit: c34ad6b) — frotty / githubweb
#600 (15.01.2018 22:53:39)
- R2SW for compiletime (commit: c7b831e) — frotty / githubweb
#598 (13.01.2018 21:20:03)
- implement @deprecated (commit: 880f0d7) — frotty / githubweb
- fixes (commit: 98f3b88) — frotty / githubweb
- remove useless test (commit: 238d4ea) — frotty / githubweb
#594 (13.01.2018 15:16:01)
- remove StringBuilder from WLogger, lowlevel logging now uses trace (commit: a0010e2) — frotty / githubweb
#593 (12.01.2018 22:23:21)
- added typecheck for calling extension methods with static context (see #614) (commit: 781d534) — peter.peq / githubweb
#592 (11.01.2018 01:13:42)
- use wc3libs for wts, remove unused wctfile (commit: b42c4df) — frotty / githubweb
- update wc3libs version (commit: d93323d) — frotty / githubweb
#591 (11.01.2018 00:06:42)
- upgraded AST generation library (commit: 2faf8af) — peter.peq / githubweb
#590 (08.01.2018 17:38:09)
- fix unit tests generating obj data in project root (commit: 2bd0df6) — frotty / githubweb
#589 (07.01.2018 20:11:23)
- update jmpq and and remove tempfile making (commit: 6ea3b5b) — frotty / githubweb
#588 (04.01.2018 04:18:15)
- update readme (commit: 1c029db) — frotty / githubweb
- Add GamecacheProvider (commit: cef4af6) — frotty / githubweb
#587 (04.01.2018 01:47:05)
- Add ForceProvider (commit: d958bb2) — frotty / githubweb
#586 (04.01.2018 01:38:59)
- add gradle deploy task to install directly to .wurst folder (commit: fb30c0e) — frotty / githubweb
#585 (03.01.2018 16:24:35)
- Add war3.exe as preferred executable to runmap (commit: ca58b77) — frotty / githubweb
#584 (03.01.2018 00:02:44)
- make runmap kindofsafe (commit: f492d97) — frotty / githubweb
#583 (02.01.2018 21:36:03)
- Add Handle Provider and IlConstantHandle hashcode (commit: 1d5315c) — frotty / githubweb
#582 (31.12.2017 00:51:33)
- correct log-configuration (commit: b3feef7) — peter.peq / githubweb
#581 (30.12.2017 23:59:08)
- only log to console when arg languageServer not present (commit: afff182) — frotty / githubweb
#580 (30.12.2017 18:58:14)
- Update README.markdown (commit: a818620) — noreply / githubweb
#579 (30.12.2017 02:03:37)
- fix trace logs (commit: c927a1a) — frotty / githubweb
#578 (28.12.2017 13:58:58)
- fix FileAppender types (commit: 16cba65) — frotty / githubweb
#577 (28.12.2017 04:17:32)
- add missing files (commit: 2ce433c) — frotty / githubweb
#576 (28.12.2017 03:43:57)
- use logback (commit: 9cececa) — frotty / githubweb
#575 (27.12.2017 22:43:37)
- fix #611 improved position for quickfix import (commit: eecafe0) — peter.peq / githubweb
#574 (27.12.2017 22:30:47)
- fixed #610 stricter rules for wrap-chars (commit: a7f2979) — peter.peq / githubweb
#573 (27.12.2017 17:16:40)
- fixed #606 added check for confitional expressions: must not return void (commit: 73afab3) — peter.peq / githubweb
#572 (26.12.2017 17:19:24)
- Fix subsequent buildmap commands (commit: 267b1ad) — frotty / githubweb
#571 (26.12.2017 15:28:18)
- fix types in Hashtable check (commit: 38ce39b) — frotty / githubweb
#570 (23.12.2017 14:54:28)
- Fix importFile paths and remove tempfile (commit: 00b517b) — frotty / githubweb
#569 (23.12.2017 04:51:56)
- fix slashes in importFile (commit: d1596a7) — frotty / githubweb
#568 (20.12.2017 15:18:02)
- Return default values for primitives in hashtables if key nonexistant (commit: 885057c) — frotty / githubweb
#567 (18.12.2017 21:17:01)
- Increase test timeout to 20 seconds (commit: 0b6e85f) — frotty / githubweb
#566 (18.12.2017 20:58:58)
- fixed #603: destroy with interfaces/closure (commit: d8b40cf) — peter.peq / githubweb
#565 (18.12.2017 20:51:03)
- fix ForGroup, add IsUnitInGroup, add ImFunc to FuncRef (commit: f716ca3) — frotty / githubweb
#564 (18.12.2017 16:43:53)
- remove unstable opt (commit: 2ada62b) — frotty / githubweb
#563 (18.12.2017 16:21:40)
- rewrite if x then y = [true|false] rewrite (commit: 6a653fe) — frotty / githubweb
- rewrite demorgan bool terms (commit: c9b2156) — frotty / githubweb
- add break (commit: e3945bc) — frotty / githubweb
#562 (16.12.2017 17:31:59)
- fixed #600 cyclic dependency in config-resolution (commit: 222267a) — peter.peq / githubweb
#561 (16.12.2017 12:16:26)
- test case for #602 (commit: 5f9be57) — peter.peq / githubweb
#560 (16.12.2017 12:07:18)
- fixed #601 (commit: 54f97c0) — peter.peq / githubweb
#559 (15.12.2017 03:34:12)
- add S2R and fix S2I (commit: 715039b) — frotty / githubweb
#558 (13.12.2017 00:24:58)
- fix remove and regression (commit: 25af9cb) — frotty / githubweb
#557 (13.12.2017 00:11:34)
- fix FlushChildHashtable, add FlushParentHashtable (commit: 1ff9b3b) — frotty / githubweb
#556 (12.12.2017 22:58:21)
- add naming hint to never read var warning (commit: 1f977a4) — frotty / githubweb
- fix Hashtable mocks for multiple types per table (commit: 67041db) — frotty / githubweb
#555 (10.12.2017 02:47:30)
- more group compiletime impl, add trace on test exception (commit: 84174ee) — frotty / githubweb
#554 (09.12.2017 20:34:00)
- fix DisplayTimedTextToPlayer at compiletime (commit: 1890038) — frotty / githubweb
- remove packages ending in "Tests" from suggestions (commit: 3a7032b) — frotty / githubweb
- another linguist try (commit: a563b1f) — frotty / githubweb
#552 (08.12.2017 20:14:31)
- fix haveSaved visibility (commit: eededee) — frotty / githubweb
#551 (08.12.2017 19:49:31)
- fix duplicate native (commit: 6380ba8) — frotty / githubweb
#548 (07.12.2017 23:48:08)
- add init done msg for vscode (commit: 80e6c88) — frotty / githubweb
- refactor and extend native providers (commit: a852b1b) — frotty / githubweb
#547 (05.12.2017 20:38:33)
- use cascade operator in generated obj code (commit: 810b9ee) — frotty / githubweb
#546 (04.12.2017 23:03:24)
- fix #567 (commit: fd10de0) — frotty / githubweb
#545 (04.12.2017 22:55:20)
- implemented array-init expressions for class members (see #590) (commit: b1d5edb) — peter.peq / githubweb
#544 (04.12.2017 22:45:24)
- improved error positions (see #597) (commit: 7081dad) — peter.peq / githubweb
#543 (04.12.2017 22:32:59)
- fixed #595 subtype method did not set type-args (commit: 6f25190) — peter.peq / githubweb
#541 (04.12.2017 17:46:23)
- Improve Test output (commit: 8133ff1) — frotty / githubweb
#540 (03.12.2017 19:58:16)
- add HaveSavedInteger (commit: d79c111) — frotty / githubweb
#539 (03.12.2017 14:37:09)
- externalize and update buildmap command (commit: 1ad2529) — frotty / githubweb
#538 (02.12.2017 01:00:23)
- bandaid for #592 (generic modules in vscode) (commit: 439535c) — peter.peq / githubweb
#537 (30.11.2017 22:31:13)
- wait until infoMessage is dismissed (commit: d081809) — peter.peq / githubweb
#536 (30.11.2017 22:19:18)
- fixed tuple evaluation in interpreter (commit: 7dab13b) — peter.peq / githubweb
#535 (30.11.2017 22:05:23)
- added S2I and Pow natives to interpreter (see #593) (commit: dca620f) — peter.peq / githubweb
#534 (30.11.2017 21:35:02)
- improved error message for tuples (commit: 2909253) — peter.peq / githubweb
#533 (30.11.2017 05:19:41)
- allow specifiying runmap target (commit: 6425ba9) — frotty / githubweb
#532 (29.11.2017 22:59:24)
- invalidate cached attributes, when updating model (commit: ae13156) — peter.peq / githubweb
#531 (29.11.2017 15:55:26)
- WurstSetup moved to separate repo (commit: 4aa6f7a) — frotty / githubweb
#530 (29.11.2017 14:09:30)
- Add --version cli arg (commit: 8e0e21d) — frotty / githubweb
- update wc3libs and antlr (commit: 47df246) — frotty / githubweb
#529 (27.11.2017 02:55:25)
- Fix error message (commit: 96960e9) — frotty / githubweb
- merge shared run/buildmap code and check if mpq is writable (commit: 780a6bf) — frotty / githubweb
#528 (26.11.2017 00:17:54)
- run compiletime functions before tests (cmdargs) (commit: d85a955) — peter.peq / githubweb
#525 (23.11.2017 09:03:45)
- fix #588 (forgot to remove debug message in last commit) (commit: 577f6c8) — peter.peq / githubweb
#524 (23.11.2017 01:20:01)
- fix ascii-int parsing (#585) (#586) (commit: 1f02e51) — frotty / githubweb
#521 (22.11.2017 23:54:24)
- fixed #584 (autocomplete problem) (commit: c022f4f) — peter.peq / githubweb
#519 (22.11.2017 17:34:16)
- fix runtests commandline (commit: f4e346f) — frotty / githubweb
#518 (21.11.2017 23:04:48)
- cleaned up model manager (commit: 85c5ba2) — peter.peq / githubweb
#517 (21.11.2017 22:25:48)
- prevent editor from reading empty buffer (commit: abee3ef) — peter.peq / githubweb
#512 (21.11.2017 04:12:04)
- Run compiletime funcs before unit tests in vscode (commit: 989337d) — frotty / githubweb
- Add string hashtable mocks (commit: a6e22eb) — frotty / githubweb
#510 (20.11.2017 23:29:24)
- must declare globals and constants before using them (commit: 03fa65a) — peter.peq / githubweb
#509 (20.11.2017 23:06:59)
- ignore failing test introduced by @Frotty (commit: 6c667a7) — peter.peq / githubweb
#508 (20.11.2017 18:39:33)
- cleanup code a bit (commit: baa0e02) — frotty / githubweb
#507 (20.11.2017 13:44:17)
- Fix #581 by adding a proper error (commit: 2f148f4) — frotty / githubweb
#506 (19.11.2017 13:53:14)
- fix #580 improved type inference for array-literals (commit: fa5a784) — peter.peq / githubweb
#504 (18.11.2017 18:00:20)
- flatten expressions before eliminate tuple (commit: fd55e64) — peter.peq / githubweb
#503 (18.11.2017 14:41:24)
- fix #579 bug in nested statement expressions with tuples (commit: 50ce476) — peter.peq / githubweb
#502 (18.11.2017 13:22:39)
- fix #560 run map was not cancelled when there were compile errors (commit: 2890623) — peter.peq / githubweb
#501 (18.11.2017 12:47:34)
- fixed #570 error pos for modifiers (commit: 451417a) — peter.peq / githubweb
#500 (18.11.2017 02:04:36)
- correct some spelling mistakes (commit: 5229aa4) — frotty / githubweb
#499 (17.11.2017 18:43:19)
- Improve yaml parsing in compiler and setup (commit: f027ec1) — frotty / githubweb
#498 (17.11.2017 01:20:06)
- Trim hotdoc comments, see #576 (commit: e8271b0) — frotty / githubweb
- also allow @Test as test annotation (commit: 42659e5) — frotty / githubweb
#497 (17.11.2017 00:33:22)
- changed order of compiletime execution (#573) (commit: 1b93683) — frotty / githubweb
#496 (17.11.2017 00:24:46)
- fix #577, simple endless loop protection (commit: 1c3cc07) — peter.peq / githubweb
#495 (16.11.2017 21:17:05)
- fixed #576 removed html leftovers (commit: d3dd906) — peter.peq / githubweb
#494 (16.11.2017 00:43:48)
- improved syntax error message for doc comment at wrong position (commit: d26b6ff) — peter.peq / githubweb
#491 (14.11.2017 18:33:51)
- Add buildMap command (commit: 6577b15) — frotty / githubweb
- extend setup config (commit: 503d4a0) — frotty / githubweb
- Add Asset package generator source (commit: 46a790f) — frotty / githubweb
- ignore output.txt (commit: d0b1efd) — frotty / githubweb
#490 (13.11.2017 19:10:22)
- update jmpq version (commit: fff57c9) — frotty / githubweb
#489 (09.11.2017 14:44:41)
- more fixes and improve visibility of icon on black bg (commit: 58610c3) — frotty / githubweb
#488 (06.11.2017 22:28:48)
- Add error display and link to bugtracker (commit: dc538b3) — frotty / githubweb
#487 (06.11.2017 22:10:02)
- improve setup ux and robustness (commit: f2f87a0) — frotty / githubweb
#486 (06.11.2017 21:45:37)
- update setup, fix "update project" not updating gamepath (commit: c900a7a) — frotty / githubweb
#485 (21.10.2017 16:18:29)
- cancel tests with endless loop (see #566) (commit: bc0817b) — peter.peq / githubweb
#484 (21.10.2017 16:01:52)
- fixed #568 running tests from commandline (commit: 5805b3c) — peter.peq / githubweb
#483 (21.10.2017 13:56:57)
- fixed #563 use error position for stack trace info (commit: cb5d58b) — peter.peq / githubweb
#482 (21.10.2017 01:37:50)
- fix source links so they work from vscode output (commit: 7d6be78) — frotty / githubweb
- Improve test output and add timeout, fixes #566 (commit: ecd8c4d) — frotty / githubweb
- remove debug from vscode output (commit: 09a8c08) — frotty / githubweb
#481 (13.10.2017 19:28:50)
- improved URI handling (see #561) (commit: 2b32fca) — peter.peq / githubweb
#480 (13.10.2017 19:04:30)
- fixed #550: improved error handling in parse tree transformer (commit: 09660bc) — peter.peq / githubweb
#479 (11.10.2017 23:36:58)
- add icon to setup app (commit: 57aa5a7) — frotty / githubweb
#478 (11.10.2017 20:58:43)
- revert url experiment (does not work on windows) (commit: 459808c) — peter.peq / githubweb
#477 (07.10.2017 18:26:04)
- added symbol providers for IDEs (commit: c352323) — peter.peq / githubweb
#476 (07.10.2017 00:25:49)
- improved error message when compiling compiletimeexpression without (commit: d82ddea) — peter.peq / githubweb
#475 (06.10.2017 21:29:21)
- fixed bug in translation of conditional expression (commit: 6f687a3) — peter.peq / githubweb
#474 (06.10.2017 20:19:30)
- added -noPJass option (commit: 60625e0) — peter.peq / githubweb
#473 (04.10.2017 22:39:56)
- fixed #558 (NPE in wurst parse tree transformer) (commit: ea06566) — peter.peq / githubweb
#472 (04.10.2017 22:30:02)
- fixed #557 handling null in conditional expression (commit: c018562) — peter.peq / githubweb
#471 (02.10.2017 10:04:15)
- fixes #556 (commit: e260cb4) — frotty / githubweb
#470 (01.10.2017 12:13:59)
- Fix for importing projects without .vscode folder (commit: 7f72117) — frotty / githubweb
#469 (12.09.2017 14:39:08)
- fix filechooser, remove conflicts before updating. (commit: c2be526) — frotty / githubweb
#468 (06.09.2017 23:21:51)
- make mapfile optional with -runcompiletimefunctions option (commit: 6e55ae8) — peter.peq / githubweb
#467 (06.09.2017 20:34:38)
- improved error position for closures (commit: d21d21b) — peter.peq / githubweb
- quickfixes for function and variable imports (commit: c05f84e) — peter.peq / githubweb
#466 (03.09.2017 16:00:44)
- make sure that compiletime expressions are only evaluated once (commit: f8b6994) — peter.peq / githubweb
#465 (02.09.2017 19:02:15)
- make gradle wrapper executable (commit: 9b1269e) — peter.peq / githubweb
- execute compiletime expressions before functions (commit: 27004be) — peter.peq / githubweb
#464 (02.09.2017 12:17:55)
- Fix path alignment (commit: be4becb) — frotty / githubweb
- Revert wrong File.separator use (commit: e2b1c4d) — frotty / githubweb
#463 (31.08.2017 23:11:47)
- first version of compiletime expressions (see #499) (commit: 09f5beb) — peter.peq / githubweb
#461 (29.08.2017 22:30:33)
- add unique tag to log files (commit: 43e19ad) — peter.peq / githubweb
#460 (29.08.2017 19:14:49)
- remove docs folder (commit: a9999be) — frotty / githubweb
#459 (29.08.2017 19:05:00)
- Add vscode setup to project import (commit: d9d4646) — frotty / githubweb
#458 (28.08.2017 00:25:13)
- fix paths, warnings and allow importing projects (commit: 47dddb5) — frotty / githubweb
#457 (27.08.2017 12:24:06)
- make gen task depend on antlr-task (commit: c0e3d03) — peter.peq / githubweb
#456 (25.08.2017 18:17:35)
- make proguard only shrink the setup to avoid strange exceptions (commit: 3ccc8ee) — frotty / githubweb
#455 (25.08.2017 15:18:23)
- Update README.markdown (commit: eaf21a7) — noreply / githubweb
#454 (24.08.2017 21:47:19)
- fixed #547 (commit: cf10333) — peter.peq / githubweb
#453 (24.08.2017 20:05:59)
- update urls and badges (commit: 3326602) — peter.peq / githubweb
#452 (24.08.2017 19:36:24)
- use try with resources for #552 (commit: 78ef28d) — frotty / githubweb
#451 (24.08.2017 19:24:11)
- allow newlines in strings in jurst only (commit: 8d5bcf5) — frotty / githubweb
#450 (23.08.2017 22:48:49)
- close MpqEditor in RunMap (see #552) (commit: 5072d99) — peter.peq / githubweb
#449 (23.08.2017 22:25:24)
- don't handle parser-warnings as errors in editor (commit: 459e70d) — peter.peq / githubweb
#448 (23.08.2017 20:55:36)
- allow newlines in strings, fixes #553 (commit: ec02bf4) — frotty / githubweb
#447 (22.08.2017 02:57:34)
- add author support to doc page (commit: 3a108ab) — frotty / githubweb
#446 (22.08.2017 01:48:18)
- add author to blog-style tutorial (commit: 9a27a99) — cokemonkey11 / githubweb
#445 (22.08.2017 01:25:58)
- typo... (commit: 49a8874) — cokemonkey11 / githubweb
#444 (22.08.2017 01:10:53)
- more tutorial tidying (commit: 167649c) — cokemonkey11 / githubweb
#443 (22.08.2017 00:44:10)
- wurst for vjassers tutorial (#551) (commit: ed80d5e) — frotty / githubweb
- added a simple import-quickfix for new-obj exressions (commit: 745b14c) — peter.peq / githubweb
#442 (22.08.2017 00:24:15)
- add seo gem (commit: f1a5266) — frotty / githubweb
#441 (19.08.2017 18:05:20)
- dispose the windows so they don't block access (commit: e3ddc78) — frotty / githubweb
#440 (17.08.2017 22:05:20)
- allow arbitrary indentation for 'end' keyword (commit: 1f98d69) — peter.peq / githubweb
- remove vscode runmap error messages in case of compilation errors (see #548) (commit: 80892ee) — peter.peq / githubweb
#439 (17.08.2017 21:30:29)
- implemented a minimal version of array-inits (commit: 6842102) — peter.peq / githubweb
#438 (17.08.2017 12:38:43)
- Add linebreak after gamepath warning (commit: 73d7586) — noreply / githubweb
#437 (17.08.2017 12:23:57)
- Update _config.yml (commit: f4fafb5) — noreply / githubweb
#436 (17.08.2017 12:01:37)
- Update docs README (commit: 637b99e) — noreply / githubweb
#435 (17.08.2017 10:34:10)
- Docs seo (#549) (commit: 4e4cbaf) — noreply / githubweb
- google site ownership verification (commit: 9394cd6) — noreply / githubweb
#433 (16.08.2017 21:20:44)
- improved error handling for RunMap (commit: 996ceb7) — peter.peq / githubweb
#432 (16.08.2017 02:00:56)
- try fix linguist analysis (commit: 0dc62af) — frotty / githubweb
#431 (15.08.2017 23:34:55)
- adding testcase for conditional expression with statement-expr for #538 (commit: 4e7c302) — peter.peq / githubweb
#430 (15.08.2017 23:11:55)
- fixed package name (commit: 06570a1) — peter.peq / githubweb
- implemented #538 : conditional operator _ ? _ : _ (commit: 1765dfa) — peter.peq / githubweb
#429 (13.08.2017 02:34:48)
- attemt at jgit exception fix (commit: 9f968e9) — frotty / githubweb
#428 (12.08.2017 23:05:30)
- copy setup jar to wurst config folder (commit: f335c94) — frotty / githubweb
- fix copy exception (commit: 594444d) — frotty / githubweb
#426 (08.08.2017 02:32:14)
- update urls (commit: dd3df76) — frotty / githubweb
#425 (08.08.2017 02:09:14)
- re-add jass scripts (commit: d3f9099) — frotty / githubweb
#424 (08.08.2017 00:04:02)
- move font files into resources (commit: 75eeaf0) — frotty / githubweb
- Add new wurstscript.exe to wurstpack (commit: c09dcc9) — frotty / githubweb
#423 (07.08.2017 17:35:36)
- started management of existing projects (commit: 43b338b) — frotty / githubweb
- fix wurstpack for 1.28.5 (commit: 86bc99f) — frotty / githubweb
#422 (03.08.2017 21:36:06)
- Stop hoverinfo errorspam (commit: 7d29749) — frotty / githubweb
#421 (03.08.2017 19:48:09)
- fix locations (commit: ad71aaf) — frotty / githubweb
#420 (03.08.2017 19:36:30)
- merge in new documentation (commit: 71506e7) — frotty / githubweb
#419 (03.08.2017 18:30:39)
- fix another GetDefinitions npe (commit: ea281f0) — frotty / githubweb
#418 (02.08.2017 12:59:37)
- readd falsely removed imports (commit: 61b427e) — frotty / githubweb
#417 (02.08.2017 12:52:12)
- Some more inspections (commit: c29031d) — frotty / githubweb
#416 (02.08.2017 12:28:37)
- fix some intellij inspections in tests (commit: b506d3e) — frotty / githubweb
- refactor wurstscriptLang -> wurstscriptlang (commit: 8da46e3) — frotty / githubweb
- remove underscores in test names (commit: 08ba904) — frotty / githubweb
- remove old, incomplete Jass Parser (commit: a9c4ddf) — frotty / githubweb
#415 (30.07.2017 20:38:25)
- remove proguard.jar from dist (commit: d4449da) — frotty / githubweb
#414 (28.07.2017 14:54:38)
- fix log mistake (commit: 0c4ca8f) — frotty / githubweb
#413 (25.07.2017 21:27:52)
- return empty list if definition not found (commit: 6e473e2) — peter.peq / githubweb
#412 (25.07.2017 21:15:27)
- add error handling to language server (commit: 1e0dd7b) — peter.peq / githubweb
#411 (24.07.2017 13:19:55)
- remove invalid icon code (commit: 0882697) — frotty / githubweb
#410 (24.07.2017 12:31:24)
- cleanup (commit: c6e3d13) — frotty / githubweb
- improve empty gamepath handling (commit: 873b647) — frotty / githubweb
- minor improvements (commit: 1254e84) — frotty / githubweb
#409 (24.07.2017 00:06:56)
- Respect -opt runarg in RunMap for printing (commit: 97770f0) — frotty / githubweb
- attempt proguard config fix (commit: 869854b) — frotty / githubweb
#408 (23.07.2017 19:03:15)
- Apply hex fix to Jurst as well (commit: 710dc40) — frotty / githubweb
#407 (23.07.2017 18:08:38)
- add support for all of Jass' hex notations (commit: 728701c) — frotty / githubweb
- make setup less error prone (commit: 6012285) — frotty / githubweb
- allow returntype void for funcs passed to filter (commit: e59bc80) — frotty / githubweb
#406 (23.07.2017 00:55:39)
- fix exceptions and inspections (commit: f2a33d2) — frotty / githubweb
- many fixes (commit: 6e55567) — frotty / githubweb
#405 (21.07.2017 18:36:56)
- Update README.md (commit: b95eb95) — noreply / githubweb
#404 (21.07.2017 18:24:02)
- Update README.md (commit: fc96186) — noreply / githubweb
#400 (20.07.2017 02:47:06)
- fix stdlib hotdoc gen (commit: ac65d91) — frotty / githubweb
#399 (19.07.2017 20:55:03)
- karifix (commit: 240e930) — frotty / githubweb
#398 (19.07.2017 19:31:23)
- fix typos, reduce passes (commit: 85003f0) — frotty / githubweb
#397 (19.07.2017 04:28:50)
- change libraryjar flavor (commit: e9fe211) — frotty / githubweb
#396 (19.07.2017 04:26:16)
- utilize proguard (commit: e4e7cfd) — frotty / githubweb
#394 (19.07.2017 04:10:34)
- add proguard (commit: 797747a) — frotty / githubweb
#393 (19.07.2017 04:04:24)
- avoid proguard error (commit: 2552540) — frotty / githubweb
#391 (19.07.2017 04:02:24)
- commit wrapper (commit: fffd4cf) — frotty / githubweb
#385 (19.07.2017 03:49:59)
- use same gradle version (commit: 2b483b1) — frotty / githubweb
#382 (19.07.2017 03:39:19)
- try fix build (commit: 73e3572) — frotty / githubweb
#377 (19.07.2017 03:19:44)
- Add logging (commit: 527115a) — frotty / githubweb
- replace updater with wurst setup (commit: 30c6c81) — frotty / githubweb
#376 (18.07.2017 15:39:02)
- improve patch detection, fixes #543 (commit: 760b6f8) — frotty / githubweb
#375 (18.07.2017 14:43:56)
- fixes #544 (commit: 3fcc6c0) — frotty / githubweb
#374 (14.07.2017 23:44:47)
- Only use lines starting with "-" as runargs (commit: ec6ec5a) — frotty / githubweb
#372 (13.07.2017 17:28:07)
- tests don't like that. (commit: 0dab7c4) — frotty / githubweb
#371 (13.07.2017 17:18:32)
- don't completely remove log (commit: 3bb8e9f) — frotty / githubweb
#370 (13.07.2017 16:45:54)
- Avoid exceptions in logging (commit: 8f9cb36) — frotty / githubweb
#369 (13.07.2017 16:34:01)
- Use default locale to parse double (commit: d853808) — frotty / githubweb
#368 (13.07.2017 12:32:15)
- ignore NFEs to avoid autocomplete breaking (commit: d4e9167) — frotty / githubweb
#367 (12.07.2017 12:57:15)
- maybe not use empty runargs @peq (commit: 6dea2c4) — frotty / githubweb
#364 (05.07.2017 23:41:03)
- fixed nested classes in modules (see #542) (commit: a43ac88) — peter.peq / githubweb
#362 (05.07.2017 21:12:51)
- Created gh-pages branch via GitHub (commit: 0d4786b) — peter / githubweb
- wurst page ... (commit: 3f55264) — peter.peq / githubweb
- pages base (commit: 50dff02) — peter.peq / githubweb
- description ... (commit: 1044663) — peter.peq / githubweb
- worked on manual, added generics section (commit: 1949949) — peter.peq / githubweb
- added section for subclasses (commit: 27c4917) — peter.peq / githubweb
- github for windows test (commit: 592ca25) — frotty / githubweb
- fixed mistakes and added Operator Overloading (commit: a27ffac) — frotty / githubweb
- unneeded "s" (commit: ae3e3a2) — frotty / githubweb
- fixed style (commit: 57940a4) — frotty / githubweb
- and again (commit: bb948d4) — frotty / githubweb
- updated index.html (commit: be9b705) — peter / githubweb
- Update gh-pages (commit: 81f8e01) — peter / githubweb
- added information about eclipse plugin (commit: bcb550a) — peter.peq / githubweb
- some updates :) (commit: f906b6e) — frotty / githubweb
- Updated :) (commit: 82cba82) — frotty / githubweb
- Updated a bit (commit: d9e8292) — frotty / githubweb
- enums n stuff (commit: b12e2f4) — frotty / githubweb
- draft: presentation for inwarcraft (commit: 3850928) — peter.peq / githubweb
- inwc thread.. (commit: 9e231a8) — peter.peq / githubweb
- some fixs (commit: ebc7d32) — frotty / githubweb
- typo fix (commit: 0805502) — peter.peq / githubweb
- started tutorial (commit: f5b0459) — peter.peq / githubweb
- worked on tutorial (commit: 870f3fe) — peter.peq / githubweb
- some fixes (commit: cc135ea) — peter.peq / githubweb
- solutions for tutorial (commit: d494a03) — peter.peq / githubweb
- Updated manual quite alot. (commit: 335e649) — frotty / githubweb
- Fixed Table, more description. (commit: 3c77009) — frotty / githubweb
- fixed table now? (commit: 61ff0e8) — frotty / githubweb
- this table.. (commit: d7bdad6) — frotty / githubweb
- I accidantally all the table (commit: b8b07a1) — frotty / githubweb
- come on (commit: ceb2247) — frotty / githubweb
- updated feature table (commit: 88808a3) — peter.peq / githubweb
- adding case keywords (commit: 9db6d79) — peter.peq / githubweb
- Added translated hive presentation (commit: a486e6b) — frotty / githubweb
- castto, instanceof (commit: 47e0f74) — frotty / githubweb
- Added stdlib doc (commit: 22a3c66) — frotty / githubweb
- updates (commit: 34063ef) — frotty / githubweb
- test (commit: e8510cb) — frotty / githubweb
- Added Conventions and iterators (commit: 2d01ae1) — frotty / githubweb
- additions (commit: 68f061c) — frotty / githubweb
- Restructure (commit: 754fb1b) — frotty / githubweb
- documented function overloading (commit: 45c8c72) — peter.peq / githubweb
- updated documentation (commit: c25e3ad) — peter.peq / githubweb
- Added installation notes (commit: e8a05ca) — frotty / githubweb
- documented super calls, closes #45 (commit: 73bde73) — peter.peq / githubweb
- updated syntax highlighting for manual (commit: 0793c4c) — peter.peq / githubweb
- added some warnings and style guides (commit: 1e1eb90) — peter.peq / githubweb
- super constr doc (commit: 849c708) — peter.peq / githubweb
- The manual will receive more updates soon... (commit: ffa20c8) — frotty / githubweb
- Update tutorial_de.md (commit: fc39b02) — crigges / githubweb
- Update tutorial_de.md (commit: 06ffb2e) — crigges / githubweb
- Update tutorial_de.md (commit: 26048c4) — crigges / githubweb
- index update (commit: 247f493) — frotty / githubweb
- Update index.html (commit: 198b992) — peter / githubweb
- Update installation.md (commit: 90c4e53) — peter / githubweb
- updates! (commit: 42f671e) — frotty / githubweb
- fixed style (commit: 437e4a4) — peter.peq / githubweb
- newlines (commit: 42f9487) — frotty / githubweb
- comma (commit: 6f8e765) — frotty / githubweb
- website updates (commit: 77e2746) — frotty / githubweb
- draft for new modules (commit: 4858b7d) — peter.peq / githubweb
- updts (commit: e2bbbf7) — frotty / githubweb
- some small changes in manual (commit: 92e5ed2) — peter.peq / githubweb
- updated manual (commit: 0f26c64) — peter.peq / githubweb
- install (commit: 05b599a) — frotty / githubweb
- Typo (commit: 22941f9) — frotty / githubweb
- some documentation on compile time functions (commit: c1c4b3a) — peter.peq / githubweb
- some fixes (commit: 1e80ba5) — peter.peq / githubweb
- small fix (commit: 4470b72) — peter.peq / githubweb
- typeId documentation (commit: 4049001) — peter.peq / githubweb
- more on typeId etc. (commit: 8a82af2) — peter.peq / githubweb
- documentation on closures (commit: 36fb76e) — peter.peq / githubweb
- updated documentation on closures, hope this is easier to understand (commit: 538f35c) — peter.peq / githubweb
- added function types section (commit: a3457f4) — peter.peq / githubweb
- back link, new download link (commit: 3f4f93a) — peter.peq / githubweb
- fixed #138, documented generic functions (commit: 365d5ba) — peter.peq / githubweb
- removed updater links (commit: e80e96f) — peter.peq / githubweb
- typos (commit: 945082d) — peter.peq / githubweb
- documentation on wurst-console (commit: ff0be91) — peter.peq / githubweb
- documentation: lambda expression for code (commit: 209a707) — peter.peq / githubweb
- hivethread (commit: b4a2fbe) — peter.peq / githubweb
- hivethread update 1 (commit: 55f00a6) — peter.peq / githubweb
- hivethread update (commit: 118bbf7) — peter.peq / githubweb
- hivethread update (commit: 522709f) — peter.peq / githubweb
- updated projects using wurst (commit: 534bf6b) — peter.peq / githubweb
- documented cascade operator (commit: 7417fb7) — peter.peq / githubweb
- documented stacktraces (commit: 6623b85) — peter.peq / githubweb
- started changelog (commit: 2db399d) — peter.peq / githubweb
- changelog and new design (commit: 4246d14) — peter.peq / githubweb
- changelog headings (commit: 5e4bd1b) — peter.peq / githubweb
- manual (commit: 9c5afae) — peter.peq / githubweb
- Added Background, codeblock boxes, fixed git command hl, added stdlib tab (commit: c58c02f) — frotty / githubweb
- create dithered gradient via js for the background :D (commit: 00cdaa6) — peter.peq / githubweb
- Added favicon (commit: 706317c) — frotty / githubweb
- Added Links, started stdlib (commit: c2ec249) — frotty / githubweb
- fixed link to complete pack (commit: 29aae2a) — peter.peq / githubweb
- interfaces are no longer experimental (commit: 34c9924) — peter.peq / githubweb
- added updater and video (commit: 034b0e4) — peter.peq / githubweb
- html (commit: a61b5fd) — peter.peq / githubweb
- typo (commit: b3c2764) — peter.peq / githubweb
- typo2 (commit: babcde5) — peter.peq / githubweb
- eclispe update-site (commit: 74e2f14) — peter.peq / githubweb
- layout installation guide (commit: c44db54) — peter.peq / githubweb
- updated init order documentation (commit: 3b024bd) — peter.peq / githubweb
- changelog 1.4 (commit: 08d477f) — peter.peq / githubweb
- formatting changelog (commit: 569efe1) — peter.peq / githubweb
- updated init order docs again (commit: 5266fcb) — peter.peq / githubweb
- added initlater keyword (commit: 8b6985c) — peter.peq / githubweb
- updated manual with new wurst syntax changes (commit: 604a9e1) — peter.peq / githubweb
- updated newline-rules (commit: f17c285) — peter.peq / githubweb
- array members (commit: 5aa16d1) — frotty / githubweb
- documented new wrap char: arrow (commit: edef724) — peter.peq / githubweb
- added link to minimal eclipse installation (commit: af06af2) — peter.peq / githubweb
- documented configuration packages (closes #53) (commit: 9fdeb1d) — peter.peq / githubweb
- Use https (commit: 8b2c0f8) — peter.peq / githubweb
- Fixed link to standard lib hotdoc (commit: 86e0aee) — peter.peq / githubweb
- Update simple.html (commit: 5864aa5) — peter.peq / githubweb
- updated changelog for 1.4.1 (commit: e5ba097) — peter.peq / githubweb
- uüdated changelog and installation instructions (commit: 6de732d) — peter.peq / githubweb
- Update changelog.md (commit: 72970ad) — frotty / githubweb
- fixed #331 - dead link in manual (commit: ca509bc) — peter.peq / githubweb
- added a section about warnings, also explains how to supress unused (commit: 348dd6c) — peter.peq / githubweb
- updated information about inliner, closes #386 (commit: 66f4cc3) — peter.peq / githubweb
- documented compiletime constant, see #365 (commit: 7503ab2) — peter.peq / githubweb
- fixed layout (commit: a953f87) — peter.peq / githubweb
- Update index.md (commit: f1f26e7) — peter.peq / githubweb
- fix typo related to malformed vec3 initialisation (commit: d61b3d6) — cokemonkey11 / githubweb
- removed dead video link from homepage and added vscode like (commit: b15bdd1) — peter.peq / githubweb
- fix github pages warning (commit: 9730bba) — peter.peq / githubweb
- config update (commit: 9d0a2d8) — peter.peq / githubweb
- fixed #467, documentation type error (commit: 4a9af99) — peter.peq / githubweb
- Minor adjustments (commit: 13eb015) — noreply / githubweb
- fix #489 (commit: 8afe6e8) — noreply / githubweb
- fix untracked files that are not used in gh-pages (commit: fab1e9e) — cokemonkey11 / githubweb
- remove dead references to unused asset (commit: 2b33aee) — cokemonkey11 / githubweb
- use default favicon.ico location (commit: e575bef) — cokemonkey11 / githubweb
- strip end-of-line whitespace (commit: c6ec3ae) — cokemonkey11 / githubweb
- adjust dither canvas style definition (commit: aa10c97) — cokemonkey11 / githubweb
- dont mix spaces and tabs. fix by using spaces only in manual.md (commit: 539587d) — cokemonkey11 / githubweb
- remove commented-out code (commit: d788353) — cokemonkey11 / githubweb
- remove strange big whitespace (commit: afe699b) — cokemonkey11 / githubweb
- fix bug where visiting HOME link would cause StandardLib link to be "active" (commit: fd84144) — cokemonkey11 / githubweb
- dont use a curvy bar at the top of the page (commit: 146205a) — cokemonkey11 / githubweb
- [docs] fix bar-active bug (commit: 4ebe2da) — cokemonkey11 / githubweb
- add some documentation about jurst and managing legacy maps (commit: b1ba842) — cokemonkey11 / githubweb
- 1.6 changelog (commit: b8a8ab4) — frotty / githubweb
- Update index.md (commit: f0ec141) — noreply / githubweb
- Update changelog.md (commit: 1b4c87b) — noreply / githubweb
- Update installation.md (commit: 977f9e4) — noreply / githubweb
- Update installation.md (commit: 85f6034) — noreply / githubweb
- moved homepage to docs folder (commit: 96d1112) — peter.peq / githubweb
#361 (04.07.2017 22:36:02)
- fixed testcase (commit: 886d153) — peter.peq / githubweb
#360 (04.07.2017 21:27:12)
- fixed module constructor calls (commit: 8e9dfd4) — peter.peq / githubweb
#359 (04.07.2017 21:08:32)
- fixed module init (see #542) (commit: ea06622) — peter.peq / githubweb
#358 (04.07.2017 11:36:38)
- remove debug output? (commit: 2d40057) — frotty / githubweb
#357 (03.07.2017 20:40:53)
- code cleanup (commit: 435553a) — peter.peq / githubweb
#356 (03.07.2017 20:32:14)
- fixed #542 - inner classes in nested module-instantiations (commit: a25acb6) — peter.peq / githubweb
#355 (02.07.2017 22:30:40)
- fixing languageserver unit test (commit: 5036ea8) — peter.peq / githubweb
#354 (02.07.2017 22:20:10)
- fixed language server paths for windows (commit: 3823db4) — peter.peq / githubweb
#353 (02.07.2017 17:05:12)
- starting to experiment with new language server (commit: dbc1b7a) — peter.peq / githubweb
- worked on language server (commit: 3e575c7) — peter.peq / githubweb
- adapted modelmanager and commands for ls2 (commit: cf21bf0) — peter.peq / githubweb
- started implementing commands (commit: 426f00c) — peter.peq / githubweb
- remove old language server (commit: 445c40a) — peter.peq / githubweb
- rename package to old language server (commit: 72f70df) — peter.peq / githubweb
- added runmap and test support (commit: 73e92ae) — peter.peq / githubweb
- mark completions as incomplete (commit: 662124c) — peter.peq / githubweb
#349 (02.07.2017 00:21:15)
- fixes #541 (commit: 3119d7d) — frotty / githubweb
#346 (28.06.2017 14:22:21)
- Cleanup RunArgs (commit: 29e3f76) — frotty / githubweb
#345 (28.06.2017 00:08:18)
- added missing close in RunMap (commit: fd13510) — peter.peq / githubweb
#344 (27.06.2017 23:32:23)
- removed some caches to save memory (commit: 1d16b69) — peter.peq / githubweb
#343 (27.06.2017 21:44:08)
- wtf. (commit: 0767376) — frotty / githubweb
#342 (27.06.2017 21:00:34)
- hotfix (commit: cd2bed0) — frotty / githubweb
#341 (27.06.2017 20:52:52)
- avoid npe (commit: 9cf0d03) — frotty / githubweb
#340 (27.06.2017 12:38:44)
- remove war3err components (commit: 493e204) — frotty / githubweb
- Add vmargs to log and cleanup (commit: 84edad1) — frotty / githubweb
#339 (26.06.2017 20:56:58)
- fixed #464 allow skip as closure-impl (commit: 8fc06d7) — peter.peq / githubweb
#338 (25.06.2017 17:14:39)
- Revert "remove wurst starter" (commit: 2735419) — peter.peq / githubweb
#337 (24.06.2017 12:14:05)
- Update README.markdown (commit: a64d6ca) — noreply / githubweb
#336 (24.06.2017 02:53:07)
- Fixes #528 (commit: 38641e1) — frotty / githubweb
#335 (24.06.2017 02:36:45)
- meh² (commit: bddb0d0) — frotty / githubweb
- bump jmpq version for #530 (commit: 07a9dd4) — frotty / githubweb
#334 (24.06.2017 02:32:42)
- meh (commit: 7b131e3) — frotty / githubweb
#333 (24.06.2017 02:24:47)
- fix runmap for 1.28.3+ (commit: dcac94e) — frotty / githubweb
#332 (23.06.2017 21:13:55)
- updated method to find wc3-exe for 1.28.3 (commit: cebefcf) — peter.peq / githubweb
#331 (17.06.2017 18:55:12)
- fixes #527 (commit: 8fdb55c) — frotty / githubweb
#330 (17.06.2017 12:41:05)
- update jmpq3 to avoid heap space severe (commit: 9540f20) — frotty / githubweb
#324 (16.06.2017 15:49:19)
- remove jmpq2 from wurstpack (commit: 64d8658) — frotty / githubweb
#323 (16.06.2017 13:48:58)
- Update README.markdown (commit: 8039d1f) — noreply / githubweb
#322 (15.06.2017 23:42:57)
- increase max passes and improve change detection (commit: 89ba1df) — frotty / githubweb
#321 (15.06.2017 23:21:28)
- cleanup rewrite (commit: 1a322b9) — frotty / githubweb
#320 (15.06.2017 23:11:10)
- simplify unary minus with negative int val (commit: 76d9eeb) — frotty / githubweb
#319 (15.06.2017 22:56:09)
- autoformat code (commit: 40898f3) — peter.peq / githubweb
- autoformat test code (commit: 2aeb724) — peter.peq / githubweb
- remove replaceWith method (commit: 5836182) — peter.peq / githubweb
#317 (15.06.2017 13:04:32)
- fixed #523, dataflow analysis for switch-stmt exprs (commit: 7912ab4) — peter.peq / githubweb
#315 (14.06.2017 01:15:46)
- Build new wurstpack please? (commit: 37fd4ec) — frotty / githubweb
#313 (13.06.2017 23:21:40)
- fixed overwrite with native type bug (commit: 28c75be) — peter.peq / githubweb
#312 (13.06.2017 22:55:56)
- move travis config file to main folder (commit: 699c21a) — peter.peq / githubweb
#310 (13.06.2017 22:43:20)
- add initial travis config (commit: b8668f9) — peter.peq / githubweb
#309 (13.06.2017 22:31:50)
- adding ignored pjass file (commit: 8a2bf81) — peter.peq / githubweb
#308 (13.06.2017 22:23:29)
- added task to generate hotdoc (commit: ce60741) — peter.peq / githubweb
#307 (13.06.2017 22:07:59)
- removed .properties files (commit: f59c46f) — peter.peq / githubweb
#306 (13.06.2017 22:05:09)
- fixed import (commit: 144bc53) — peter.peq / githubweb
#305 (13.06.2017 22:01:59)
- fixed pjass problem (commit: c069e7e) — peter.peq / githubweb
#304 (13.06.2017 21:32:19)
- remove eclipse project data (commit: ee6a44e) — frotty / githubweb
- remove old buildscripts (commit: fd090ad) — frotty / githubweb
- remove poms (commit: a7b4a30) — frotty / githubweb
#302 (13.06.2017 21:27:44)
- add missing task deps (commit: a343177) — peter.peq / githubweb
#301 (13.06.2017 21:22:28)
- adding first version of gradle build (commit: 0febdc4) — peter.peq / githubweb
- started adapting to new ast-generator (wip) (commit: 47bffbb) — peter.peq / githubweb
- downgradle ast version (commit: 069dffe) — peter.peq / githubweb
- move source files to adhere to standard java project layout (commit: ecc1b78) — peter.peq / githubweb
- add dependencies to build.gradle (commit: 16025c1) — peter.peq / githubweb
- first compiling version with gradle build (commit: 05c4896) — peter.peq / githubweb
- make tests work with gradle (commit: d4707ee) — peter.peq / githubweb
- move resources to correct folder (commit: fee172e) — peter.peq / githubweb
- remove eclipse plugin folders (commit: 62fa82d) — peter.peq / githubweb
- remove MpqCL (commit: a7ebaf5) — peter.peq / githubweb
- remove parseq (commit: 5250ad1) — peter.peq / githubweb
- remove wurst starter (commit: a826fe2) — peter.peq / githubweb
- remove lib folder and jmpq2 dependency (commit: d0d2229) — peter.peq / githubweb
- add classes and out dir to .gitignore (commit: 5aa56d1) — peter.peq / githubweb
- add gradle tasks for deployment (commit: c1247a1) — peter.peq / githubweb
#293 (11.06.2017 00:21:17)
- Run local opts repeatetly for better output (commit: d552abd) — frotty / githubweb
#292 (11.06.2017 00:13:19)
- fixed #504 add expected type for super-calls (commit: b4e21e0) — peter.peq / githubweb
#291 (10.06.2017 21:30:23)
- Make log smaller and more readable (commit: d61fe40) — frotty / githubweb
- for lang server also (commit: aa25a9a) — frotty / githubweb
- add hasFile check to avoid confusing stacktraces (commit: d51539f) — frotty / githubweb
#290 (10.06.2017 16:40:42)
- make run from vscode configurable (commit: 674dc44) — peter.peq / githubweb
#289 (10.06.2017 16:24:55)
- limit stack traces to size 20 (commit: 02d3b70) — peter.peq / githubweb
#288 (10.06.2017 15:02:50)
- fixed #522 nested tuple bug (commit: b4a0773) — peter.peq / githubweb
#287 (10.06.2017 14:28:23)
- worked on alternative stacktrace implementation (commit: fca8ea5) — peter.peq / githubweb
- fixed type errors (commit: 648f6d8) — peter.peq / githubweb
#284 (08.06.2017 21:27:33)
- workaround eclipse bug (commit: 55dd593) — peter.peq / githubweb
- added check for recursive tuples (commit: da4bc6f) — peter.peq / githubweb
#283 (07.06.2017 21:00:02)
- Test and fix for #519 (commit: 47f2306) — frotty / githubweb
#282 (03.06.2017 17:41:08)
- cleaned up comment (commit: 963d3bd) — peter.peq / githubweb
#281 (03.06.2017 17:04:06)
- save compilation files in _build folder (commit: 4a96913) — peter.peq / githubweb
#280 (03.06.2017 12:48:52)
- fixed purgeUnimportedFiles (commit: 77a791f) — peter.peq / githubweb
#279 (03.06.2017 12:28:10)
- fixed vscode run-map with Linux/wine (commit: 148d8e4) — peter.peq / githubweb
#278 (03.06.2017 11:48:24)
- fixed logging (commit: 7e9e421) — peter.peq / githubweb
#277 (06.05.2017 21:55:52)
- bump version to 1.6.0.0 (commit: ce9cd3c) — frotty / githubweb
#275 (06.05.2017 20:40:45)
- runmap 1.27 and lower compatability (commit: 3d349a0) — frotty / githubweb
#274 (06.05.2017 20:27:06)
- force jars onto repo (commit: 0419693) — frotty / githubweb
- restore sanity (commit: bc0c91d) — frotty / githubweb
#273 (04.05.2017 06:31:20)
- update guava, gui always on top, small perf fix (commit: d8b9c89) — frotty / githubweb
#272 (03.05.2017 21:02:32)
- improve key insertion (commit: 9317cb5) — frotty / githubweb
#271 (03.05.2017 19:30:01)
- one more WurstPlugin fix (commit: 3ed5806) — frotty / githubweb
#270 (03.05.2017 18:47:11)
- Wurstplugin hotfix (commit: 029ef0a) — frotty / githubweb
#269 (03.05.2017 18:40:51)
- wurstpack fix for 1.28+ (commit: a6c6b5c) — frotty / githubweb
#268 (28.04.2017 10:54:19)
- update pjass (commit: ff9f2c3) — frotty / githubweb
#267 (28.04.2017 10:40:39)
- runmap fix for 1.28 (commit: a8c161c) — frotty / githubweb
#265 (09.03.2017 05:51:23)
- fix #512 and #495 (commit: 0dc0320) — frotty / githubweb
#264 (09.03.2017 02:11:55)
- jmpq updt, simplerewrite fix, testmap fix (commit: ee2fdb2) — frotty / githubweb
#263 (09.03.2017 01:12:45)
- rewrite fix (commit: 7632c67) — frotty / githubweb
#262 (06.03.2017 07:16:19)
- Update jmpq and fixes to address #512 (commit: 1d4fc0d) — frotty / githubweb
#261 (02.03.2017 22:18:26)
- fix for opcall optimization (commit: 00af394) — frotty / githubweb
#260 (02.03.2017 21:59:11)
- whitespace removal fix for not (commit: 700f5c8) — frotty / githubweb
#259 (02.03.2017 21:31:56)
- fix one case of whitespace removal for 'then' (commit: 4c90254) — frotty / githubweb
- Rewrite OpCalls where one side is constant (commit: 76a315b) — frotty / githubweb
#258 (02.03.2017 01:52:02)
- inline globals from InitTrig and initGlobals functions (commit: c82da10) — frotty / githubweb
- fix whitespace removal for declared local vars (commit: af8fd42) — frotty / githubweb
#257 (01.03.2017 21:23:53)
- fixed function-size blowup in inliner (commit: d877df4) — peter.peq / githubweb
#256 (28.02.2017 01:16:49)
- fixed #510 with simple enlessloop protection (commit: 39be09b) — peter.peq / githubweb
#255 (14.01.2017 14:25:02)
- fixed errors in jurst parser (commit: c96e8ac) — peter.peq / githubweb
#254 (14.01.2017 14:14:23)
- fixed model manager tests (commit: 7d0339c) — peter.peq / githubweb
#253 (13.01.2017 19:42:10)
- fixed crash when type was left out (commit: 2ed9ee4) — peter.peq / githubweb
- changed relative paths to canonical paths (commit: a5ab785) — peter.peq / githubweb
#252 (13.01.2017 18:50:53)
- destroy init triggers; not tested (see #502) (commit: 15267b7) — peter.peq / githubweb
#251 (07.01.2017 22:23:31)
- test for unreachable code elimination (see #461) (commit: f1ab8df) — peter.peq / githubweb
- fixed #461 unreachable code optimization did not call remove (commit: c9313dd) — peter.peq / githubweb
#250 (07.01.2017 15:36:34)
- fixed #496: only create one function reference (commit: d20f03d) — peter.peq / githubweb
#249 (07.01.2017 15:19:49)
- allow 'this' as var-name in jass-code (see #498) (commit: 8a278d3) — peter.peq / githubweb
- extended test for last commit (commit: bbad1b1) — peter.peq / githubweb
#248 (19.12.2016 23:25:10)
- fixed potential NPE in modelmanager (commit: 00acd7a) — peter.peq / githubweb
#247 (17.12.2016 12:40:39)
- fix crash in relativizePath (not tested yet) (commit: c2c7307) — peter.peq / githubweb
#246 (26.09.2016 23:36:32)
- generic fix WIP (commit: 30e2dac) — peter.peq / githubweb
- fixed compile-error after rebase (commit: a28e39a) — peter.peq / githubweb
- worked on fixing generics (#490) (commit: 33bf656) — peter.peq / githubweb
- more dirty hacks to improve generics (commit: d54a616) — peter.peq / githubweb
#243 (01.09.2016 23:05:55)
- stupid script to extract signatures (commit: e87c919) — peter.peq / githubweb
#242 (01.09.2016 22:56:30)
- fixed build script (commit: 5e618b5) — peter.peq / githubweb
#241 (01.09.2016 21:25:05)
- missed file in last commit (commit: 3570500) — peter.peq / githubweb
#240 (01.09.2016 21:16:40)
- removed standard library from repo (commit: 641e95c) — peter.peq / githubweb
#238 (28.08.2016 01:05:55)
- run file-importer when starting map from vscode (commit: ad49596) — peter.peq / githubweb
#237 (24.08.2016 00:34:50)
- fixed #487 underscore at beginning of identifier (commit: c5fe485) — peter.peq / githubweb
#236 (24.08.2016 00:13:25)
- reduced autocomplete rating for BJ functions (commit: 72e0112) — peter.peq / githubweb
#233 (19.08.2016 23:59:08)
- ignore unread-warnings, if varname starts with _ (commit: 51b8db1) — peter.peq / githubweb
#232 (19.08.2016 23:50:59)
- better incremental compilation in vscode (commit: b327c33) — peter.peq / githubweb
#231 (18.08.2016 20:44:49)
- fixed #491 : better positions for artificial identifers (commit: f2db45b) — peter.peq / githubweb
#230 (18.08.2016 20:03:34)
- more path fixes (commit: d3f1613) — peter.peq / githubweb
#228 (17.08.2016 22:48:10)
- normalize path for common.j (commit: 7f699ff) — peter.peq / githubweb
#227 (12.08.2016 17:10:28)
- allow assigning constant class members in constructor (commit: 1ad84fe) — peter.peq / githubweb
#226 (10.08.2016 21:56:36)
- added some log messages for tests (commit: a093cc4) — peter.peq / githubweb
#225 (10.08.2016 21:20:40)
- fixed #480 : RemoveSavedInteger native (commit: abaacbb) — peter.peq / githubweb
#224 (08.08.2016 23:33:47)
- started implementing test support for vscode (commit: d5adceb) — peter.peq / githubweb
#223 (08.08.2016 21:10:26)
- fixed endless recursion / stack overflow bug with generics (commit: 67bbd93) — peter.peq / githubweb
#222 (06.08.2016 17:38:32)
- removed special check for Wurst import (commit: 78a818f) — peter.peq / githubweb
#221 (06.08.2016 16:54:42)
- fixed #481, saver initialization of packages (commit: 6d820b8) — peter.peq / githubweb
#220 (05.08.2016 23:52:54)
- when running a map from vscode, first try to use mapscript from map (commit: 386b8e3) — peter.peq / githubweb
#218 (02.08.2016 21:39:51)
- added stacktraces to tests (commit: 07b23a3) — peter.peq / githubweb
- add testscript (commit: 1a95d58) — peter.peq / githubweb
- fixed #478, fixed and extended hashtable natives (commit: d4d6d28) — peter.peq / githubweb
#212 (31.07.2016 02:11:05)
- [stl] fix the vec3.polarProject method (commit: 97a9c42) — cokemonkey11 / githubweb
#211 (31.07.2016 01:44:00)
- [stl] dont use after free in linked list remove (commit: bb5784a) — cokemonkey11 / githubweb
#210 (28.07.2016 19:39:28)
- fixed: autocomplete did not show overloads (commit: a434e9f) — peter.peq / githubweb
#209 (28.07.2016 12:30:32)
- fix error in linked list iterator destroy method (commit: 058bf2e) — cokemonkey11 / githubweb
#208 (28.07.2016 00:55:59)
- add parameter info (commit: a675b19) — peter.peq / githubweb
#207 (27.07.2016 23:04:37)
- fixed autocomplete in for-loop (commit: 3945b65) — peter.peq / githubweb
#206 (27.07.2016 22:42:42)
- fixed autocomplete in for-loop (commit: e38d419) — peter.peq / githubweb
#205 (27.07.2016 22:20:14)
- fixed test, added to test list (commit: 9d31a2f) — peter.peq / githubweb
#204 (27.07.2016 22:06:19)
- autocomplete tests (commit: b982fbd) — peter.peq / githubweb
#203 (27.07.2016 00:40:36)
- optimization delete unreachable code (commit: 6b5f349) — peter.peq / githubweb
#202 (26.07.2016 22:48:09)
- faster unsafe mode for running map from editor (commit: 6826534) — peter.peq / githubweb
#201 (26.07.2016 19:39:49)
- Update RunMap.java (commit: c6eee3e) — noreply / githubweb
#200 (26.07.2016 19:21:40)
- fixed windows path problem in RunMap (commit: 4ce4409) — peter.peq / githubweb
#198 (25.07.2016 20:14:59)
- fixed interface check, was checking in wrong direction (commit: ea64dac) — peter.peq / githubweb
#195 (23.07.2016 18:26:23)
- first version of run-map support (commit: b7ba363) — peter.peq / githubweb
#194 (22.07.2016 21:06:05)
- remove all trailing whitesace in STL (commit: ca946ae) — cokemonkey11 / githubweb
#193 (22.07.2016 01:05:41)
- Update ClosureForGroups.wurst (commit: c15ea76) — noreply / githubweb
- Update ClosureForGroups.wurst (commit: 3a66fc8) — noreply / githubweb
#192 (22.07.2016 00:39:31)
- fixed #384, error check for max instances (commit: 44b5c6b) — peter.peq / githubweb
#191 (22.07.2016 00:13:45)
- fixed #462, position was wrong for last line in file (commit: e69bbf6) — peter.peq / githubweb
#190 (21.07.2016 16:41:43)
- Also remove 'if false' if it has no else block (commit: e61638a) — noreply / githubweb
#189 (21.07.2016 13:44:58)
- Update Unit.wurst (commit: c3e044e) — noreply / githubweb
#188 (20.07.2016 12:03:32)
- Revert (commit: 2d4888e) — unknown / githubweb
- Revert "Revert" (commit: dd48fa7) — unknown / githubweb
- Updated jmpq3.jar | Fixed #421 (commit: ac5a15f) — unknown / githubweb
- Updated jmpq3.jar with fix for ghost (commit: 384bf02) — unknown / githubweb
#187 (19.07.2016 23:34:05)
- more precise unused import warning (commit: d022b4a) — peter.peq / githubweb
#186 (19.07.2016 21:07:28)
- unused imports warning now considers operator overloading (commit: 01188e8) — peter.peq / githubweb
#183 (08.07.2016 23:15:50)
- remove trailing white-space (commit: 104b859) — cokemonkey11 / githubweb
- add Table.hasHandle (commit: da1a8ac) — cokemonkey11 / githubweb
#182 (04.07.2016 19:49:14)
- add stl/Unit equivalents for AddUnitToStock and RemoveUnitFromStock (commit: 7020cfd) — cokemonkey11 / githubweb
- changed jass operator precedence, see #450 (commit: f99f13e) — peter.peq / githubweb
#181 (04.07.2016 19:37:14)
- add forUnitsInRange overload that does not use vec2. this is consistent with, e.g. handles/Unit.wurst (commit: d96ad73) — cokemonkey11 / githubweb
#180 (03.07.2016 22:20:02)
- add Unit method for IsUnitEnemy (commit: 7317c51) — cokemonkey11 / githubweb
#179 (28.06.2016 21:06:41)
- more errors and less cascading of errors (commit: 43aff47) — peter.peq / githubweb
#178 (28.06.2016 20:36:34)
- fixed #260 module uses in subclasses (commit: 4515469) — peter.peq / githubweb
#176 (21.06.2016 23:21:17)
- trim trailing whitespace from some stdlib packages (commit: 7a371c1) — cokemonkey11 / githubweb
#175 (21.06.2016 23:07:06)
- fix typo in doc example (commit: 6ac990b) — cokemonkey11 / githubweb
#174 (18.06.2016 22:45:34)
- name server thread (commit: ddb1727) — peter.peq / githubweb
#173 (18.06.2016 22:14:19)
- fixed problem, where errors were overridden by other tasks (commit: 52dd540) — peter.peq / githubweb
#172 (18.06.2016 21:53:04)
- more precise error positions for function calls (commit: 403d334) — peter.peq / githubweb
#171 (18.06.2016 18:05:59)
- correctly remove files from model manager (commit: b560a6d) — peter.peq / githubweb
#170 (18.06.2016 17:09:41)
- more precise error positions (commit: 3a45f5c) — peter.peq / githubweb
#169 (18.06.2016 17:00:13)
- support for finding references (commit: 8a97c16) — peter.peq / githubweb
#168 (17.06.2016 22:57:35)
- GetUsages: showed highlights from definitions in other file (commit: 746020e) — peter.peq / githubweb
#167 (17.06.2016 19:12:35)
- Langserver improvements (commit: 3a90d74) — frotty / githubweb
#166 (08.06.2016 22:38:40)
- fixed possible out-of-bounds error (commit: 743117d) — peter.peq / githubweb
#165 (08.06.2016 22:26:55)
- fixed autcomplete bug with strange newlines (commit: f0dd44f) — peter.peq / githubweb
#164 (08.06.2016 22:10:00)
- write log files to temp folder (commit: 9647e3d) — peter.peq / githubweb
- fixed: language server handled dependency file as wurst file (commit: 71435fd) — peter.peq / githubweb
- fixed handling of windows newlines (commit: 224aa09) — peter.peq / githubweb
#163 (30.05.2016 22:46:56)
- don't crash when no wurst folder is found (commit: 0a970ad) — peter.peq / githubweb
#162 (30.05.2016 22:34:16)
- fixed line endings in common.j and blizzard.j (was mix of windows and unix line endings) (commit: dbf42e0) — peter.peq / githubweb
- fixed bug in BackupController: worked for windows file systems only (commit: 7ad345e) — peter.peq / githubweb
- added option to not take war3map.j from the map, but from wurst directory instead (commit: 6d98b5d) — peter.peq / githubweb
- improved error message, when builtin function was not found (commit: b494b78) — peter.peq / githubweb
- worked on languageserver, runmap (commit: 775650e) — peter.peq / githubweb
#161 (05.05.2016 23:34:21)
- improved autocomplete (commit: afd1813) — peter.peq / githubweb
#160 (05.05.2016 22:34:51)
- allowing spaces again! (commit: f7c19d0) — peter.peq / githubweb
#159 (05.05.2016 21:39:11)
- clean project support (commit: b59a6c1) — peter.peq / githubweb
#158 (05.05.2016 19:56:20)
- signature info requests (commit: ed5f48e) — peter.peq / githubweb
#157 (05.05.2016 14:57:19)
- languageworker tighten loop (commit: 7e630ce) — peter.peq / githubweb
#156 (05.05.2016 14:23:24)
- improved autocomplete description (commit: 70c6d75) — peter.peq / githubweb
#155 (05.05.2016 13:32:44)
- corrected error listener (commit: 9923fe3) — peter.peq / githubweb
#154 (27.04.2016 01:26:14)
- autocomplete for languageserver (commit: fed3db8) — peter.peq / githubweb
#153 (24.04.2016 17:19:15)
- hover info for language server (commit: ccdbace) — peter.peq / githubweb
#152 (24.04.2016 12:46:09)
- GetDefinition fixes (commit: e593b3a) — peter.peq / githubweb
#151 (24.04.2016 02:09:22)
- language server goto definition support (commit: d621283) — peter.peq / githubweb
#150 (23.04.2016 23:15:06)
- language server reconciling and partial builds (commit: 2cd8d0a) — peter.peq / githubweb
#149 (22.04.2016 22:03:26)
- partial compilation wip (commit: d74e3e5) — peter.peq / githubweb
#148 (22.04.2016 00:10:17)
- worked on external editor support, compilation and error reporting (commit: 72831d5) — peter.peq / githubweb
#147 (20.04.2016 23:45:08)
- language server continued (commit: cd14831) — peter.peq / githubweb
#146 (20.04.2016 20:21:13)
- added missing jar to manifest (commit: 8690479) — peter.peq / githubweb
#145 (20.04.2016 00:01:59)
- started working on external editor support (commit: 36df2fa) — peter.peq / githubweb
#144 (10.04.2016 02:02:44)
- Fix #424 (commit: 0b79055) — frotty / githubweb
#143 (09.04.2016 21:43:34)
- fixed a bug, where Eclipse would show that there are two definitions, although there was only one (commit: 4c706a8) — peter.peq / githubweb
#142 (09.04.2016 20:35:18)
- fixed #440, closure functions did not invoke superclass constructor (commit: 8577162) — peter.peq / githubweb
#141 (09.04.2016 00:02:20)
- fixed #380, control flow graph was wrong for loop-statements (skipped the condition) (commit: 0af7fe9) — peter.peq / githubweb
#140 (08.04.2016 21:47:10)
- improved completions: static members were not shown in completions (commit: 9928678) — peter.peq / githubweb
#139 (08.04.2016 21:36:30)
- allow variable-use as stmt so that completion works better for incomplete statements (commit: 73e65fc) — peter.peq / githubweb
#138 (08.04.2016 21:14:14)
- fixed #437, made compilation more deterministic by sorting all things (commit: 5c9d6a0) — peter.peq / githubweb
#136 (31.03.2016 15:32:07)
- Fix and cleanup "Extract all imported Files" (commit: cfeb973) — frotty / githubweb
#135 (31.03.2016 14:04:56)
- Remove old, improve new Channel Preset (commit: 4332172) — frotty / githubweb
- Update to newest jmpq3 (commit: 0b82a16) — frotty / githubweb
#134 (25.03.2016 02:17:34)
- fixed #431: wrong line numbers in error messages toString (commit: b2456fd) — p_zeller / githubweb
#133 (25.03.2016 02:09:54)
- fixed bug in last commit: don't remove wanted errors (commit: 4e7da8a) — p_zeller / githubweb
#132 (25.03.2016 01:18:59)
- fixed #379, removing function-calls, where the result is not used and where there are no side-effects (commit: 21808c5) — p_zeller / githubweb
#131 (25.03.2016 00:26:31)
- make unit tests only test functions in the same project (commit: dcca780) — p_zeller / githubweb
#130 (25.03.2016 00:15:49)
- fixed test-runner (exception: Modelmanager was locked for build) (commit: e053c91) — p_zeller / githubweb
#129 (23.03.2016 21:16:53)
- file importer: EOF check (commit: 16b84f1) — p_zeller / githubweb
#126 (18.03.2016 14:35:00)
- Readd TimerUtils to Wurst.wurst (commit: 8e88eeb) — frotty / githubweb
#125 (18.03.2016 12:50:23)
- Update CriggesInitOrder2.wurst (commit: e5d5b47) — frotty / githubweb
#124 (18.03.2016 02:39:03)
- hotifx (commit: c219487) — frotty / githubweb
#123 (18.03.2016 02:33:06)
- Cyclfree stdlib kthxbye (commit: 33e5974) — frotty / githubweb
#122 (18.03.2016 01:30:01)
- PrettyPrinter Start (commit: 0770a61) — frotty / githubweb
- Continued formatter (commit: 07199ef) — frotty / githubweb
- adjust gitignore (commit: 44fa539) — frotty / githubweb
- Remove old updater projects (commit: d56722c) — frotty / githubweb
- Remove old code in project root (commit: 85900b0) — frotty / githubweb
- adjust timerutils (commit: 3eb2198) — frotty / githubweb
#121 (15.03.2016 03:18:07)
- Add Hint to bad error (commit: e4b9c63) — frotty / githubweb
#120 (11.03.2016 01:52:05)
- Dynamic Sound (commit: f423f70) — frotty / githubweb
- Dynamic Sound Improvements (commit: 0474dc5) — frotty / githubweb
#119 (09.03.2016 19:25:40)
- Update Fx.wurst (commit: 68ba7c5) — frotty / githubweb
- Update MultiFx.wurst (commit: b5dcc22) — frotty / githubweb
- Update and rename NewDummyRecycler.wurst to DummyRecycler.wurst (commit: 9e3ff9a) — frotty / githubweb
- Update DummyCaster.wurst (commit: 0c0eedb) — frotty / githubweb
#116 (07.03.2016 11:01:10)
- Fix Maths.wurst (commit: 0636896) — frotty / githubweb
#115 (06.03.2016 00:56:44)
- Color lerping (commit: e69a720) — frotty / githubweb
#114 (28.02.2016 13:51:10)
- Update ErrorHandling.wurst (commit: 9e2d494) — frotty / githubweb
- Update ErrorHandling_config.wurst (commit: 1582c43) — frotty / githubweb
#112 (19.02.2016 19:57:54)
- Fixed leave-detection (commit: 17636cd) — muzzel / githubweb
#111 (16.02.2016 01:28:29)
- Remove override (commit: 2ab69f6) — frotty / githubweb
#110 (15.02.2016 22:19:09)
- Remove erroneous module usage from LinkedList (commit: d0c0a61) — frotty / githubweb
- Added backwards-compatability (commit: 5e400eb) — frotty / githubweb
- really fixing it this time (commit: bd7d553) — frotty / githubweb
#109 (15.02.2016 20:40:01)
- Fixed #429 Usage of InstanceBoard atz compiletime (commit: 2758243) — frotty / githubweb
#108 (15.01.2016 15:58:56)
- Fix Damager system (commit: 1845113) — luizpbills / githubweb
#105 (02.11.2015 20:37:51)
- fixed #419, extended .gitignore (commit: e328778) — peter.peq / githubweb
- fixed #420, extended .gitignore (commit: 4540338) — peter.peq / githubweb
#104 (15.10.2015 00:16:17)
- Added Ghost (Visible) to basics (commit: 9aec3a5) — frotty / githubweb
#103 (12.10.2015 22:34:38)
- Std adjustments (commit: b78b9c9) — frotty / githubweb
- fixes & less collisions (commit: e757185) — frotty / githubweb
#102 (12.10.2015 22:24:33)
- More complete Assetlist (commit: 4e922bc) — frotty / githubweb
#101 (07.10.2015 00:05:56)
- refactor PlayerId enum (commit: b20f391) — frotty / githubweb
#100 (06.10.2015 23:42:37)
- hotfix (commit: 4f9f2e4) — frotty / githubweb
#99 (06.10.2015 23:33:06)
- Cool Stuff (commit: 972bf66) — frotty / githubweb
- Updated Feature a bit (commit: 8b8f087) — frotty / githubweb
#98 (02.10.2015 21:33:41)
- Better ErrorHandling (commit: d03ab40) — frotty / githubweb
#97 (29.09.2015 20:41:07)
- fixed #411 - not folding imports in Eclipse, when there is only one (commit: da3715e) — peter.peq / githubweb
#96 (28.09.2015 23:21:54)
- Added model asset package (commit: 5b61d7d) — crigges / githubweb
#95 (25.09.2015 23:19:03)
- added jmpq3.jar to manifest file (commit: 582e3bb) — peter.peq / githubweb
#94 (25.09.2015 00:25:43)
- Added jmpq-v3 support (commit: 78d000a) — crigges / githubweb
- Added missing source file (commit: f064b54) — crigges / githubweb
#93 (25.09.2015 00:18:14)
- added jmpq3 lib (commit: cf86c94) — peter.peq / githubweb
- fixed compilation problem on (older?) eclipse (commit: 6e2e4cf) — peter.peq / githubweb
#91 (19.09.2015 23:21:05)
- fixed #406, documentation for import into Eclipse (commit: 59dc631) — peter.peq / githubweb
#90 (19.09.2015 23:12:27)
- close #289: compilation server is now easier to use (commit: 03951cf) — peter.peq / githubweb
#89 (19.09.2015 19:58:52)
- show stack-traces when compile-time functions throw errors (commit: c53fc9a) — peter.peq / githubweb
#88 (19.09.2015 19:21:41)
- fixed #335, handling of reign of chaos maps (commit: 8f5955c) — peter.peq / githubweb
#87 (13.09.2015 21:19:31)
- Added iterator functionality to Scanner (commit: 8feb2dd) — frotty / githubweb
#86 (13.09.2015 20:53:36)
- stdlib API-additions and new Scanner class (commit: 350ef7b) — frotty / githubweb
#85 (12.09.2015 12:55:55)
- added http://issuestats.com badges (commit: 2ad8417) — peter.peq / githubweb
#84 (09.09.2015 20:58:50)
- fixed #398, constant expressions can now contain binary and unary (commit: 5a54245) — peter.peq / githubweb
#83 (09.09.2015 20:01:14)
- fixed #400, synchronization problem in Wurst REPL (commit: c6ec2e0) — peter.peq / githubweb
#82 (06.09.2015 21:38:27)
- Update Unit.wurst (commit: 81db3d7) — frotty / githubweb
#81 (06.09.2015 19:20:47)
- Jurst: allow newlines after modifiers and annotations (commit: 74ac11c) — peter.peq / githubweb
#79 (05.09.2015 21:57:23)
- Removed duplicate keyword (commit: 87499cd) — frotty / githubweb
#78 (05.09.2015 20:41:08)
- Fix #351 (commit: aa5024f) — frotty / githubweb
#76 (05.09.2015 13:44:59)
- marked "compiletime" as a special keyword in Eclipse (commit: 8c42aec) — peter.peq / githubweb
#75 (05.09.2015 13:35:25)
- untested: added compiletime constant (see #365) (commit: d28ebec) — peter.peq / githubweb
#72 (03.09.2015 21:02:13)
- small performance fix (commit: 1b97125) — muzzel / githubweb
#71 (03.09.2015 16:02:41)
- Rewrote from scratch. (commit: 2274c56) — muzzel / githubweb
#70 (01.09.2015 21:36:20)
- include war3map.j from wurst folder when compiled from commandline without giving a (commit: b6f8a0c) — peter.peq / githubweb
#69 (01.09.2015 21:04:15)
- Added convenience methods (commit: d7884a6) — frotty / githubweb
#68 (01.09.2015 20:50:00)
- toString for FunctionSignature class (for debugging) (commit: afb2ee5) — peter.peq / githubweb
#67 (01.09.2015 20:28:45)
- fixed compiler crash when a module was used in a class with more than (commit: f941f10) — peter.peq / githubweb
- improved error reporting: stack traces also include causes (commit: fe5ea0a) — peter.peq / githubweb
#66 (23.08.2015 23:42:47)
- Fixed fata flaw in DummyRecycler (commit: 1e02f6d) — frotty / githubweb
#65 (22.08.2015 23:28:08)
- fixed yet another bug in constant propagation (commit: afc9efa) — peter.peq / githubweb
#64 (22.08.2015 23:07:40)
- improved constant and copy propagation (commit: 4c7a3ac) — peter.peq / githubweb
#63 (22.08.2015 22:54:05)
- fixed bug (possible endless loop) in constant propagation (commit: 03eb896) — peter.peq / githubweb
#62 (22.08.2015 17:50:39)
- added option to remove dispatch-checks (commit: 9f0c117) — peter.peq / githubweb
#61 (22.08.2015 17:28:14)
- optimized typeId distributions (commit: aeedc6e) — peter.peq / githubweb
#60 (21.08.2015 19:31:46)
- func ref variables are no longer created for bj-functions (removes some (commit: f184b30) — peter.peq / githubweb
- fixed bug in constant- and copy-propagation (commit: d8a7ce8) — peter.peq / githubweb
- fixed some compiler warnings in the standard library (commit: afccdbb) — peter.peq / githubweb
#59 (21.08.2015 16:01:41)
- fixed bug with flattening expressions with lazy operators (commit: 2352ae9) — peter.peq / githubweb
#58 (21.08.2015 15:15:10)
- fixed nullpointer-exception when opening file outside of project (e.g. (commit: 03c09cb) — peter.peq / githubweb
#57 (21.08.2015 14:31:35)
- fixed bug in intermediate->jass translation (commit: f6c6a80) — peter.peq / githubweb
#56 (20.08.2015 23:29:58)
- optimizations (commit: 7585b7c) — frotty / githubweb
#55 (20.08.2015 23:14:53)
- new local optimization: copy- and constant-propagation (commit: 1d38a39) — peter.peq / githubweb
#54 (20.08.2015 14:45:13)
- Small Stdlib additions (commit: 825ca2c) — frotty / githubweb
#53 (19.08.2015 23:45:16)
- removed some debug output from last commit (commit: 38a2658) — peter.peq / githubweb
#52 (19.08.2015 23:36:31)
- new local optimization: local merger (commit: 19a245b) — peter.peq / githubweb
#51 (18.08.2015 23:17:02)
- iteratively remove garbage from maps (commit: a958281) — peter.peq / githubweb
#50 (18.08.2015 17:43:27)
- fixed #378 - now showing more errors after import-errors (commit: c406fbf) — peter.peq / githubweb
#49 (18.08.2015 17:34:36)
- inliner tweak: always inline small functions (commit: 859382d) — peter.peq / githubweb
#48 (18.08.2015 13:14:50)
- local optimization: rewrite something like "not (x==0)" to "x!=0" etc. (commit: 2bcd96c) — peter.peq / githubweb
#47 (18.08.2015 12:46:45)
- fixed a bug where some functions were not shown in autocomplete (commit: 3f04f21) — peter.peq / githubweb
#46 (16.08.2015 21:50:19)
- autocomplete window now remembers its size (commit: 96720c4) — peter.peq / githubweb
#45 (12.08.2015 02:52:35)
- stdlib updates (commit: ccc8cfd) — frotty / githubweb
#44 (04.08.2015 23:11:45)
- fixed a bug in autocomplete (commit: 1590e47) — peter.peq / githubweb
#43 (03.08.2015 00:15:38)
- stricter synchronization on Modelmanager (commit: af69ec8) — peter.peq / githubweb
#42 (02.08.2015 15:07:27)
- fixed some warnings (commit: 04ab4f6) — peter.peq / githubweb
#41 (02.08.2015 00:55:53)
- added test case for removing elements while iterating (commit: dae6e50) — peter.peq / githubweb
- removed some code with help of the unused code detector plugin (commit: f857429) — peter.peq / githubweb
#40 (01.08.2015 18:06:22)
- New Package: DmgMod (commit: 877eeba) — frotty / githubweb
#39 (01.08.2015 14:21:56)
- run findbugs on save in Eclipse project (commit: b35a585) — peter.peq / githubweb
- fixed #372: 'private' was not checked on constructors (commit: 29348fe) — peter.peq / githubweb
#38 (01.08.2015 13:03:58)
- Added questitemFromIndex(...) and questitemToIndex(...) to allow questitems to be used with generics (commit: 38342b4) — muzzel / githubweb
#37 (01.08.2015 12:55:56)
- Added loadQuestItem(...) and saveQuestItem(...) (commit: 2a46b5f) — muzzel / githubweb
#36 (31.07.2015 00:48:39)
- Fx lib: setXYZ function by Crigges (used by HotN) (commit: 0fb43c7) — peter.peq / githubweb
#35 (31.07.2015 00:23:39)
- mark occurences: executed in separate thread (commit: 4b5f27f) — peter.peq / githubweb
#34 (30.07.2015 22:32:04)
- fixed: commandline compiler did not display error messages (commit: b796080) — peter.peq / githubweb
#33 (30.07.2015 01:36:21)
- first version of mark occurrences #370 (commit: 4893de2) — peter.peq / githubweb
#32 (29.07.2015 00:22:57)
- continued to work on static inner classes (#213) (commit: 988ea84) — peter.peq / githubweb
#31 (28.07.2015 00:38:04)
- started implementing static inner classes (commit: b96d0f7) — peter.peq / githubweb
#30 (25.07.2015 23:03:32)
- added a warning when trying to run a map without having a war3map.j file (commit: 9450c1d) — peter.peq / githubweb
#29 (21.07.2015 01:01:16)
- fixed #368 - nontermination in local optimizer (commit: 6763ce7) — peter.peq / githubweb
#28 (30.06.2015 21:46:28)
- fixed #363 bug with array indexes from 22657e38f2eee8bf4480372529bc14d4a67b3d9d (commit: 067c8ca) — peter.peq / githubweb
#27 (23.06.2015 22:19:24)
- fixed compile error after last merge (commit: affb25d) — peter.peq / githubweb
#26 (23.06.2015 21:43:54)
- some smaller Jurst adjustments (commit: 22657e3) — peter.peq / githubweb
#25 (02.05.2015 18:58:11)
- optional body for functions in Jurst (commit: a2d2bd2) — peter.peq / githubweb
#24 (02.05.2015 16:16:20)
- Update Unit.wurst (commit: 8ff6766) — frotty / githubweb
#23 (26.04.2015 23:59:11)
- removed debug log (commit: c788842) — peter.peq / githubweb
#22 (26.04.2015 19:56:02)
- fixed compile from eclipse for jurst files (commit: 23839c4) — peter.peq / githubweb
#21 (25.04.2015 16:12:04)
- fixed #352 - added 'end' for scopes and global blocks (commit: 6ffabba) — peter.peq / githubweb
#20 (25.04.2015 16:05:53)
- fixed #356 - extracting file names ignored comments (commit: 2980d4e) — peter.peq / githubweb
#19 (25.04.2015 15:47:59)
- fixed #358 - enabled array member syntax for Jurst (commit: d75f13a) — peter.peq / githubweb
#18 (23.04.2015 23:30:43)
- fixed #353 repeated native declarations (commit: cda87fb) — peter.peq / githubweb
#17 (23.04.2015 22:37:28)
- more stable behaviour of autocomplete (commit: 5954f30) — peter.peq / githubweb
#15 (14.03.2015 17:01:52)
- fixed compile error in unit indexer (commit: bce74bb) — peter.peq / githubweb
#14 (14.03.2015 16:51:51)
- removed frottys updater from wurst pack (commit: 437c156) — peter.peq / githubweb
- improved error handling of updater (commit: 6bbc09f) — peter.peq / githubweb
- renamed UnitIndexer file (commit: edd43b6) — peter.peq / githubweb
#13 (28.02.2015 01:07:44)
- simple unit indexer (commit: 1d60691) — area51ruke / githubweb
- minor updates, added unit.getIndex (commit: c3822c4) — area51ruke / githubweb
#12 (28.02.2015 01:02:21)
- removed test.wurst file, closes #328 (commit: a4537c5) — peter.peq / githubweb
- removed outdated tests (commit: de95026) — peter.peq / githubweb
#10 (28.02.2015 00:37:18)
- fixed #336 - ignore unused parameter warning for native methods (commit: 623a281) — peter.peq / githubweb
#9 (28.02.2015 00:27:33)
- updated readme (commit: fde6a9e) — peter.peq / githubweb
#8 (28.02.2015 00:11:18)
- added some checks for #341 (commit: b694347) — peter.peq / githubweb
#7 (23.02.2015 20:10:25)
- [Standard Lib] fix map bounds issue introduced in 54c006d4fc832e16dd1674ca3e1d35f48ed44b10 (commit: 85eb3c5) — b.hawkins / githubweb
#6 (22.02.2015 19:27:51)
- [standardlib] MapBounds add vec3.inPlayable() and remove some duplicate code (commit: 54c006d) — b.hawkins / githubweb
#5 (22.02.2015 18:54:01)
- second try to workaround java bug in #333 (commit: 1e6857f) — peter.peq / githubweb
#4 (19.02.2015 23:13:27)
- trying to fix #333 (commit: 87a058c) — peter.peq / githubweb