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)
fix(build): run task executes as expected c0cd95b808528f515945084071044a92f9cb5a63 Vladyslav Bondarenko 2024-04-13 03:59:48
feat(build)!: compatible with POSIX make 214594fd9b7318cfb1091f8d98cd515628c82049 Vladyslav Bondarenko 2024-04-13 03:46:12
fix(build): add compatibility with om4 59019ee20d63de398b3868102d6b9f3e2e333e79 Vladyslav Bondarenko 2024-04-12 23:10:52
feat(build)!: improve preprocessor 9d209572cdfc91684ec8fe9ed97554520d15563b Vladyslav Bondarenko 2024-04-12 18:05:52
feat(build): add tags file to .gitignore aa3f348f818b70017c7665187216cf7be25ca211 Vladyslav Bondarenko 2024-04-12 18:03:13
release: prepare nightly release 0.1.1-WIP db2b234fe6bb59c2e26051a46a6297f0cd2d6115 Vladyslav Bondarenko 2024-01-09 07:55:15
build: execute Makefile from any directory 336dad73fd1697f779956425932c895de4da3fbc Vladyslav Bondarenko 2024-01-09 07:43:59
feat: Arcane Lance accounts for elevation 6404e31c56eb7641ee6d1c803f08c5ef2a63e474 Vladyslav Bondarenko 2024-01-08 20:06:27
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
Commit c0cd95b808528f515945084071044a92f9cb5a63 - fix(build): run task executes as expected
Author: Vladyslav Bondarenko
Author date (UTC): 2024-04-13 03:59
Committer name: Vladyslav Bondarenko
Committer date (UTC): 2024-04-13 04:03
Parent(s): 214594fd9b7318cfb1091f8d98cd515628c82049
Signer:
Signing key: EFF9624877D25D02
Signing status: E
Tree: 0ceb3461f0383e689d4e4f65069a1bc48b972b41
File Lines added Lines deleted
makefile 1 1
File makefile changed (mode: 100644) (index a01629b..94bd886)
... ... distclean:
80 80 # game installation directory. # game installation directory.
81 81 # #
82 82 run: all run: all
83 test ! -f ${DESTDIR}/${datadir}/${NAME}.w3x && cp $(NAME).w3x ${DESTDIR}/${datadir}/${NAME}.w3x
83 test ! -f ${DESTDIR}/${datadir}/${NAME}.w3x && cp $(NAME).w3x ${DESTDIR}/${datadir}/${NAME}.w3x || echo skip
84 84 $(WAR3EXE) -loadfile "${datadir}${NAME}.w3x" $(WAR3EXE) -loadfile "${datadir}${NAME}.w3x"
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