vrtc / honeydew (public) (License: CC0) (since 2023-12-20) (hash sha1)
Warcraft 3: The Frozen Throne 1.27 custom scenario.
List of commits:
Subject Hash Author Date (UTC)
test: add flying mock enemies 4956494d8189eb5d716a441ae1607eea0384981e Vladyslav Bondarenko 2024-01-08 20:05:50
fix: Arcane Lance spell cast end correctly d3f84de36f1d01eb647af7ebc431f83fe87ac201 Vladyslav Bondarenko 2024-01-08 19:49:22
feat: channeling Arcane Blast displays graphics 3fc870ec0aa19e4b5ee6f99fa4a30a226598c0d0 Vladyslav Bondarenko 2024-01-08 19:01:07
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
Commit 4956494d8189eb5d716a441ae1607eea0384981e - test: add flying mock enemies
To test against flying enemies add them to the test script.
Author: Vladyslav Bondarenko
Author date (UTC): 2024-01-08 20:05
Committer name: Vladyslav Bondarenko
Committer date (UTC): 2024-01-08 20:05
Parent(s): d3f84de36f1d01eb647af7ebc431f83fe87ac201
Signer:
Signing key: EFF9624877D25D02
Signing status: E
Tree: fe576a3143e67009ccc38feddb0926f743642f7c
File Lines added Lines deleted
test/test.j 1 0
File test/test.j changed (mode: 100644) (index d114e71..f4b2339)
... ... function test_enemy_pool_get takes nothing returns unitpool
22 22 call UnitPoolAddUnitType(pool, 'nwat', 40.0) call UnitPoolAddUnitType(pool, 'nwat', 40.0)
23 23 call UnitPoolAddUnitType(pool, 'edoc', 25.0) call UnitPoolAddUnitType(pool, 'edoc', 25.0)
24 24 call UnitPoolAddUnitType(pool, 'edry', 25.0) call UnitPoolAddUnitType(pool, 'edry', 25.0)
25 call UnitPoolAddUnitType(pool, 'ehip', 25.0)
25 26
26 27 return pool return pool
27 28 endfunction endfunction
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/honeydew

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/honeydew

Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/honeydew

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main