vrtc / flowerpicker (public) (License: GPLv3) (since 2019-11-07) (hash sha1)
Flowerpicker is a GUI extension, that is an add-on, for World of Warcraft game client. It is under development and not yet ready for usage by players.
List of commits:
Subject Hash Author Date (UTC)
Fix build script to package documentation add58a0668c2d726f2cb7a06ab44890308961f9b Vladyslav Bondarenko 2019-11-12 17:05:08
Add Luacheck static analysis with Gradle b9274ae52d8de1c6f3be31cd967d09d6f3ae1cf8 Vladyslav Bondarenko 2019-11-12 16:50:47
Apply LDoc with Gradle 3643910c9413638c6c5ef0224fe106758dcf18eb Vladyslav Bondarenko 2019-11-12 14:08:46
Add report at runtime mock 1401862377ee083669c51fb850c8b0a97154b68b Vladyslav Bondarenko 2019-11-11 20:30:53
Add basic fishing registration ec6c45c1c89890cad3ae591d2483c47b94cacf86 Vladyslav Bondarenko 2019-11-08 18:57:30
Add world resource node harvest registration 2c7e1542abf677efc70a616291921f92ed9c04dd Vladyslav Bondarenko 2019-11-07 12:16:39
Update registration of money operations f0b4ec71099900dd51b5a4c35ce688586d6ddbfe Vladyslav Bondarenko 2019-11-06 19:49:01
Add basic money income via looting registration 9cfb08138268bb6985db1729c160b444a5e4e56a Vladyslav Bondarenko 2019-11-06 14:07:53
Update event format 554e63f3490dc48befe37fbfacf5c8c9ad188451 Vladyslav Bondarenko 2019-11-06 09:59:18
Initial commit f014031ddd4b2422ef5d000f33ad6602e64c9b36 Vladyslav Bondarenko 2019-11-05 20:29:14
Commit add58a0668c2d726f2cb7a06ab44890308961f9b - Fix build script to package documentation
Author: Vladyslav Bondarenko
Author date (UTC): 2019-11-12 17:05
Committer name: Vladyslav Bondarenko
Committer date (UTC): 2019-11-12 17:05
Parent(s): 0e2979c8954467b6866528492905c781656911de
Signer:
Signing key:
Signing status: N
Tree: ae2c81cadb8200eb9f7baebb37c6cd37cf97d681
File Lines added Lines deleted
build.gradle 6 2
File build.gradle changed (mode: 100644) (index 9aeed48..791ae97)
... ... tasks.create('distZip', Zip) {
22 22 include 'Flowerpicker.lua' include 'Flowerpicker.lua'
23 23 include 'README.md' include 'README.md'
24 24 include 'build.gradle' include 'build.gradle'
25 include 'doc'
26 25 include 'flowerpicker.toc' include 'flowerpicker.toc'
26
27 into("${project.name}")
28 }
29
30 from("$projectDir/doc/") {
31 into("${project.name}/doc/")
27 32 } }
28 into("${project.name}")
29 33 } }
30 34
31 35 distZip.dependsOn(ldoc) distZip.dependsOn(ldoc)
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/flowerpicker

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

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

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