Subject | Hash | Author | Date (UTC) |
---|---|---|---|
doc: add Arcane Lance issue note | cbeb0f649f523d3049bb1d9ffa7eeb8595c2f387 | Vladyslav Bondarenko | 2024-01-08 19:00:48 |
test: add additional mock heroes | dd59587d7e110975d901bb1294d01eb702e46039 | Vladyslav Bondarenko | 2024-01-08 18:59:33 |
doc: add Arcane Lance issue note | 2ea8eff1b2fa0b0123c387ad09a40afef0717337 | Vladyslav Bondarenko | 2024-01-08 18:59:12 |
doc: add issue | d64841d9821a6925327b090574744271b048d0d0 | Vladyslav Bondarenko | 2024-01-05 17:01:07 |
feat: spell Attunement leaves battle scarring | c3458ede56c8b85d6580851fa38a0c726ee5eb7c | Vladyslav Bondarenko | 2024-01-05 16:36:58 |
feat: spell Arcane Lance displays beam graphics | e40bf803cc04cae231295a04a277480ad3acff19 | Vladyslav Bondarenko | 2024-01-05 15:24:10 |
fix: spell Attunement uses ability id for effects | 93f15ee614ce5958f2a52a8fbc336c8938b40b09 | Vladyslav Bondarenko | 2023-12-27 08:57:29 |
feat!: add spell Arcane Lance base | e164d3c3f3f69230dbb9b1e5045c551f5870337d | Vladyslav Bondarenko | 2023-12-23 23:23:58 |
nightly: 0.1-WIP | c97814a5f138ed20958a7a1f88f5c2c6a2081906 | Vladyslav Bondarenko | 2023-12-22 04:08:33 |
doc: add note to self about computer users | 40c8b325bce404489c03ab0a8db90cadbc008ae3 | Vladyslav Bondarenko | 2023-12-22 04:05:26 |
feat: add simple test scripts | 9bb401206b8187fe06ae9b3d2309e1244cea3c36 | Vladyslav Bondarenko | 2023-12-22 04:03:25 |
feat: add spell Attunement | 29062f0810e8e239f37639973a48b187d0b81e4a | Vladyslav Bondarenko | 2023-12-22 03:58:59 |
feat!: add spell Dampening Field | 61ddc9409c00c79ee947578291c21eaa701f41e2 | Vladyslav Bondarenko | 2023-12-22 01:38:15 |
stash amend this | 050948decf45ea58dd25b0eddf62d1593ed4460f | Vladyslav Bondarenko | 2023-12-21 07:39:33 |
fix!: patch map script correctly | 3a8cb9ba68d82685dce420659416d36b00e06ac8 | Vladyslav Bondarenko | 2023-12-21 01:15:05 |
fix: typo in Makefile | 7fd84f0bd1d63c2218c4f72f96ea2297f204a223 | Vladyslav Bondarenko | 2023-12-21 01:00:47 |
build: complicate Makefile | bff3fe00560b3afe70a869e2859d665367b4f62d | Vladyslav Bondarenko | 2023-12-21 00:52:56 |
fix!: declare Jass module user correctly | c7f6b810ca76a7eee47213061a0740039ec95cec | Vladyslav Bondarenko | 2023-12-21 00:50:29 |
doc: add macro preprocessor caveat | 651bad90dfe868626b5aa19331f674b9981f1dee | Vladyslav Bondarenko | 2023-12-20 01:55:27 |
doc: add macro preprocessor caveat | 886e7960b79f1f13acd2359c44715dc157c6d7cf | Vladyslav Bondarenko | 2023-12-20 01:55:27 |
File | Lines added | Lines deleted |
---|---|---|
src/alce.j | 1 | 0 |
File src/alce.j changed (mode: 100644) (index e46c5e0..58d2d43) | |||
... | ... | function alce_create takes integer order_id, integer ability_id, unit caster, lo | |
348 | 348 | set a = Location(a0, a1) | set a = Location(a0, a1) |
349 | 349 | set alce_start[i] = a | set alce_start[i] = a |
350 | 350 | ||
351 | // FIXME src/alce.j: lightning bolt renders incorrectly given multiple parallel casts | ||
351 | 352 | set bolt = AddLightning("FORK", true, a0, a1, b0, b1) | set bolt = AddLightning("FORK", true, a0, a1, b0, b1) |
352 | 353 | call SetLightningColor(bolt, 1.0, 1.0, 1.0, 1.0) | call SetLightningColor(bolt, 1.0, 1.0, 1.0, 1.0) |
353 | 354 | set alce_bolt[i] = bolt | set alce_bolt[i] = bolt |